Trace number 4253950

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

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-c1a.xml
MD5SUM030948c230c0936ebc743af4f555c996
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark251.62601
Satisfiable
(Un)Satisfiability was proved
Number of variables7543
Number of constraints186
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7543}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":211},{"degree":5,"count":606},{"degree":6,"count":1055},{"degree":7,"count":1192},{"degree":8,"count":1234},{"degree":9,"count":1130},{"degree":10,"count":973},{"degree":11,"count":664},{"degree":12,"count":352},{"degree":13,"count":120},{"degree":14,"count":6}]
Minimum constraint arity15
Maximum constraint arity1306
Distribution of constraint arities[{"arity":15,"count":1},{"arity":17,"count":1},{"arity":18,"count":4},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":26,"count":1},{"arity":30,"count":3},{"arity":34,"count":1},{"arity":36,"count":2},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":3},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":2},{"arity":49,"count":1},{"arity":50,"count":6},{"arity":51,"count":1},{"arity":53,"count":1},{"arity":55,"count":1},{"arity":56,"count":2},{"arity":59,"count":1},{"arity":72,"count":3},{"arity":74,"count":2},{"arity":77,"count":1},"...",{"arity":683,"count":1}, {"arity":752,"count":1}, {"arity":771,"count":1}, {"arity":783,"count":1}, {"arity":806,"count":1}, {"arity":807,"count":1}, {"arity":833,"count":1}, {"arity":851,"count":1}, {"arity":891,"count":1}, {"arity":903,"count":1}, {"arity":910,"count":1}, {"arity":933,"count":1}, {"arity":943,"count":1}, {"arity":954,"count":1}, {"arity":967,"count":1}, {"arity":975,"count":1}, {"arity":984,"count":1}, {"arity":1092,"count":1}, {"arity":1123,"count":1}, {"arity":1131,"count":1}, {"arity":1149,"count":1}, {"arity":1167,"count":1}, {"arity":1169,"count":1}, {"arity":1194,"count":1}, {"arity":1306,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":186}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4253950-1501615785.xml"  -tl '264s' -p 1 -x 0
0.00/0.28	c [HOME/instance-4253950-1501615785.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.33	c simple solver
0.00/0.40	c parse instance...
0.00/0.83	c solve instance...
242.96/240.00	s UNKNOWN
242.96/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-4253950-1501615785/watcher-4253950-1501615785 -o /tmp/evaluation-result-4253950-1501615785/solver-4253950-1501615785 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501611185-5152 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1857932744 HOME/instance-4253950-1501615785.xml 

pid=9069
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.45 1.69 1.83 3/195 9072
/proc/meminfo: memFree=31770136/32770624 swapFree=0/184880
[pid=9072] ppid=9069 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (runsolver) D 9069 9072 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10201572 24240128 106 18446744073709551615 4194304 4338465 140730862877472 140730862875112 139950641820375 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 13332480 140730862878813 140730862879302 140730862879302 140730862882762 0
/proc/9072/statm: 5918 106 53 36 0 2156 0

[startup+0.100135 s]
/proc/loadavg: 1.45 1.69 1.83 3/195 9072
/proc/meminfo: memFree=31770136/32770624 swapFree=0/184880
[pid=9072] ppid=9069 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (xcsp3-exec) S 9069 9072 5091 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10201572 9740288 345 18446744073709551615 4194304 5098028 140728796100800 140728796098904 140357959615100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 35254272 140728796107163 140728796107367 140728796107367 140728796110827 0
/proc/9072/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200168 s]
/proc/loadavg: 1.45 1.69 1.83 3/195 9072
/proc/meminfo: memFree=31770136/32770624 swapFree=0/184880
[pid=9072] ppid=9069 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (xcsp3-exec) S 9069 9072 5091 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10201572 9740288 345 18446744073709551615 4194304 5098028 140728796100800 140728796098904 140357959615100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 35254272 140728796107163 140728796107367 140728796107367 140728796110827 0
/proc/9072/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30027 s]
/proc/loadavg: 1.45 1.69 1.83 3/195 9072
/proc/meminfo: memFree=31770136/32770624 swapFree=0/184880
[pid=9072] ppid=9069 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (xcsp3-exec) S 9069 9072 5091 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10201572 9740288 345 18446744073709551615 4194304 5098028 140728796100800 140728796098904 140357959615100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 35254272 140728796107163 140728796107367 140728796107367 140728796110827 0
/proc/9072/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700643 s]
/proc/loadavg: 1.45 1.69 1.83 3/195 9072
/proc/meminfo: memFree=31770136/32770624 swapFree=0/184880
[pid=9072] ppid=9069 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (xcsp3-exec) S 9069 9072 5091 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10201572 9740288 345 18446744073709551615 4194304 5098028 140728796100800 140728796098904 140357959615100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 35254272 140728796107163 140728796107367 140728796107367 140728796110827 0
/proc/9072/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50062 s]
/proc/loadavg: 1.45 1.69 1.83 4/211 9088
/proc/meminfo: memFree=31662328/32770624 swapFree=0/184880
[pid=9072] ppid=9069 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (xcsp3-exec) S 9069 9072 5091 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10201572 9740288 345 18446744073709551615 4194304 5098028 140728796100800 140728796098904 140357959615100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 35254272 140728796107163 140728796107367 140728796107367 140728796110827 0
/proc/9072/statm: 2378 345 289 221 0 87 0
[pid=9074] ppid=9072 vsize=13980732 CPUtime=3.04 cores=1,3,5,7
/proc/9074/stat : 9074 (java) S 9072 9072 5091 0 -1 1077944320 17396 0 0 0 298 6 0 0 20 0 15 0 10201582 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 140725559533344 139954595049207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
/proc/9074/statm: 3495183 30144 3181 1 0 3483484 0
[pid=9074/tid=9075] ppid=9072 vsize=13980732 CPUtime=1.34 cores=1,3,5,7
/proc/9074/task/9075/stat : 9075 (java) R 9072 9072 5091 0 -1 4202560 8275 0 0 0 130 4 0 0 20 0 15 0 10201582 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954599285184 139954215011516 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9076] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9076/stat : 9076 (java) S 9072 9072 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954195446672 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9077] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9077/stat : 9077 (java) S 9072 9072 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954194393872 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9078] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9078/stat : 9078 (java) S 9072 9072 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954193341584 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9079] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9079/stat : 9079 (java) S 9072 9072 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954192288784 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9080] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9080/stat : 9080 (java) S 9072 9072 5091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10201584 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954140735600 139954595060354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9081] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9081/stat : 9081 (java) S 9072 9072 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954139681568 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9082] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9082/stat : 9082 (java) S 9072 9072 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954138629232 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9083] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9083/stat : 9083 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954137577552 139954595067803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9084] ppid=9072 vsize=13980732 CPUtime=0.67 cores=1,3,5,7
/proc/9074/task/9084/stat : 9084 (java) S 9072 9072 5091 0 -1 1077944384 3228 0 0 0 67 0 0 0 20 0 15 0 10201587 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954136525424 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9085] ppid=9072 vsize=13980732 CPUtime=0.63 cores=1,3,5,7
/proc/9074/task/9085/stat : 9085 (java) S 9072 9072 5091 0 -1 1077944384 2559 0 0 0 63 0 0 0 20 0 15 0 10201587 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954135472624 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9086] ppid=9072 vsize=13980732 CPUtime=0.35 cores=1,3,5,7
/proc/9074/task/9086/stat : 9086 (java) S 9072 9072 5091 0 -1 1077944384 2017 0 0 0 35 0 0 0 20 0 15 0 10201587 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954134420336 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9087] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9087/stat : 9087 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954133367776 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9088] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9088/stat : 9088 (java) S 9072 9072 5091 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 10201592 14316269568 30144 18446744073709551615 4194304 4196468 140725559550800 139954132314544 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 13990244

[startup+3.10062 s]
/proc/loadavg: 1.45 1.69 1.83 3/211 9088
/proc/meminfo: memFree=31655236/32770624 swapFree=0/184888
[pid=9072] ppid=9069 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (xcsp3-exec) S 9069 9072 5091 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10201572 9740288 345 18446744073709551615 4194304 5098028 140728796100800 140728796098904 140357959615100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 35254272 140728796107163 140728796107367 140728796107367 140728796110827 0
/proc/9072/statm: 2378 345 289 221 0 87 0
[pid=9074] ppid=9072 vsize=13980732 CPUtime=4.71 cores=1,3,5,7
/proc/9074/stat : 9074 (java) S 9072 9072 5091 0 -1 1077944320 17920 0 0 0 465 6 0 0 20 0 15 0 10201582 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 140725559533344 139954595049207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
/proc/9074/statm: 3495183 32227 3181 1 0 3483484 0
[pid=9074/tid=9075] ppid=9072 vsize=13980732 CPUtime=2.94 cores=1,3,5,7
/proc/9074/task/9075/stat : 9075 (java) R 9072 9072 5091 0 -1 4202560 8378 0 0 0 290 4 0 0 20 0 15 0 10201582 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954599287848 139954214882365 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9076] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9076/stat : 9076 (java) S 9072 9072 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954195446672 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9077] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9077/stat : 9077 (java) S 9072 9072 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954194393872 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9078] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9078/stat : 9078 (java) S 9072 9072 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954193341584 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9079] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9079/stat : 9079 (java) S 9072 9072 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954192288784 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9080] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9080/stat : 9080 (java) S 9072 9072 5091 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 10201584 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954140735600 139954595060354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9081] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9081/stat : 9081 (java) S 9072 9072 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954139681568 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9082] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9082/stat : 9082 (java) S 9072 9072 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954138629232 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9083] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9083/stat : 9083 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954137577552 139954595067803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9084] ppid=9072 vsize=13980732 CPUtime=0.69 cores=1,3,5,7
/proc/9074/task/9084/stat : 9084 (java) S 9072 9072 5091 0 -1 1077944384 3307 0 0 0 69 0 0 0 20 0 15 0 10201587 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954136525424 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9085] ppid=9072 vsize=13980732 CPUtime=0.69 cores=1,3,5,7
/proc/9074/task/9085/stat : 9085 (java) S 9072 9072 5091 0 -1 1077944384 2762 0 0 0 68 1 0 0 20 0 15 0 10201587 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954135472624 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9086] ppid=9072 vsize=13980732 CPUtime=0.36 cores=1,3,5,7
/proc/9074/task/9086/stat : 9086 (java) S 9072 9072 5091 0 -1 1077944384 2122 0 0 0 36 0 0 0 20 0 15 0 10201587 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954134420336 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9087] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9087/stat : 9087 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954133367776 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9088] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9088/stat : 9088 (java) S 9072 9072 5091 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 10201592 14316269568 32227 18446744073709551615 4194304 4196468 140725559550800 139954132314544 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 13990244

[startup+6.30068 s]
/proc/loadavg: 1.42 1.68 1.82 3/211 9088
/proc/meminfo: memFree=31638524/32770624 swapFree=0/184892
[pid=9072] ppid=9069 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (xcsp3-exec) S 9069 9072 5091 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10201572 9740288 345 18446744073709551615 4194304 5098028 140728796100800 140728796098904 140357959615100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 35254272 140728796107163 140728796107367 140728796107367 140728796110827 0
/proc/9072/statm: 2378 345 289 221 0 87 0
[pid=9074] ppid=9072 vsize=13980732 CPUtime=8.03 cores=1,3,5,7
/proc/9074/stat : 9074 (java) S 9072 9072 5091 0 -1 1077944320 20764 0 0 0 796 7 0 0 20 0 15 0 10201582 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 140725559533344 139954595049207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
/proc/9074/statm: 3495183 35850 3185 1 0 3483484 0
[pid=9074/tid=9075] ppid=9072 vsize=13980732 CPUtime=6.14 cores=1,3,5,7
/proc/9074/task/9075/stat : 9075 (java) R 9072 9072 5091 0 -1 4202560 8691 0 0 0 610 4 0 0 20 0 15 0 10201582 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954599284848 139954214884170 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9076] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9076/stat : 9076 (java) S 9072 9072 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954195446672 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9077] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9077/stat : 9077 (java) S 9072 9072 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954194393872 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9078] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9078/stat : 9078 (java) S 9072 9072 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954193341584 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9079] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9079/stat : 9079 (java) S 9072 9072 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954192288784 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9080] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9080/stat : 9080 (java) S 9072 9072 5091 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 10201584 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954140735600 139954595060354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9081] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9081/stat : 9081 (java) S 9072 9072 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954139681568 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9082] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9082/stat : 9082 (java) S 9072 9072 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954138629232 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9083] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9083/stat : 9083 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954137577552 139954595067803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9084] ppid=9072 vsize=13980732 CPUtime=0.71 cores=1,3,5,7
/proc/9074/task/9084/stat : 9084 (java) S 9072 9072 5091 0 -1 1077944384 3532 0 0 0 71 0 0 0 20 0 15 0 10201587 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954136525424 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9085] ppid=9072 vsize=13980732 CPUtime=0.77 cores=1,3,5,7
/proc/9074/task/9085/stat : 9085 (java) S 9072 9072 5091 0 -1 1077944384 4397 0 0 0 76 1 0 0 20 0 15 0 10201587 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954135472624 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9086] ppid=9072 vsize=13980732 CPUtime=0.37 cores=1,3,5,7
/proc/9074/task/9086/stat : 9086 (java) S 9072 9072 5091 0 -1 1077944384 2257 0 0 0 37 0 0 0 20 0 15 0 10201587 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954134420336 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9087] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9087/stat : 9087 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954133367776 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9088] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9088/stat : 9088 (java) S 9072 9072 5091 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 10201592 14316269568 35850 18446744073709551615 4194304 4196468 140725559550800 139954132314544 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 13990244

[startup+12.7006 s]
/proc/loadavg: 1.46 1.69 1.82 3/211 9088
/proc/meminfo: memFree=31602224/32770624 swapFree=0/184900
[pid=9072] ppid=9069 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (xcsp3-exec) S 9069 9072 5091 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10201572 9740288 345 18446744073709551615 4194304 5098028 140728796100800 140728796098904 140357959615100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 35254272 140728796107163 140728796107367 140728796107367 140728796110827 0
/proc/9072/statm: 2378 345 289 221 0 87 0
[pid=9074] ppid=9072 vsize=13980732 CPUtime=14.44 cores=1,3,5,7
/proc/9074/stat : 9074 (java) S 9072 9072 5091 0 -1 1077944320 22575 0 0 0 1436 8 0 0 20 0 15 0 10201582 14316269568 44584 18446744073709551615 4194304 4196468 140725559550800 140725559533344 139954595049207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
/proc/9074/statm: 3495183 44584 3185 1 0 3483484 0
[pid=9074/tid=9075] ppid=9072 vsize=13980732 CPUtime=12.54 cores=1,3,5,7
/proc/9074/task/9075/stat : 9075 (java) R 9072 9072 5091 0 -1 4202560 9396 0 0 0 1249 5 0 0 20 0 15 0 10201582 14316269568 44584 18446744073709551615 4194304 4196468 140725559550800 139954599288456 139954214882570 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9076] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9076/stat : 9076 (java) S 9072 9072 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 44584 18446744073709551615 4194304 4196468 140725559550800 139954195446672 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9077] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9077/stat : 9077 (java) S 9072 9072 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10201583 14316269568 44584 18446744073709551615 4194304 4196468 140725559550800 139954194393872 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0

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

[pid=9074/tid=9081] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9081/stat : 9081 (java) S 9072 9072 5091 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 88597 18446744073709551615 4194304 4196468 140725559550800 139954139681632 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9082] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9082/stat : 9082 (java) S 9072 9072 5091 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 88597 18446744073709551615 4194304 4196468 140725559550800 139954138629248 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9083] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9083/stat : 9083 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 88597 18446744073709551615 4194304 4196468 140725559550800 139954137577552 139954595067803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9084] ppid=9072 vsize=13980732 CPUtime=1.07 cores=1,3,5,7
/proc/9074/task/9084/stat : 9084 (java) S 9072 9072 5091 0 -1 1077944384 6072 0 0 0 107 0 0 0 20 0 15 0 10201587 14316269568 88597 18446744073709551615 4194304 4196468 140725559550800 139954136525424 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9085] ppid=9072 vsize=13980732 CPUtime=1.08 cores=1,3,5,7
/proc/9074/task/9085/stat : 9085 (java) S 9072 9072 5091 0 -1 1077944384 6855 0 0 0 107 1 0 0 20 0 15 0 10201587 14316269568 88597 18446744073709551615 4194304 4196468 140725559550800 139954135472624 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9086] ppid=9072 vsize=13980732 CPUtime=0.46 cores=1,3,5,7
/proc/9074/task/9086/stat : 9086 (java) S 9072 9072 5091 0 -1 1077944384 4432 0 0 0 45 1 0 0 20 0 15 0 10201587 14316269568 88597 18446744073709551615 4194304 4196468 140725559550800 139954134420336 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9087] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9087/stat : 9087 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 88597 18446744073709551615 4194304 4196468 140725559550800 139954133367776 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9088] ppid=9072 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/9074/task/9088/stat : 9088 (java) S 9072 9072 5091 0 -1 1077944384 420 0 0 0 1 0 0 0 20 0 15 0 10201592 14316269568 88597 18446744073709551615 4194304 4196468 140725559550800 139954132314544 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
Current children cumulated CPU time (s) 105.01
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.59 1.64 1.78 3/211 9093
/proc/meminfo: memFree=31220480/32770624 swapFree=0/184972
[pid=9072] ppid=9069 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (xcsp3-exec) S 9069 9072 5091 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10201572 9740288 345 18446744073709551615 4194304 5098028 140728796100800 140728796098904 140357959615100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 35254272 140728796107163 140728796107367 140728796107367 140728796110827 0
/proc/9072/statm: 2378 345 289 221 0 87 0
[pid=9074] ppid=9072 vsize=13980732 CPUtime=165.22 cores=1,3,5,7
/proc/9074/stat : 9074 (java) S 9072 9072 5091 0 -1 1077944320 36130 0 0 0 16502 20 0 0 20 0 15 0 10201582 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 140725559533344 139954595049207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
/proc/9074/statm: 3495183 91840 3228 1 0 3483484 0
[pid=9074/tid=9075] ppid=9072 vsize=13980732 CPUtime=162.05 cores=1,3,5,7
/proc/9074/task/9075/stat : 9075 (java) R 9072 9072 5091 0 -1 4202560 11424 0 0 0 16198 7 0 0 20 0 15 0 10201582 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954599287896 139954215498015 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9076] ppid=9072 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/9074/task/9076/stat : 9076 (java) S 9072 9072 5091 0 -1 1077944384 478 0 0 0 5 2 0 0 20 0 15 0 10201583 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954195446672 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9077] ppid=9072 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/9074/task/9077/stat : 9077 (java) S 9072 9072 5091 0 -1 1077944384 399 0 0 0 4 2 0 0 20 0 15 0 10201583 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954194393872 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9078] ppid=9072 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/9074/task/9078/stat : 9078 (java) S 9072 9072 5091 0 -1 1077944384 862 0 0 0 5 2 0 0 20 0 15 0 10201583 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954193341584 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9079] ppid=9072 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/9074/task/9079/stat : 9079 (java) S 9072 9072 5091 0 -1 1077944384 563 0 0 0 6 1 0 0 20 0 15 0 10201583 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954192288784 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9080] ppid=9072 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/9074/task/9080/stat : 9080 (java) S 9072 9072 5091 0 -1 1077944384 1160 0 0 0 1 0 0 0 20 0 15 0 10201584 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954140735600 139954595060354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9081] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9081/stat : 9081 (java) S 9072 9072 5091 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954139681632 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9082] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9082/stat : 9082 (java) S 9072 9072 5091 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954138629248 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9083] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9083/stat : 9083 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954137577552 139954595067803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9084] ppid=9072 vsize=13980732 CPUtime=1.14 cores=1,3,5,7
/proc/9074/task/9084/stat : 9084 (java) S 9072 9072 5091 0 -1 1077944384 6739 0 0 0 114 0 0 0 20 0 15 0 10201587 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954136525424 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9085] ppid=9072 vsize=13980732 CPUtime=1.17 cores=1,3,5,7
/proc/9074/task/9085/stat : 9085 (java) S 9072 9072 5091 0 -1 1077944384 7925 0 0 0 116 1 0 0 20 0 15 0 10201587 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954135472624 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9086] ppid=9072 vsize=13980732 CPUtime=0.47 cores=1,3,5,7
/proc/9074/task/9086/stat : 9086 (java) S 9072 9072 5091 0 -1 1077944384 4717 0 0 0 46 1 0 0 20 0 15 0 10201587 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954134420336 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9087] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9087/stat : 9087 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954133367776 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9088] ppid=9072 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/9074/task/9088/stat : 9088 (java) S 9072 9072 5091 0 -1 1077944384 453 0 0 0 2 1 0 0 20 0 15 0 10201592 14316269568 91840 18446744073709551615 4194304 4196468 140725559550800 139954132314544 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
Current children cumulated CPU time (s) 165.22
Current children cumulated vsize (KiB) 13990244

[startup+222.306 s]
/proc/loadavg: 1.82 1.69 1.79 3/211 9172
/proc/meminfo: memFree=31286080/32770624 swapFree=0/185060
[pid=9072] ppid=9069 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (xcsp3-exec) S 9069 9072 5091 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10201572 9740288 345 18446744073709551615 4194304 5098028 140728796100800 140728796098904 140357959615100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 35254272 140728796107163 140728796107367 140728796107367 140728796110827 0
/proc/9072/statm: 2378 345 289 221 0 87 0
[pid=9074] ppid=9072 vsize=13980732 CPUtime=225.26 cores=1,3,5,7
/proc/9074/stat : 9074 (java) S 9072 9072 5091 0 -1 1077944320 37484 0 0 0 22505 21 0 0 20 0 15 0 10201582 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 140725559533344 139954595049207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
/proc/9074/statm: 3495183 91850 3230 1 0 3483484 0
[pid=9074/tid=9075] ppid=9072 vsize=13980732 CPUtime=222.05 cores=1,3,5,7
/proc/9074/task/9075/stat : 9075 (java) R 9072 9072 5091 0 -1 4202560 11813 0 0 0 22198 7 0 0 20 0 15 0 10201582 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954599287896 139954215498193 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9076] ppid=9072 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/9074/task/9076/stat : 9076 (java) S 9072 9072 5091 0 -1 1077944384 478 0 0 0 5 2 0 0 20 0 15 0 10201583 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954195446672 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9077] ppid=9072 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/9074/task/9077/stat : 9077 (java) S 9072 9072 5091 0 -1 1077944384 399 0 0 0 4 2 0 0 20 0 15 0 10201583 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954194393872 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9078] ppid=9072 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/9074/task/9078/stat : 9078 (java) S 9072 9072 5091 0 -1 1077944384 862 0 0 0 5 2 0 0 20 0 15 0 10201583 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954193341584 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9079] ppid=9072 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/9074/task/9079/stat : 9079 (java) S 9072 9072 5091 0 -1 1077944384 563 0 0 0 6 1 0 0 20 0 15 0 10201583 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954192288784 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9080] ppid=9072 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/9074/task/9080/stat : 9080 (java) S 9072 9072 5091 0 -1 1077944384 1160 0 0 0 1 0 0 0 20 0 15 0 10201584 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954140735600 139954595060354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9081] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9081/stat : 9081 (java) S 9072 9072 5091 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954139681632 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9082] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9082/stat : 9082 (java) S 9072 9072 5091 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954138629248 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9083] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9083/stat : 9083 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954137577552 139954595067803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9084] ppid=9072 vsize=13980732 CPUtime=1.15 cores=1,3,5,7
/proc/9074/task/9084/stat : 9084 (java) S 9072 9072 5091 0 -1 1077944384 6881 0 0 0 115 0 0 0 20 0 15 0 10201587 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954136525424 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9085] ppid=9072 vsize=13980732 CPUtime=1.18 cores=1,3,5,7
/proc/9074/task/9085/stat : 9085 (java) S 9072 9072 5091 0 -1 1077944384 8624 0 0 0 117 1 0 0 20 0 15 0 10201587 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954135472624 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9086] ppid=9072 vsize=13980732 CPUtime=0.47 cores=1,3,5,7
/proc/9074/task/9086/stat : 9086 (java) S 9072 9072 5091 0 -1 1077944384 4838 0 0 0 46 1 0 0 20 0 15 0 10201587 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954134420336 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9087] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9087/stat : 9087 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954133367776 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9088] ppid=9072 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/9074/task/9088/stat : 9088 (java) S 9072 9072 5091 0 -1 1077944384 456 0 0 0 2 2 0 0 20 0 15 0 10201592 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954132314544 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
Current children cumulated CPU time (s) 225.26
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.87 1.71 1.79 3/211 9173
/proc/meminfo: memFree=31250280/32770624 swapFree=0/185084
[pid=9072] ppid=9069 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/9072/stat : 9072 (xcsp3-exec) S 9069 9072 5091 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10201572 9740288 345 18446744073709551615 4194304 5098028 140728796100800 140728796098904 140357959615100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 35254272 140728796107163 140728796107367 140728796107367 140728796110827 0
/proc/9072/statm: 2378 345 289 221 0 87 0
[pid=9074] ppid=9072 vsize=13980732 CPUtime=242.96 cores=1,3,5,7
/proc/9074/stat : 9074 (java) S 9072 9072 5091 0 -1 1077944320 37500 0 0 0 24275 21 0 0 20 0 15 0 10201582 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 140725559533344 139954595049207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
/proc/9074/statm: 3495183 91850 3230 1 0 3483484 0
[pid=9074/tid=9075] ppid=9072 vsize=13980732 CPUtime=239.75 cores=1,3,5,7
/proc/9074/task/9075/stat : 9075 (java) R 9072 9072 5091 0 -1 4202560 11829 0 0 0 23968 7 0 0 20 0 15 0 10201582 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954599287896 139954215498217 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9076] ppid=9072 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/9074/task/9076/stat : 9076 (java) S 9072 9072 5091 0 -1 1077944384 478 0 0 0 5 2 0 0 20 0 15 0 10201583 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954195446672 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9077] ppid=9072 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/9074/task/9077/stat : 9077 (java) S 9072 9072 5091 0 -1 1077944384 399 0 0 0 4 2 0 0 20 0 15 0 10201583 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954194393872 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9078] ppid=9072 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/9074/task/9078/stat : 9078 (java) S 9072 9072 5091 0 -1 1077944384 862 0 0 0 5 2 0 0 20 0 15 0 10201583 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954193341584 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9079] ppid=9072 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/9074/task/9079/stat : 9079 (java) S 9072 9072 5091 0 -1 1077944384 563 0 0 0 6 1 0 0 20 0 15 0 10201583 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954192288784 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9080] ppid=9072 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/9074/task/9080/stat : 9080 (java) S 9072 9072 5091 0 -1 1077944384 1160 0 0 0 1 0 0 0 20 0 15 0 10201584 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954140735600 139954595060354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9081] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9081/stat : 9081 (java) S 9072 9072 5091 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954139681632 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9082] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9082/stat : 9082 (java) S 9072 9072 5091 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 10201585 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954138629248 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9083] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9083/stat : 9083 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954137577552 139954595067803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9084] ppid=9072 vsize=13980732 CPUtime=1.15 cores=1,3,5,7
/proc/9074/task/9084/stat : 9084 (java) S 9072 9072 5091 0 -1 1077944384 6881 0 0 0 115 0 0 0 20 0 15 0 10201587 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954136525424 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9085] ppid=9072 vsize=13980732 CPUtime=1.18 cores=1,3,5,7
/proc/9074/task/9085/stat : 9085 (java) S 9072 9072 5091 0 -1 1077944384 8624 0 0 0 117 1 0 0 20 0 15 0 10201587 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954135472624 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9086] ppid=9072 vsize=13980732 CPUtime=0.47 cores=1,3,5,7
/proc/9074/task/9086/stat : 9086 (java) S 9072 9072 5091 0 -1 1077944384 4838 0 0 0 46 1 0 0 20 0 15 0 10201587 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954134420336 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9087] ppid=9072 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/9074/task/9087/stat : 9087 (java) S 9072 9072 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10201587 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954133367776 139954595059413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
[pid=9074/tid=9088] ppid=9072 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/9074/task/9088/stat : 9088 (java) S 9072 9072 5091 0 -1 1077944384 456 0 0 0 2 2 0 0 20 0 15 0 10201592 14316269568 91850 18446744073709551615 4194304 4196468 140725559550800 139954132314544 139954595060354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27463680 140725559558612 140725559558787 140725559558787 140725559562191 0
Current children cumulated CPU time (s) 242.96
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 9074 sig 9
??? kill 9072 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 9072 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1934
# CPU time returned by wait4() is 0.001934
# while last known CPU time is 242.96
#
# 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): 242.96
CPU user time (s): 242.75
CPU system time (s): 0.21
CPU usage (%): 101.229
Max. virtual memory (cumulated for all children) (KiB): 13990244

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.10018 second user time and 1.28421 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-01 21:15:45
IDJOB=4253950
IDBENCH=133707
IDSOLVER=2635
FILE ID=node129/4253950-1501615785
RUNJOBID= node129-1501611185-5152
PBS_JOBID= 
Free space on /tmp= 61768 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-c1a.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-4253950-1501615785/watcher-4253950-1501615785 -o /tmp/evaluation-result-4253950-1501615785/solver-4253950-1501615785 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501611185-5152 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1857932744 HOME/instance-4253950-1501615785.xml

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

MD5SUM BENCH= 030948c230c0936ebc743af4f555c996
RANDOM SEED=1857932744

node129.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.53
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.57
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.53
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.57
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.53
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.57
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.53
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31770684 kB
MemAvailable:   31823872 kB
Buffers:           92008 kB
Cached:           246004 kB
SwapCached:            0 kB
Active:           408540 kB
Inactive:         193412 kB
Active(anon):     264272 kB
Inactive(anon):     8532 kB
Active(file):     144268 kB
Inactive(file):   184880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8004 kB
Writeback:             0 kB
AnonPages:        264008 kB
Mapped:            42044 kB
Shmem:              8872 kB
Slab:             104076 kB
SReclaimable:      79752 kB
SUnreclaim:        24324 kB
KernelStack:        3408 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1182388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61760 MiB
End job on node129 at 2017-08-01 21:19:45