Trace number 4254277

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.485 240.013

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-3.xml
MD5SUM5314b126c5fc4f843c68abc8a30fc0ca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1690
Best CPU time to get the best result obtained on this benchmark251.91701
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1760
Maximum domain size1760
Distribution of domain sizes[{"size":1760,"count":420}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":400}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":20,"count":20}]
Number of extensional constraints0
Number of intensional constraints420
Distribution of constraint types[{"type":"intension","count":420},{"type":"noOverlap","count":20}]
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-4254277-1501611927.xml"  -tl '264s' -p 1 -x 0
0.00/0.31	c [HOME/instance-4254277-1501611927.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.37	c simple solver
0.00/0.43	c parse instance...
0.00/0.78	c solve instance...
246.46/240.00	s UNKNOWN
246.46/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-4254277-1501611927/watcher-4254277-1501611927 -o /tmp/evaluation-result-4254277-1501611927/solver-4254277-1501611927 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501610360-3273 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 928212070 HOME/instance-4254277-1501611927.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.96 1.82 1.10 3/185 3841
/proc/meminfo: memFree=32119016/32770624 swapFree=0/149108
[pid=3841] ppid=3838 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (runsolver) D 3838 3841 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 3103305 24240128 107 18446744073709551615 4194304 4338465 140721695236560 140721695234200 139747634688727 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 36495360 140721695240287 140721695240775 140721695240775 140721695244234 0
/proc/3841/statm: 5918 107 54 36 0 2156 0

[startup+0.100188 s]
/proc/loadavg: 1.96 1.82 1.10 3/185 3841
/proc/meminfo: memFree=32119016/32770624 swapFree=0/149108
[pid=3841] ppid=3838 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (xcsp3-exec) S 3838 3841 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 3103305 9740288 345 18446744073709551615 4194304 5098028 140734093685680 140734093683784 139918228673148 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 4 0 0 7196144 7232144 11485184 140734093693341 140734093693544 140734093693544 140734093697003 0
/proc/3841/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200321 s]
/proc/loadavg: 1.96 1.82 1.10 3/185 3841
/proc/meminfo: memFree=32119016/32770624 swapFree=0/149108
[pid=3841] ppid=3838 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (xcsp3-exec) S 3838 3841 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 3103305 9740288 345 18446744073709551615 4194304 5098028 140734093685680 140734093683784 139918228673148 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 4 0 0 7196144 7232144 11485184 140734093693341 140734093693544 140734093693544 140734093697003 0
/proc/3841/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300948 s]
/proc/loadavg: 1.96 1.82 1.10 3/185 3841
/proc/meminfo: memFree=32119016/32770624 swapFree=0/149108
[pid=3841] ppid=3838 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (xcsp3-exec) S 3838 3841 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 3103305 9740288 345 18446744073709551615 4194304 5098028 140734093685680 140734093683784 139918228673148 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 4 0 0 7196144 7232144 11485184 140734093693341 140734093693544 140734093693544 140734093697003 0
/proc/3841/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.701947 s]
/proc/loadavg: 1.96 1.82 1.10 3/185 3841
/proc/meminfo: memFree=32119016/32770624 swapFree=0/149108
[pid=3841] ppid=3838 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (xcsp3-exec) S 3838 3841 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 3103305 9740288 345 18446744073709551615 4194304 5098028 140734093685680 140734093683784 139918228673148 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 4 0 0 7196144 7232144 11485184 140734093693341 140734093693544 140734093693544 140734093697003 0
/proc/3841/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50068 s]
/proc/loadavg: 1.96 1.82 1.10 7/216 3872
/proc/meminfo: memFree=31937640/32770624 swapFree=0/149096
[pid=3841] ppid=3838 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (xcsp3-exec) S 3838 3841 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 3103305 9740288 345 18446744073709551615 4194304 5098028 140734093685680 140734093683784 139918228673148 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 4 0 0 7196144 7232144 11485184 140734093693341 140734093693544 140734093693544 140734093697003 0
/proc/3841/statm: 2378 345 289 221 0 87 0
[pid=3852] ppid=3841 vsize=13980732 CPUtime=3.47 cores=0,2,4,6
/proc/3852/stat : 3852 (java) S 3841 3841 3187 0 -1 1077944320 33356 0 0 0 340 7 0 0 20 0 15 0 3103310 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140727881390880 140397717942007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
/proc/3852/statm: 3495183 30843 3174 1 0 3483484 0
[pid=3852/tid=3853] ppid=3841 vsize=13980732 CPUtime=1.31 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (java) R 3841 3841 3187 0 -1 4202560 9577 0 0 0 127 4 0 0 20 0 15 0 3103310 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397722172808 140397330425804 0 4 1 16800974 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3854] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3854/stat : 3854 (java) S 3841 3841 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397652376208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3855] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3855/stat : 3855 (java) S 3841 3841 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397651323408 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3856] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3856/stat : 3856 (java) S 3841 3841 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397650270608 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3857] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3857/stat : 3857 (java) S 3841 3841 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397315275024 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3863] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3863/stat : 3863 (java) S 3841 3841 3187 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 3103312 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397196553072 140397717953154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3864] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3864/stat : 3864 (java) S 3841 3841 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397195499040 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3865] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3865/stat : 3865 (java) S 3841 3841 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397194446192 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3866] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3866/stat : 3866 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397193394512 140397717960603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3867] ppid=3841 vsize=13980732 CPUtime=0.87 cores=0,2,4,6
/proc/3852/task/3867/stat : 3867 (java) R 3841 3841 3187 0 -1 4202560 11944 0 0 0 86 1 0 0 20 0 15 0 3103315 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397192327336 140397697205988 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3868] ppid=3841 vsize=13980732 CPUtime=0.83 cores=0,2,4,6
/proc/3852/task/3868/stat : 3868 (java) R 3841 3841 3187 0 -1 4202560 8534 0 0 0 82 1 0 0 20 0 15 0 3103315 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397191274280 140397697198563 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3869] ppid=3841 vsize=13980732 CPUtime=0.43 cores=0,2,4,6
/proc/3852/task/3869/stat : 3869 (java) S 3841 3841 3187 0 -1 1077944384 1992 0 0 0 43 0 0 0 20 0 15 0 3103315 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397190236272 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3870] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3870/stat : 3870 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397189183712 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3872] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3872/stat : 3872 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103328 14316269568 30843 18446744073709551615 4194304 4196468 140727881408336 140397188132016 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 13990244

[startup+3.10075 s]
/proc/loadavg: 1.96 1.82 1.10 7/216 3872
/proc/meminfo: memFree=31890148/32770624 swapFree=0/149096
[pid=3841] ppid=3838 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (xcsp3-exec) S 3838 3841 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 3103305 9740288 345 18446744073709551615 4194304 5098028 140734093685680 140734093683784 139918228673148 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 4 0 0 7196144 7232144 11485184 140734093693341 140734093693544 140734093693544 140734093697003 0
/proc/3841/statm: 2378 345 289 221 0 87 0
[pid=3852] ppid=3841 vsize=13980732 CPUtime=7.39 cores=0,2,4,6
/proc/3852/stat : 3852 (java) S 3841 3841 3187 0 -1 1077944320 37254 0 0 0 731 8 0 0 20 0 15 0 3103310 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140727881390880 140397717942007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
/proc/3852/statm: 3495183 33573 3187 1 0 3483484 0
[pid=3852/tid=3853] ppid=3841 vsize=13980732 CPUtime=2.9 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (java) R 3841 3841 3187 0 -1 4202560 9852 0 0 0 286 4 0 0 20 0 15 0 3103310 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397722178440 140397335384686 0 4 1 16800974 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3854] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3854/stat : 3854 (java) S 3841 3841 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397652376208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3855] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3855/stat : 3855 (java) S 3841 3841 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397651323408 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3856] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3856/stat : 3856 (java) S 3841 3841 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397650270608 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3857] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3857/stat : 3857 (java) S 3841 3841 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397315275024 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3863] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3863/stat : 3863 (java) S 3841 3841 3187 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 3103312 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397196553072 140397717953154 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3864] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3864/stat : 3864 (java) S 3841 3841 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397195499040 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3865] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3865/stat : 3865 (java) S 3841 3841 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397194446192 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3866] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3866/stat : 3866 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397193394512 140397717960603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3867] ppid=3841 vsize=13980732 CPUtime=2.02 cores=0,2,4,6
/proc/3852/task/3867/stat : 3867 (java) S 3841 3841 3187 0 -1 1077944384 14316 0 0 0 201 1 0 0 20 0 15 0 3103315 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397192341872 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3868] ppid=3841 vsize=13980732 CPUtime=1.97 cores=0,2,4,6
/proc/3852/task/3868/stat : 3868 (java) S 3841 3841 3187 0 -1 1077944384 9424 0 0 0 196 1 0 0 20 0 15 0 3103315 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397191289072 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3869] ppid=3841 vsize=13980732 CPUtime=0.46 cores=0,2,4,6
/proc/3852/task/3869/stat : 3869 (java) S 3841 3841 3187 0 -1 1077944384 2302 0 0 0 46 0 0 0 20 0 15 0 3103315 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397190236272 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3870] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3870/stat : 3870 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397189183712 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3872] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3872/stat : 3872 (java) S 3841 3841 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 3103328 14316269568 33573 18446744073709551615 4194304 4196468 140727881408336 140397188132016 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 13990244

[startup+6.30069 s]
/proc/loadavg: 2.04 1.84 1.11 3/216 3872
/proc/meminfo: memFree=31863884/32770624 swapFree=0/149104
[pid=3841] ppid=3838 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (xcsp3-exec) S 3838 3841 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 3103305 9740288 345 18446744073709551615 4194304 5098028 140734093685680 140734093683784 139918228673148 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 4 0 0 7196144 7232144 11485184 140734093693341 140734093693544 140734093693544 140734093697003 0
/proc/3841/statm: 2378 345 289 221 0 87 0
[pid=3852] ppid=3841 vsize=13980732 CPUtime=11.21 cores=0,2,4,6
/proc/3852/stat : 3852 (java) S 3841 3841 3187 0 -1 1077944320 42429 0 0 0 1112 9 0 0 20 0 15 0 3103310 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140727881390880 140397717942007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
/proc/3852/statm: 3495183 35605 3192 1 0 3483484 0
[pid=3852/tid=3853] ppid=3841 vsize=13980732 CPUtime=6.11 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (java) R 3841 3841 3187 0 -1 4202560 10375 0 0 0 606 5 0 0 20 0 15 0 3103310 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397722177680 140397336712703 0 4 1 16800974 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3854] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3854/stat : 3854 (java) S 3841 3841 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397652376208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3855] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3855/stat : 3855 (java) S 3841 3841 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397651323408 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3856] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3856/stat : 3856 (java) S 3841 3841 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397650270608 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3857] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3857/stat : 3857 (java) S 3841 3841 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397315275024 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3863] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3863/stat : 3863 (java) S 3841 3841 3187 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 15 0 3103312 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397196553072 140397717953154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3864] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3864/stat : 3864 (java) S 3841 3841 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397195499040 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3865] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3865/stat : 3865 (java) S 3841 3841 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397194446192 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3866] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3866/stat : 3866 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397193394512 140397717960603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3867] ppid=3841 vsize=13980732 CPUtime=2.32 cores=0,2,4,6
/proc/3852/task/3867/stat : 3867 (java) S 3841 3841 3187 0 -1 1077944384 15373 0 0 0 231 1 0 0 20 0 15 0 3103315 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397192341872 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3868] ppid=3841 vsize=13980732 CPUtime=2.26 cores=0,2,4,6
/proc/3852/task/3868/stat : 3868 (java) S 3841 3841 3187 0 -1 1077944384 11556 0 0 0 225 1 0 0 20 0 15 0 3103315 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397191289072 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3869] ppid=3841 vsize=13980732 CPUtime=0.49 cores=0,2,4,6
/proc/3852/task/3869/stat : 3869 (java) S 3841 3841 3187 0 -1 1077944384 2483 0 0 0 49 0 0 0 20 0 15 0 3103315 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397190236272 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3870] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3870/stat : 3870 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397189183712 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3872] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3872/stat : 3872 (java) S 3841 3841 3187 0 -1 1077944384 1052 0 0 0 0 0 0 0 20 0 15 0 3103328 14316269568 35605 18446744073709551615 4194304 4196468 140727881408336 140397188132016 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
Current children cumulated CPU time (s) 11.21
Current children cumulated vsize (KiB) 13990244

[startup+12.7007 s]
/proc/loadavg: 2.04 1.84 1.12 3/216 3872
/proc/meminfo: memFree=31755556/32770624 swapFree=0/149112
[pid=3841] ppid=3838 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (xcsp3-exec) S 3838 3841 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 3103305 9740288 345 18446744073709551615 4194304 5098028 140734093685680 140734093683784 139918228673148 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 4 0 0 7196144 7232144 11485184 140734093693341 140734093693544 140734093693544 140734093697003 0
/proc/3841/statm: 2378 345 289 221 0 87 0
[pid=3852] ppid=3841 vsize=13980732 CPUtime=17.74 cores=0,2,4,6
/proc/3852/stat : 3852 (java) S 3841 3841 3187 0 -1 1077944320 45050 0 0 0 1764 10 0 0 20 0 15 0 3103310 14316269568 45879 18446744073709551615 4194304 4196468 140727881408336 140727881390880 140397717942007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
/proc/3852/statm: 3495183 45879 3192 1 0 3483484 0
[pid=3852/tid=3853] ppid=3841 vsize=13980732 CPUtime=12.5 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (java) R 3841 3841 3187 0 -1 4202560 10892 0 0 0 1245 5 0 0 20 0 15 0 3103310 14316269568 45879 18446744073709551615 4194304 4196468 140727881408336 140397722181544 140397336713566 0 4 1 16800974 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3854] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3854/stat : 3854 (java) S 3841 3841 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 45879 18446744073709551615 4194304 4196468 140727881408336 140397652376208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3855] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3855/stat : 3855 (java) S 3841 3841 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 3103311 14316269568 45879 18446744073709551615 4194304 4196468 140727881408336 140397651323408 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0

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

/proc/3852/stat : 3852 (java) S 3841 3841 3187 0 -1 1077944320 64645 0 0 0 10835 14 0 0 20 0 15 0 3103310 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140727881390880 140397717942007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
/proc/3852/statm: 3495183 56630 3230 1 0 3483484 0
[pid=3852/tid=3853] ppid=3841 vsize=13980732 CPUtime=102.08 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (java) R 3841 3841 3187 0 -1 4202560 13984 0 0 0 10202 6 0 0 20 0 15 0 3103310 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397722177936 140397335704675 0 4 1 16800974 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3854] ppid=3841 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/3852/task/3854/stat : 3854 (java) S 3841 3841 3187 0 -1 1077944384 1040 0 0 0 1 0 0 0 20 0 15 0 3103311 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397652376208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3855] ppid=3841 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/3852/task/3855/stat : 3855 (java) S 3841 3841 3187 0 -1 1077944384 236 0 0 0 1 0 0 0 20 0 15 0 3103311 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397651323408 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3856] ppid=3841 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/3852/task/3856/stat : 3856 (java) S 3841 3841 3187 0 -1 1077944384 941 0 0 0 1 0 0 0 20 0 15 0 3103311 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397650270608 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3857] ppid=3841 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/3852/task/3857/stat : 3857 (java) S 3841 3841 3187 0 -1 1077944384 1150 0 0 0 1 0 0 0 20 0 15 0 3103311 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397315275024 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3863] ppid=3841 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/3852/task/3863/stat : 3863 (java) S 3841 3841 3187 0 -1 1077944384 987 0 0 0 1 0 0 0 20 0 15 0 3103312 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397196553072 140397717953154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3864] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3864/stat : 3864 (java) S 3841 3841 3187 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397195499104 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3865] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3865/stat : 3865 (java) S 3841 3841 3187 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397194446208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3866] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3866/stat : 3866 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397193394512 140397717960603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3867] ppid=3841 vsize=13980732 CPUtime=2.77 cores=0,2,4,6
/proc/3852/task/3867/stat : 3867 (java) S 3841 3841 3187 0 -1 1077944384 21134 0 0 0 276 1 0 0 20 0 15 0 3103315 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397192341872 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3868] ppid=3841 vsize=13980732 CPUtime=2.9 cores=0,2,4,6
/proc/3852/task/3868/stat : 3868 (java) S 3841 3841 3187 0 -1 1077944384 16593 0 0 0 288 2 0 0 20 0 15 0 3103315 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397191289072 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3869] ppid=3841 vsize=13980732 CPUtime=0.59 cores=0,2,4,6
/proc/3852/task/3869/stat : 3869 (java) S 3841 3841 3187 0 -1 1077944384 5818 0 0 0 58 1 0 0 20 0 15 0 3103315 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397190236272 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3870] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3870/stat : 3870 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397189183712 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3872] ppid=3841 vsize=13980732 CPUtime=0.03 cores=0,2,4,6
/proc/3852/task/3872/stat : 3872 (java) S 3841 3841 3187 0 -1 1077944384 1364 0 0 0 1 2 0 0 20 0 15 0 3103328 14316269568 56630 18446744073709551615 4194304 4196468 140727881408336 140397188132016 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
Current children cumulated CPU time (s) 108.49
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.95 1.86 1.23 3/215 3877
/proc/meminfo: memFree=31680156/32770624 swapFree=0/149188
[pid=3841] ppid=3838 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (xcsp3-exec) S 3838 3841 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 3103305 9740288 345 18446744073709551615 4194304 5098028 140734093685680 140734093683784 139918228673148 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 4 0 0 7196144 7232144 11485184 140734093693341 140734093693544 140734093693544 140734093697003 0
/proc/3841/statm: 2378 345 289 221 0 87 0
[pid=3852] ppid=3841 vsize=13980732 CPUtime=168.63 cores=0,2,4,6
/proc/3852/stat : 3852 (java) S 3841 3841 3187 0 -1 1077944320 68473 0 0 0 16846 17 0 0 20 0 15 0 3103310 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140727881390880 140397717942007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
/proc/3852/statm: 3495183 57929 3231 1 0 3483484 0
[pid=3852/tid=3853] ppid=3841 vsize=13980732 CPUtime=162.06 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (java) R 3841 3841 3187 0 -1 4202560 14506 0 0 0 16200 6 0 0 20 0 15 0 3103310 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397722181344 140397335704228 0 4 1 16800974 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3854] ppid=3841 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/3852/task/3854/stat : 3854 (java) S 3841 3841 3187 0 -1 1077944384 1075 0 0 0 1 0 0 0 20 0 15 0 3103311 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397652376208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3855] ppid=3841 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/3852/task/3855/stat : 3855 (java) S 3841 3841 3187 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 15 0 3103311 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397651323408 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3856] ppid=3841 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/3852/task/3856/stat : 3856 (java) S 3841 3841 3187 0 -1 1077944384 978 0 0 0 1 1 0 0 20 0 15 0 3103311 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397650270608 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3857] ppid=3841 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/3852/task/3857/stat : 3857 (java) S 3841 3841 3187 0 -1 1077944384 1427 0 0 0 1 0 0 0 20 0 15 0 3103311 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397315275024 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3863] ppid=3841 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/3852/task/3863/stat : 3863 (java) S 3841 3841 3187 0 -1 1077944384 1136 0 0 0 1 0 0 0 20 0 15 0 3103312 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397196553072 140397717953154 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3864] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3864/stat : 3864 (java) S 3841 3841 3187 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397195499104 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3865] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3865/stat : 3865 (java) S 3841 3841 3187 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397194446208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3866] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3866/stat : 3866 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397193394512 140397717960603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3867] ppid=3841 vsize=13980732 CPUtime=2.83 cores=0,2,4,6
/proc/3852/task/3867/stat : 3867 (java) S 3841 3841 3187 0 -1 1077944384 22648 0 0 0 282 1 0 0 20 0 15 0 3103315 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397192341872 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3868] ppid=3841 vsize=13980732 CPUtime=2.94 cores=0,2,4,6
/proc/3852/task/3868/stat : 3868 (java) S 3841 3841 3187 0 -1 1077944384 17753 0 0 0 292 2 0 0 20 0 15 0 3103315 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397191289072 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3869] ppid=3841 vsize=13980732 CPUtime=0.59 cores=0,2,4,6
/proc/3852/task/3869/stat : 3869 (java) S 3841 3841 3187 0 -1 1077944384 5891 0 0 0 58 1 0 0 20 0 15 0 3103315 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397190236272 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3870] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3870/stat : 3870 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397189183712 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3872] ppid=3841 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/3852/task/3872/stat : 3872 (java) S 3841 3841 3187 0 -1 1077944384 1391 0 0 0 1 3 0 0 20 0 15 0 3103328 14316269568 57929 18446744073709551615 4194304 4196468 140727881408336 140397188132016 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
Current children cumulated CPU time (s) 168.63
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.86 1.85 1.27 3/214 3879
/proc/meminfo: memFree=31703372/32770624 swapFree=0/149212
[pid=3841] ppid=3838 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (xcsp3-exec) S 3838 3841 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 3103305 9740288 345 18446744073709551615 4194304 5098028 140734093685680 140734093683784 139918228673148 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 4 0 0 7196144 7232144 11485184 140734093693341 140734093693544 140734093693544 140734093697003 0
/proc/3841/statm: 2378 345 289 221 0 87 0
[pid=3852] ppid=3841 vsize=13980732 CPUtime=228.75 cores=0,2,4,6
/proc/3852/stat : 3852 (java) S 3841 3841 3187 0 -1 1077944320 72857 0 0 0 22857 18 0 0 20 0 15 0 3103310 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140727881390880 140397717942007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
/proc/3852/statm: 3495183 54733 3231 1 0 3483484 0
[pid=3852/tid=3853] ppid=3841 vsize=13980732 CPUtime=222.07 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (java) R 3841 3841 3187 0 -1 4202560 14827 0 0 0 22201 6 0 0 20 0 15 0 3103310 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397722181392 140397336713510 0 4 1 16800974 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3854] ppid=3841 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/3852/task/3854/stat : 3854 (java) S 3841 3841 3187 0 -1 1077944384 1079 0 0 0 2 0 0 0 20 0 15 0 3103311 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397652376208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3855] ppid=3841 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/3852/task/3855/stat : 3855 (java) S 3841 3841 3187 0 -1 1077944384 283 0 0 0 2 0 0 0 20 0 15 0 3103311 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397651323408 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3856] ppid=3841 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/3852/task/3856/stat : 3856 (java) S 3841 3841 3187 0 -1 1077944384 1101 0 0 0 1 1 0 0 20 0 15 0 3103311 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397650270608 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3857] ppid=3841 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/3852/task/3857/stat : 3857 (java) S 3841 3841 3187 0 -1 1077944384 1431 0 0 0 1 0 0 0 20 0 15 0 3103311 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397315275024 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3863] ppid=3841 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/3852/task/3863/stat : 3863 (java) S 3841 3841 3187 0 -1 1077944384 1214 0 0 0 2 0 0 0 20 0 15 0 3103312 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397196553072 140397717953154 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3864] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3864/stat : 3864 (java) S 3841 3841 3187 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397195499104 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3865] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3865/stat : 3865 (java) S 3841 3841 3187 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397194446208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3866] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3866/stat : 3866 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397193394512 140397717960603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3867] ppid=3841 vsize=13980732 CPUtime=2.83 cores=0,2,4,6
/proc/3852/task/3867/stat : 3867 (java) S 3841 3841 3187 0 -1 1077944384 23112 0 0 0 282 1 0 0 20 0 15 0 3103315 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397192341872 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3868] ppid=3841 vsize=13980732 CPUtime=3.02 cores=0,2,4,6
/proc/3852/task/3868/stat : 3868 (java) S 3841 3841 3187 0 -1 1077944384 20175 0 0 0 300 2 0 0 20 0 15 0 3103315 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397191289072 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3869] ppid=3841 vsize=13980732 CPUtime=0.59 cores=0,2,4,6
/proc/3852/task/3869/stat : 3869 (java) S 3841 3841 3187 0 -1 1077944384 6836 0 0 0 58 1 0 0 20 0 15 0 3103315 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397190236272 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3870] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3870/stat : 3870 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397189183712 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3872] ppid=3841 vsize=13980732 CPUtime=0.06 cores=0,2,4,6
/proc/3852/task/3872/stat : 3872 (java) S 3841 3841 3187 0 -1 1077944384 1401 0 0 0 2 4 0 0 20 0 15 0 3103328 14316269568 54733 18446744073709551615 4194304 4196468 140727881408336 140397188132016 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
Current children cumulated CPU time (s) 228.75
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.82 1.85 1.28 3/214 3879
/proc/meminfo: memFree=31715572/32770624 swapFree=0/149220
[pid=3841] ppid=3838 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/3841/stat : 3841 (xcsp3-exec) S 3838 3841 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 3103305 9740288 345 18446744073709551615 4194304 5098028 140734093685680 140734093683784 139918228673148 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 4 0 0 7196144 7232144 11485184 140734093693341 140734093693544 140734093693544 140734093697003 0
/proc/3841/statm: 2378 345 289 221 0 87 0
[pid=3852] ppid=3841 vsize=13980732 CPUtime=246.46 cores=0,2,4,6
/proc/3852/stat : 3852 (java) S 3841 3841 3187 0 -1 1077944320 73138 0 0 0 24628 18 0 0 20 0 15 0 3103310 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140727881390880 140397717942007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
/proc/3852/statm: 3495183 54220 3231 1 0 3483484 0
[pid=3852/tid=3853] ppid=3841 vsize=13980732 CPUtime=239.76 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (java) R 3841 3841 3187 0 -1 4202560 14828 0 0 0 23970 6 0 0 20 0 15 0 3103310 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397722178424 140397337925450 0 4 1 16800974 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3854] ppid=3841 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/3852/task/3854/stat : 3854 (java) S 3841 3841 3187 0 -1 1077944384 1079 0 0 0 2 0 0 0 20 0 15 0 3103311 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397652376208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3855] ppid=3841 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/3852/task/3855/stat : 3855 (java) S 3841 3841 3187 0 -1 1077944384 283 0 0 0 2 0 0 0 20 0 15 0 3103311 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397651323408 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3856] ppid=3841 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/3852/task/3856/stat : 3856 (java) S 3841 3841 3187 0 -1 1077944384 1101 0 0 0 1 1 0 0 20 0 15 0 3103311 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397650270608 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3857] ppid=3841 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/3852/task/3857/stat : 3857 (java) S 3841 3841 3187 0 -1 1077944384 1431 0 0 0 1 0 0 0 20 0 15 0 3103311 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397315275024 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3863] ppid=3841 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/3852/task/3863/stat : 3863 (java) S 3841 3841 3187 0 -1 1077944384 1214 0 0 0 2 0 0 0 20 0 15 0 3103312 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397196553072 140397717953154 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3864] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3864/stat : 3864 (java) S 3841 3841 3187 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397195499104 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3865] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3865/stat : 3865 (java) S 3841 3841 3187 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 3103313 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397194446208 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3866] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3866/stat : 3866 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397193394512 140397717960603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3867] ppid=3841 vsize=13980732 CPUtime=2.84 cores=0,2,4,6
/proc/3852/task/3867/stat : 3867 (java) S 3841 3841 3187 0 -1 1077944384 23299 0 0 0 283 1 0 0 20 0 15 0 3103315 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397192341872 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3868] ppid=3841 vsize=13980732 CPUtime=3.02 cores=0,2,4,6
/proc/3852/task/3868/stat : 3868 (java) S 3841 3841 3187 0 -1 1077944384 20240 0 0 0 300 2 0 0 20 0 15 0 3103315 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397191289072 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3869] ppid=3841 vsize=13980732 CPUtime=0.59 cores=0,2,4,6
/proc/3852/task/3869/stat : 3869 (java) S 3841 3841 3187 0 -1 1077944384 6864 0 0 0 58 1 0 0 20 0 15 0 3103315 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397190236272 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3870] ppid=3841 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3870/stat : 3870 (java) S 3841 3841 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 3103315 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397189183712 140397717952213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
[pid=3852/tid=3872] ppid=3841 vsize=13980732 CPUtime=0.06 cores=0,2,4,6
/proc/3852/task/3872/stat : 3872 (java) S 3841 3841 3187 0 -1 1077944384 1401 0 0 0 2 4 0 0 20 0 15 0 3103328 14316269568 54220 18446744073709551615 4194304 4196468 140727881408336 140397188132016 140397717953154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27865088 140727881413077 140727881413252 140727881413252 140727881416655 0
Current children cumulated CPU time (s) 246.46
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 3852 sig 9
??? kill 3841 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.013
CPU time (s): 246.485
CPU user time (s): 246.294
CPU system time (s): 0.191068
CPU usage (%): 102.696
Max. virtual memory (cumulated for all children) (KiB): 13992672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.294
system time used= 0.191068
maximum resident set size= 234768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73976
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= 8341
involuntary context switches= 219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.2344 second user time and 1.24715 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-01 20:11:26
IDJOB=4254277
IDBENCH=115758
IDSOLVER=2635
FILE ID=node135/4254277-1501611927
RUNJOBID= node135-1501610360-3273
PBS_JOBID= 
Free space on /tmp= 61836 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-3.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-4254277-1501611927/watcher-4254277-1501611927 -o /tmp/evaluation-result-4254277-1501611927/solver-4254277-1501611927 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501610360-3273 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 928212070 HOME/instance-4254277-1501611927.xml

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

MD5SUM BENCH= 5314b126c5fc4f843c68abc8a30fc0ca
RANDOM SEED=928212070

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32119020 kB
MemAvailable:   32059956 kB
Buffers:           28108 kB
Cached:           225680 kB
SwapCached:            0 kB
Active:           152104 kB
Inactive:         157700 kB
Active(anon):      56264 kB
Inactive(anon):     8592 kB
Active(file):      95840 kB
Inactive(file):   149108 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15492 kB
Writeback:             4 kB
AnonPages:         55976 kB
Mapped:            28148 kB
Shmem:              8960 kB
Slab:              47592 kB
SReclaimable:      23648 kB
SUnreclaim:        23944 kB
KernelStack:        3184 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61828 MiB
End job on node135 at 2017-08-01 20:15:27