Trace number 4253932

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
choco-solver 4.0.5 seq (2017-07-26)SAT (TO)2 244.35699 240.00999

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark243.576
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4253932-1501616780.xml"  -tl '264s' -p 1 -x 0
0.00/0.26	c [HOME/instance-4253932-1501616780.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.32	c simple solver
0.00/0.39	c parse instance...
0.00/0.79	c solve instance...
16.52/13.83	o 0 
74.82/70.84	o 1 
111.30/107.10	o 2 
244.34/240.00	s SATISFIABLE
244.34/240.00	v <instantiation>
244.34/240.00	v 	<list>x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2] </list>
244.34/240.00	v 	<values>2 498 252 250 485 471 0 464 269 265 451 450 0 449 297 253 427 424 0 405 403 0 400 310 261 394 284 275 388 374 0 380 300 259 375 281 273 374 322 252 369 304 262 368 287 276 365 284 274 357 279 276 355 321 250 344 317 250 339 278 276 337 292 275 328 322 0 0 0 0 0 0 0 </values>
244.34/240.00	v </instantiation>
244.34/240.00	c Unexpected resolution interruption!

Verifier Data

OK	2

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-4253932-1501616780/watcher-4253932-1501616780 -o /tmp/evaluation-result-4253932-1501616780/solver-4253932-1501616780 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501610360-3274 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 614627664 HOME/instance-4253932-1501616780.xml 

pid=8191
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 1.99 1.94 1.95 2/201 8194
/proc/meminfo: memFree=31673028/32770624 swapFree=0/164332
[pid=8194] ppid=8191 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (runsolver) D 8191 8194 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 3588591 24240128 108 18446744073709551615 4194304 4338465 140728924541152 140728924538792 140143475524311 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 22528000 140728924549215 140728924549703 140728924549703 140728924553162 0
/proc/8194/statm: 5918 108 54 36 0 2156 0

[startup+0.100134 s]
/proc/loadavg: 1.99 1.94 1.95 2/201 8194
/proc/meminfo: memFree=31673028/32770624 swapFree=0/164332
[pid=8194] ppid=8191 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (xcsp3-exec) S 8191 8194 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3588591 9740288 344 18446744073709551615 4194304 5098028 140724220148608 140724220146712 139937020023420 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12558336 140724220154269 140724220154472 140724220154472 140724220157931 0
/proc/8194/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.204852 s]
/proc/loadavg: 1.99 1.94 1.95 2/201 8194
/proc/meminfo: memFree=31673028/32770624 swapFree=0/164332
[pid=8194] ppid=8191 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (xcsp3-exec) S 8191 8194 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3588591 9740288 344 18446744073709551615 4194304 5098028 140724220148608 140724220146712 139937020023420 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12558336 140724220154269 140724220154472 140724220154472 140724220157931 0
/proc/8194/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300292 s]
/proc/loadavg: 1.99 1.94 1.95 2/201 8194
/proc/meminfo: memFree=31673028/32770624 swapFree=0/164332
[pid=8194] ppid=8191 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (xcsp3-exec) S 8191 8194 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3588591 9740288 344 18446744073709551615 4194304 5098028 140724220148608 140724220146712 139937020023420 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12558336 140724220154269 140724220154472 140724220154472 140724220157931 0
/proc/8194/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700496 s]
/proc/loadavg: 1.99 1.94 1.95 2/201 8194
/proc/meminfo: memFree=31673028/32770624 swapFree=0/164332
[pid=8194] ppid=8191 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (xcsp3-exec) S 8191 8194 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3588591 9740288 344 18446744073709551615 4194304 5098028 140724220148608 140724220146712 139937020023420 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12558336 140724220154269 140724220154472 140724220154472 140724220157931 0
/proc/8194/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50066 s]
/proc/loadavg: 1.99 1.94 1.95 4/217 8210
/proc/meminfo: memFree=31594224/32770624 swapFree=0/164360
[pid=8194] ppid=8191 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (xcsp3-exec) S 8191 8194 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3588591 9740288 344 18446744073709551615 4194304 5098028 140724220148608 140724220146712 139937020023420 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12558336 140724220154269 140724220154472 140724220154472 140724220157931 0
/proc/8194/statm: 2378 344 289 221 0 87 0
[pid=8196] ppid=8194 vsize=13980732 CPUtime=2.74 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8194 3187 0 -1 1077944320 16998 0 0 0 268 6 0 0 20 0 15 0 3588600 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140727511037072 140546848415479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
/proc/8196/statm: 3495183 23225 3167 1 0 3483484 0
[pid=8196/tid=8197] ppid=8194 vsize=13980732 CPUtime=1.36 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8194 3187 0 -1 4202560 8942 0 0 0 133 3 0 0 20 0 15 0 3588600 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546852651240 140546450226632 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8198] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8198/stat : 8198 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546767829648 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8199] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546766776848 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8200] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546446190992 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8201] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8194 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546445138192 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8202] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8194 3187 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546326874992 140546848426626 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8203] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8194 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546325820960 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8204] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8194 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546324768112 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8205] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546323716432 140546848434075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8206] ppid=8194 vsize=13980732 CPUtime=0.54 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8194 3187 0 -1 1077944384 2439 0 0 0 54 0 0 0 20 0 15 0 3588605 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546322663792 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8207] ppid=8194 vsize=13980732 CPUtime=0.47 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8194 3187 0 -1 1077944384 2314 0 0 0 46 1 0 0 20 0 15 0 3588605 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546321610992 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8208] ppid=8194 vsize=13980732 CPUtime=0.33 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8194 3187 0 -1 1077944384 1844 0 0 0 33 0 0 0 20 0 15 0 3588605 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546320558192 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8209] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546319505632 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8210] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8194 3187 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 3588609 14316269568 23225 18446744073709551615 4194304 4196468 140727511054528 140546318453936 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 13990244

[startup+3.10062 s]
/proc/loadavg: 1.99 1.94 1.95 3/217 8210
/proc/meminfo: memFree=31591500/32770624 swapFree=0/164364
[pid=8194] ppid=8191 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (xcsp3-exec) S 8191 8194 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3588591 9740288 344 18446744073709551615 4194304 5098028 140724220148608 140724220146712 139937020023420 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12558336 140724220154269 140724220154472 140724220154472 140724220157931 0
/proc/8194/statm: 2378 344 289 221 0 87 0
[pid=8196] ppid=8194 vsize=13980732 CPUtime=4.45 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8194 3187 0 -1 1077944320 17338 0 0 0 439 6 0 0 20 0 15 0 3588600 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140727511037072 140546848415479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
/proc/8196/statm: 3495183 23279 3173 1 0 3483484 0
[pid=8196/tid=8197] ppid=8194 vsize=13980732 CPUtime=2.96 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8194 3187 0 -1 4202560 8987 0 0 0 293 3 0 0 20 0 15 0 3588600 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546852651928 140546450226261 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8198] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8198/stat : 8198 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546767829648 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8199] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546766776848 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8200] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546446190992 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8201] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8194 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546445138192 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8202] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8194 3187 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546326874992 140546848426626 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8203] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8194 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546325820960 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8204] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8194 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546324768112 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8205] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546323716432 140546848434075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8206] ppid=8194 vsize=13980732 CPUtime=0.58 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8194 3187 0 -1 1077944384 2506 0 0 0 58 0 0 0 20 0 15 0 3588605 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546322663792 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8207] ppid=8194 vsize=13980732 CPUtime=0.53 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8194 3187 0 -1 1077944384 2490 0 0 0 52 1 0 0 20 0 15 0 3588605 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546321610992 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8208] ppid=8194 vsize=13980732 CPUtime=0.35 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8194 3187 0 -1 1077944384 1896 0 0 0 35 0 0 0 20 0 15 0 3588605 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546320558192 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8209] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546319505632 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8210] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8194 3187 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 3588609 14316269568 23279 18446744073709551615 4194304 4196468 140727511054528 140546318453936 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 13990244

[startup+6.30062 s]
/proc/loadavg: 1.99 1.94 1.95 3/217 8210
/proc/meminfo: memFree=31591324/32770624 swapFree=0/164372
[pid=8194] ppid=8191 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (xcsp3-exec) S 8191 8194 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3588591 9740288 344 18446744073709551615 4194304 5098028 140724220148608 140724220146712 139937020023420 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12558336 140724220154269 140724220154472 140724220154472 140724220157931 0
/proc/8194/statm: 2378 344 289 221 0 87 0
[pid=8196] ppid=8194 vsize=13980732 CPUtime=7.8 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8194 3187 0 -1 1077944320 19791 0 0 0 774 6 0 0 20 0 15 0 3588600 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140727511037072 140546848415479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
/proc/8196/statm: 3495183 23322 3175 1 0 3483484 0
[pid=8196/tid=8197] ppid=8194 vsize=13980732 CPUtime=6.16 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8194 3187 0 -1 4202560 9359 0 0 0 613 3 0 0 20 0 15 0 3588600 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546852651136 140546450163075 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8198] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8198/stat : 8198 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546767829648 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8199] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546766776848 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8200] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546446190992 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8201] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8194 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546445138192 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8202] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8194 3187 0 -1 1077944384 385 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546326874992 140546848426626 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8203] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8194 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546325820960 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8204] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8194 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546324768112 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8205] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546323716432 140546848434075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8206] ppid=8194 vsize=13980732 CPUtime=0.69 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8194 3187 0 -1 1077944384 3061 0 0 0 69 0 0 0 20 0 15 0 3588605 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546322663792 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8207] ppid=8194 vsize=13980732 CPUtime=0.56 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8194 3187 0 -1 1077944384 3545 0 0 0 55 1 0 0 20 0 15 0 3588605 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546321610992 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8208] ppid=8194 vsize=13980732 CPUtime=0.36 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8194 3187 0 -1 1077944384 1945 0 0 0 36 0 0 0 20 0 15 0 3588605 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546320558192 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8209] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546319505632 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8210] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8194 3187 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 15 0 3588609 14316269568 23322 18446744073709551615 4194304 4196468 140727511054528 140546318453936 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 13990244

[startup+12.7006 s]
/proc/loadavg: 2.07 1.96 1.96 3/217 8210
/proc/meminfo: memFree=31585372/32770624 swapFree=0/164376
[pid=8194] ppid=8191 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (xcsp3-exec) S 8191 8194 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3588591 9740288 344 18446744073709551615 4194304 5098028 140724220148608 140724220146712 139937020023420 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12558336 140724220154269 140724220154472 140724220154472 140724220157931 0
/proc/8194/statm: 2378 344 289 221 0 87 0
[pid=8196] ppid=8194 vsize=13980732 CPUtime=15.12 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8194 3187 0 -1 1077944320 25968 0 0 0 1505 7 0 0 20 0 15 0 3588600 14316269568 24595 18446744073709551615 4194304 4196468 140727511054528 140727511037072 140546848415479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
/proc/8196/statm: 3495183 24595 3175 1 0 3483484 0
[pid=8196/tid=8197] ppid=8194 vsize=13980732 CPUtime=12.56 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8194 3187 0 -1 4202560 9844 0 0 0 1253 3 0 0 20 0 15 0 3588600 14316269568 24595 18446744073709551615 4194304 4196468 140727511054528 140546852651168 140546451261516 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8198] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8198/stat : 8198 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 24595 18446744073709551615 4194304 4196468 140727511054528 140546767829648 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8199] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 24595 18446744073709551615 4194304 4196468 140727511054528 140546766776848 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0

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

/proc/8196/stat : 8196 (java) S 8194 8194 3187 0 -1 1077944320 44793 0 0 0 10625 10 0 0 20 0 15 0 3588600 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140727511037072 140546848415479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
/proc/8196/statm: 3495183 29897 3178 1 0 3483484 0
[pid=8196/tid=8197] ppid=8194 vsize=13980732 CPUtime=102.16 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8194 3187 0 -1 4202560 12787 0 0 0 10213 3 0 0 20 0 15 0 3588600 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546852652024 140546450226266 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8198] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8198/stat : 8198 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546767829648 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8199] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546766776848 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8200] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546446190992 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8201] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8194 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546445138192 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8202] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8194 3187 0 -1 1077944384 540 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546326874992 140546848426626 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8203] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8194 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546325820960 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8204] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8194 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546324768112 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8205] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546323716432 140546848434075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8206] ppid=8194 vsize=13980732 CPUtime=1.56 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8194 3187 0 -1 1077944384 11084 0 0 0 155 1 0 0 20 0 15 0 3588605 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546322663792 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8207] ppid=8194 vsize=13980732 CPUtime=2.08 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8194 3187 0 -1 1077944384 13789 0 0 0 206 2 0 0 20 0 15 0 3588605 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546321610992 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8208] ppid=8194 vsize=13980732 CPUtime=0.48 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8194 3187 0 -1 1077944384 4863 0 0 0 48 0 0 0 20 0 15 0 3588605 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546320558192 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8209] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546319505632 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8210] ppid=8194 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8194 3187 0 -1 1077944384 430 0 0 0 0 1 0 0 20 0 15 0 3588609 14316269568 29897 18446744073709551615 4194304 4196468 140727511054528 140546318453936 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
Current children cumulated CPU time (s) 106.35
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.83 1.92 1.94 3/217 8292
/proc/meminfo: memFree=31732276/32770624 swapFree=0/164524
[pid=8194] ppid=8191 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (xcsp3-exec) S 8191 8194 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3588591 9740288 344 18446744073709551615 4194304 5098028 140724220148608 140724220146712 139937020023420 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12558336 140724220154269 140724220154472 140724220154472 140724220157931 0
/proc/8194/statm: 2378 344 289 221 0 87 0
[pid=8196] ppid=8194 vsize=13980732 CPUtime=166.57 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8194 3187 0 -1 1077944320 48486 0 0 0 16646 11 0 0 20 0 15 0 3588600 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140727511037072 140546848415479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
/proc/8196/statm: 3495183 35327 3180 1 0 3483484 0
[pid=8196/tid=8197] ppid=8194 vsize=13980732 CPUtime=162.16 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8194 3187 0 -1 4202560 13326 0 0 0 16213 3 0 0 20 0 15 0 3588600 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546852651376 140546450163094 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8198] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8198/stat : 8198 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546767829648 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8199] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546766776848 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8200] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546446190992 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8201] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8194 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546445138192 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8202] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8194 3187 0 -1 1077944384 595 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546326874992 140546848426626 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8203] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8194 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546325820960 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8204] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8194 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546324768112 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8205] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546323716432 140546848434075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8206] ppid=8194 vsize=13980732 CPUtime=1.72 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8194 3187 0 -1 1077944384 13189 0 0 0 171 1 0 0 20 0 15 0 3588605 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546322663792 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8207] ppid=8194 vsize=13980732 CPUtime=2.12 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8194 3187 0 -1 1077944384 14493 0 0 0 210 2 0 0 20 0 15 0 3588605 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546321610992 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8208] ppid=8194 vsize=13980732 CPUtime=0.49 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8194 3187 0 -1 1077944384 5116 0 0 0 48 1 0 0 20 0 15 0 3588605 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546320558192 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8209] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546319505632 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8210] ppid=8194 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8194 3187 0 -1 1077944384 467 0 0 0 1 2 0 0 20 0 15 0 3588609 14316269568 35327 18446744073709551615 4194304 4196468 140727511054528 140546318453936 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
Current children cumulated CPU time (s) 166.57
Current children cumulated vsize (KiB) 13990244

[startup+222.306 s]
/proc/loadavg: 1.85 1.90 1.94 3/214 8294
/proc/meminfo: memFree=31760768/32770624 swapFree=0/164556
[pid=8194] ppid=8191 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (xcsp3-exec) S 8191 8194 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3588591 9740288 344 18446744073709551615 4194304 5098028 140724220148608 140724220146712 139937020023420 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12558336 140724220154269 140724220154472 140724220154472 140724220157931 0
/proc/8194/statm: 2378 344 289 221 0 87 0
[pid=8196] ppid=8194 vsize=13980732 CPUtime=226.63 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8194 3187 0 -1 1077944320 48791 0 0 0 22652 11 0 0 20 0 15 0 3588600 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140727511037072 140546848415479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
/proc/8196/statm: 3495183 37385 3180 1 0 3483484 0
[pid=8196/tid=8197] ppid=8194 vsize=13980732 CPUtime=222.18 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8194 3187 0 -1 4202560 13405 0 0 0 22214 4 0 0 20 0 15 0 3588600 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546852652328 140546450163056 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8198] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8198/stat : 8198 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546767829648 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8199] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546766776848 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8200] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546446190992 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8201] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8194 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546445138192 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8202] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8194 3187 0 -1 1077944384 599 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546326874992 140546848426626 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8203] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8194 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546325820960 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8204] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8194 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546324768112 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8205] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546323716432 140546848434075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8206] ppid=8194 vsize=13980732 CPUtime=1.73 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8194 3187 0 -1 1077944384 13292 0 0 0 172 1 0 0 20 0 15 0 3588605 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546322663792 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8207] ppid=8194 vsize=13980732 CPUtime=2.15 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8194 3187 0 -1 1077944384 14586 0 0 0 213 2 0 0 20 0 15 0 3588605 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546321610992 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8208] ppid=8194 vsize=13980732 CPUtime=0.49 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8194 3187 0 -1 1077944384 5117 0 0 0 48 1 0 0 20 0 15 0 3588605 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546320558192 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8209] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546319505632 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8210] ppid=8194 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8194 3187 0 -1 1077944384 492 0 0 0 1 2 0 0 20 0 15 0 3588609 14316269568 37385 18446744073709551615 4194304 4196468 140727511054528 140546318453936 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
Current children cumulated CPU time (s) 226.63
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.88 1.91 1.94 3/214 8294
/proc/meminfo: memFree=31765276/32770624 swapFree=0/164564
[pid=8194] ppid=8191 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/8194/stat : 8194 (xcsp3-exec) S 8191 8194 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3588591 9740288 344 18446744073709551615 4194304 5098028 140724220148608 140724220146712 139937020023420 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12558336 140724220154269 140724220154472 140724220154472 140724220157931 0
/proc/8194/statm: 2378 344 289 221 0 87 0
[pid=8196] ppid=8194 vsize=13980732 CPUtime=244.34 cores=1,3,5,7
/proc/8196/stat : 8196 (java) S 8194 8194 3187 0 -1 1077944320 48793 0 0 0 24422 12 0 0 20 0 15 0 3588600 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140727511037072 140546848415479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
/proc/8196/statm: 3495183 37897 3180 1 0 3483484 0
[pid=8196/tid=8197] ppid=8194 vsize=13980732 CPUtime=239.87 cores=1,3,5,7
/proc/8196/task/8197/stat : 8197 (java) R 8194 8194 3187 0 -1 4202560 13407 0 0 0 23983 4 0 0 20 0 15 0 3588600 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546852652328 140546450226337 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8198] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8198/stat : 8198 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546767829648 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8199] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8199/stat : 8199 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546766776848 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8200] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8200/stat : 8200 (java) S 8194 8194 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546446190992 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8201] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8201/stat : 8201 (java) S 8194 8194 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3588601 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546445138192 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8202] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8202/stat : 8202 (java) S 8194 8194 3187 0 -1 1077944384 599 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546326874992 140546848426626 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8203] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8203/stat : 8203 (java) S 8194 8194 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546325820960 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8204] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8204/stat : 8204 (java) S 8194 8194 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 3588602 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546324768112 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8205] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8205/stat : 8205 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546323716432 140546848434075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8206] ppid=8194 vsize=13980732 CPUtime=1.73 cores=1,3,5,7
/proc/8196/task/8206/stat : 8206 (java) S 8194 8194 3187 0 -1 1077944384 13292 0 0 0 172 1 0 0 20 0 15 0 3588605 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546322663792 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8207] ppid=8194 vsize=13980732 CPUtime=2.15 cores=1,3,5,7
/proc/8196/task/8207/stat : 8207 (java) S 8194 8194 3187 0 -1 1077944384 14586 0 0 0 213 2 0 0 20 0 15 0 3588605 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546321610992 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8208] ppid=8194 vsize=13980732 CPUtime=0.49 cores=1,3,5,7
/proc/8196/task/8208/stat : 8208 (java) S 8194 8194 3187 0 -1 1077944384 5117 0 0 0 48 1 0 0 20 0 15 0 3588605 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546320558192 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8209] ppid=8194 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/8196/task/8209/stat : 8209 (java) S 8194 8194 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3588605 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546319505632 140546848425685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
[pid=8196/tid=8210] ppid=8194 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/8196/task/8210/stat : 8210 (java) S 8194 8194 3187 0 -1 1077944384 492 0 0 0 1 3 0 0 20 0 15 0 3588609 14316269568 37897 18446744073709551615 4194304 4196468 140727511054528 140546318453936 140546848426626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140727511060949 140727511061124 140727511061124 140727511064527 0
Current children cumulated CPU time (s) 244.34
Current children cumulated vsize (KiB) 13990244

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 8196 sig 9
??? kill 8194 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 240.01
CPU time (s): 244.357
CPU user time (s): 244.229
CPU system time (s): 0.128021
CPU usage (%): 101.811
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.229
system time used= 0.128021
maximum resident set size= 158332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49575
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7756
involuntary context switches= 109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.98604 second user time and 1.37821 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-01 21:32:19
IDJOB=4253932
IDBENCH=136037
IDSOLVER=2635
FILE ID=node135/4253932-1501616780
RUNJOBID= node135-1501610360-3274
PBS_JOBID= 
Free space on /tmp= 61832 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4253932-1501616780/watcher-4253932-1501616780 -o /tmp/evaluation-result-4253932-1501616780/solver-4253932-1501616780 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501610360-3274 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 614627664 HOME/instance-4253932-1501616780.xml

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

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=614627664

node135.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.21
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.21
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.21
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.21
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:        31673032 kB
MemAvailable:   31635168 kB
Buffers:           32800 kB
Cached:           241252 kB
SwapCached:            0 kB
Active:           579404 kB
Inactive:         172924 kB
Active(anon):     478532 kB
Inactive(anon):     8592 kB
Active(file):     100872 kB
Inactive(file):   164332 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:        471776 kB
Mapped:            40736 kB
Shmem:              8960 kB
Slab:              49944 kB
SReclaimable:      25536 kB
SUnreclaim:        24408 kB
KernelStack:        3808 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1630788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61828 MiB
End job on node135 at 2017-08-01 21:36:19