Trace number 4254268

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) 247.99001 240.00999

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-200-10-2.xml
MD5SUM902fa3fa04f876c9ed200148bd67d93f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2200
Number of constraints2210
Number of domains1
Minimum domain size11022
Maximum domain size11022
Distribution of domain sizes[{"size":11022,"count":2200}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":2000}]
Minimum constraint arity1
Maximum constraint arity200
Distribution of constraint arities[{"arity":1,"count":200},{"arity":2,"count":2000},{"arity":200,"count":10}]
Number of extensional constraints0
Number of intensional constraints2200
Distribution of constraint types[{"type":"intension","count":2200},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.04	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254268-1501611617.xml"  -tl '264s' -p 1 -x 0
0.00/0.26	c [HOME/instance-4254268-1501611617.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.31	c simple solver
0.00/0.38	c parse instance...
0.00/0.97	c solve instance...
247.97/240.00	s UNKNOWN
247.97/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-4254268-1501611617/watcher-4254268-1501611617 -o /tmp/evaluation-result-4254268-1501611617/solver-4254268-1501611617 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501610528-5289 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 506344329 HOME/instance-4254268-1501611617.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.15 0.51 1/180 5466
/proc/meminfo: memFree=31991304/32770624 swapFree=0/170364
[pid=5466] ppid=5463 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (runsolver) D 5463 5466 5228 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 8977016 24240128 108 18446744073709551615 4194304 4338465 140735408369872 140735408367512 140580874859223 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 39415808 140735408377950 140735408378438 140735408378438 140735408381898 0
/proc/5466/statm: 5918 108 54 36 0 2156 0

[startup+0.100057 s]
/proc/loadavg: 1.99 1.15 0.51 1/180 5466
/proc/meminfo: memFree=31991304/32770624 swapFree=0/170364
[pid=5466] ppid=5463 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (xcsp3-exec) S 5463 5466 5228 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 8977016 9740288 345 18446744073709551615 4194304 5098028 140727552067184 140727552065288 140161118810748 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 4 0 0 7196144 7232144 15073280 140727552074140 140727552074343 140727552074343 140727552077803 0
/proc/5466/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.201612 s]
/proc/loadavg: 1.99 1.15 0.51 1/180 5466
/proc/meminfo: memFree=31991304/32770624 swapFree=0/170364
[pid=5466] ppid=5463 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (xcsp3-exec) S 5463 5466 5228 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 8977016 9740288 345 18446744073709551615 4194304 5098028 140727552067184 140727552065288 140161118810748 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 4 0 0 7196144 7232144 15073280 140727552074140 140727552074343 140727552074343 140727552077803 0
/proc/5466/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300228 s]
/proc/loadavg: 1.99 1.15 0.51 1/180 5466
/proc/meminfo: memFree=31991304/32770624 swapFree=0/170364
[pid=5466] ppid=5463 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (xcsp3-exec) S 5463 5466 5228 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 8977016 9740288 345 18446744073709551615 4194304 5098028 140727552067184 140727552065288 140161118810748 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 4 0 0 7196144 7232144 15073280 140727552074140 140727552074343 140727552074343 140727552077803 0
/proc/5466/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700261 s]
/proc/loadavg: 1.99 1.15 0.51 1/180 5466
/proc/meminfo: memFree=31991304/32770624 swapFree=0/170364
[pid=5466] ppid=5463 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (xcsp3-exec) S 5463 5466 5228 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 8977016 9740288 345 18446744073709551615 4194304 5098028 140727552067184 140727552065288 140161118810748 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 4 0 0 7196144 7232144 15073280 140727552074140 140727552074343 140727552074343 140727552077803 0
/proc/5466/statm: 2378 345 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.99 1.15 0.51 10/215 5514
/proc/meminfo: memFree=31811560/32770624 swapFree=0/170716
[pid=5466] ppid=5463 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (xcsp3-exec) S 5463 5466 5228 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 8977016 9740288 345 18446744073709551615 4194304 5098028 140727552067184 140727552065288 140161118810748 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 4 0 0 7196144 7232144 15073280 140727552074140 140727552074343 140727552074343 140727552077803 0
/proc/5466/statm: 2378 345 289 221 0 87 0
[pid=5468] ppid=5466 vsize=13980732 CPUtime=4.06 cores=1,3,5,7
/proc/5468/stat : 5468 (java) S 5466 5466 5228 0 -1 1077944320 31553 0 0 0 397 9 0 0 20 0 15 0 8977021 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 140728353798368 139922449264375 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
/proc/5468/statm: 3495183 44494 3188 1 0 3483484 0
[pid=5468/tid=5470] ppid=5466 vsize=13980732 CPUtime=1.35 cores=1,3,5,7
/proc/5468/task/5470/stat : 5470 (java) R 5466 5466 5228 0 -1 4202560 10409 0 0 0 130 5 0 0 20 0 15 0 8977021 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139922453499800 139922071075598 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5472] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5472/stat : 5472 (java) S 5466 5466 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8977022 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139922391210640 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5473] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5473/stat : 5473 (java) S 5466 5466 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8977022 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139922390157840 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5474] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5474/stat : 5474 (java) S 5466 5466 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8977022 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139922389105040 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5475] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5475/stat : 5475 (java) S 5466 5466 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8977022 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139922388052240 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5476] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5476/stat : 5476 (java) S 5466 5466 5228 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 8977023 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139921994926960 139922449275522 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5477] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5477/stat : 5477 (java) S 5466 5466 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139921993872928 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5478] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5478/stat : 5478 (java) S 5466 5466 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139921992820080 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5479] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5479/stat : 5479 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139921991768400 139922449282971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5480] ppid=5466 vsize=13980732 CPUtime=1.08 cores=1,3,5,7
/proc/5468/task/5480/stat : 5480 (java) R 5466 5466 5228 0 -1 4202560 7970 0 0 0 108 0 0 0 20 0 15 0 8977026 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139921990695936 139922434169994 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5481] ppid=5466 vsize=13980732 CPUtime=1.03 cores=1,3,5,7
/proc/5468/task/5481/stat : 5481 (java) R 5466 5466 5228 0 -1 4202560 8038 0 0 0 102 1 0 0 20 0 15 0 8977026 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139921989647624 139922430785256 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5482] ppid=5466 vsize=13980732 CPUtime=0.56 cores=1,3,5,7
/proc/5468/task/5482/stat : 5482 (java) S 5466 5466 5228 0 -1 1077944384 3818 0 0 0 55 1 0 0 20 0 15 0 8977026 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139921988610160 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5483] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5483/stat : 5483 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139921987557600 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5484] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5484/stat : 5484 (java) S 5466 5466 5228 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 8977034 14316269568 44494 18446744073709551615 4194304 4196468 140728353815824 139921986505904 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 13990244

[startup+3.10066 s]
/proc/loadavg: 1.99 1.15 0.51 6/215 5514
/proc/meminfo: memFree=31661308/32770624 swapFree=0/170360
[pid=5466] ppid=5463 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (xcsp3-exec) S 5463 5466 5228 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 8977016 9740288 345 18446744073709551615 4194304 5098028 140727552067184 140727552065288 140161118810748 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 4 0 0 7196144 7232144 15073280 140727552074140 140727552074343 140727552074343 140727552077803 0
/proc/5466/statm: 2378 345 289 221 0 87 0
[pid=5468] ppid=5466 vsize=13980732 CPUtime=7.68 cores=1,3,5,7
/proc/5468/stat : 5468 (java) S 5466 5466 5228 0 -1 1077944320 33766 0 0 0 758 10 0 0 20 0 15 0 8977021 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 140728353798368 139922449264375 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
/proc/5468/statm: 3495183 48030 3206 1 0 3483484 0
[pid=5468/tid=5470] ppid=5466 vsize=13980732 CPUtime=2.95 cores=1,3,5,7
/proc/5468/task/5470/stat : 5470 (java) R 5466 5466 5228 0 -1 4202560 10782 0 0 0 290 5 0 0 20 0 15 0 8977021 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139922453501704 139922071114069 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5472] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5472/stat : 5472 (java) S 5466 5466 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8977022 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139922391210640 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5473] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5473/stat : 5473 (java) S 5466 5466 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8977022 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139922390157840 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5474] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5474/stat : 5474 (java) S 5466 5466 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8977022 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139922389105040 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5475] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5475/stat : 5475 (java) S 5466 5466 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8977022 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139922388052240 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5476] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5476/stat : 5476 (java) S 5466 5466 5228 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 8977023 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139921994926960 139922449275522 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5477] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5477/stat : 5477 (java) S 5466 5466 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139921993872928 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5478] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5478/stat : 5478 (java) S 5466 5466 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139921992820080 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5479] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5479/stat : 5479 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139921991768400 139922449282971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5480] ppid=5466 vsize=13980732 CPUtime=2.01 cores=1,3,5,7
/proc/5468/task/5480/stat : 5480 (java) S 5466 5466 5228 0 -1 1077944384 8848 0 0 0 201 0 0 0 20 0 15 0 8977026 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139921990715760 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5481] ppid=5466 vsize=13980732 CPUtime=2.05 cores=1,3,5,7
/proc/5468/task/5481/stat : 5481 (java) S 5466 5466 5228 0 -1 1077944384 8440 0 0 0 204 1 0 0 20 0 15 0 8977026 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139921989662960 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5482] ppid=5466 vsize=13980732 CPUtime=0.62 cores=1,3,5,7
/proc/5468/task/5482/stat : 5482 (java) S 5466 5466 5228 0 -1 1077944384 3965 0 0 0 61 1 0 0 20 0 15 0 8977026 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139921988610160 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5483] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5483/stat : 5483 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139921987557600 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5484] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5484/stat : 5484 (java) S 5466 5466 5228 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 8977034 14316269568 48030 18446744073709551615 4194304 4196468 140728353815824 139921986505904 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 13990244

[startup+6.30072 s]
/proc/loadavg: 2.15 1.20 0.53 3/215 5514
/proc/meminfo: memFree=31587860/32770624 swapFree=0/170372
[pid=5466] ppid=5463 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (xcsp3-exec) S 5463 5466 5228 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 8977016 9740288 345 18446744073709551615 4194304 5098028 140727552067184 140727552065288 140161118810748 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 4 0 0 7196144 7232144 15073280 140727552074140 140727552074343 140727552074343 140727552077803 0
/proc/5466/statm: 2378 345 289 221 0 87 0
[pid=5468] ppid=5466 vsize=13980732 CPUtime=11.22 cores=1,3,5,7
/proc/5468/stat : 5468 (java) S 5466 5466 5228 0 -1 1077944320 41347 0 0 0 1108 14 0 0 20 0 15 0 8977021 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 140728353798368 139922449264375 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
/proc/5468/statm: 3495183 61155 3222 1 0 3483484 0
[pid=5468/tid=5470] ppid=5466 vsize=13980732 CPUtime=6.13 cores=1,3,5,7
/proc/5468/task/5470/stat : 5470 (java) R 5466 5466 5228 0 -1 4202560 11243 0 0 0 607 6 0 0 20 0 15 0 8977021 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139922453500512 139922071232348 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5472] ppid=5466 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/5468/task/5472/stat : 5472 (java) S 5466 5466 5228 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 15 0 8977022 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139922391210640 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5473] ppid=5466 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/5468/task/5473/stat : 5473 (java) S 5466 5466 5228 0 -1 1077944384 899 0 0 0 1 0 0 0 20 0 15 0 8977022 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139922390157840 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5474] ppid=5466 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/5468/task/5474/stat : 5474 (java) S 5466 5466 5228 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 15 0 8977022 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139922389105040 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5475] ppid=5466 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/5468/task/5475/stat : 5475 (java) S 5466 5466 5228 0 -1 1077944384 184 0 0 0 1 0 0 0 20 0 15 0 8977022 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139922388052240 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5476] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5476/stat : 5476 (java) S 5466 5466 5228 0 -1 1077944384 845 0 0 0 0 0 0 0 20 0 15 0 8977023 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139921994926960 139922449275522 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5477] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5477/stat : 5477 (java) S 5466 5466 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139921993872928 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5478] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5478/stat : 5478 (java) S 5466 5466 5228 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139921992820080 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5479] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5479/stat : 5479 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139921991768400 139922449282971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5480] ppid=5466 vsize=13980732 CPUtime=2.14 cores=1,3,5,7
/proc/5468/task/5480/stat : 5480 (java) S 5466 5466 5228 0 -1 1077944384 10597 0 0 0 214 0 0 0 20 0 15 0 8977026 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139921990715760 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5481] ppid=5466 vsize=13980732 CPUtime=2.17 cores=1,3,5,7
/proc/5468/task/5481/stat : 5481 (java) S 5466 5466 5228 0 -1 1077944384 10240 0 0 0 215 2 0 0 20 0 15 0 8977026 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139921989662960 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5482] ppid=5466 vsize=13980732 CPUtime=0.64 cores=1,3,5,7
/proc/5468/task/5482/stat : 5482 (java) S 5466 5466 5228 0 -1 1077944384 4899 0 0 0 63 1 0 0 20 0 15 0 8977026 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139921988610160 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5483] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5483/stat : 5483 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139921987557600 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5484] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5484/stat : 5484 (java) S 5466 5466 5228 0 -1 1077944384 958 0 0 0 0 0 0 0 20 0 15 0 8977034 14316269568 61155 18446744073709551615 4194304 4196468 140728353815824 139921986505904 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
Current children cumulated CPU time (s) 11.22
Current children cumulated vsize (KiB) 13990244

[startup+12.7007 s]
/proc/loadavg: 2.14 1.21 0.53 3/215 5514
/proc/meminfo: memFree=31577420/32770624 swapFree=0/170388
[pid=5466] ppid=5463 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (xcsp3-exec) S 5463 5466 5228 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 8977016 9740288 345 18446744073709551615 4194304 5098028 140727552067184 140727552065288 140161118810748 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 4 0 0 7196144 7232144 15073280 140727552074140 140727552074343 140727552074343 140727552077803 0
/proc/5466/statm: 2378 345 289 221 0 87 0
[pid=5468] ppid=5466 vsize=13980732 CPUtime=17.82 cores=1,3,5,7
/proc/5468/stat : 5468 (java) S 5466 5466 5228 0 -1 1077944320 42600 0 0 0 1768 14 0 0 20 0 15 0 8977021 14316269568 61202 18446744073709551615 4194304 4196468 140728353815824 140728353798368 139922449264375 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
/proc/5468/statm: 3495183 61202 3227 1 0 3483484 0
[pid=5468/tid=5470] ppid=5466 vsize=13980732 CPUtime=12.53 cores=1,3,5,7
/proc/5468/task/5470/stat : 5470 (java) R 5466 5466 5228 0 -1 4202560 11378 0 0 0 1247 6 0 0 20 0 15 0 8977021 14316269568 61202 18446744073709551615 4194304 4196468 140728353815824 139922453499616 139922072115207 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5472] ppid=5466 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/5468/task/5472/stat : 5472 (java) S 5466 5466 5228 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 15 0 8977022 14316269568 61202 18446744073709551615 4194304 4196468 140728353815824 139922391210640 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5473] ppid=5466 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/5468/task/5473/stat : 5473 (java) S 5466 5466 5228 0 -1 1077944384 899 0 0 0 1 0 0 0 20 0 15 0 8977022 14316269568 61202 18446744073709551615 4194304 4196468 140728353815824 139922390157840 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0

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

/proc/5468/stat : 5468 (java) S 5466 5466 5228 0 -1 1077944320 70063 0 0 0 10933 24 0 0 20 0 15 0 8977021 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 140728353798368 139922449264375 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
/proc/5468/statm: 3495183 73980 3237 1 0 3483484 0
[pid=5468/tid=5470] ppid=5466 vsize=13980732 CPUtime=102.06 cores=1,3,5,7
/proc/5468/task/5470/stat : 5470 (java) R 5466 5466 5228 0 -1 4202560 15078 0 0 0 10200 6 0 0 20 0 15 0 8977021 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139922453502152 139922072080627 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5472] ppid=5466 vsize=13980732 CPUtime=0.08 cores=1,3,5,7
/proc/5468/task/5472/stat : 5472 (java) S 5466 5466 5228 0 -1 1077944384 1246 0 0 0 6 2 0 0 20 0 15 0 8977022 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139922391210640 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5473] ppid=5466 vsize=13980732 CPUtime=0.08 cores=1,3,5,7
/proc/5468/task/5473/stat : 5473 (java) S 5466 5466 5228 0 -1 1077944384 1116 0 0 0 6 2 0 0 20 0 15 0 8977022 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139922390157840 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5474] ppid=5466 vsize=13980732 CPUtime=0.08 cores=1,3,5,7
/proc/5468/task/5474/stat : 5474 (java) S 5466 5466 5228 0 -1 1077944384 1431 0 0 0 6 2 0 0 20 0 15 0 8977022 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139922389105040 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5475] ppid=5466 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/5468/task/5475/stat : 5475 (java) S 5466 5466 5228 0 -1 1077944384 538 0 0 0 6 1 0 0 20 0 15 0 8977022 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139922388052240 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5476] ppid=5466 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/5468/task/5476/stat : 5476 (java) S 5466 5466 5228 0 -1 1077944384 1447 0 0 0 1 0 0 0 20 0 15 0 8977023 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139921994926960 139922449275522 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5477] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5477/stat : 5477 (java) S 5466 5466 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139921993872928 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5478] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5478/stat : 5478 (java) S 5466 5466 5228 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139921992820080 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5479] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5479/stat : 5479 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139921991768400 139922449282971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5480] ppid=5466 vsize=13980732 CPUtime=2.96 cores=1,3,5,7
/proc/5468/task/5480/stat : 5480 (java) S 5466 5466 5228 0 -1 1077944384 17700 0 0 0 295 1 0 0 20 0 15 0 8977026 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139921990715760 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5481] ppid=5466 vsize=13980732 CPUtime=3.32 cores=1,3,5,7
/proc/5468/task/5481/stat : 5481 (java) S 5466 5466 5228 0 -1 1077944384 19372 0 0 0 330 2 0 0 20 0 15 0 8977026 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139921989662960 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5482] ppid=5466 vsize=13980732 CPUtime=0.77 cores=1,3,5,7
/proc/5468/task/5482/stat : 5482 (java) S 5466 5466 5228 0 -1 1077944384 9651 0 0 0 75 2 0 0 20 0 15 0 8977026 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139921988610160 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5483] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5483/stat : 5483 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139921987557600 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5484] ppid=5466 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/5468/task/5484/stat : 5484 (java) S 5466 5466 5228 0 -1 1077944384 1127 0 0 0 1 1 0 0 20 0 15 0 8977034 14316269568 73980 18446744073709551615 4194304 4196468 140728353815824 139921986505904 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
Current children cumulated CPU time (s) 109.57
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 2.08 1.55 0.76 3/215 5519
/proc/meminfo: memFree=31421768/32770624 swapFree=0/170464
[pid=5466] ppid=5463 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (xcsp3-exec) S 5463 5466 5228 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 8977016 9740288 345 18446744073709551615 4194304 5098028 140727552067184 140727552065288 140161118810748 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 4 0 0 7196144 7232144 15073280 140727552074140 140727552074343 140727552074343 140727552077803 0
/proc/5466/statm: 2378 345 289 221 0 87 0
[pid=5468] ppid=5466 vsize=13980732 CPUtime=169.67 cores=1,3,5,7
/proc/5468/stat : 5468 (java) S 5466 5466 5228 0 -1 1077944320 71927 0 0 0 16941 26 0 0 20 0 15 0 8977021 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 140728353798368 139922449264375 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
/proc/5468/statm: 3495183 78121 3237 1 0 3483484 0
[pid=5468/tid=5470] ppid=5466 vsize=13980732 CPUtime=162.05 cores=1,3,5,7
/proc/5468/task/5470/stat : 5470 (java) R 5466 5466 5228 0 -1 4202560 15405 0 0 0 16198 7 0 0 20 0 15 0 8977021 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139922453501576 139922071114095 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5472] ppid=5466 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/5468/task/5472/stat : 5472 (java) S 5466 5466 5228 0 -1 1077944384 2152 0 0 0 8 2 0 0 20 0 15 0 8977022 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139922391210640 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5473] ppid=5466 vsize=13980732 CPUtime=0.09 cores=1,3,5,7
/proc/5468/task/5473/stat : 5473 (java) S 5466 5466 5228 0 -1 1077944384 1144 0 0 0 7 2 0 0 20 0 15 0 8977022 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139922390157840 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5474] ppid=5466 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/5468/task/5474/stat : 5474 (java) S 5466 5466 5228 0 -1 1077944384 1470 0 0 0 8 2 0 0 20 0 15 0 8977022 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139922389105040 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5475] ppid=5466 vsize=13980732 CPUtime=0.09 cores=1,3,5,7
/proc/5468/task/5475/stat : 5475 (java) S 5466 5466 5228 0 -1 1077944384 577 0 0 0 8 1 0 0 20 0 15 0 8977022 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139922388052240 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5476] ppid=5466 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/5468/task/5476/stat : 5476 (java) S 5466 5466 5228 0 -1 1077944384 1637 0 0 0 1 0 0 0 20 0 15 0 8977023 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139921994926960 139922449275522 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5477] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5477/stat : 5477 (java) S 5466 5466 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139921993872928 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5478] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5478/stat : 5478 (java) S 5466 5466 5228 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139921992820080 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5479] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5479/stat : 5479 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139921991768400 139922449282971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5480] ppid=5466 vsize=13980732 CPUtime=2.97 cores=1,3,5,7
/proc/5468/task/5480/stat : 5480 (java) S 5466 5466 5228 0 -1 1077944384 17720 0 0 0 296 1 0 0 20 0 15 0 8977026 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139921990715760 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5481] ppid=5466 vsize=13980732 CPUtime=3.35 cores=1,3,5,7
/proc/5468/task/5481/stat : 5481 (java) S 5466 5466 5228 0 -1 1077944384 19636 0 0 0 333 2 0 0 20 0 15 0 8977026 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139921989662960 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5482] ppid=5466 vsize=13980732 CPUtime=0.77 cores=1,3,5,7
/proc/5468/task/5482/stat : 5482 (java) S 5466 5466 5228 0 -1 1077944384 9702 0 0 0 75 2 0 0 20 0 15 0 8977026 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139921988610160 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5483] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5483/stat : 5483 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139921987557600 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5484] ppid=5466 vsize=13980732 CPUtime=0.05 cores=1,3,5,7
/proc/5468/task/5484/stat : 5484 (java) S 5466 5466 5228 0 -1 1077944384 1127 0 0 0 2 3 0 0 20 0 15 0 8977034 14316269568 78121 18446744073709551615 4194304 4196468 140728353815824 139921986505904 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
Current children cumulated CPU time (s) 169.67
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 2.03 1.63 0.84 3/215 5522
/proc/meminfo: memFree=31398864/32770624 swapFree=0/170484
[pid=5466] ppid=5463 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (xcsp3-exec) S 5463 5466 5228 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 8977016 9740288 345 18446744073709551615 4194304 5098028 140727552067184 140727552065288 140161118810748 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 4 0 0 7196144 7232144 15073280 140727552074140 140727552074343 140727552074343 140727552077803 0
/proc/5466/statm: 2378 345 289 221 0 87 0
[pid=5468] ppid=5466 vsize=13980732 CPUtime=230.26 cores=1,3,5,7
/proc/5468/stat : 5468 (java) S 5466 5466 5228 0 -1 1077944320 73792 0 0 0 22997 29 0 0 20 0 15 0 8977021 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 140728353798368 139922449264375 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
/proc/5468/statm: 3495183 83940 3238 1 0 3483484 0
[pid=5468/tid=5470] ppid=5466 vsize=13980732 CPUtime=222.03 cores=1,3,5,7
/proc/5468/task/5470/stat : 5470 (java) R 5466 5466 5228 0 -1 4202560 15904 0 0 0 22196 7 0 0 20 0 15 0 8977021 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139922453501352 139922071891242 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5472] ppid=5466 vsize=13980732 CPUtime=0.12 cores=1,3,5,7
/proc/5468/task/5472/stat : 5472 (java) S 5466 5466 5228 0 -1 1077944384 2325 0 0 0 9 3 0 0 20 0 15 0 8977022 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139922391210640 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5473] ppid=5466 vsize=13980732 CPUtime=0.12 cores=1,3,5,7
/proc/5468/task/5473/stat : 5473 (java) S 5466 5466 5228 0 -1 1077944384 1264 0 0 0 9 3 0 0 20 0 15 0 8977022 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139922390157840 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5474] ppid=5466 vsize=13980732 CPUtime=0.11 cores=1,3,5,7
/proc/5468/task/5474/stat : 5474 (java) S 5466 5466 5228 0 -1 1077944384 1630 0 0 0 9 2 0 0 20 0 15 0 8977022 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139922389105040 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5475] ppid=5466 vsize=13980732 CPUtime=0.11 cores=1,3,5,7
/proc/5468/task/5475/stat : 5475 (java) S 5466 5466 5228 0 -1 1077944384 632 0 0 0 9 2 0 0 20 0 15 0 8977022 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139922388052240 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5476] ppid=5466 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/5468/task/5476/stat : 5476 (java) S 5466 5466 5228 0 -1 1077944384 1784 0 0 0 1 0 0 0 20 0 15 0 8977023 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921994926960 139922449275522 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5477] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5477/stat : 5477 (java) S 5466 5466 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921993872928 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5478] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5478/stat : 5478 (java) S 5466 5466 5228 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921992820080 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5479] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5479/stat : 5479 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921991768400 139922449282971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5480] ppid=5466 vsize=13980732 CPUtime=3.2 cores=1,3,5,7
/proc/5468/task/5480/stat : 5480 (java) S 5466 5466 5228 0 -1 1077944384 17826 0 0 0 319 1 0 0 20 0 15 0 8977026 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921990715760 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5481] ppid=5466 vsize=13980732 CPUtime=3.6 cores=1,3,5,7
/proc/5468/task/5481/stat : 5481 (java) S 5466 5466 5228 0 -1 1077944384 20046 0 0 0 358 2 0 0 20 0 15 0 8977026 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921989662960 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5482] ppid=5466 vsize=13980732 CPUtime=0.8 cores=1,3,5,7
/proc/5468/task/5482/stat : 5482 (java) S 5466 5466 5228 0 -1 1077944384 9885 0 0 0 78 2 0 0 20 0 15 0 8977026 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921988610160 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5483] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5483/stat : 5483 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921987557600 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5484] ppid=5466 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/5468/task/5484/stat : 5484 (java) S 5466 5466 5228 0 -1 1077944384 1139 0 0 0 3 4 0 0 20 0 15 0 8977034 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921986505904 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
Current children cumulated CPU time (s) 230.26
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.02 1.66 0.87 3/215 5528
/proc/meminfo: memFree=31397580/32770624 swapFree=0/170504
[pid=5466] ppid=5463 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (xcsp3-exec) S 5463 5466 5228 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 8977016 9740288 345 18446744073709551615 4194304 5098028 140727552067184 140727552065288 140161118810748 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 4 0 0 7196144 7232144 15073280 140727552074140 140727552074343 140727552074343 140727552077803 0
/proc/5466/statm: 2378 345 289 221 0 87 0
[pid=5468] ppid=5466 vsize=13980732 CPUtime=247.97 cores=1,3,5,7
/proc/5468/stat : 5468 (java) S 5466 5466 5228 0 -1 1077944320 73877 0 0 0 24767 30 0 0 20 0 15 0 8977021 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 140728353798368 139922449264375 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
/proc/5468/statm: 3495183 83940 3238 1 0 3483484 0
[pid=5468/tid=5470] ppid=5466 vsize=13980732 CPUtime=239.73 cores=1,3,5,7
/proc/5468/task/5470/stat : 5470 (java) R 5466 5466 5228 0 -1 4202560 15989 0 0 0 23966 7 0 0 20 0 15 0 8977021 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139922453500464 139922073962822 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5472] ppid=5466 vsize=13980732 CPUtime=0.12 cores=1,3,5,7
/proc/5468/task/5472/stat : 5472 (java) S 5466 5466 5228 0 -1 1077944384 2325 0 0 0 9 3 0 0 20 0 15 0 8977022 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139922391210640 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5473] ppid=5466 vsize=13980732 CPUtime=0.12 cores=1,3,5,7
/proc/5468/task/5473/stat : 5473 (java) S 5466 5466 5228 0 -1 1077944384 1264 0 0 0 9 3 0 0 20 0 15 0 8977022 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139922390157840 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5474] ppid=5466 vsize=13980732 CPUtime=0.11 cores=1,3,5,7
/proc/5468/task/5474/stat : 5474 (java) S 5466 5466 5228 0 -1 1077944384 1630 0 0 0 9 2 0 0 20 0 15 0 8977022 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139922389105040 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5475] ppid=5466 vsize=13980732 CPUtime=0.11 cores=1,3,5,7
/proc/5468/task/5475/stat : 5475 (java) S 5466 5466 5228 0 -1 1077944384 632 0 0 0 9 2 0 0 20 0 15 0 8977022 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139922388052240 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5476] ppid=5466 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/5468/task/5476/stat : 5476 (java) S 5466 5466 5228 0 -1 1077944384 1784 0 0 0 1 0 0 0 20 0 15 0 8977023 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921994926960 139922449275522 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5477] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5477/stat : 5477 (java) S 5466 5466 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921993872928 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5478] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5478/stat : 5478 (java) S 5466 5466 5228 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 8977024 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921992820080 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5479] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5479/stat : 5479 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921991768400 139922449282971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5480] ppid=5466 vsize=13980732 CPUtime=3.2 cores=1,3,5,7
/proc/5468/task/5480/stat : 5480 (java) S 5466 5466 5228 0 -1 1077944384 17826 0 0 0 319 1 0 0 20 0 15 0 8977026 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921990715760 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5481] ppid=5466 vsize=13980732 CPUtime=3.6 cores=1,3,5,7
/proc/5468/task/5481/stat : 5481 (java) S 5466 5466 5228 0 -1 1077944384 20046 0 0 0 358 2 0 0 20 0 15 0 8977026 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921989662960 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5482] ppid=5466 vsize=13980732 CPUtime=0.8 cores=1,3,5,7
/proc/5468/task/5482/stat : 5482 (java) S 5466 5466 5228 0 -1 1077944384 9885 0 0 0 78 2 0 0 20 0 15 0 8977026 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921988610160 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5483] ppid=5466 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5468/task/5483/stat : 5483 (java) S 5466 5466 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8977026 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921987557600 139922449274581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
[pid=5468/tid=5484] ppid=5466 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/5468/task/5484/stat : 5484 (java) S 5466 5466 5228 0 -1 1077944384 1139 0 0 0 3 4 0 0 20 0 15 0 8977034 14316269568 83940 18446744073709551615 4194304 4196468 140728353815824 139921986505904 139922449275522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29433856 140728353817044 140728353817219 140728353817219 140728353820623 0
Current children cumulated CPU time (s) 247.97
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 5468 sig 9
??? kill 5466 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 240.01
CPU time (s): 247.99
CPU user time (s): 247.687
CPU system time (s): 0.303676
CPU usage (%): 103.325
Max. virtual memory (cumulated for all children) (KiB): 13991928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.687
system time used= 0.303676
maximum resident set size= 336524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74635
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8096
involuntary context switches= 146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.09996 second user time and 1.46781 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-01 20:06:10
IDJOB=4254268
IDBENCH=115644
IDSOLVER=2635
FILE ID=node133/4254268-1501611617
RUNJOBID= node133-1501610528-5289
PBS_JOBID= 
Free space on /tmp= 61856 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-200-10-2.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-4254268-1501611617/watcher-4254268-1501611617 -o /tmp/evaluation-result-4254268-1501611617/solver-4254268-1501611617 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501610528-5289 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 506344329 HOME/instance-4254268-1501611617.xml

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

MD5SUM BENCH= 902fa3fa04f876c9ed200148bd67d93f
RANDOM SEED=506344329

node133.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.17
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.17
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.17
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.17
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:        31991724 kB
MemAvailable:   32027640 kB
Buffers:           87004 kB
Cached:           234200 kB
SwapCached:            0 kB
Active:           203932 kB
Inactive:         178900 kB
Active(anon):      61936 kB
Inactive(anon):     8536 kB
Active(file):     141996 kB
Inactive(file):   170364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:         61552 kB
Mapped:            29984 kB
Shmem:              8892 kB
Slab:             103312 kB
SReclaimable:      78784 kB
SUnreclaim:        24528 kB
KernelStack:        3168 kB
PageTables:         4472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     282384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61848 MiB
End job on node133 at 2017-08-01 20:10:11