Trace number 4264710

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
AbsCon-basic 2017-06-11SAT (TO)4 2520.03 2505.3101

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-15-17.xml
MD5SUM5342dff7930c7d1c2bbf0c6436545580
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints14281
Number of domains1
Minimum domain size255
Maximum domain size255
Distribution of domain sizes[{"size":255,"count":255}]
Minimum variable degree226
Maximum variable degree226
Distribution of variable degrees[{"degree":226,"count":255}]
Minimum constraint arity4
Maximum constraint arity255
Distribution of constraint arities[{"arity":4,"count":14280},{"arity":255,"count":1}]
Number of extensional constraints0
Number of intensional constraints14280
Distribution of constraint types[{"type":"intension","count":14280},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.26/0.35	
0.26/0.35	AbsCon 2 
0.26/0.35	
2.25/1.04	  Solving XCSP3-instance-4264710-1502324514 as a COP in -infty..+infty
2.25/1.04	  Loading variables...
2.60/1.12	  Loading constraints...
16.42/5.44	  Solver SolverBacktrack being built...
16.42/5.44	
16.42/5.49	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
16.42/5.49	
52.26/39.76	o 5
103.49/90.36	o 4
2520.00/2505.30	
2520.00/2505.30	v <instantiation id='sol2' type='solution' cost='4'>  <list> x[][] </list>  <values> 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 3 3 0 1 1 3 0 0 1 2 2 2 2 2 2 3 3 0 0 0 1 2 1 2 3 2 0 0 0 1 3 4 1 4 2 4 0 1 2 2 1 2 3 3 3 3 0 2 1 2 1 1 4 0 1 2 3 3 1 3 2 4 4 3 3 0 0 0 3 1 0 2 1 2 2 3 0 2 1 3 3 0 3 1 2 1 1 1 0 1 1 2 2 0 1 2 0 0 3 4 0 1 0 2 1 2 0 4 0 3 3 0 1 2 0 4 1 3 0 2 2 1 2 0 4 3 0 2 4 0 3 1 0 2 0 3 4 4 1 2 3 0 4 0 0 0 3 1 2 3 3 2 3 1 3 1 2 3 0 4 2 1 3 4 0 3 0 4 1 0 4 0 1 3 2 0 0 3 4 3 0 2 4 1 0 4 3 3 1 1 3 2 4 1 4 4 0 4 3 2 0 0 3 2 0 2 2 0 4 1 4 0 4 2 3 1 3 4 1 2 0 2 1 2 3 4 1 3 2 2 0 4 2 4 1 3 0 2 1 0 </values>  </instantiation>
2520.00/2505.30	s SATISFIABLE

Verifier Data

OK	4

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4264710-1502324514/watcher-4264710-1502324514 -o /tmp/evaluation-result-4264710-1502324514/solver-4264710-1502324514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21715 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264710-1502324514.xml 

pid=1267
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.74 3.99 2.89 2/195 1270
/proc/meminfo: memFree=30817740/32770624 swapFree=0/204844
[pid=1270] ppid=1267 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/1270/stat : 1270 (runsolver) D 1267 1270 15981 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 34646999 24240128 106 18446744073709551615 4194304 4338465 140727835740224 140727835737864 140439321551575 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 8278016 140727835746464 140727835746890 140727835746890 140727835750346 0
/proc/1270/statm: 5918 106 53 36 0 2156 0

[startup+0.10018 s]
/proc/loadavg: 4.74 3.99 2.89 2/195 1270
/proc/meminfo: memFree=30817740/32770624 swapFree=0/204844
[pid=1270] ppid=1267 vsize=10151672 CPUtime=0.02 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 3729 0 0 0 2 0 0 0 20 0 9 0 34646999 10395312128 4884 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2537918 4884 2082 1 0 2527415 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.200282 s]
/proc/loadavg: 4.74 3.99 2.89 2/195 1270
/proc/meminfo: memFree=30817740/32770624 swapFree=0/204844
[pid=1270] ppid=1267 vsize=10551180 CPUtime=0.09 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 4893 0 0 0 8 1 0 0 20 0 15 0 34646999 10804408320 6915 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2637795 6915 2680 1 0 2627261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551180

[startup+0.300296 s]
/proc/loadavg: 4.74 3.99 2.89 2/195 1270
/proc/meminfo: memFree=30817740/32770624 swapFree=0/204844
[pid=1270] ppid=1267 vsize=10553264 CPUtime=0.26 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 8363 0 0 0 24 2 0 0 20 0 15 0 34646999 10806542336 9727 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2638316 9727 2902 1 0 2627261 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10553264

[startup+0.704404 s]
/proc/loadavg: 4.74 3.99 2.89 2/195 1270
/proc/meminfo: memFree=30817740/32770624 swapFree=0/204844
[pid=1270] ppid=1267 vsize=10621952 CPUtime=1.32 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 13152 0 0 0 128 4 0 0 20 0 16 0 34646999 10876878848 22863 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2655488 22863 3076 1 0 2644414 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10621952

[startup+1.50065 s]
/proc/loadavg: 4.74 3.99 2.89 5/211 1286
/proc/meminfo: memFree=30633732/32770624 swapFree=0/204860
[pid=1270] ppid=1267 vsize=10621952 CPUtime=3.99 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 17591 0 0 0 388 11 0 0 20 0 16 0 34646999 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2655488 61864 3132 1 0 2644414 0
[pid=1270/tid=1272] ppid=1267 vsize=10621952 CPUtime=0.2 cores=0,2,4,6
/proc/1270/task/1272/stat : 1272 (java) S 1267 1270 15981 0 -1 1077944384 5723 0 0 0 19 1 0 0 20 0 16 0 34647006 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428748549296 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1273] ppid=1267 vsize=10621952 CPUtime=0.01 cores=0,2,4,6
/proc/1270/task/1273/stat : 1273 (java) S 1267 1270 15981 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 16 0 34647007 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428674726288 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1274] ppid=1267 vsize=10621952 CPUtime=0.04 cores=0,2,4,6
/proc/1270/task/1274/stat : 1274 (java) S 1267 1270 15981 0 -1 1077944384 128 0 0 0 3 1 0 0 20 0 16 0 34647007 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428673673488 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1275] ppid=1267 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/1270/task/1275/stat : 1275 (java) S 1267 1270 15981 0 -1 1077944384 75 0 0 0 2 0 0 0 20 0 16 0 34647007 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428672621200 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1276] ppid=1267 vsize=10621952 CPUtime=0.04 cores=0,2,4,6
/proc/1270/task/1276/stat : 1276 (java) S 1267 1270 15981 0 -1 1077944384 145 0 0 0 3 1 0 0 20 0 16 0 34647007 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428671568400 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1277] ppid=1267 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1277/stat : 1277 (java) S 1267 1270 15981 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 34647009 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428241230448 140428744317570 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1278] ppid=1267 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1278/stat : 1278 (java) S 1267 1270 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34647009 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428240176480 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1279] ppid=1267 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1279/stat : 1279 (java) S 1267 1270 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34647009 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428239124096 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1280] ppid=1267 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1280/stat : 1280 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428238072400 140428744325019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1281] ppid=1267 vsize=10621952 CPUtime=0.97 cores=0,2,4,6
/proc/1270/task/1281/stat : 1281 (java) R 1267 1270 15981 0 -1 4202560 2199 0 0 0 97 0 0 0 20 0 16 0 34647012 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428237011736 140428721901504 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1282] ppid=1267 vsize=10621952 CPUtime=0.97 cores=0,2,4,6
/proc/1270/task/1282/stat : 1282 (java) R 1267 1270 15981 0 -1 4202560 2235 0 0 0 97 0 0 0 20 0 16 0 34647012 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428235952632 140428725849715 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1283] ppid=1267 vsize=10621952 CPUtime=0.55 cores=0,2,4,6
/proc/1270/task/1283/stat : 1283 (java) S 1267 1270 15981 0 -1 1077944384 2560 0 0 0 54 1 0 0 20 0 16 0 34647012 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428234914160 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1284] ppid=1267 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1284/stat : 1284 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428233861600 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1285] ppid=1267 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1285/stat : 1285 (java) S 1267 1270 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 34647017 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428232809392 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1286] ppid=1267 vsize=10621952 CPUtime=1.08 cores=0,2,4,6
/proc/1270/task/1286/stat : 1286 (java) R 1267 1270 15981 0 -1 4202560 2984 0 0 0 106 2 0 0 20 0 16 0 34647034 10876878848 61864 18446744073709551615 4194304 4196468 140735880556032 140428229615024 140428728753990 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 10621952

[startup+3.10091 s]
/proc/loadavg: 4.74 3.99 2.89 4/211 1286
/proc/meminfo: memFree=30325552/32770624 swapFree=0/204860
[pid=1270] ppid=1267 vsize=10621952 CPUtime=8.69 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 19886 0 0 0 819 50 0 0 20 0 16 0 34646999 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2655488 170233 3158 1 0 2644414 0
[pid=1270/tid=1272] ppid=1267 vsize=10621952 CPUtime=0.2 cores=0,2,4,6
/proc/1270/task/1272/stat : 1272 (java) S 1267 1270 15981 0 -1 1077944384 5723 0 0 0 19 1 0 0 20 0 16 0 34647006 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428748549296 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1273] ppid=1267 vsize=10621952 CPUtime=0.63 cores=0,2,4,6
/proc/1270/task/1273/stat : 1273 (java) R 1267 1270 15981 0 -1 4202560 740 0 0 0 54 9 0 0 20 0 16 0 34647007 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428674726408 140428729007100 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1274] ppid=1267 vsize=10621952 CPUtime=0.66 cores=0,2,4,6
/proc/1270/task/1274/stat : 1274 (java) R 1267 1270 15981 0 -1 4202560 435 0 0 0 56 10 0 0 20 0 16 0 34647007 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428673673296 140428729007119 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1275] ppid=1267 vsize=10621952 CPUtime=0.64 cores=0,2,4,6
/proc/1270/task/1275/stat : 1275 (java) R 1267 1270 15981 0 -1 4202560 385 0 0 0 55 9 0 0 20 0 16 0 34647007 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428672621008 140428729007056 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1276] ppid=1267 vsize=10621952 CPUtime=0.66 cores=0,2,4,6
/proc/1270/task/1276/stat : 1276 (java) R 1267 1270 15981 0 -1 4202560 469 0 0 0 56 10 0 0 20 0 16 0 34647007 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428671568520 140428729007119 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1277] ppid=1267 vsize=10621952 CPUtime=0.01 cores=0,2,4,6
/proc/1270/task/1277/stat : 1277 (java) S 1267 1270 15981 0 -1 1077944384 227 0 0 0 1 0 0 0 20 0 16 0 34647009 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428241228992 140428744316629 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1278] ppid=1267 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1278/stat : 1278 (java) S 1267 1270 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34647009 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428240176480 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1279] ppid=1267 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1279/stat : 1279 (java) S 1267 1270 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34647009 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428239124096 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1280] ppid=1267 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1280/stat : 1280 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428238072400 140428744325019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1281] ppid=1267 vsize=10621952 CPUtime=1.64 cores=0,2,4,6
/proc/1270/task/1281/stat : 1281 (java) S 1267 1270 15981 0 -1 1077944384 2437 0 0 0 164 0 0 0 20 0 16 0 34647012 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428237002608 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1282] ppid=1267 vsize=10621952 CPUtime=1.52 cores=0,2,4,6
/proc/1270/task/1282/stat : 1282 (java) S 1267 1270 15981 0 -1 1077944384 2331 0 0 0 152 0 0 0 20 0 16 0 34647012 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428235949968 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1283] ppid=1267 vsize=10621952 CPUtime=0.58 cores=0,2,4,6
/proc/1270/task/1283/stat : 1283 (java) S 1267 1270 15981 0 -1 1077944384 2670 0 0 0 57 1 0 0 20 0 16 0 34647012 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428234914160 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1284] ppid=1267 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1284/stat : 1284 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428233861600 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1285] ppid=1267 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1285/stat : 1285 (java) S 1267 1270 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 34647017 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428232809392 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1286] ppid=1267 vsize=10621952 CPUtime=2.04 cores=0,2,4,6
/proc/1270/task/1286/stat : 1286 (java) S 1267 1270 15981 0 -1 1077944384 3112 0 0 0 199 5 0 0 20 0 16 0 34647034 10876878848 170233 18446744073709551615 4194304 4196468 140735880556032 140428229616304 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 10621952

[startup+6.30068 s]
/proc/loadavg: 4.84 4.03 2.91 6/211 1286
/proc/meminfo: memFree=29632368/32770624 swapFree=0/204864
[pid=1270] ppid=1267 vsize=10624000 CPUtime=18.29 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 39933 0 0 0 1748 81 0 0 20 0 16 0 34646999 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2656000 299379 3162 1 0 2644926 0
[pid=1270/tid=1272] ppid=1267 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/1270/task/1272/stat : 1272 (java) S 1267 1270 15981 0 -1 1077944384 5723 0 0 0 19 1 0 0 20 0 16 0 34647006 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428748549296 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1273] ppid=1267 vsize=10624000 CPUtime=1.57 cores=0,2,4,6
/proc/1270/task/1273/stat : 1273 (java) S 1267 1270 15981 0 -1 1077944384 882 0 0 0 142 15 0 0 20 0 16 0 34647007 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428674726288 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1274] ppid=1267 vsize=10624000 CPUtime=1.66 cores=0,2,4,6
/proc/1270/task/1274/stat : 1274 (java) S 1267 1270 15981 0 -1 1077944384 594 0 0 0 149 17 0 0 20 0 16 0 34647007 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428673673488 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1275] ppid=1267 vsize=10624000 CPUtime=1.56 cores=0,2,4,6
/proc/1270/task/1275/stat : 1275 (java) S 1267 1270 15981 0 -1 1077944384 500 0 0 0 142 14 0 0 20 0 16 0 34647007 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428672621200 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1276] ppid=1267 vsize=10624000 CPUtime=1.62 cores=0,2,4,6
/proc/1270/task/1276/stat : 1276 (java) S 1267 1270 15981 0 -1 1077944384 613 0 0 0 146 16 0 0 20 0 16 0 34647007 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428671568400 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1277] ppid=1267 vsize=10624000 CPUtime=0.03 cores=0,2,4,6
/proc/1270/task/1277/stat : 1277 (java) S 1267 1270 15981 0 -1 1077944384 2010 0 0 0 3 0 0 0 20 0 16 0 34647009 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428241230448 140428744317570 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1278] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1278/stat : 1278 (java) S 1267 1270 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34647009 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428240176480 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1279] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1279/stat : 1279 (java) S 1267 1270 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34647009 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428239124096 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1280] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1280/stat : 1280 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428238072400 140428744325019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1281] ppid=1267 vsize=10624000 CPUtime=3.72 cores=0,2,4,6
/proc/1270/task/1281/stat : 1281 (java) S 1267 1270 15981 0 -1 1077944384 8952 0 0 0 372 0 0 0 20 0 16 0 34647012 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428237019248 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1282] ppid=1267 vsize=10624000 CPUtime=2.91 cores=0,2,4,6
/proc/1270/task/1282/stat : 1282 (java) S 1267 1270 15981 0 -1 1077944384 8388 0 0 0 290 1 0 0 20 0 16 0 34647012 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428235966448 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1283] ppid=1267 vsize=10624000 CPUtime=0.68 cores=0,2,4,6
/proc/1270/task/1283/stat : 1283 (java) S 1267 1270 15981 0 -1 1077944384 4114 0 0 0 67 1 0 0 20 0 16 0 34647012 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428234914160 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1284] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1284/stat : 1284 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428233861600 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1285] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1285/stat : 1285 (java) S 1267 1270 15981 0 -1 1077944384 483 0 0 0 0 0 0 0 20 0 16 0 34647017 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428232809392 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1286] ppid=1267 vsize=10624000 CPUtime=4.22 cores=0,2,4,6
/proc/1270/task/1286/stat : 1286 (java) R 1267 1270 15981 0 -1 4202560 6321 0 0 0 412 10 0 0 20 0 16 0 34647034 10878976000 299379 18446744073709551615 4194304 4196468 140735880556032 140428229618496 140428342757121 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
Current children cumulated CPU time (s) 18.29
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 4.61 3.99 2.91 3/211 1286
/proc/meminfo: memFree=29634228/32770624 swapFree=0/204860
[pid=1270] ppid=1267 vsize=10624000 CPUtime=24.96 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 42496 0 0 0 2414 82 0 0 20 0 16 0 34646999 10878976000 297656 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2656000 297656 3164 1 0 2644926 0
[pid=1270/tid=1272] ppid=1267 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/1270/task/1272/stat : 1272 (java) S 1267 1270 15981 0 -1 1077944384 5723 0 0 0 19 1 0 0 20 0 16 0 34647006 10878976000 297656 18446744073709551615 4194304 4196468 140735880556032 140428748549296 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1273] ppid=1267 vsize=10624000 CPUtime=1.57 cores=0,2,4,6
/proc/1270/task/1273/stat : 1273 (java) S 1267 1270 15981 0 -1 1077944384 882 0 0 0 142 15 0 0 20 0 16 0 34647007 10878976000 297656 18446744073709551615 4194304 4196468 140735880556032 140428674726288 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1274] ppid=1267 vsize=10624000 CPUtime=1.66 cores=0,2,4,6
/proc/1270/task/1274/stat : 1274 (java) S 1267 1270 15981 0 -1 1077944384 594 0 0 0 149 17 0 0 20 0 16 0 34647007 10878976000 297656 18446744073709551615 4194304 4196468 140735880556032 140428673673488 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1275] ppid=1267 vsize=10624000 CPUtime=1.56 cores=0,2,4,6
/proc/1270/task/1275/stat : 1275 (java) S 1267 1270 15981 0 -1 1077944384 500 0 0 0 142 14 0 0 20 0 16 0 34647007 10878976000 297656 18446744073709551615 4194304 4196468 140735880556032 140428672621200 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1276] ppid=1267 vsize=10624000 CPUtime=1.62 cores=0,2,4,6
/proc/1270/task/1276/stat : 1276 (java) S 1267 1270 15981 0 -1 1077944384 613 0 0 0 146 16 0 0 20 0 16 0 34647007 10878976000 297656 18446744073709551615 4194304 4196468 140735880556032 140428671568400 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1277] ppid=1267 vsize=10624000 CPUtime=0.03 cores=0,2,4,6
/proc/1270/task/1277/stat : 1277 (java) S 1267 1270 15981 0 -1 1077944384 2010 0 0 0 3 0 0 0 20 0 16 0 34647009 10878976000 297656 18446744073709551615 4194304 4196468 140735880556032 140428241230448 140428744317570 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0

################
# More data... #
################

/proc/meminfo: memFree=29980940/32770624 swapFree=0/205668
[pid=1270] ppid=1267 vsize=10624000 CPUtime=2456.96 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 118138 0 0 0 245560 136 0 0 20 0 16 0 34646999 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2656000 302294 3173 1 0 2644926 0
[pid=1270/tid=1272] ppid=1267 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/1270/task/1272/stat : 1272 (java) S 1267 1270 15981 0 -1 1077944384 5723 0 0 0 19 1 0 0 20 0 16 0 34647006 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428748549296 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1273] ppid=1267 vsize=10624000 CPUtime=1.57 cores=0,2,4,6
/proc/1270/task/1273/stat : 1273 (java) S 1267 1270 15981 0 -1 1077944384 882 0 0 0 142 15 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428674726288 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1274] ppid=1267 vsize=10624000 CPUtime=1.66 cores=0,2,4,6
/proc/1270/task/1274/stat : 1274 (java) S 1267 1270 15981 0 -1 1077944384 594 0 0 0 149 17 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428673673488 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1275] ppid=1267 vsize=10624000 CPUtime=1.56 cores=0,2,4,6
/proc/1270/task/1275/stat : 1275 (java) S 1267 1270 15981 0 -1 1077944384 500 0 0 0 142 14 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428672621200 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1276] ppid=1267 vsize=10624000 CPUtime=1.62 cores=0,2,4,6
/proc/1270/task/1276/stat : 1276 (java) S 1267 1270 15981 0 -1 1077944384 613 0 0 0 146 16 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428671568400 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1277] ppid=1267 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/1270/task/1277/stat : 1277 (java) S 1267 1270 15981 0 -1 1077944384 3369 0 0 0 6 2 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428241230448 140428744317570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1278] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1278/stat : 1278 (java) S 1267 1270 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428240176480 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1279] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1279/stat : 1279 (java) S 1267 1270 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428239124096 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1280] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1280/stat : 1280 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428238072400 140428744325019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1281] ppid=1267 vsize=10624000 CPUtime=4.35 cores=0,2,4,6
/proc/1270/task/1281/stat : 1281 (java) S 1267 1270 15981 0 -1 1077944384 15938 0 0 0 433 2 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428237019248 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1282] ppid=1267 vsize=10624000 CPUtime=3.55 cores=0,2,4,6
/proc/1270/task/1282/stat : 1282 (java) S 1267 1270 15981 0 -1 1077944384 16548 0 0 0 352 3 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428235966448 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1283] ppid=1267 vsize=10624000 CPUtime=0.87 cores=0,2,4,6
/proc/1270/task/1283/stat : 1283 (java) S 1267 1270 15981 0 -1 1077944384 14457 0 0 0 85 2 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428234914160 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1284] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1284/stat : 1284 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428233861600 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1285] ppid=1267 vsize=10624000 CPUtime=1.28 cores=0,2,4,6
/proc/1270/task/1285/stat : 1285 (java) S 1267 1270 15981 0 -1 1077944384 2549 0 0 0 66 62 0 0 20 0 16 0 34647017 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428232809392 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1286] ppid=1267 vsize=10624000 CPUtime=2440.11 cores=0,2,4,6
/proc/1270/task/1286/stat : 1286 (java) R 1267 1270 15981 0 -1 4202560 55609 0 0 0 243998 13 0 0 20 0 16 0 34647034 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428229617672 140428343625941 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
Current children cumulated CPU time (s) 2456.96
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.00 2.04 2.10 3/211 1591
/proc/meminfo: memFree=29981084/32770624 swapFree=0/205684
[pid=1270] ppid=1267 vsize=10624000 CPUtime=2517 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 118931 0 0 0 251562 138 0 0 20 0 16 0 34646999 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2656000 302294 3173 1 0 2644926 0
[pid=1270/tid=1272] ppid=1267 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/1270/task/1272/stat : 1272 (java) S 1267 1270 15981 0 -1 1077944384 5723 0 0 0 19 1 0 0 20 0 16 0 34647006 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428748549296 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1273] ppid=1267 vsize=10624000 CPUtime=1.57 cores=0,2,4,6
/proc/1270/task/1273/stat : 1273 (java) S 1267 1270 15981 0 -1 1077944384 882 0 0 0 142 15 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428674726288 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1274] ppid=1267 vsize=10624000 CPUtime=1.66 cores=0,2,4,6
/proc/1270/task/1274/stat : 1274 (java) S 1267 1270 15981 0 -1 1077944384 594 0 0 0 149 17 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428673673488 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1275] ppid=1267 vsize=10624000 CPUtime=1.56 cores=0,2,4,6
/proc/1270/task/1275/stat : 1275 (java) S 1267 1270 15981 0 -1 1077944384 500 0 0 0 142 14 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428672621200 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1276] ppid=1267 vsize=10624000 CPUtime=1.62 cores=0,2,4,6
/proc/1270/task/1276/stat : 1276 (java) S 1267 1270 15981 0 -1 1077944384 613 0 0 0 146 16 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428671568400 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1277] ppid=1267 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/1270/task/1277/stat : 1277 (java) S 1267 1270 15981 0 -1 1077944384 3375 0 0 0 6 2 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428241230448 140428744317570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1278] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1278/stat : 1278 (java) S 1267 1270 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428240176480 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1279] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1279/stat : 1279 (java) S 1267 1270 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428239124096 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1280] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1280/stat : 1280 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428238072400 140428744325019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1281] ppid=1267 vsize=10624000 CPUtime=4.35 cores=0,2,4,6
/proc/1270/task/1281/stat : 1281 (java) S 1267 1270 15981 0 -1 1077944384 15946 0 0 0 433 2 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428237019248 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1282] ppid=1267 vsize=10624000 CPUtime=3.55 cores=0,2,4,6
/proc/1270/task/1282/stat : 1282 (java) S 1267 1270 15981 0 -1 1077944384 16550 0 0 0 352 3 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428235966448 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1283] ppid=1267 vsize=10624000 CPUtime=0.87 cores=0,2,4,6
/proc/1270/task/1283/stat : 1283 (java) S 1267 1270 15981 0 -1 1077944384 14459 0 0 0 85 2 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428234914160 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1284] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1284/stat : 1284 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428233861600 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1285] ppid=1267 vsize=10624000 CPUtime=1.32 cores=0,2,4,6
/proc/1270/task/1285/stat : 1285 (java) S 1267 1270 15981 0 -1 1077944384 2580 0 0 0 68 64 0 0 20 0 16 0 34647017 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428232809392 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1286] ppid=1267 vsize=10624000 CPUtime=2500.11 cores=0,2,4,6
/proc/1270/task/1286/stat : 1286 (java) R 1267 1270 15981 0 -1 4202560 56353 0 0 0 249998 13 0 0 20 0 16 0 34647034 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428229617672 140428342758014 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
Current children cumulated CPU time (s) 2517
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.3 s]
/proc/loadavg: 2.00 2.04 2.10 4/211 1591
/proc/meminfo: memFree=29981084/32770624 swapFree=0/205684
[pid=1270] ppid=1267 vsize=10624000 CPUtime=2520 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 118933 0 0 0 251862 138 0 0 20 0 16 0 34646999 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2656000 302294 3173 1 0 2644926 0
[pid=1270/tid=1272] ppid=1267 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/1270/task/1272/stat : 1272 (java) S 1267 1270 15981 0 -1 1077944384 5723 0 0 0 19 1 0 0 20 0 16 0 34647006 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428748549296 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1273] ppid=1267 vsize=10624000 CPUtime=1.57 cores=0,2,4,6
/proc/1270/task/1273/stat : 1273 (java) S 1267 1270 15981 0 -1 1077944384 882 0 0 0 142 15 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428674726288 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1274] ppid=1267 vsize=10624000 CPUtime=1.66 cores=0,2,4,6
/proc/1270/task/1274/stat : 1274 (java) S 1267 1270 15981 0 -1 1077944384 594 0 0 0 149 17 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428673673488 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1275] ppid=1267 vsize=10624000 CPUtime=1.56 cores=0,2,4,6
/proc/1270/task/1275/stat : 1275 (java) S 1267 1270 15981 0 -1 1077944384 500 0 0 0 142 14 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428672621200 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1276] ppid=1267 vsize=10624000 CPUtime=1.62 cores=0,2,4,6
/proc/1270/task/1276/stat : 1276 (java) S 1267 1270 15981 0 -1 1077944384 613 0 0 0 146 16 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428671568400 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1277] ppid=1267 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/1270/task/1277/stat : 1277 (java) S 1267 1270 15981 0 -1 1077944384 3375 0 0 0 6 2 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428241230448 140428744317570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1278] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1278/stat : 1278 (java) S 1267 1270 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428240176480 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1279] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1279/stat : 1279 (java) S 1267 1270 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428239124096 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1280] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1280/stat : 1280 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428238072400 140428744325019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1281] ppid=1267 vsize=10624000 CPUtime=4.35 cores=0,2,4,6
/proc/1270/task/1281/stat : 1281 (java) S 1267 1270 15981 0 -1 1077944384 15946 0 0 0 433 2 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428237019248 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1282] ppid=1267 vsize=10624000 CPUtime=3.55 cores=0,2,4,6
/proc/1270/task/1282/stat : 1282 (java) S 1267 1270 15981 0 -1 1077944384 16550 0 0 0 352 3 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428235966448 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1283] ppid=1267 vsize=10624000 CPUtime=0.87 cores=0,2,4,6
/proc/1270/task/1283/stat : 1283 (java) S 1267 1270 15981 0 -1 1077944384 14459 0 0 0 85 2 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428234914160 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1284] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1284/stat : 1284 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428233861600 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1285] ppid=1267 vsize=10624000 CPUtime=1.32 cores=0,2,4,6
/proc/1270/task/1285/stat : 1285 (java) S 1267 1270 15981 0 -1 1077944384 2580 0 0 0 68 64 0 0 20 0 16 0 34647017 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428232809392 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1286] ppid=1267 vsize=10624000 CPUtime=2503.1 cores=0,2,4,6
/proc/1270/task/1286/stat : 1286 (java) R 1267 1270 15981 0 -1 4202560 56355 0 0 0 250297 13 0 0 20 0 16 0 34647034 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428229617672 140428335799190 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 10624000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1270 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2505.3 s]
/proc/loadavg: 2.00 2.04 2.10 4/211 1591
/proc/meminfo: memFree=29981084/32770624 swapFree=0/205684
[pid=1270] ppid=1267 vsize=10624000 CPUtime=2520 cores=0,2,4,6
/proc/1270/stat : 1270 (java) S 1267 1270 15981 0 -1 1077944320 118933 0 0 0 251862 138 0 0 20 0 16 0 34646999 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140735880538576 140428744306423 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
/proc/1270/statm: 2656000 302294 3173 1 0 2644926 0
[pid=1270/tid=1272] ppid=1267 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/1270/task/1272/stat : 1272 (java) S 1267 1270 15981 0 -1 1077944384 5723 0 0 0 19 1 0 0 20 0 16 0 34647006 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428748549296 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1273] ppid=1267 vsize=10624000 CPUtime=1.57 cores=0,2,4,6
/proc/1270/task/1273/stat : 1273 (java) S 1267 1270 15981 0 -1 1077944384 882 0 0 0 142 15 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428674726288 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1274] ppid=1267 vsize=10624000 CPUtime=1.66 cores=0,2,4,6
/proc/1270/task/1274/stat : 1274 (java) S 1267 1270 15981 0 -1 1077944384 594 0 0 0 149 17 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428673673488 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1275] ppid=1267 vsize=10624000 CPUtime=1.56 cores=0,2,4,6
/proc/1270/task/1275/stat : 1275 (java) S 1267 1270 15981 0 -1 1077944384 500 0 0 0 142 14 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428672621200 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1276] ppid=1267 vsize=10624000 CPUtime=1.62 cores=0,2,4,6
/proc/1270/task/1276/stat : 1276 (java) S 1267 1270 15981 0 -1 1077944384 613 0 0 0 146 16 0 0 20 0 16 0 34647007 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428671568400 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1277] ppid=1267 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/1270/task/1277/stat : 1277 (java) S 1267 1270 15981 0 -1 1077944384 3375 0 0 0 6 2 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428241230448 140428744317570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1278] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1278/stat : 1278 (java) S 1267 1270 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428240176480 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1279] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1279/stat : 1279 (java) S 1267 1270 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34647009 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428239124096 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1280] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1280/stat : 1280 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428238072400 140428744325019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1281] ppid=1267 vsize=10624000 CPUtime=4.35 cores=0,2,4,6
/proc/1270/task/1281/stat : 1281 (java) S 1267 1270 15981 0 -1 1077944384 15946 0 0 0 433 2 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428237019248 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1282] ppid=1267 vsize=10624000 CPUtime=3.55 cores=0,2,4,6
/proc/1270/task/1282/stat : 1282 (java) S 1267 1270 15981 0 -1 1077944384 16550 0 0 0 352 3 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428235966448 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1283] ppid=1267 vsize=10624000 CPUtime=0.87 cores=0,2,4,6
/proc/1270/task/1283/stat : 1283 (java) S 1267 1270 15981 0 -1 1077944384 14459 0 0 0 85 2 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428234914160 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1284] ppid=1267 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/1270/task/1284/stat : 1284 (java) S 1267 1270 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34647012 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428233861600 140428744316629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1285] ppid=1267 vsize=10624000 CPUtime=1.32 cores=0,2,4,6
/proc/1270/task/1285/stat : 1285 (java) S 1267 1270 15981 0 -1 1077944384 2580 0 0 0 68 64 0 0 20 0 16 0 34647017 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428232809392 140428744317570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
[pid=1270/tid=1286] ppid=1267 vsize=10624000 CPUtime=2503.1 cores=0,2,4,6
/proc/1270/task/1286/stat : 1286 (java) R 1267 1270 15981 0 -1 4202560 56355 0 0 0 250297 13 0 0 20 0 16 0 34647034 10878976000 302294 18446744073709551615 4194304 4196468 140735880556032 140428229617672 140428335799190 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140735880561102 140735880561231 140735880561231 140735880564687 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2505.31
CPU time (s): 2520.03
CPU user time (s): 2518.64
CPU system time (s): 1.3912
CPU usage (%): 100.587
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.64
system time used= 1.3912
maximum resident set size= 1209832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119290
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57404
involuntary context switches= 778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5089 second user time and 15.4629 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-10 02:07:54
IDJOB=4264710
IDBENCH=139752
IDSOLVER=2652
FILE ID=node126/4264710-1502324514
RUNJOBID= node126-1502258241-21715
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-15-17.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264710-1502324514/watcher-4264710-1502324514 -o /tmp/evaluation-result-4264710-1502324514/solver-4264710-1502324514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21715 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264710-1502324514.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5342dff7930c7d1c2bbf0c6436545580
RANDOM SEED=782188016

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30817756 kB
MemAvailable:   31219400 kB
Buffers:          237976 kB
Cached:           438324 kB
SwapCached:          524 kB
Active:          1222904 kB
Inactive:         276180 kB
Active(anon):     776904 kB
Inactive(anon):    71336 kB
Active(file):     446000 kB
Inactive(file):   204844 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              8800 kB
Writeback:             4 kB
AnonPages:        822208 kB
Mapped:            49388 kB
Shmem:             25248 kB
Slab:             159112 kB
SReclaimable:     133268 kB
SUnreclaim:        25844 kB
KernelStack:        3424 kB
PageTables:         6496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1837964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-10 02:49:40