Trace number 4254927

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 5a (2017-07-26)? (TO) 248.47 240.00999

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-10.xml
MD5SUM742286b199079809b66c62b35b32659a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark245.119
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size84
Distribution of domain sizes[{"size":49,"count":1},{"size":84,"count":144}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":96},{"degree":4,"count":48}]
Minimum constraint arity3
Maximum constraint arity144
Distribution of constraint arities[{"arity":3,"count":48},{"arity":49,"count":1},{"arity":144,"count":2}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254927-1501622650.xml"  -tl '264s' -p 1 -x 3
0.00/0.22	c [HOME/instance-4254927-1501622650.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.28	c simple solver
0.00/0.35	c parse instance...
2.88/1.41	c solve instance...
248.47/240.00	s UNKNOWN
248.47/240.00	c Unexpected resolution interruption!

Verifier Data


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

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

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.77 1.68 1.72 4/199 16605
/proc/meminfo: memFree=31866156/32770624 swapFree=0/172008
[pid=16605] ppid=16602 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (runsolver) D 16602 16605 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 4175613 24240128 107 18446744073709551615 4194304 4338465 140732437565952 140732437563592 140158414267095 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 24449024 140732437569631 140732437570119 140732437570119 140732437573578 0
/proc/16605/statm: 5918 107 54 36 0 2156 0

[startup+0.106843 s]
/proc/loadavg: 1.77 1.68 1.72 4/199 16605
/proc/meminfo: memFree=31866156/32770624 swapFree=0/172008
[pid=16605] ppid=16602 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (xcsp3-exec) S 16602 16605 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 4175613 9740288 344 18446744073709551615 4194304 5098028 140725589879728 140725589877832 140566963049084 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 34349056 140725589885341 140725589885544 140725589885544 140725589889003 0
/proc/16605/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200219 s]
/proc/loadavg: 1.77 1.68 1.72 4/199 16605
/proc/meminfo: memFree=31866156/32770624 swapFree=0/172008
[pid=16605] ppid=16602 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (xcsp3-exec) S 16602 16605 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 4175613 9740288 344 18446744073709551615 4194304 5098028 140725589879728 140725589877832 140566963049084 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 34349056 140725589885341 140725589885544 140725589885544 140725589889003 0
/proc/16605/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300306 s]
/proc/loadavg: 1.77 1.68 1.72 4/199 16605
/proc/meminfo: memFree=31866156/32770624 swapFree=0/172008
[pid=16605] ppid=16602 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (xcsp3-exec) S 16602 16605 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 4175613 9740288 344 18446744073709551615 4194304 5098028 140725589879728 140725589877832 140566963049084 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 34349056 140725589885341 140725589885544 140725589885544 140725589889003 0
/proc/16605/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700402 s]
/proc/loadavg: 1.77 1.68 1.72 4/199 16605
/proc/meminfo: memFree=31866156/32770624 swapFree=0/172008
[pid=16605] ppid=16602 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (xcsp3-exec) S 16602 16605 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 4175613 9740288 344 18446744073709551615 4194304 5098028 140725589879728 140725589877832 140566963049084 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 34349056 140725589885341 140725589885544 140725589885544 140725589889003 0
/proc/16605/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5007 s]
/proc/loadavg: 1.77 1.68 1.72 3/215 16621
/proc/meminfo: memFree=31723808/32770624 swapFree=0/172024
[pid=16605] ppid=16602 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (xcsp3-exec) S 16602 16605 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 4175613 9740288 344 18446744073709551615 4194304 5098028 140725589879728 140725589877832 140566963049084 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 34349056 140725589885341 140725589885544 140725589885544 140725589889003 0
/proc/16605/statm: 2378 344 289 221 0 87 0
[pid=16607] ppid=16605 vsize=13980732 CPUtime=3.14 cores=0,2,4,6
/proc/16607/stat : 16607 (java) S 16605 16605 3187 0 -1 1077944320 20335 0 0 0 305 9 0 0 20 0 15 0 4175618 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140736541743600 140302467657463 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
/proc/16607/statm: 3495183 50468 3202 1 0 3483484 0
[pid=16607/tid=16608] ppid=16605 vsize=13980732 CPUtime=1.37 cores=0,2,4,6
/proc/16607/task/16608/stat : 16608 (java) R 16605 16605 3187 0 -1 4202560 10063 0 0 0 133 4 0 0 20 0 15 0 4175618 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140302471894160 140302107229910 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16609] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16609/stat : 16609 (java) S 16605 16605 3187 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140302424623376 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16610] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16610/stat : 16610 (java) S 16605 16605 3187 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140302423570832 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16611] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16611/stat : 16611 (java) S 16605 16605 3187 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140302065265168 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16612] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16612/stat : 16612 (java) S 16605 16605 3187 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140302064212624 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16613] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16613/stat : 16613 (java) S 16605 16605 3187 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 4175620 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140301945506288 140302467668610 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16614] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16614/stat : 16614 (java) S 16605 16605 3187 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140301944452512 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16615] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16615/stat : 16615 (java) S 16605 16605 3187 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140301943399920 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16616] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16616/stat : 16616 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140301942348496 140302467676059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16617] ppid=16605 vsize=13980732 CPUtime=0.65 cores=0,2,4,6
/proc/16607/task/16617/stat : 16617 (java) S 16605 16605 3187 0 -1 1077944384 2332 0 0 0 65 0 0 0 20 0 15 0 4175624 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140301941295088 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16618] ppid=16605 vsize=13980732 CPUtime=0.63 cores=0,2,4,6
/proc/16607/task/16618/stat : 16618 (java) S 16605 16605 3187 0 -1 1077944384 2511 0 0 0 63 0 0 0 20 0 15 0 4175624 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140301940242544 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16619] ppid=16605 vsize=13980732 CPUtime=0.36 cores=0,2,4,6
/proc/16607/task/16619/stat : 16619 (java) S 16605 16605 3187 0 -1 1077944384 3017 0 0 0 36 0 0 0 20 0 15 0 4175624 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140301939190000 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16620] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16620/stat : 16620 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140301938137696 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16621] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16621/stat : 16621 (java) S 16605 16605 3187 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 4175627 14316269568 50468 18446744073709551615 4194304 4196468 140736541761056 140301937085232 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 13990244

[startup+3.10074 s]
/proc/loadavg: 1.77 1.68 1.72 3/215 16621
/proc/meminfo: memFree=31667160/32770624 swapFree=0/172024
[pid=16605] ppid=16602 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (xcsp3-exec) S 16602 16605 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 4175613 9740288 344 18446744073709551615 4194304 5098028 140725589879728 140725589877832 140566963049084 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 34349056 140725589885341 140725589885544 140725589885544 140725589889003 0
/proc/16605/statm: 2378 344 289 221 0 87 0
[pid=16607] ppid=16605 vsize=13980732 CPUtime=5.26 cores=0,2,4,6
/proc/16607/stat : 16607 (java) S 16605 16605 3187 0 -1 1077944320 21025 0 0 0 517 9 0 0 20 0 15 0 4175618 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140736541743600 140302467657463 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
/proc/16607/statm: 3495183 50643 3203 1 0 3483484 0
[pid=16607/tid=16608] ppid=16605 vsize=13980732 CPUtime=2.97 cores=0,2,4,6
/proc/16607/task/16608/stat : 16608 (java) R 16605 16605 3187 0 -1 4202560 10069 0 0 0 293 4 0 0 20 0 15 0 4175618 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140302471895368 140302107467276 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16609] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16609/stat : 16609 (java) S 16605 16605 3187 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140302424623376 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16610] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16610/stat : 16610 (java) S 16605 16605 3187 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140302423570832 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16611] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16611/stat : 16611 (java) S 16605 16605 3187 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140302065265168 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16612] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16612/stat : 16612 (java) S 16605 16605 3187 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140302064212624 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16613] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16613/stat : 16613 (java) S 16605 16605 3187 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 4175620 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140301945506288 140302467668610 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16614] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16614/stat : 16614 (java) S 16605 16605 3187 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140301944452512 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16615] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16615/stat : 16615 (java) S 16605 16605 3187 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140301943399920 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16616] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16616/stat : 16616 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140301942348496 140302467676059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16617] ppid=16605 vsize=13980732 CPUtime=0.85 cores=0,2,4,6
/proc/16607/task/16617/stat : 16617 (java) S 16605 16605 3187 0 -1 1077944384 2514 0 0 0 85 0 0 0 20 0 15 0 4175624 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140301941295088 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16618] ppid=16605 vsize=13980732 CPUtime=0.9 cores=0,2,4,6
/proc/16607/task/16618/stat : 16618 (java) S 16605 16605 3187 0 -1 1077944384 2920 0 0 0 89 1 0 0 20 0 15 0 4175624 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140301940242544 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16619] ppid=16605 vsize=13980732 CPUtime=0.41 cores=0,2,4,6
/proc/16607/task/16619/stat : 16619 (java) S 16605 16605 3187 0 -1 1077944384 3110 0 0 0 41 0 0 0 20 0 15 0 4175624 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140301939190000 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16620] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16620/stat : 16620 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140301938137696 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16621] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16621/stat : 16621 (java) S 16605 16605 3187 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 4175627 14316269568 50643 18446744073709551615 4194304 4196468 140736541761056 140301937085232 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 13990244

[startup+6.30076 s]
/proc/loadavg: 1.78 1.68 1.72 4/215 16621
/proc/meminfo: memFree=31662408/32770624 swapFree=0/172036
[pid=16605] ppid=16602 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (xcsp3-exec) S 16602 16605 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 4175613 9740288 344 18446744073709551615 4194304 5098028 140725589879728 140725589877832 140566963049084 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 34349056 140725589885341 140725589885544 140725589885544 140725589889003 0
/proc/16605/statm: 2378 344 289 221 0 87 0
[pid=16607] ppid=16605 vsize=13980732 CPUtime=8.79 cores=0,2,4,6
/proc/16607/stat : 16607 (java) S 16605 16605 3187 0 -1 1077944320 22619 0 0 0 870 9 0 0 20 0 15 0 4175618 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140736541743600 140302467657463 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
/proc/16607/statm: 3495183 51777 3209 1 0 3483484 0
[pid=16607/tid=16608] ppid=16605 vsize=13980732 CPUtime=6.17 cores=0,2,4,6
/proc/16607/task/16608/stat : 16608 (java) R 16605 16605 3187 0 -1 4202560 10075 0 0 0 613 4 0 0 20 0 15 0 4175618 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140302471893104 140302107467763 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16609] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16609/stat : 16609 (java) S 16605 16605 3187 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140302424623376 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16610] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16610/stat : 16610 (java) S 16605 16605 3187 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140302423570832 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16611] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16611/stat : 16611 (java) S 16605 16605 3187 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140302065265168 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16612] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16612/stat : 16612 (java) S 16605 16605 3187 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140302064212624 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16613] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16613/stat : 16613 (java) S 16605 16605 3187 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 4175620 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140301945506288 140302467668610 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16614] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16614/stat : 16614 (java) S 16605 16605 3187 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140301944452512 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16615] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16615/stat : 16615 (java) S 16605 16605 3187 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140301943399920 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16616] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16616/stat : 16616 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140301942348496 140302467676059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16617] ppid=16605 vsize=13980732 CPUtime=0.97 cores=0,2,4,6
/proc/16607/task/16617/stat : 16617 (java) S 16605 16605 3187 0 -1 1077944384 2726 0 0 0 97 0 0 0 20 0 15 0 4175624 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140301941295088 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16618] ppid=16605 vsize=13980732 CPUtime=1.11 cores=0,2,4,6
/proc/16607/task/16618/stat : 16618 (java) S 16605 16605 3187 0 -1 1077944384 4233 0 0 0 110 1 0 0 20 0 15 0 4175624 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140301940242544 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16619] ppid=16605 vsize=13980732 CPUtime=0.41 cores=0,2,4,6
/proc/16607/task/16619/stat : 16619 (java) S 16605 16605 3187 0 -1 1077944384 3143 0 0 0 41 0 0 0 20 0 15 0 4175624 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140301939190000 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16620] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16620/stat : 16620 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140301938137696 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16621] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16621/stat : 16621 (java) S 16605 16605 3187 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 4175627 14316269568 51777 18446744073709551615 4194304 4196468 140736541761056 140301937085232 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 1.80 1.69 1.72 3/215 16621
/proc/meminfo: memFree=31665220/32770624 swapFree=0/172048
[pid=16605] ppid=16602 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (xcsp3-exec) S 16602 16605 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 4175613 9740288 344 18446744073709551615 4194304 5098028 140725589879728 140725589877832 140566963049084 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 34349056 140725589885341 140725589885544 140725589885544 140725589889003 0
/proc/16605/statm: 2378 344 289 221 0 87 0
[pid=16607] ppid=16605 vsize=13980732 CPUtime=15.63 cores=0,2,4,6
/proc/16607/stat : 16607 (java) S 16605 16605 3187 0 -1 1077944320 27738 0 0 0 1553 10 0 0 20 0 15 0 4175618 14316269568 52187 18446744073709551615 4194304 4196468 140736541761056 140736541743600 140302467657463 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
/proc/16607/statm: 3495183 52187 3210 1 0 3483484 0
[pid=16607/tid=16608] ppid=16605 vsize=13980732 CPUtime=12.57 cores=0,2,4,6
/proc/16607/task/16608/stat : 16608 (java) R 16605 16605 3187 0 -1 4202560 10502 0 0 0 1253 4 0 0 20 0 15 0 4175618 14316269568 52187 18446744073709551615 4194304 4196468 140736541761056 140302471893024 140302107468121 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16609] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16609/stat : 16609 (java) S 16605 16605 3187 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 52187 18446744073709551615 4194304 4196468 140736541761056 140302424623376 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16610] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16610/stat : 16610 (java) S 16605 16605 3187 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 4175619 14316269568 52187 18446744073709551615 4194304 4196468 140736541761056 140302423570832 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0

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

[pid=16607/tid=16614] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16614/stat : 16614 (java) S 16605 16605 3187 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 53249 18446744073709551615 4194304 4196468 140736541761056 140301944452512 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16615] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16615/stat : 16615 (java) S 16605 16605 3187 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 53249 18446744073709551615 4194304 4196468 140736541761056 140301943399920 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16616] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16616/stat : 16616 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 53249 18446744073709551615 4194304 4196468 140736541761056 140301942348496 140302467676059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16617] ppid=16605 vsize=13980732 CPUtime=1.52 cores=0,2,4,6
/proc/16607/task/16617/stat : 16617 (java) S 16605 16605 3187 0 -1 1077944384 9117 0 0 0 151 1 0 0 20 0 15 0 4175624 14316269568 53249 18446744073709551615 4194304 4196468 140736541761056 140301941295088 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16618] ppid=16605 vsize=13980732 CPUtime=1.53 cores=0,2,4,6
/proc/16607/task/16618/stat : 16618 (java) S 16605 16605 3187 0 -1 1077944384 9234 0 0 0 152 1 0 0 20 0 15 0 4175624 14316269568 53249 18446744073709551615 4194304 4196468 140736541761056 140301940242544 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16619] ppid=16605 vsize=13980732 CPUtime=0.46 cores=0,2,4,6
/proc/16607/task/16619/stat : 16619 (java) S 16605 16605 3187 0 -1 1077944384 3946 0 0 0 45 1 0 0 20 0 15 0 4175624 14316269568 53249 18446744073709551615 4194304 4196468 140736541761056 140301939190000 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16620] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16620/stat : 16620 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 53249 18446744073709551615 4194304 4196468 140736541761056 140301938137696 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16621] ppid=16605 vsize=13980732 CPUtime=0.06 cores=0,2,4,6
/proc/16607/task/16621/stat : 16621 (java) S 16605 16605 3187 0 -1 1077944384 637 0 0 0 3 3 0 0 20 0 15 0 4175627 14316269568 53249 18446744073709551615 4194304 4196468 140736541761056 140301937085232 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
Current children cumulated CPU time (s) 105.89
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 2.07 1.84 1.78 3/215 16626
/proc/meminfo: memFree=31542016/32770624 swapFree=0/172128
[pid=16605] ppid=16602 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (xcsp3-exec) S 16602 16605 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 4175613 9740288 344 18446744073709551615 4194304 5098028 140725589879728 140725589877832 140566963049084 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 34349056 140725589885341 140725589885544 140725589885544 140725589889003 0
/proc/16605/statm: 2378 344 289 221 0 87 0
[pid=16607] ppid=16605 vsize=13980732 CPUtime=169.12 cores=0,2,4,6
/proc/16607/stat : 16607 (java) S 16605 16605 3187 0 -1 1077944320 50713 0 0 0 16885 27 0 0 20 0 15 0 4175618 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140736541743600 140302467657463 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
/proc/16607/statm: 3495183 98184 3230 1 0 3483484 0
[pid=16607/tid=16608] ppid=16605 vsize=13980732 CPUtime=162.11 cores=0,2,4,6
/proc/16607/task/16608/stat : 16608 (java) R 16605 16605 3187 0 -1 4202560 13357 0 0 0 16204 7 0 0 20 0 15 0 4175618 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140302471896304 140302105472585 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16609] ppid=16605 vsize=13980732 CPUtime=0.09 cores=0,2,4,6
/proc/16607/task/16609/stat : 16609 (java) S 16605 16605 3187 0 -1 1077944384 196 0 0 0 7 2 0 0 20 0 15 0 4175619 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140302424623376 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16610] ppid=16605 vsize=13980732 CPUtime=0.09 cores=0,2,4,6
/proc/16607/task/16610/stat : 16610 (java) S 16605 16605 3187 0 -1 1077944384 528 0 0 0 7 2 0 0 20 0 15 0 4175619 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140302423570832 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16611] ppid=16605 vsize=13980732 CPUtime=0.09 cores=0,2,4,6
/proc/16607/task/16611/stat : 16611 (java) S 16605 16605 3187 0 -1 1077944384 381 0 0 0 7 2 0 0 20 0 15 0 4175619 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140302065265168 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16612] ppid=16605 vsize=13980732 CPUtime=0.08 cores=0,2,4,6
/proc/16607/task/16612/stat : 16612 (java) S 16605 16605 3187 0 -1 1077944384 179 0 0 0 7 1 0 0 20 0 15 0 4175619 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140302064212624 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16613] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16613/stat : 16613 (java) S 16605 16605 3187 0 -1 1077944384 740 0 0 0 1 0 0 0 20 0 15 0 4175620 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140301945506288 140302467668610 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16614] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16614/stat : 16614 (java) S 16605 16605 3187 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140301944452576 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16615] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16615/stat : 16615 (java) S 16605 16605 3187 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140301943399936 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16616] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16616/stat : 16616 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140301942348496 140302467676059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16617] ppid=16605 vsize=13980732 CPUtime=3.02 cores=0,2,4,6
/proc/16607/task/16617/stat : 16617 (java) S 16605 16605 3187 0 -1 1077944384 14679 0 0 0 300 2 0 0 20 0 15 0 4175624 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140301941295088 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16618] ppid=16605 vsize=13980732 CPUtime=2.8 cores=0,2,4,6
/proc/16607/task/16618/stat : 16618 (java) S 16605 16605 3187 0 -1 1077944384 12287 0 0 0 278 2 0 0 20 0 15 0 4175624 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140301940242544 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16619] ppid=16605 vsize=13980732 CPUtime=0.66 cores=0,2,4,6
/proc/16607/task/16619/stat : 16619 (java) S 16605 16605 3187 0 -1 1077944384 6286 0 0 0 65 1 0 0 20 0 15 0 4175624 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140301939190000 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16620] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16620/stat : 16620 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140301938137696 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16621] ppid=16605 vsize=13980732 CPUtime=0.1 cores=0,2,4,6
/proc/16607/task/16621/stat : 16621 (java) S 16605 16605 3187 0 -1 1077944384 689 0 0 0 5 5 0 0 20 0 15 0 4175627 14316269568 98184 18446744073709551615 4194304 4196468 140736541761056 140301937085232 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
Current children cumulated CPU time (s) 169.12
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.92 1.84 1.78 3/214 16706
/proc/meminfo: memFree=31409796/32770624 swapFree=0/172204
[pid=16605] ppid=16602 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (xcsp3-exec) S 16602 16605 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 4175613 9740288 344 18446744073709551615 4194304 5098028 140725589879728 140725589877832 140566963049084 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 34349056 140725589885341 140725589885544 140725589885544 140725589889003 0
/proc/16605/statm: 2378 344 289 221 0 87 0
[pid=16607] ppid=16605 vsize=13980732 CPUtime=230.76 cores=0,2,4,6
/proc/16607/stat : 16607 (java) S 16605 16605 3187 0 -1 1077944320 51260 0 0 0 23044 32 0 0 20 0 15 0 4175618 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140736541743600 140302467657463 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
/proc/16607/statm: 3495183 106189 3232 1 0 3483484 0
[pid=16607/tid=16608] ppid=16605 vsize=13980732 CPUtime=222.08 cores=0,2,4,6
/proc/16607/task/16608/stat : 16608 (java) R 16605 16605 3187 0 -1 4202560 13513 0 0 0 22201 7 0 0 20 0 15 0 4175618 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140302471893992 140302107467935 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16609] ppid=16605 vsize=13980732 CPUtime=0.12 cores=0,2,4,6
/proc/16607/task/16609/stat : 16609 (java) S 16605 16605 3187 0 -1 1077944384 212 0 0 0 9 3 0 0 20 0 15 0 4175619 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140302424623376 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16610] ppid=16605 vsize=13980732 CPUtime=0.11 cores=0,2,4,6
/proc/16607/task/16610/stat : 16610 (java) S 16605 16605 3187 0 -1 1077944384 541 0 0 0 8 3 0 0 20 0 15 0 4175619 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140302423570832 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16611] ppid=16605 vsize=13980732 CPUtime=0.11 cores=0,2,4,6
/proc/16607/task/16611/stat : 16611 (java) S 16605 16605 3187 0 -1 1077944384 396 0 0 0 8 3 0 0 20 0 15 0 4175619 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140302065265168 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16612] ppid=16605 vsize=13980732 CPUtime=0.11 cores=0,2,4,6
/proc/16607/task/16612/stat : 16612 (java) S 16605 16605 3187 0 -1 1077944384 195 0 0 0 9 2 0 0 20 0 15 0 4175619 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140302064212624 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16613] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16613/stat : 16613 (java) S 16605 16605 3187 0 -1 1077944384 742 0 0 0 1 0 0 0 20 0 15 0 4175620 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301945506288 140302467668610 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16614] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16614/stat : 16614 (java) S 16605 16605 3187 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301944452576 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16615] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16615/stat : 16615 (java) S 16605 16605 3187 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301943399936 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16616] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16616/stat : 16616 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301942348496 140302467676059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16617] ppid=16605 vsize=13980732 CPUtime=3.7 cores=0,2,4,6
/proc/16607/task/16617/stat : 16617 (java) S 16605 16605 3187 0 -1 1077944384 14795 0 0 0 367 3 0 0 20 0 15 0 4175624 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301941295088 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16618] ppid=16605 vsize=13980732 CPUtime=3.57 cores=0,2,4,6
/proc/16607/task/16618/stat : 16618 (java) S 16605 16605 3187 0 -1 1077944384 12401 0 0 0 355 2 0 0 20 0 15 0 4175624 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301940242544 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16619] ppid=16605 vsize=13980732 CPUtime=0.73 cores=0,2,4,6
/proc/16607/task/16619/stat : 16619 (java) S 16605 16605 3187 0 -1 1077944384 6385 0 0 0 72 1 0 0 20 0 15 0 4175624 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301939190000 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16620] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16620/stat : 16620 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301938137696 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16621] ppid=16605 vsize=13980732 CPUtime=0.13 cores=0,2,4,6
/proc/16607/task/16621/stat : 16621 (java) S 16605 16605 3187 0 -1 1077944384 689 0 0 0 7 6 0 0 20 0 15 0 4175627 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301937085232 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
Current children cumulated CPU time (s) 230.76
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.79 1.81 1.77 3/214 16706
/proc/meminfo: memFree=31370740/32770624 swapFree=0/172228
[pid=16605] ppid=16602 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/16605/stat : 16605 (xcsp3-exec) S 16602 16605 3187 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 4175613 9740288 344 18446744073709551615 4194304 5098028 140725589879728 140725589877832 140566963049084 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 34349056 140725589885341 140725589885544 140725589885544 140725589889003 0
/proc/16605/statm: 2378 344 289 221 0 87 0
[pid=16607] ppid=16605 vsize=13980732 CPUtime=248.47 cores=0,2,4,6
/proc/16607/stat : 16607 (java) S 16605 16605 3187 0 -1 1077944320 51568 0 0 0 24814 33 0 0 20 0 15 0 4175618 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140736541743600 140302467657463 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
/proc/16607/statm: 3495183 106189 3232 1 0 3483484 0
[pid=16607/tid=16608] ppid=16605 vsize=13980732 CPUtime=239.78 cores=0,2,4,6
/proc/16607/task/16608/stat : 16608 (java) R 16605 16605 3187 0 -1 4202560 13754 0 0 0 23971 7 0 0 20 0 15 0 4175618 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140302471893992 140302107468121 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16609] ppid=16605 vsize=13980732 CPUtime=0.12 cores=0,2,4,6
/proc/16607/task/16609/stat : 16609 (java) S 16605 16605 3187 0 -1 1077944384 212 0 0 0 9 3 0 0 20 0 15 0 4175619 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140302424623376 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16610] ppid=16605 vsize=13980732 CPUtime=0.11 cores=0,2,4,6
/proc/16607/task/16610/stat : 16610 (java) S 16605 16605 3187 0 -1 1077944384 541 0 0 0 8 3 0 0 20 0 15 0 4175619 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140302423570832 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16611] ppid=16605 vsize=13980732 CPUtime=0.11 cores=0,2,4,6
/proc/16607/task/16611/stat : 16611 (java) S 16605 16605 3187 0 -1 1077944384 396 0 0 0 8 3 0 0 20 0 15 0 4175619 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140302065265168 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16612] ppid=16605 vsize=13980732 CPUtime=0.11 cores=0,2,4,6
/proc/16607/task/16612/stat : 16612 (java) S 16605 16605 3187 0 -1 1077944384 195 0 0 0 9 2 0 0 20 0 15 0 4175619 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140302064212624 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16613] ppid=16605 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/16607/task/16613/stat : 16613 (java) S 16605 16605 3187 0 -1 1077944384 752 0 0 0 1 0 0 0 20 0 15 0 4175620 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301945506288 140302467668610 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16614] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16614/stat : 16614 (java) S 16605 16605 3187 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301944452576 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16615] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16615/stat : 16615 (java) S 16605 16605 3187 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 4175621 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301943399936 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16616] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16616/stat : 16616 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301942348496 140302467676059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16617] ppid=16605 vsize=13980732 CPUtime=3.7 cores=0,2,4,6
/proc/16607/task/16617/stat : 16617 (java) S 16605 16605 3187 0 -1 1077944384 14799 0 0 0 367 3 0 0 20 0 15 0 4175624 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301941295088 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16618] ppid=16605 vsize=13980732 CPUtime=3.57 cores=0,2,4,6
/proc/16607/task/16618/stat : 16618 (java) S 16605 16605 3187 0 -1 1077944384 12404 0 0 0 355 2 0 0 20 0 15 0 4175624 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301940242544 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16619] ppid=16605 vsize=13980732 CPUtime=0.73 cores=0,2,4,6
/proc/16607/task/16619/stat : 16619 (java) S 16605 16605 3187 0 -1 1077944384 6398 0 0 0 72 1 0 0 20 0 15 0 4175624 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301939190000 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16620] ppid=16605 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/16607/task/16620/stat : 16620 (java) S 16605 16605 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4175624 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301938137696 140302467667669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
[pid=16607/tid=16621] ppid=16605 vsize=13980732 CPUtime=0.14 cores=0,2,4,6
/proc/16607/task/16621/stat : 16621 (java) S 16605 16605 3187 0 -1 1077944384 726 0 0 0 8 6 0 0 20 0 15 0 4175627 14316269568 106189 18446744073709551615 4194304 4196468 140736541761056 140301937085232 140302467668610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140736541762005 140736541762180 140736541762180 140736541765583 0
Current children cumulated CPU time (s) 248.47
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 16607 sig 9
??? kill 16605 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16605 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1892
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=118
# CPU time returned by wait4() is 0.00201
# while last known CPU time is 248.47
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.01
CPU time (s): 248.47
CPU user time (s): 248.14
CPU system time (s): 0.33
CPU usage (%): 103.525
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001892
system time used= 0.000118
maximum resident set size= 1380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07236 second user time and 1.54573 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-01 23:10:09
IDJOB=4254927
IDBENCH=136009
IDSOLVER=2637
FILE ID=node135/4254927-1501622650
RUNJOBID= node135-1501617024-9377
PBS_JOBID= 
Free space on /tmp= 61832 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-10.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-4254927-1501622650/watcher-4254927-1501622650 -o /tmp/evaluation-result-4254927-1501622650/solver-4254927-1501622650 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501617024-9377 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 784617405 HOME/instance-4254927-1501622650.xml

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

MD5SUM BENCH= 742286b199079809b66c62b35b32659a
RANDOM SEED=784617405

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:        31866512 kB
MemAvailable:   31848876 kB
Buffers:           39236 kB
Cached:           254920 kB
SwapCached:            0 kB
Active:           374360 kB
Inactive:         180600 kB
Active(anon):     261496 kB
Inactive(anon):     8592 kB
Active(file):     112864 kB
Inactive(file):   172008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8428 kB
Writeback:             4 kB
AnonPages:        260512 kB
Mapped:            40808 kB
Shmem:              8960 kB
Slab:              51412 kB
SReclaimable:      26652 kB
SUnreclaim:        24760 kB
KernelStack:        3504 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1244332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 61824 MiB
End job on node135 at 2017-08-01 23:14:10