Trace number 4255269

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-07-26)? (TO) 259.70001 240.00999

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-15-9.xml
MD5SUM15bcd759626357ed73f755380ffdcafb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1377
Best CPU time to get the best result obtained on this benchmark252.015
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints335
Number of domains1
Minimum domain size1462
Maximum domain size1462
Distribution of domain sizes[{"size":1462,"count":320}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":300}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":300},{"arity":20,"count":15}]
Number of extensional constraints0
Number of intensional constraints320
Distribution of constraint types[{"type":"intension","count":320},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4255269-1501618464.xml"  -tl '264s' -p 1 -x 3
0.00/0.25	c [HOME/instance-4255269-1501618464.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.31	c simple solver
0.00/0.37	c parse instance...
0.00/0.70	c solve instance...
259.70/240.00	s UNKNOWN
259.70/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-4255269-1501618464/watcher-4255269-1501618464 -o /tmp/evaluation-result-4255269-1501618464/solver-4255269-1501618464 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501617129-10653 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 735308633 HOME/instance-4255269-1501618464.xml 

pid=11116
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.87 1.80 1.85 5/200 11119
/proc/meminfo: memFree=31788100/32770624 swapFree=0/186356
[pid=11119] ppid=11116 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (runsolver) D 11116 11119 5228 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 9661705 24240128 108 18446744073709551615 4194304 4338465 140726486175232 140726486172872 140038321644247 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 16764928 140726486179933 140726486180422 140726486180422 140726486183882 0
/proc/11119/statm: 5918 108 54 36 0 2156 0

[startup+0.100132 s]
/proc/loadavg: 1.87 1.80 1.85 5/200 11119
/proc/meminfo: memFree=31788100/32770624 swapFree=0/186356
[pid=11119] ppid=11116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (xcsp3-exec) S 11116 11119 5228 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 9661705 9740288 345 18446744073709551615 4194304 5098028 140721745764368 140721745762472 139709868601980 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 21889024 140721745768860 140721745769063 140721745769063 140721745772523 0
/proc/11119/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200328 s]
/proc/loadavg: 1.87 1.80 1.85 5/200 11119
/proc/meminfo: memFree=31788100/32770624 swapFree=0/186356
[pid=11119] ppid=11116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (xcsp3-exec) S 11116 11119 5228 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 9661705 9740288 345 18446744073709551615 4194304 5098028 140721745764368 140721745762472 139709868601980 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 21889024 140721745768860 140721745769063 140721745769063 140721745772523 0
/proc/11119/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.303331 s]
/proc/loadavg: 1.87 1.80 1.85 5/200 11119
/proc/meminfo: memFree=31788100/32770624 swapFree=0/186356
[pid=11119] ppid=11116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (xcsp3-exec) S 11116 11119 5228 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 9661705 9740288 345 18446744073709551615 4194304 5098028 140721745764368 140721745762472 139709868601980 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 21889024 140721745768860 140721745769063 140721745769063 140721745772523 0
/proc/11119/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.706771 s]
/proc/loadavg: 1.87 1.80 1.85 5/200 11119
/proc/meminfo: memFree=31788100/32770624 swapFree=0/186356
[pid=11119] ppid=11116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (xcsp3-exec) S 11116 11119 5228 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 9661705 9740288 345 18446744073709551615 4194304 5098028 140721745764368 140721745762472 139709868601980 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 21889024 140721745768860 140721745769063 140721745769063 140721745772523 0
/proc/11119/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.87 1.80 1.85 5/216 11135
/proc/meminfo: memFree=31667944/32770624 swapFree=0/186360
[pid=11119] ppid=11116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (xcsp3-exec) S 11116 11119 5228 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 9661705 9740288 345 18446744073709551615 4194304 5098028 140721745764368 140721745762472 139709868601980 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 21889024 140721745768860 140721745769063 140721745769063 140721745772523 0
/proc/11119/statm: 2378 345 289 221 0 87 0
[pid=11121] ppid=11119 vsize=13980732 CPUtime=3.65 cores=1,3,5,7
/proc/11121/stat : 11121 (java) S 11119 11119 5228 0 -1 1077944320 36606 0 0 0 358 7 0 0 20 0 15 0 9661713 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140736421480656 140541152386807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
/proc/11121/statm: 3495183 29562 3173 1 0 3483484 0
[pid=11121/tid=11122] ppid=11119 vsize=13980732 CPUtime=1.37 cores=1,3,5,7
/proc/11121/task/11122/stat : 11122 (java) R 11119 11119 5228 0 -1 4202560 8830 0 0 0 133 4 0 0 20 0 15 0 9661713 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140541156622528 140540742048711 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11123] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11123/stat : 11123 (java) S 11119 11119 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140541071801360 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11124] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11124/stat : 11124 (java) S 11119 11119 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140541070748816 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11125] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11125/stat : 11125 (java) S 11119 11119 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140541069695760 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11126] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11126/stat : 11126 (java) S 11119 11119 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140541068643216 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11127] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11127/stat : 11127 (java) S 11119 11119 5228 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 9661715 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140540630259952 140541152397954 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11128] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11128/stat : 11128 (java) S 11119 11119 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140540629206176 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11129] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11129/stat : 11129 (java) S 11119 11119 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140540628153072 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11130] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11130/stat : 11130 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661718 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140540627101648 140541152405403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11131] ppid=11119 vsize=13980732 CPUtime=0.93 cores=1,3,5,7
/proc/11121/task/11131/stat : 11131 (java) R 11119 11119 5228 0 -1 4202560 10439 0 0 0 92 1 0 0 20 0 15 0 9661718 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140540626034120 140541135883547 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11132] ppid=11119 vsize=13980732 CPUtime=0.9 cores=1,3,5,7
/proc/11121/task/11132/stat : 11132 (java) R 11119 11119 5228 0 -1 4202560 13942 0 0 0 89 1 0 0 20 0 15 0 9661718 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140540624983256 140541135885672 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11133] ppid=11119 vsize=13980732 CPUtime=0.41 cores=1,3,5,7
/proc/11121/task/11133/stat : 11133 (java) S 11119 11119 5228 0 -1 1077944384 2085 0 0 0 41 0 0 0 20 0 15 0 9661718 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140540623944176 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11134] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11134/stat : 11134 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661719 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140540622891872 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11135] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11135/stat : 11135 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661722 14316269568 29562 18446744073709551615 4194304 4196468 140736421498112 140540621838896 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 13990244

[startup+3.10077 s]
/proc/loadavg: 1.87 1.80 1.85 5/216 11135
/proc/meminfo: memFree=31612552/32770624 swapFree=0/186360
[pid=11119] ppid=11116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (xcsp3-exec) S 11116 11119 5228 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 9661705 9740288 345 18446744073709551615 4194304 5098028 140721745764368 140721745762472 139709868601980 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 21889024 140721745768860 140721745769063 140721745769063 140721745772523 0
/proc/11119/statm: 2378 345 289 221 0 87 0
[pid=11121] ppid=11119 vsize=13980732 CPUtime=8.49 cores=1,3,5,7
/proc/11121/stat : 11121 (java) S 11119 11119 5228 0 -1 1077944320 45983 0 0 0 840 9 0 0 20 0 15 0 9661713 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140736421480656 140541152386807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
/proc/11121/statm: 3495183 37595 3187 1 0 3483484 0
[pid=11121/tid=11122] ppid=11119 vsize=13980732 CPUtime=2.97 cores=1,3,5,7
/proc/11121/task/11122/stat : 11122 (java) R 11119 11119 5228 0 -1 4202560 9163 0 0 0 293 4 0 0 20 0 15 0 9661713 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140541156622016 140540747770170 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11123] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11123/stat : 11123 (java) S 11119 11119 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140541071801360 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11124] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11124/stat : 11124 (java) S 11119 11119 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140541070748816 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11125] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11125/stat : 11125 (java) S 11119 11119 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140541069695760 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11126] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11126/stat : 11126 (java) S 11119 11119 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140541068643216 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11127] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11127/stat : 11127 (java) S 11119 11119 5228 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 9661715 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140540630259952 140541152397954 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11128] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11128/stat : 11128 (java) S 11119 11119 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140540629206176 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11129] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11129/stat : 11129 (java) S 11119 11119 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140540628153072 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11130] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11130/stat : 11130 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661718 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140540627101648 140541152405403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11131] ppid=11119 vsize=13980732 CPUtime=2.54 cores=1,3,5,7
/proc/11121/task/11131/stat : 11131 (java) R 11119 11119 5228 0 -1 4202560 15697 0 0 0 252 2 0 0 20 0 15 0 9661718 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140540626035120 140541131632650 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11132] ppid=11119 vsize=13980732 CPUtime=2.49 cores=1,3,5,7
/proc/11121/task/11132/stat : 11132 (java) R 11119 11119 5228 0 -1 4202560 17462 0 0 0 248 1 0 0 20 0 15 0 9661718 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140540624982048 140541136779036 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11133] ppid=11119 vsize=13980732 CPUtime=0.45 cores=1,3,5,7
/proc/11121/task/11133/stat : 11133 (java) S 11119 11119 5228 0 -1 1077944384 2302 0 0 0 45 0 0 0 20 0 15 0 9661718 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140540623944176 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11134] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11134/stat : 11134 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661719 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140540622891872 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11135] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11135/stat : 11135 (java) S 11119 11119 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9661722 14316269568 37595 18446744073709551615 4194304 4196468 140736421498112 140540621838896 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 13990244

[startup+6.30067 s]
/proc/loadavg: 2.12 1.85 1.87 3/216 11135
/proc/meminfo: memFree=31563016/32770624 swapFree=0/186368
[pid=11119] ppid=11116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (xcsp3-exec) S 11116 11119 5228 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 9661705 9740288 345 18446744073709551615 4194304 5098028 140721745764368 140721745762472 139709868601980 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 21889024 140721745768860 140721745769063 140721745769063 140721745772523 0
/proc/11119/statm: 2378 345 289 221 0 87 0
[pid=11121] ppid=11119 vsize=13980732 CPUtime=16.23 cores=1,3,5,7
/proc/11121/stat : 11121 (java) S 11119 11119 5228 0 -1 1077944320 68289 0 0 0 1612 11 0 0 20 0 15 0 9661713 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140736421480656 140541152386807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
/proc/11121/statm: 3495183 43437 3195 1 0 3483484 0
[pid=11121/tid=11122] ppid=11119 vsize=13980732 CPUtime=6.17 cores=1,3,5,7
/proc/11121/task/11122/stat : 11122 (java) R 11119 11119 5228 0 -1 4202560 10765 0 0 0 612 5 0 0 20 0 15 0 9661713 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140541156622304 140540748537142 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11123] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11123/stat : 11123 (java) S 11119 11119 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140541071801360 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11124] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11124/stat : 11124 (java) S 11119 11119 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140541070748816 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11125] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11125/stat : 11125 (java) S 11119 11119 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140541069695760 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11126] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11126/stat : 11126 (java) S 11119 11119 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140541068643216 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11127] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11127/stat : 11127 (java) S 11119 11119 5228 0 -1 1077944384 275 0 0 0 0 0 0 0 20 0 15 0 9661715 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140540630259952 140541152397954 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11128] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11128/stat : 11128 (java) S 11119 11119 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140540629206176 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11129] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11129/stat : 11129 (java) S 11119 11119 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140540628153072 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11130] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11130/stat : 11130 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661718 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140540627101648 140541152405403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11131] ppid=11119 vsize=13980732 CPUtime=4.72 cores=1,3,5,7
/proc/11121/task/11131/stat : 11131 (java) R 11119 11119 5228 0 -1 4202560 24629 0 0 0 470 2 0 0 20 0 15 0 9661718 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140540626049776 140541137266403 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11132] ppid=11119 vsize=13980732 CPUtime=4.75 cores=1,3,5,7
/proc/11121/task/11132/stat : 11132 (java) S 11119 11119 5228 0 -1 1077944384 28565 0 0 0 473 2 0 0 20 0 15 0 9661718 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140540624997232 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11133] ppid=11119 vsize=13980732 CPUtime=0.55 cores=1,3,5,7
/proc/11121/task/11133/stat : 11133 (java) S 11119 11119 5228 0 -1 1077944384 2595 0 0 0 55 0 0 0 20 0 15 0 9661718 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140540623944176 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11134] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11134/stat : 11134 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661719 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140540622891872 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11135] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11135/stat : 11135 (java) S 11119 11119 5228 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 9661722 14316269568 43437 18446744073709551615 4194304 4196468 140736421498112 140540621838896 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
Current children cumulated CPU time (s) 16.23
Current children cumulated vsize (KiB) 13990244

[startup+12.7007 s]
/proc/loadavg: 2.19 1.87 1.87 3/215 11135
/proc/meminfo: memFree=31474544/32770624 swapFree=0/186376
[pid=11119] ppid=11116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (xcsp3-exec) S 11116 11119 5228 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 9661705 9740288 345 18446744073709551615 4194304 5098028 140721745764368 140721745762472 139709868601980 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 21889024 140721745768860 140721745769063 140721745769063 140721745772523 0
/proc/11119/statm: 2378 345 289 221 0 87 0
[pid=11121] ppid=11119 vsize=13980732 CPUtime=26.73 cores=1,3,5,7
/proc/11121/stat : 11121 (java) S 11119 11119 5228 0 -1 1077944320 98703 0 0 0 2657 16 0 0 20 0 15 0 9661713 14316269568 64131 18446744073709551615 4194304 4196468 140736421498112 140736421480656 140541152386807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
/proc/11121/statm: 3495183 64131 3213 1 0 3483484 0
[pid=11121/tid=11122] ppid=11119 vsize=13980732 CPUtime=12.56 cores=1,3,5,7
/proc/11121/task/11122/stat : 11122 (java) R 11119 11119 5228 0 -1 4202560 11832 0 0 0 1250 6 0 0 20 0 15 0 9661713 14316269568 64131 18446744073709551615 4194304 4196468 140736421498112 140541156624584 140540747470752 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11123] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11123/stat : 11123 (java) S 11119 11119 5228 0 -1 1077944384 813 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 64131 18446744073709551615 4194304 4196468 140736421498112 140541071801360 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11124] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11124/stat : 11124 (java) S 11119 11119 5228 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 9661714 14316269568 64131 18446744073709551615 4194304 4196468 140736421498112 140541070748816 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0

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

[pid=11121/tid=11128] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11128/stat : 11128 (java) S 11119 11119 5228 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 74729 18446744073709551615 4194304 4196468 140736421498112 140540629206240 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11129] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11129/stat : 11129 (java) S 11119 11119 5228 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 74729 18446744073709551615 4194304 4196468 140736421498112 140540628153088 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11130] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11130/stat : 11130 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661718 14316269568 74729 18446744073709551615 4194304 4196468 140736421498112 140540627101648 140541152405403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11131] ppid=11119 vsize=13980732 CPUtime=8.98 cores=1,3,5,7
/proc/11121/task/11131/stat : 11131 (java) S 11119 11119 5228 0 -1 1077944384 53142 0 0 0 893 5 0 0 20 0 15 0 9661718 14316269568 74729 18446744073709551615 4194304 4196468 140736421498112 140540626049776 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11132] ppid=11119 vsize=13980732 CPUtime=8.36 cores=1,3,5,7
/proc/11121/task/11132/stat : 11132 (java) S 11119 11119 5228 0 -1 1077944384 45553 0 0 0 832 4 0 0 20 0 15 0 9661718 14316269568 74729 18446744073709551615 4194304 4196468 140736421498112 140540624997232 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11133] ppid=11119 vsize=13980732 CPUtime=0.79 cores=1,3,5,7
/proc/11121/task/11133/stat : 11133 (java) S 11119 11119 5228 0 -1 1077944384 7941 0 0 0 78 1 0 0 20 0 15 0 9661718 14316269568 74729 18446744073709551615 4194304 4196468 140736421498112 140540623944176 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11134] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11134/stat : 11134 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661719 14316269568 74729 18446744073709551615 4194304 4196468 140736421498112 140540622891872 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11135] ppid=11119 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/11121/task/11135/stat : 11135 (java) S 11119 11119 5228 0 -1 1077944384 796 0 0 0 0 2 0 0 20 0 15 0 9661722 14316269568 74729 18446744073709551615 4194304 4196468 140736421498112 140540621838896 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
Current children cumulated CPU time (s) 120.7
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.87 1.85 1.86 3/217 11168
/proc/meminfo: memFree=31403432/32770624 swapFree=0/186520
[pid=11119] ppid=11116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (xcsp3-exec) S 11116 11119 5228 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 9661705 9740288 345 18446744073709551615 4194304 5098028 140721745764368 140721745762472 139709868601980 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 21889024 140721745768860 140721745769063 140721745769063 140721745772523 0
/proc/11119/statm: 2378 345 289 221 0 87 0
[pid=11121] ppid=11119 vsize=13980732 CPUtime=181.03 cores=1,3,5,7
/proc/11121/stat : 11121 (java) S 11119 11119 5228 0 -1 1077944320 135562 0 0 0 18074 29 0 0 20 0 15 0 9661713 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140736421480656 140541152386807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
/proc/11121/statm: 3495183 72957 3230 1 0 3483484 0
[pid=11121/tid=11122] ppid=11119 vsize=13980732 CPUtime=162 cores=1,3,5,7
/proc/11121/task/11122/stat : 11122 (java) R 11119 11119 5228 0 -1 4202560 16262 0 0 0 16193 7 0 0 20 0 15 0 9661713 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140541156623688 140540746907197 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11123] ppid=11119 vsize=13980732 CPUtime=0.12 cores=1,3,5,7
/proc/11121/task/11123/stat : 11123 (java) S 11119 11119 5228 0 -1 1077944384 2057 0 0 0 10 2 0 0 20 0 15 0 9661714 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140541071801360 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11124] ppid=11119 vsize=13980732 CPUtime=0.12 cores=1,3,5,7
/proc/11121/task/11124/stat : 11124 (java) S 11119 11119 5228 0 -1 1077944384 521 0 0 0 11 1 0 0 20 0 15 0 9661714 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140541070748816 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11125] ppid=11119 vsize=13980732 CPUtime=0.12 cores=1,3,5,7
/proc/11121/task/11125/stat : 11125 (java) S 11119 11119 5228 0 -1 1077944384 618 0 0 0 11 1 0 0 20 0 15 0 9661714 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140541069695760 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11126] ppid=11119 vsize=13980732 CPUtime=0.12 cores=1,3,5,7
/proc/11121/task/11126/stat : 11126 (java) S 11119 11119 5228 0 -1 1077944384 724 0 0 0 10 2 0 0 20 0 15 0 9661714 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140541068643216 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11127] ppid=11119 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/11121/task/11127/stat : 11127 (java) S 11119 11119 5228 0 -1 1077944384 1347 0 0 0 3 0 0 0 20 0 15 0 9661715 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140540630259952 140541152397954 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11128] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11128/stat : 11128 (java) S 11119 11119 5228 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140540629206240 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11129] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11129/stat : 11129 (java) S 11119 11119 5228 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140540628153088 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11130] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11130/stat : 11130 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661718 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140540627101648 140541152405403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11131] ppid=11119 vsize=13980732 CPUtime=9.12 cores=1,3,5,7
/proc/11121/task/11131/stat : 11131 (java) S 11119 11119 5228 0 -1 1077944384 55352 0 0 0 907 5 0 0 20 0 15 0 9661718 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140540626049776 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11132] ppid=11119 vsize=13980732 CPUtime=8.48 cores=1,3,5,7
/proc/11121/task/11132/stat : 11132 (java) S 11119 11119 5228 0 -1 1077944384 48138 0 0 0 844 4 0 0 20 0 15 0 9661718 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140540624997232 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11133] ppid=11119 vsize=13980732 CPUtime=0.81 cores=1,3,5,7
/proc/11121/task/11133/stat : 11133 (java) S 11119 11119 5228 0 -1 1077944384 8352 0 0 0 79 2 0 0 20 0 15 0 9661718 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140540623944176 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11134] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11134/stat : 11134 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661719 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140540622891872 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11135] ppid=11119 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/11121/task/11135/stat : 11135 (java) S 11119 11119 5228 0 -1 1077944384 817 0 0 0 1 2 0 0 20 0 15 0 9661722 14316269568 72957 18446744073709551615 4194304 4196468 140736421498112 140540621838896 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
Current children cumulated CPU time (s) 181.03
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.64 1.77 1.84 3/218 11171
/proc/meminfo: memFree=31416436/32770624 swapFree=0/186552
[pid=11119] ppid=11116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (xcsp3-exec) S 11116 11119 5228 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 9661705 9740288 345 18446744073709551615 4194304 5098028 140721745764368 140721745762472 139709868601980 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 21889024 140721745768860 140721745769063 140721745769063 140721745772523 0
/proc/11119/statm: 2378 345 289 221 0 87 0
[pid=11121] ppid=11119 vsize=13980732 CPUtime=241.89 cores=1,3,5,7
/proc/11121/stat : 11121 (java) S 11119 11119 5228 0 -1 1077944320 141844 0 0 0 24157 32 0 0 20 0 15 0 9661713 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140736421480656 140541152386807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
/proc/11121/statm: 3495183 68939 3231 1 0 3483484 0
[pid=11121/tid=11122] ppid=11119 vsize=13980732 CPUtime=221.94 cores=1,3,5,7
/proc/11121/task/11122/stat : 11122 (java) R 11119 11119 5228 0 -1 4202560 16854 0 0 0 22187 7 0 0 20 0 15 0 9661713 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140541156625576 140540750636445 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11123] ppid=11119 vsize=13980732 CPUtime=0.18 cores=1,3,5,7
/proc/11121/task/11123/stat : 11123 (java) S 11119 11119 5228 0 -1 1077944384 2128 0 0 0 16 2 0 0 20 0 15 0 9661714 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140541071801360 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11124] ppid=11119 vsize=13980732 CPUtime=0.18 cores=1,3,5,7
/proc/11121/task/11124/stat : 11124 (java) S 11119 11119 5228 0 -1 1077944384 554 0 0 0 16 2 0 0 20 0 15 0 9661714 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140541070748816 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11125] ppid=11119 vsize=13980732 CPUtime=0.18 cores=1,3,5,7
/proc/11121/task/11125/stat : 11125 (java) S 11119 11119 5228 0 -1 1077944384 680 0 0 0 16 2 0 0 20 0 15 0 9661714 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140541069695760 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11126] ppid=11119 vsize=13980732 CPUtime=0.17 cores=1,3,5,7
/proc/11121/task/11126/stat : 11126 (java) S 11119 11119 5228 0 -1 1077944384 1040 0 0 0 15 2 0 0 20 0 15 0 9661714 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140541068643216 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11127] ppid=11119 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/11121/task/11127/stat : 11127 (java) S 11119 11119 5228 0 -1 1077944384 1395 0 0 0 3 0 0 0 20 0 15 0 9661715 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140540630259952 140541152397954 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11128] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11128/stat : 11128 (java) S 11119 11119 5228 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140540629206240 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11129] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11129/stat : 11129 (java) S 11119 11119 5228 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140540628153088 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11130] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11130/stat : 11130 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661718 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140540627101648 140541152405403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11131] ppid=11119 vsize=13980732 CPUtime=9.24 cores=1,3,5,7
/proc/11121/task/11131/stat : 11131 (java) S 11119 11119 5228 0 -1 1077944384 56587 0 0 0 918 6 0 0 20 0 15 0 9661718 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140540626049776 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11132] ppid=11119 vsize=13980732 CPUtime=9.02 cores=1,3,5,7
/proc/11121/task/11132/stat : 11132 (java) S 11119 11119 5228 0 -1 1077944384 50676 0 0 0 898 4 0 0 20 0 15 0 9661718 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140540624997232 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11133] ppid=11119 vsize=13980732 CPUtime=0.83 cores=1,3,5,7
/proc/11121/task/11133/stat : 11133 (java) S 11119 11119 5228 0 -1 1077944384 9652 0 0 0 81 2 0 0 20 0 15 0 9661718 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140540623944176 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11134] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11134/stat : 11134 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661719 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140540622891872 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11135] ppid=11119 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/11121/task/11135/stat : 11135 (java) S 11119 11119 5228 0 -1 1077944384 904 0 0 0 1 3 0 0 20 0 15 0 9661722 14316269568 68939 18446744073709551615 4194304 4196468 140736421498112 140540621838896 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
Current children cumulated CPU time (s) 241.89
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.70 1.77 1.84 3/218 11250
/proc/meminfo: memFree=31560500/32770624 swapFree=0/186596
[pid=11119] ppid=11116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (xcsp3-exec) S 11116 11119 5228 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 9661705 9740288 345 18446744073709551615 4194304 5098028 140721745764368 140721745762472 139709868601980 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 21889024 140721745768860 140721745769063 140721745769063 140721745772523 0
/proc/11119/statm: 2378 345 289 221 0 87 0
[pid=11121] ppid=11119 vsize=13980732 CPUtime=259.7 cores=1,3,5,7
/proc/11121/stat : 11121 (java) S 11119 11119 5228 0 -1 1077944320 143423 0 0 0 25937 33 0 0 20 0 15 0 9661713 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140736421480656 140541152386807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
/proc/11121/statm: 3495183 68039 3232 1 0 3483484 0
[pid=11121/tid=11122] ppid=11119 vsize=13980732 CPUtime=239.61 cores=1,3,5,7
/proc/11121/task/11122/stat : 11122 (java) R 11119 11119 5228 0 -1 4202560 16886 0 0 0 23954 7 0 0 20 0 15 0 9661713 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140541156623960 140540750946467 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11123] ppid=11119 vsize=13980732 CPUtime=0.2 cores=1,3,5,7
/proc/11121/task/11123/stat : 11123 (java) S 11119 11119 5228 0 -1 1077944384 2139 0 0 0 18 2 0 0 20 0 15 0 9661714 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140541071801360 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11124] ppid=11119 vsize=13980732 CPUtime=0.2 cores=1,3,5,7
/proc/11121/task/11124/stat : 11124 (java) S 11119 11119 5228 0 -1 1077944384 574 0 0 0 18 2 0 0 20 0 15 0 9661714 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140541070748816 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11125] ppid=11119 vsize=13980732 CPUtime=0.2 cores=1,3,5,7
/proc/11121/task/11125/stat : 11125 (java) S 11119 11119 5228 0 -1 1077944384 691 0 0 0 18 2 0 0 20 0 15 0 9661714 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140541069695760 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11126] ppid=11119 vsize=13980732 CPUtime=0.19 cores=1,3,5,7
/proc/11121/task/11126/stat : 11126 (java) S 11119 11119 5228 0 -1 1077944384 1046 0 0 0 17 2 0 0 20 0 15 0 9661714 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140541068643216 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11127] ppid=11119 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/11121/task/11127/stat : 11127 (java) S 11119 11119 5228 0 -1 1077944384 1397 0 0 0 3 0 0 0 20 0 15 0 9661715 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140540630259952 140541152397954 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11128] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11128/stat : 11128 (java) S 11119 11119 5228 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140540629206240 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11129] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11129/stat : 11129 (java) S 11119 11119 5228 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 9661716 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140540628153088 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11130] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11130/stat : 11130 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661718 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140540627101648 140541152405403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11131] ppid=11119 vsize=13980732 CPUtime=9.28 cores=1,3,5,7
/proc/11121/task/11131/stat : 11131 (java) S 11119 11119 5228 0 -1 1077944384 57082 0 0 0 922 6 0 0 20 0 15 0 9661718 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140540626049776 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11132] ppid=11119 vsize=13980732 CPUtime=9.02 cores=1,3,5,7
/proc/11121/task/11132/stat : 11132 (java) S 11119 11119 5228 0 -1 1077944384 51038 0 0 0 898 4 0 0 20 0 15 0 9661718 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140540624997232 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11133] ppid=11119 vsize=13980732 CPUtime=0.83 cores=1,3,5,7
/proc/11121/task/11133/stat : 11133 (java) S 11119 11119 5228 0 -1 1077944384 10292 0 0 0 81 2 0 0 20 0 15 0 9661718 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140540623944176 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11134] ppid=11119 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11121/task/11134/stat : 11134 (java) S 11119 11119 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9661719 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140540622891872 140541152397013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
[pid=11121/tid=11135] ppid=11119 vsize=13980732 CPUtime=0.05 cores=1,3,5,7
/proc/11121/task/11135/stat : 11135 (java) S 11119 11119 5228 0 -1 1077944384 904 0 0 0 2 3 0 0 20 0 15 0 9661722 14316269568 68039 18446744073709551615 4194304 4196468 140736421498112 140540621838896 140541152397954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140736421503444 140736421503619 140736421503619 140736421507023 0
Current children cumulated CPU time (s) 259.7
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 11121 sig 9
??? kill 11119 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 240.01
CPU time (s): 259.7
CPU user time (s): 259.37
CPU system time (s): 0.33
CPU usage (%): 108.204
Max. virtual memory (cumulated for all children) (KiB): 13994392

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.992627 second user time and 1.51665 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-01 22:00:17
IDJOB=4255269
IDBENCH=115733
IDSOLVER=2637
FILE ID=node133/4255269-1501618464
RUNJOBID= node133-1501617129-10653
PBS_JOBID= 
Free space on /tmp= 61856 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-15-9.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-4255269-1501618464/watcher-4255269-1501618464 -o /tmp/evaluation-result-4255269-1501618464/solver-4255269-1501618464 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501617129-10653 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 735308633 HOME/instance-4255269-1501618464.xml

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

MD5SUM BENCH= 15bcd759626357ed73f755380ffdcafb
RANDOM SEED=735308633

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:        31788364 kB
MemAvailable:   31853696 kB
Buffers:           92696 kB
Cached:           256876 kB
SwapCached:            0 kB
Active:           387540 kB
Inactive:         194892 kB
Active(anon):     233208 kB
Inactive(anon):     8536 kB
Active(file):     154332 kB
Inactive(file):   186356 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7972 kB
Writeback:             4 kB
AnonPages:        230460 kB
Mapped:            41936 kB
Shmem:              8892 kB
Slab:             106044 kB
SReclaimable:      80960 kB
SUnreclaim:        25084 kB
KernelStack:        3520 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1244128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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 22:04:18