Trace number 4253973

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)? (TO) 246.89999 240.011

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-17-19.xml
MD5SUM6bb486b702ae8a5e43f429c3e7fd2e95
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark240.05
Satisfiable
(Un)Satisfiability was proved
Number of variables323
Number of constraints23257
Number of domains1
Minimum domain size323
Maximum domain size323
Distribution of domain sizes[{"size":323,"count":323}]
Minimum variable degree290
Maximum variable degree290
Distribution of variable degrees[{"degree":290,"count":323}]
Minimum constraint arity4
Maximum constraint arity323
Distribution of constraint arities[{"arity":4,"count":23256},{"arity":323,"count":1}]
Number of extensional constraints0
Number of intensional constraints23256
Distribution of constraint types[{"type":"intension","count":23256},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4253973-1501982140.xml"  -tl '264s' -p 1 -x 0
0.00/0.27	c [HOME/instance-4253973-1501982140.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.33	c simple solver
0.00/0.39	c parse instance...
7.46/2.61	c solve instance...
246.90/240.00	s UNKNOWN
246.90/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-4253973-1501982140/watcher-4253973-1501982140 -o /tmp/evaluation-result-4253973-1501982140/solver-4253973-1501982140 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501978181-12402 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1980700822 HOME/instance-4253973-1501982140.xml 

pid=15547
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: 2.26 2.11 2.03 3/204 15550
/proc/meminfo: memFree=31568048/32770624 swapFree=0/319244
[pid=15550] ppid=15547 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (runsolver) D 15547 15550 12039 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 97867220 24240128 108 18446744073709551615 4194304 4338465 140724535336320 140724535333960 140048544391895 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 36298752 140724535341154 140724535341644 140724535341644 140724535345098 0
/proc/15550/statm: 5918 108 54 36 0 2156 0

[startup+0.100197 s]
/proc/loadavg: 2.26 2.11 2.03 3/204 15550
/proc/meminfo: memFree=31568048/32770624 swapFree=0/319244
[pid=15550] ppid=15547 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (xcsp3-exec) S 15547 15550 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97867220 9740288 345 18446744073709551615 4194304 5098028 140727265640160 140727265638264 140135832932988 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 18272256 140727265649057 140727265649261 140727265649261 140727265652715 0
/proc/15550/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200272 s]
/proc/loadavg: 2.26 2.11 2.03 3/204 15550
/proc/meminfo: memFree=31568048/32770624 swapFree=0/319244
[pid=15550] ppid=15547 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (xcsp3-exec) S 15547 15550 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97867220 9740288 345 18446744073709551615 4194304 5098028 140727265640160 140727265638264 140135832932988 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 18272256 140727265649057 140727265649261 140727265649261 140727265652715 0
/proc/15550/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300241 s]
/proc/loadavg: 2.26 2.11 2.03 3/204 15550
/proc/meminfo: memFree=31568048/32770624 swapFree=0/319244
[pid=15550] ppid=15547 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (xcsp3-exec) S 15547 15550 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97867220 9740288 345 18446744073709551615 4194304 5098028 140727265640160 140727265638264 140135832932988 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 18272256 140727265649057 140727265649261 140727265649261 140727265652715 0
/proc/15550/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700205 s]
/proc/loadavg: 2.26 2.11 2.03 3/204 15550
/proc/meminfo: memFree=31568048/32770624 swapFree=0/319244
[pid=15550] ppid=15547 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (xcsp3-exec) S 15547 15550 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97867220 9740288 345 18446744073709551615 4194304 5098028 140727265640160 140727265638264 140135832932988 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 18272256 140727265649057 140727265649261 140727265649261 140727265652715 0
/proc/15550/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50065 s]
/proc/loadavg: 2.26 2.11 2.03 7/220 15566
/proc/meminfo: memFree=31149252/32770624 swapFree=0/319308
[pid=15550] ppid=15547 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (xcsp3-exec) S 15547 15550 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97867220 9740288 345 18446744073709551615 4194304 5098028 140727265640160 140727265638264 140135832932988 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 18272256 140727265649057 140727265649261 140727265649261 140727265652715 0
/proc/15550/statm: 2378 345 289 221 0 87 0
[pid=15552] ppid=15550 vsize=13980732 CPUtime=3.98 cores=0,2,4,6
/proc/15552/stat : 15552 (java) S 15550 15550 12039 0 -1 1077944320 17828 0 0 0 385 13 0 0 20 0 15 0 97867228 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140723330635760 140506150448887 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
/proc/15552/statm: 3495183 58829 3209 1 0 3483476 0
[pid=15552/tid=15553] ppid=15550 vsize=13980732 CPUtime=1.32 cores=0,2,4,6
/proc/15552/task/15553/stat : 15553 (java) R 15550 15550 12039 0 -1 4202560 8551 0 0 0 126 6 0 0 20 0 15 0 97867229 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140506154682824 140505783751540 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15554] ppid=15550 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/15552/task/15554/stat : 15554 (java) S 15550 15550 12039 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 15 0 97867229 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140506107415696 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15555] ppid=15550 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/15552/task/15555/stat : 15555 (java) S 15550 15550 12039 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 15 0 97867229 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140506106362896 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15556] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15556/stat : 15556 (java) S 15550 15550 12039 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 97867229 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140506105310096 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15557] ppid=15550 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/15552/task/15557/stat : 15557 (java) S 15550 15550 12039 0 -1 1077944384 83 0 0 0 1 1 0 0 20 0 15 0 97867229 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140506104257296 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15558] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15558/stat : 15558 (java) S 15550 15550 12039 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140505696065904 140506150460034 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15559] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15559/stat : 15559 (java) S 15550 15550 12039 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140505065448544 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15560] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15560/stat : 15560 (java) S 15550 15550 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140505064395648 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15561] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15561/stat : 15561 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140505063343952 140506150467483 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15562] ppid=15550 vsize=13980732 CPUtime=1.02 cores=0,2,4,6
/proc/15552/task/15562/stat : 15562 (java) R 15550 15550 12039 0 -1 4202560 2430 0 0 0 102 0 0 0 20 0 15 0 97867234 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140505062284856 140506142686014 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15563] ppid=15550 vsize=13980732 CPUtime=1.02 cores=0,2,4,6
/proc/15552/task/15563/stat : 15563 (java) R 15550 15550 12039 0 -1 4202560 2662 0 0 0 102 0 0 0 20 0 15 0 97867234 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140505061225560 140506131993118 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15564] ppid=15550 vsize=13980732 CPUtime=0.49 cores=0,2,4,6
/proc/15552/task/15564/stat : 15564 (java) S 15550 15550 12039 0 -1 1077944384 2663 0 0 0 48 1 0 0 20 0 15 0 97867234 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140505060186736 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15565] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15565/stat : 15565 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140505059134176 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15566] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15566/stat : 15566 (java) S 15550 15550 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97867239 14316269568 58829 18446744073709551615 4194304 4196468 140723330653216 140505058081456 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 13990244

[startup+3.10154 s]
/proc/loadavg: 2.26 2.11 2.03 5/220 15566
/proc/meminfo: memFree=30824408/32770624 swapFree=0/319308
[pid=15550] ppid=15547 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (xcsp3-exec) S 15547 15550 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97867220 9740288 345 18446744073709551615 4194304 5098028 140727265640160 140727265638264 140135832932988 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 18272256 140727265649057 140727265649261 140727265649261 140727265652715 0
/proc/15550/statm: 2378 345 289 221 0 87 0
[pid=15552] ppid=15550 vsize=13980732 CPUtime=8.84 cores=0,2,4,6
/proc/15552/stat : 15552 (java) S 15550 15550 12039 0 -1 1077944320 21812 0 0 0 856 28 0 0 20 0 15 0 97867228 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140723330635760 140506150448887 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
/proc/15552/statm: 3495183 120168 3229 1 0 3483476 0
[pid=15552/tid=15553] ppid=15550 vsize=13980732 CPUtime=2.77 cores=0,2,4,6
/proc/15552/task/15553/stat : 15553 (java) R 15550 15550 12039 0 -1 4202560 8842 0 0 0 269 8 0 0 20 0 15 0 97867229 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140506154687600 140505785668653 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15554] ppid=15550 vsize=13980732 CPUtime=0.12 cores=0,2,4,6
/proc/15552/task/15554/stat : 15554 (java) S 15550 15550 12039 0 -1 1077944384 175 0 0 0 9 3 0 0 20 0 15 0 97867229 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140506107415696 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15555] ppid=15550 vsize=13980732 CPUtime=0.16 cores=0,2,4,6
/proc/15552/task/15555/stat : 15555 (java) S 15550 15550 12039 0 -1 1077944384 183 0 0 0 12 4 0 0 20 0 15 0 97867229 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140506106362896 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15556] ppid=15550 vsize=13980732 CPUtime=0.14 cores=0,2,4,6
/proc/15552/task/15556/stat : 15556 (java) S 15550 15550 12039 0 -1 1077944384 125 0 0 0 10 4 0 0 20 0 15 0 97867229 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140506105310096 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15557] ppid=15550 vsize=13980732 CPUtime=0.14 cores=0,2,4,6
/proc/15552/task/15557/stat : 15557 (java) S 15550 15550 12039 0 -1 1077944384 196 0 0 0 10 4 0 0 20 0 15 0 97867229 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140506104257296 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15558] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15558/stat : 15558 (java) S 15550 15550 12039 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140505696065904 140506150460034 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15559] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15559/stat : 15559 (java) S 15550 15550 12039 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140505065448544 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15560] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15560/stat : 15560 (java) S 15550 15550 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140505064395648 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15561] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15561/stat : 15561 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140505063343952 140506150467483 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15562] ppid=15550 vsize=13980732 CPUtime=2.31 cores=0,2,4,6
/proc/15552/task/15562/stat : 15562 (java) S 15550 15550 12039 0 -1 1077944384 4440 0 0 0 231 0 0 0 20 0 15 0 97867234 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140505062292336 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15563] ppid=15550 vsize=13980732 CPUtime=2.47 cores=0,2,4,6
/proc/15552/task/15563/stat : 15563 (java) R 15550 15550 12039 0 -1 4202560 2962 0 0 0 247 0 0 0 20 0 15 0 97867234 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140505061220240 140506133859680 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15564] ppid=15550 vsize=13980732 CPUtime=0.64 cores=0,2,4,6
/proc/15552/task/15564/stat : 15564 (java) S 15550 15550 12039 0 -1 1077944384 3400 0 0 0 63 1 0 0 20 0 15 0 97867234 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140505060186736 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15565] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15565/stat : 15565 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140505059134176 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15566] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15566/stat : 15566 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867239 14316269568 120168 18446744073709551615 4194304 4196468 140723330653216 140505058081456 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 13990244

[startup+6.30079 s]
/proc/loadavg: 2.16 2.09 2.02 3/220 15566
/proc/meminfo: memFree=30697764/32770624 swapFree=0/319300
[pid=15550] ppid=15547 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (xcsp3-exec) S 15547 15550 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97867220 9740288 345 18446744073709551615 4194304 5098028 140727265640160 140727265638264 140135832932988 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 18272256 140727265649057 140727265649261 140727265649261 140727265652715 0
/proc/15550/statm: 2378 345 289 221 0 87 0
[pid=15552] ppid=15550 vsize=13980732 CPUtime=12.26 cores=0,2,4,6
/proc/15552/stat : 15552 (java) S 15550 15550 12039 0 -1 1077944320 24040 0 0 0 1197 29 0 0 20 0 15 0 97867228 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140723330635760 140506150448887 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
/proc/15552/statm: 3495183 131411 3229 1 0 3483476 0
[pid=15552/tid=15553] ppid=15550 vsize=13980732 CPUtime=5.97 cores=0,2,4,6
/proc/15552/task/15553/stat : 15553 (java) R 15550 15550 12039 0 -1 4202560 9448 0 0 0 588 9 0 0 20 0 15 0 97867229 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140506154685312 140505785668653 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15554] ppid=15550 vsize=13980732 CPUtime=0.12 cores=0,2,4,6
/proc/15552/task/15554/stat : 15554 (java) S 15550 15550 12039 0 -1 1077944384 175 0 0 0 9 3 0 0 20 0 15 0 97867229 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140506107415696 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15555] ppid=15550 vsize=13980732 CPUtime=0.16 cores=0,2,4,6
/proc/15552/task/15555/stat : 15555 (java) S 15550 15550 12039 0 -1 1077944384 183 0 0 0 12 4 0 0 20 0 15 0 97867229 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140506106362896 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15556] ppid=15550 vsize=13980732 CPUtime=0.14 cores=0,2,4,6
/proc/15552/task/15556/stat : 15556 (java) S 15550 15550 12039 0 -1 1077944384 125 0 0 0 10 4 0 0 20 0 15 0 97867229 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140506105310096 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15557] ppid=15550 vsize=13980732 CPUtime=0.14 cores=0,2,4,6
/proc/15552/task/15557/stat : 15557 (java) S 15550 15550 12039 0 -1 1077944384 196 0 0 0 10 4 0 0 20 0 15 0 97867229 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140506104257296 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15558] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15558/stat : 15558 (java) S 15550 15550 12039 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140505696065904 140506150460034 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15559] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15559/stat : 15559 (java) S 15550 15550 12039 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140505065448544 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15560] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15560/stat : 15560 (java) S 15550 15550 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140505064395648 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15561] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15561/stat : 15561 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140505063343952 140506150467483 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15562] ppid=15550 vsize=13980732 CPUtime=2.31 cores=0,2,4,6
/proc/15552/task/15562/stat : 15562 (java) S 15550 15550 12039 0 -1 1077944384 4596 0 0 0 231 0 0 0 20 0 15 0 97867234 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140505062292336 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15563] ppid=15550 vsize=13980732 CPUtime=2.67 cores=0,2,4,6
/proc/15552/task/15563/stat : 15563 (java) S 15550 15550 12039 0 -1 1077944384 3160 0 0 0 267 0 0 0 20 0 15 0 97867234 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140505061239536 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15564] ppid=15550 vsize=13980732 CPUtime=0.66 cores=0,2,4,6
/proc/15552/task/15564/stat : 15564 (java) S 15550 15550 12039 0 -1 1077944384 3879 0 0 0 65 1 0 0 20 0 15 0 97867234 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140505060186736 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15565] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15565/stat : 15565 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140505059134176 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15566] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15566/stat : 15566 (java) S 15550 15550 12039 0 -1 1077944384 753 0 0 0 0 0 0 0 20 0 15 0 97867239 14316269568 131411 18446744073709551615 4194304 4196468 140723330653216 140505058081456 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 2.23 2.11 2.03 3/220 15566
/proc/meminfo: memFree=30191136/32770624 swapFree=0/319292
[pid=15550] ppid=15547 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (xcsp3-exec) S 15547 15550 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97867220 9740288 345 18446744073709551615 4194304 5098028 140727265640160 140727265638264 140135832932988 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 18272256 140727265649057 140727265649261 140727265649261 140727265652715 0
/proc/15550/statm: 2378 345 289 221 0 87 0
[pid=15552] ppid=15550 vsize=13980732 CPUtime=18.88 cores=0,2,4,6
/proc/15552/stat : 15552 (java) S 15550 15550 12039 0 -1 1077944320 27452 0 0 0 1851 37 0 0 20 0 15 0 97867228 14316269568 186589 18446744073709551615 4194304 4196468 140723330653216 140723330635760 140506150448887 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
/proc/15552/statm: 3495183 186589 3229 1 0 3483476 0
[pid=15552/tid=15553] ppid=15550 vsize=13980732 CPUtime=12.31 cores=0,2,4,6
/proc/15552/task/15553/stat : 15553 (java) R 15550 15550 12039 0 -1 4202560 9942 0 0 0 1219 12 0 0 20 0 15 0 97867229 14316269568 186589 18446744073709551615 4194304 4196468 140723330653216 140506154685200 140505785668687 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15554] ppid=15550 vsize=13980732 CPUtime=0.19 cores=0,2,4,6
/proc/15552/task/15554/stat : 15554 (java) S 15550 15550 12039 0 -1 1077944384 611 0 0 0 14 5 0 0 20 0 15 0 97867229 14316269568 186589 18446744073709551615 4194304 4196468 140723330653216 140506107415696 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15555] ppid=15550 vsize=13980732 CPUtime=0.23 cores=0,2,4,6
/proc/15552/task/15555/stat : 15555 (java) S 15550 15550 12039 0 -1 1077944384 232 0 0 0 17 6 0 0 20 0 15 0 97867229 14316269568 186589 18446744073709551615 4194304 4196468 140723330653216 140506106362896 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0

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

[pid=15552/tid=15559] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15559/stat : 15559 (java) S 15550 15550 12039 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 574222 18446744073709551615 4194304 4196468 140723330653216 140505065448544 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15560] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15560/stat : 15560 (java) S 15550 15550 12039 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 574222 18446744073709551615 4194304 4196468 140723330653216 140505064395648 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15561] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15561/stat : 15561 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 574222 18446744073709551615 4194304 4196468 140723330653216 140505063343952 140506150467483 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15562] ppid=15550 vsize=13980732 CPUtime=2.38 cores=0,2,4,6
/proc/15552/task/15562/stat : 15562 (java) S 15550 15550 12039 0 -1 1077944384 7648 0 0 0 237 1 0 0 20 0 15 0 97867234 14316269568 574222 18446744073709551615 4194304 4196468 140723330653216 140505062292336 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15563] ppid=15550 vsize=13980732 CPUtime=2.72 cores=0,2,4,6
/proc/15552/task/15563/stat : 15563 (java) S 15550 15550 12039 0 -1 1077944384 4815 0 0 0 272 0 0 0 20 0 15 0 97867234 14316269568 574222 18446744073709551615 4194304 4196468 140723330653216 140505061239536 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15564] ppid=15550 vsize=13980732 CPUtime=0.69 cores=0,2,4,6
/proc/15552/task/15564/stat : 15564 (java) S 15550 15550 12039 0 -1 1077944384 6038 0 0 0 68 1 0 0 20 0 15 0 97867234 14316269568 574222 18446744073709551615 4194304 4196468 140723330653216 140505060186736 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15565] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15565/stat : 15565 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 574222 18446744073709551615 4194304 4196468 140723330653216 140505059134176 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15566] ppid=15550 vsize=13980732 CPUtime=0.06 cores=0,2,4,6
/proc/15552/task/15566/stat : 15566 (java) S 15550 15550 12039 0 -1 1077944384 891 0 0 0 3 3 0 0 20 0 15 0 97867239 14316269568 574222 18446744073709551615 4194304 4196468 140723330653216 140505058081456 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
Current children cumulated CPU time (s) 109.04
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 2.01 2.06 2.02 3/218 15572
/proc/meminfo: memFree=25323476/32770624 swapFree=0/319388
[pid=15550] ppid=15547 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (xcsp3-exec) S 15547 15550 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97867220 9740288 345 18446744073709551615 4194304 5098028 140727265640160 140727265638264 140135832932988 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 18272256 140727265649057 140727265649261 140727265649261 140727265652715 0
/proc/15550/statm: 2378 345 289 221 0 87 0
[pid=15552] ppid=15550 vsize=13980732 CPUtime=169.15 cores=0,2,4,6
/proc/15552/stat : 15552 (java) S 15550 15550 12039 0 -1 1077944320 48484 0 0 0 16827 88 0 0 20 0 15 0 97867228 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140723330635760 140506150448887 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
/proc/15552/statm: 3495183 717115 3234 1 0 3483476 0
[pid=15552/tid=15553] ppid=15550 vsize=13980732 CPUtime=161.75 cores=0,2,4,6
/proc/15552/task/15553/stat : 15553 (java) R 15550 15550 12039 0 -1 4202560 18101 0 0 0 16130 45 0 0 20 0 15 0 97867229 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140506154685712 140505785669005 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15554] ppid=15550 vsize=13980732 CPUtime=0.31 cores=0,2,4,6
/proc/15552/task/15554/stat : 15554 (java) S 15550 15550 12039 0 -1 1077944384 1336 0 0 0 23 8 0 0 20 0 15 0 97867229 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140506107415696 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15555] ppid=15550 vsize=13980732 CPUtime=0.35 cores=0,2,4,6
/proc/15552/task/15555/stat : 15555 (java) S 15550 15550 12039 0 -1 1077944384 674 0 0 0 26 9 0 0 20 0 15 0 97867229 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140506106362896 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15556] ppid=15550 vsize=13980732 CPUtime=0.33 cores=0,2,4,6
/proc/15552/task/15556/stat : 15556 (java) S 15550 15550 12039 0 -1 1077944384 1431 0 0 0 25 8 0 0 20 0 15 0 97867229 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140506105310096 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15557] ppid=15550 vsize=13980732 CPUtime=0.32 cores=0,2,4,6
/proc/15552/task/15557/stat : 15557 (java) S 15550 15550 12039 0 -1 1077944384 878 0 0 0 24 8 0 0 20 0 15 0 97867229 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140506104257296 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15558] ppid=15550 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/15552/task/15558/stat : 15558 (java) S 15550 15550 12039 0 -1 1077944384 2466 0 0 0 1 0 0 0 20 0 15 0 97867231 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140505696065904 140506150460034 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15559] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15559/stat : 15559 (java) S 15550 15550 12039 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140505065448544 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15560] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15560/stat : 15560 (java) S 15550 15550 12039 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140505064395648 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15561] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15561/stat : 15561 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140505063343952 140506150467483 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15562] ppid=15550 vsize=13980732 CPUtime=2.43 cores=0,2,4,6
/proc/15552/task/15562/stat : 15562 (java) S 15550 15550 12039 0 -1 1077944384 9044 0 0 0 242 1 0 0 20 0 15 0 97867234 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140505062292336 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15563] ppid=15550 vsize=13980732 CPUtime=2.75 cores=0,2,4,6
/proc/15552/task/15563/stat : 15563 (java) S 15550 15550 12039 0 -1 1077944384 6308 0 0 0 275 0 0 0 20 0 15 0 97867234 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140505061239536 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15564] ppid=15550 vsize=13980732 CPUtime=0.69 cores=0,2,4,6
/proc/15552/task/15564/stat : 15564 (java) S 15550 15550 12039 0 -1 1077944384 6038 0 0 0 68 1 0 0 20 0 15 0 97867234 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140505060186736 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15565] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15565/stat : 15565 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140505059134176 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15566] ppid=15550 vsize=13980732 CPUtime=0.09 cores=0,2,4,6
/proc/15552/task/15566/stat : 15566 (java) S 15550 15550 12039 0 -1 1077944384 900 0 0 0 5 4 0 0 20 0 15 0 97867239 14316269568 717115 18446744073709551615 4194304 4196468 140723330653216 140505058081456 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
Current children cumulated CPU time (s) 169.15
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.96 2.03 2.02 3/216 15574
/proc/meminfo: memFree=24628604/32770624 swapFree=0/319436
[pid=15550] ppid=15547 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (xcsp3-exec) S 15547 15550 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97867220 9740288 345 18446744073709551615 4194304 5098028 140727265640160 140727265638264 140135832932988 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 18272256 140727265649057 140727265649261 140727265649261 140727265652715 0
/proc/15550/statm: 2378 345 289 221 0 87 0
[pid=15552] ppid=15550 vsize=13980732 CPUtime=229.2 cores=0,2,4,6
/proc/15552/stat : 15552 (java) S 15550 15550 12039 0 -1 1077944320 51092 0 0 0 22822 98 0 0 20 0 15 0 97867228 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140723330635760 140506150448887 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
/proc/15552/statm: 3495183 880573 3234 1 0 3483476 0
[pid=15552/tid=15553] ppid=15550 vsize=13980732 CPUtime=221.75 cores=0,2,4,6
/proc/15552/task/15553/stat : 15553 (java) R 15550 15550 12039 0 -1 4202560 19634 0 0 0 22121 54 0 0 20 0 15 0 97867229 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140506154686264 140505785668668 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15554] ppid=15550 vsize=13980732 CPUtime=0.31 cores=0,2,4,6
/proc/15552/task/15554/stat : 15554 (java) S 15550 15550 12039 0 -1 1077944384 1415 0 0 0 23 8 0 0 20 0 15 0 97867229 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140506107415696 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15555] ppid=15550 vsize=13980732 CPUtime=0.35 cores=0,2,4,6
/proc/15552/task/15555/stat : 15555 (java) S 15550 15550 12039 0 -1 1077944384 880 0 0 0 26 9 0 0 20 0 15 0 97867229 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140506106362896 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15556] ppid=15550 vsize=13980732 CPUtime=0.33 cores=0,2,4,6
/proc/15552/task/15556/stat : 15556 (java) S 15550 15550 12039 0 -1 1077944384 1643 0 0 0 25 8 0 0 20 0 15 0 97867229 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140506105310096 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15557] ppid=15550 vsize=13980732 CPUtime=0.32 cores=0,2,4,6
/proc/15552/task/15557/stat : 15557 (java) S 15550 15550 12039 0 -1 1077944384 1159 0 0 0 24 8 0 0 20 0 15 0 97867229 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140506104257296 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15558] ppid=15550 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/15552/task/15558/stat : 15558 (java) S 15550 15550 12039 0 -1 1077944384 2620 0 0 0 2 0 0 0 20 0 15 0 97867231 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140505696065904 140506150460034 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15559] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15559/stat : 15559 (java) S 15550 15550 12039 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140505065448544 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15560] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15560/stat : 15560 (java) S 15550 15550 12039 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140505064395648 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15561] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15561/stat : 15561 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140505063343952 140506150467483 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15562] ppid=15550 vsize=13980732 CPUtime=2.43 cores=0,2,4,6
/proc/15552/task/15562/stat : 15562 (java) S 15550 15550 12039 0 -1 1077944384 9048 0 0 0 242 1 0 0 20 0 15 0 97867234 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140505062292336 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15563] ppid=15550 vsize=13980732 CPUtime=2.75 cores=0,2,4,6
/proc/15552/task/15563/stat : 15563 (java) S 15550 15550 12039 0 -1 1077944384 6313 0 0 0 275 0 0 0 20 0 15 0 97867234 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140505061239536 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15564] ppid=15550 vsize=13980732 CPUtime=0.69 cores=0,2,4,6
/proc/15552/task/15564/stat : 15564 (java) S 15550 15550 12039 0 -1 1077944384 6139 0 0 0 68 1 0 0 20 0 15 0 97867234 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140505060186736 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15565] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15565/stat : 15565 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140505059134176 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15566] ppid=15550 vsize=13980732 CPUtime=0.13 cores=0,2,4,6
/proc/15552/task/15566/stat : 15566 (java) S 15550 15550 12039 0 -1 1077944384 933 0 0 0 7 6 0 0 20 0 15 0 97867239 14316269568 880573 18446744073709551615 4194304 4196468 140723330653216 140505058081456 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
Current children cumulated CPU time (s) 229.2
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.97 2.03 2.02 4/214 15605
/proc/meminfo: memFree=28093776/32770624 swapFree=0/319404
[pid=15550] ppid=15547 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (xcsp3-exec) S 15547 15550 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97867220 9740288 345 18446744073709551615 4194304 5098028 140727265640160 140727265638264 140135832932988 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 18272256 140727265649057 140727265649261 140727265649261 140727265652715 0
/proc/15550/statm: 2378 345 289 221 0 87 0
[pid=15552] ppid=15550 vsize=13980732 CPUtime=246.9 cores=0,2,4,6
/proc/15552/stat : 15552 (java) S 15550 15550 12039 0 -1 1077944320 53673 0 0 0 24592 98 0 0 20 0 15 0 97867228 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140723330635760 140506150448887 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
/proc/15552/statm: 3495183 880931 3234 1 0 3483476 0
[pid=15552/tid=15553] ppid=15550 vsize=13980732 CPUtime=239.43 cores=0,2,4,6
/proc/15552/task/15553/stat : 15553 (java) R 15550 15550 12039 0 -1 4202560 21089 0 0 0 23889 54 0 0 20 0 15 0 97867229 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140506154688768 140505785669005 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15554] ppid=15550 vsize=13980732 CPUtime=0.32 cores=0,2,4,6
/proc/15552/task/15554/stat : 15554 (java) S 15550 15550 12039 0 -1 1077944384 1604 0 0 0 24 8 0 0 20 0 15 0 97867229 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140506107415696 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15555] ppid=15550 vsize=13980732 CPUtime=0.35 cores=0,2,4,6
/proc/15552/task/15555/stat : 15555 (java) S 15550 15550 12039 0 -1 1077944384 1012 0 0 0 26 9 0 0 20 0 15 0 97867229 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140506106362896 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15556] ppid=15550 vsize=13980732 CPUtime=0.33 cores=0,2,4,6
/proc/15552/task/15556/stat : 15556 (java) S 15550 15550 12039 0 -1 1077944384 2143 0 0 0 25 8 0 0 20 0 15 0 97867229 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140506105310096 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15557] ppid=15550 vsize=13980732 CPUtime=0.33 cores=0,2,4,6
/proc/15552/task/15557/stat : 15557 (java) S 15550 15550 12039 0 -1 1077944384 1250 0 0 0 25 8 0 0 20 0 15 0 97867229 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140506104257296 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15558] ppid=15550 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/15552/task/15558/stat : 15558 (java) S 15550 15550 12039 0 -1 1077944384 2834 0 0 0 2 0 0 0 20 0 15 0 97867231 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140505696065904 140506150460034 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15559] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15559/stat : 15559 (java) S 15550 15550 12039 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140505065448544 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15560] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15560/stat : 15560 (java) S 15550 15550 12039 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 97867231 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140505064395648 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15561] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15561/stat : 15561 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140505063343952 140506150467483 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15562] ppid=15550 vsize=13980732 CPUtime=2.43 cores=0,2,4,6
/proc/15552/task/15562/stat : 15562 (java) S 15550 15550 12039 0 -1 1077944384 9048 0 0 0 242 1 0 0 20 0 15 0 97867234 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140505062292336 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15563] ppid=15550 vsize=13980732 CPUtime=2.75 cores=0,2,4,6
/proc/15552/task/15563/stat : 15563 (java) S 15550 15550 12039 0 -1 1077944384 6313 0 0 0 275 0 0 0 20 0 15 0 97867234 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140505061239536 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15564] ppid=15550 vsize=13980732 CPUtime=0.69 cores=0,2,4,6
/proc/15552/task/15564/stat : 15564 (java) S 15550 15550 12039 0 -1 1077944384 6139 0 0 0 68 1 0 0 20 0 15 0 97867234 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140505060186736 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15565] ppid=15550 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15552/task/15565/stat : 15565 (java) S 15550 15550 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867234 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140505059134176 140506150459093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
[pid=15552/tid=15566] ppid=15550 vsize=13980732 CPUtime=0.14 cores=0,2,4,6
/proc/15552/task/15566/stat : 15566 (java) S 15550 15550 12039 0 -1 1077944384 933 0 0 0 8 6 0 0 20 0 15 0 97867239 14316269568 880931 18446744073709551615 4194304 4196468 140723330653216 140505058081456 140506150460034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23048192 140723330654682 140723330654857 140723330654857 140723330658255 0
Current children cumulated CPU time (s) 246.9
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 15552 sig 9
??? kill 15550 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 15550 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=955
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=955
# CPU time returned by wait4() is 0.00191
# while last known CPU time is 246.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.011
CPU time (s): 246.9
CPU user time (s): 245.92
CPU system time (s): 0.98
CPU usage (%): 102.87
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000955
system time used= 0.000955
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509
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.23078 second user time and 1.50639 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-06 03:01:20
IDJOB=4253973
IDBENCH=139754
IDSOLVER=2635
FILE ID=node132/4253973-1501982140
RUNJOBID= node132-1501978181-12402
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-17-19.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-4253973-1501982140/watcher-4253973-1501982140 -o /tmp/evaluation-result-4253973-1501982140/solver-4253973-1501982140 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501978181-12402 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1980700822 HOME/instance-4253973-1501982140.xml

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

MD5SUM BENCH= 6bb486b702ae8a5e43f429c3e7fd2e95
RANDOM SEED=1980700822

node132.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.74
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.74
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.74
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.74
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:        31568052 kB
MemAvailable:   31928616 kB
Buffers:          182936 kB
Cached:           479440 kB
SwapCached:            0 kB
Active:           430012 kB
Inactive:         351884 kB
Active(anon):     120824 kB
Inactive(anon):    32640 kB
Active(file):     309188 kB
Inactive(file):   319244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             18220 kB
Writeback:             4 kB
AnonPages:         91204 kB
Mapped:            58760 kB
Shmem:             33500 kB
Slab:             122172 kB
SReclaimable:      95932 kB
SUnreclaim:        26240 kB
KernelStack:        3600 kB
PageTables:         5656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1266616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62012 MiB
End job on node132 at 2017-08-06 03:05:20