Trace number 4255252

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

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-05-9.xml
MD5SUMb5db2d1209ce62208741c56e17334157
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark2881
Best CPU time to get the best result obtained on this benchmark249.396
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints305
Number of domains1
Minimum domain size2882
Maximum domain size2882
Distribution of domain sizes[{"size":2882,"count":300}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":250}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":250},{"arity":50,"count":5}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4255252-1501618272.xml"  -tl '264s' -p 1 -x 3
0.00/0.32	c [HOME/instance-4255252-1501618272.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.38	c simple solver
0.00/0.44	c parse instance...
0.00/0.76	c solve instance...
255.01/240.00	s UNKNOWN
255.01/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-4255252-1501618272/watcher-4255252-1501618272 -o /tmp/evaluation-result-4255252-1501618272/solver-4255252-1501618272 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node131-1501617193-9963 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 564269543 HOME/instance-4255252-1501618272.xml 

pid=10145
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.61 1.64 1.77 2/174 10148
/proc/meminfo: memFree=31974264/32770624 swapFree=0/189844
[pid=10148] ppid=10145 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (runsolver) D 10145 10148 5131 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10447524 24240128 107 18446744073709551615 4194304 4338465 140729022854192 140729022851832 139852389085911 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 20254720 140729022857310 140729022857798 140729022857798 140729022861258 0
/proc/10148/statm: 5918 107 54 36 0 2156 0

[startup+0.100187 s]
/proc/loadavg: 1.61 1.64 1.77 2/174 10148
/proc/meminfo: memFree=31974264/32770624 swapFree=0/189844
[pid=10148] ppid=10145 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (xcsp3-exec) S 10145 10148 5131 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10447524 9740288 344 18446744073709551615 4194304 5098028 140725704268560 140725704266664 140267494376060 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 15962112 140725704274332 140725704274535 140725704274535 140725704277995 0
/proc/10148/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200312 s]
/proc/loadavg: 1.61 1.64 1.77 2/174 10148
/proc/meminfo: memFree=31974264/32770624 swapFree=0/189844
[pid=10148] ppid=10145 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (xcsp3-exec) S 10145 10148 5131 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10447524 9740288 344 18446744073709551615 4194304 5098028 140725704268560 140725704266664 140267494376060 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 15962112 140725704274332 140725704274535 140725704274535 140725704277995 0
/proc/10148/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.302605 s]
/proc/loadavg: 1.61 1.64 1.77 2/174 10148
/proc/meminfo: memFree=31974264/32770624 swapFree=0/189844
[pid=10148] ppid=10145 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (xcsp3-exec) S 10145 10148 5131 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10447524 9740288 344 18446744073709551615 4194304 5098028 140725704268560 140725704266664 140267494376060 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 15962112 140725704274332 140725704274535 140725704274535 140725704277995 0
/proc/10148/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.704301 s]
/proc/loadavg: 1.61 1.64 1.77 2/174 10148
/proc/meminfo: memFree=31974264/32770624 swapFree=0/189844
[pid=10148] ppid=10145 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (xcsp3-exec) S 10145 10148 5131 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10447524 9740288 344 18446744073709551615 4194304 5098028 140725704268560 140725704266664 140267494376060 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 15962112 140725704274332 140725704274535 140725704274535 140725704277995 0
/proc/10148/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50075 s]
/proc/loadavg: 1.64 1.65 1.77 7/211 10194
/proc/meminfo: memFree=31835580/32770624 swapFree=0/189860
[pid=10148] ppid=10145 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (xcsp3-exec) S 10145 10148 5131 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10447524 9740288 344 18446744073709551615 4194304 5098028 140725704268560 140725704266664 140267494376060 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 15962112 140725704274332 140725704274535 140725704274535 140725704277995 0
/proc/10148/statm: 2378 344 289 221 0 87 0
[pid=10150] ppid=10148 vsize=13980732 CPUtime=3.46 cores=1,3,5,7
/proc/10150/stat : 10150 (java) S 10148 10148 5131 0 -1 1077944320 33727 0 0 0 339 7 0 0 20 0 15 0 10447533 14316269568 31126 18446744073709551615 4194304 4196468 140728942139776 140728942122320 139678513061623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
/proc/10150/statm: 3495183 31126 3176 1 0 3483484 0
[pid=10150/tid=10151] ppid=10148 vsize=13980732 CPUtime=1.29 cores=1,3,5,7
/proc/10150/task/10151/stat : 10151 (java) R 10148 10148 5131 0 -1 4202560 9502 0 0 0 126 3 0 0 20 0 15 0 10447533 14316269568 31126 18446744073709551615 4194304 4196468 140728942139776 139678517299768 139678129411546 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10152] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10152/stat : 10152 (java) S 10148 10148 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 31126 18446744073709551615 4194304 4196468 140728942139776 139678447495568 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10153] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10153/stat : 10153 (java) S 10148 10148 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 31126 18446744073709551615 4194304 4196468 140728942139776 139678446442768 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10154] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10154/stat : 10154 (java) S 10148 10148 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 31192 18446744073709551615 4194304 4196468 140728942139776 139678445390480 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10155] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10155/stat : 10155 (java) S 10148 10148 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 31192 18446744073709551615 4194304 4196468 140728942139776 139678109579792 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10156] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10156/stat : 10156 (java) S 10148 10148 5131 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10447535 14316269568 31192 18446744073709551615 4194304 4196468 140728942139776 139677991529072 139678513072770 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10157] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10157/stat : 10157 (java) S 10148 10148 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 31258 18446744073709551615 4194304 4196468 140728942139776 139677990475040 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10158] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10158/stat : 10158 (java) S 10148 10148 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 31258 18446744073709551615 4194304 4196468 140728942139776 139677989422704 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10159] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10159/stat : 10159 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447538 14316269568 31258 18446744073709551615 4194304 4196468 140728942139776 139677988371024 139678513080219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10160] ppid=10148 vsize=13980732 CPUtime=0.87 cores=1,3,5,7
/proc/10150/task/10160/stat : 10160 (java) R 10148 10148 5131 0 -1 4202560 12339 0 0 0 85 2 0 0 20 0 15 0 10447538 14316269568 31324 18446744073709551615 4194304 4196468 140728942139776 139677987304416 139678494607225 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10161] ppid=10148 vsize=13980732 CPUtime=0.86 cores=1,3,5,7
/proc/10150/task/10161/stat : 10161 (java) R 10148 10148 5131 0 -1 4202560 8650 0 0 0 85 1 0 0 20 0 15 0 10447538 14316269568 31324 18446744073709551615 4194304 4196468 140728942139776 139677986251096 139678505351072 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10162] ppid=10148 vsize=13980732 CPUtime=0.41 cores=1,3,5,7
/proc/10150/task/10162/stat : 10162 (java) S 10148 10148 5131 0 -1 1077944384 2149 0 0 0 41 0 0 0 20 0 15 0 10447538 14316269568 31324 18446744073709551615 4194304 4196468 140728942139776 139677985212784 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10163] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10163/stat : 10163 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447539 14316269568 31324 18446744073709551615 4194304 4196468 140728942139776 139677984160224 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10164] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10164/stat : 10164 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447548 14316269568 31390 18446744073709551615 4194304 4196468 140728942139776 139677983108016 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 13990244

[startup+3.10069 s]
/proc/loadavg: 1.64 1.65 1.77 7/211 10194
/proc/meminfo: memFree=31689028/32770624 swapFree=0/189860
[pid=10148] ppid=10145 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (xcsp3-exec) S 10145 10148 5131 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10447524 9740288 344 18446744073709551615 4194304 5098028 140725704268560 140725704266664 140267494376060 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 15962112 140725704274332 140725704274535 140725704274535 140725704277995 0
/proc/10148/statm: 2378 344 289 221 0 87 0
[pid=10150] ppid=10148 vsize=13980732 CPUtime=8.28 cores=1,3,5,7
/proc/10150/stat : 10150 (java) S 10148 10148 5131 0 -1 1077944320 41999 0 0 0 820 8 0 0 20 0 15 0 10447533 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 140728942122320 139678513061623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
/proc/10150/statm: 3495183 36328 3189 1 0 3483484 0
[pid=10150/tid=10151] ppid=10148 vsize=13980732 CPUtime=2.89 cores=1,3,5,7
/proc/10150/task/10151/stat : 10151 (java) R 10148 10148 5131 0 -1 4202560 9928 0 0 0 286 3 0 0 20 0 15 0 10447533 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139678517296336 139678129722096 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10152] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10152/stat : 10152 (java) S 10148 10148 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139678447495568 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10153] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10153/stat : 10153 (java) S 10148 10148 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139678446442768 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10154] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10154/stat : 10154 (java) S 10148 10148 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139678445390480 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10155] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10155/stat : 10155 (java) S 10148 10148 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139678109579792 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10156] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10156/stat : 10156 (java) S 10148 10148 5131 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 10447535 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139677991529072 139678513072770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10157] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10157/stat : 10157 (java) S 10148 10148 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139677990475040 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10158] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10158/stat : 10158 (java) S 10148 10148 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139677989422704 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10159] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10159/stat : 10159 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447538 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139677988371024 139678513080219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10160] ppid=10148 vsize=13980732 CPUtime=2.47 cores=1,3,5,7
/proc/10150/task/10160/stat : 10160 (java) R 10148 10148 5131 0 -1 4202560 15953 0 0 0 245 2 0 0 20 0 15 0 10447538 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139677987303968 139678493763094 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10161] ppid=10148 vsize=13980732 CPUtime=2.45 cores=1,3,5,7
/proc/10150/task/10161/stat : 10161 (java) R 10148 10148 5131 0 -1 4202560 12387 0 0 0 244 1 0 0 20 0 15 0 10447538 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139677986255664 139678492715552 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10162] ppid=10148 vsize=13980732 CPUtime=0.42 cores=1,3,5,7
/proc/10150/task/10162/stat : 10162 (java) S 10148 10148 5131 0 -1 1077944384 2379 0 0 0 42 0 0 0 20 0 15 0 10447538 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139677985212784 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10163] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10163/stat : 10163 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447539 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139677984160224 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10164] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10164/stat : 10164 (java) S 10148 10148 5131 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 10447548 14316269568 36328 18446744073709551615 4194304 4196468 140728942139776 139677983108016 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 13990244

[startup+6.30063 s]
/proc/loadavg: 1.64 1.65 1.77 3/211 10194
/proc/meminfo: memFree=31661236/32770624 swapFree=0/189872
[pid=10148] ppid=10145 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (xcsp3-exec) S 10145 10148 5131 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10447524 9740288 344 18446744073709551615 4194304 5098028 140725704268560 140725704266664 140267494376060 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 15962112 140725704274332 140725704274535 140725704274535 140725704277995 0
/proc/10148/statm: 2378 344 289 221 0 87 0
[pid=10150] ppid=10148 vsize=13980732 CPUtime=12.34 cores=1,3,5,7
/proc/10150/stat : 10150 (java) S 10148 10148 5131 0 -1 1077944320 49492 0 0 0 1225 9 0 0 20 0 15 0 10447533 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 140728942122320 139678513061623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
/proc/10150/statm: 3495183 35265 3196 1 0 3483484 0
[pid=10150/tid=10151] ppid=10148 vsize=13980732 CPUtime=6.09 cores=1,3,5,7
/proc/10150/task/10151/stat : 10151 (java) R 10148 10148 5131 0 -1 4202560 10505 0 0 0 606 3 0 0 20 0 15 0 10447533 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139678517298976 139678131016310 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10152] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10152/stat : 10152 (java) S 10148 10148 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139678447495568 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10153] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10153/stat : 10153 (java) S 10148 10148 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139678446442768 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10154] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10154/stat : 10154 (java) S 10148 10148 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139678445390480 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10155] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10155/stat : 10155 (java) S 10148 10148 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139678109579792 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10156] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10156/stat : 10156 (java) S 10148 10148 5131 0 -1 1077944384 266 0 0 0 0 0 0 0 20 0 15 0 10447535 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139677991529072 139678513072770 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10157] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10157/stat : 10157 (java) S 10148 10148 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139677990475040 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10158] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10158/stat : 10158 (java) S 10148 10148 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139677989422704 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10159] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10159/stat : 10159 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447538 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139677988371024 139678513080219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10160] ppid=10148 vsize=13980732 CPUtime=2.89 cores=1,3,5,7
/proc/10150/task/10160/stat : 10160 (java) S 10148 10148 5131 0 -1 1077944384 18153 0 0 0 287 2 0 0 20 0 15 0 10447538 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139677987317872 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10161] ppid=10148 vsize=13980732 CPUtime=2.85 cores=1,3,5,7
/proc/10150/task/10161/stat : 10161 (java) S 10148 10148 5131 0 -1 1077944384 15271 0 0 0 284 1 0 0 20 0 15 0 10447538 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139677986265072 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10162] ppid=10148 vsize=13980732 CPUtime=0.45 cores=1,3,5,7
/proc/10150/task/10162/stat : 10162 (java) S 10148 10148 5131 0 -1 1077944384 2906 0 0 0 45 0 0 0 20 0 15 0 10447538 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139677985212784 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10163] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10163/stat : 10163 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447539 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139677984160224 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10164] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10164/stat : 10164 (java) S 10148 10148 5131 0 -1 1077944384 1090 0 0 0 0 0 0 0 20 0 15 0 10447548 14316269568 35265 18446744073709551615 4194304 4196468 140728942139776 139677983108016 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 13990244

[startup+12.7007 s]
/proc/loadavg: 1.70 1.66 1.78 3/211 10194
/proc/meminfo: memFree=31569424/32770624 swapFree=0/189880
[pid=10148] ppid=10145 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (xcsp3-exec) S 10145 10148 5131 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10447524 9740288 344 18446744073709551615 4194304 5098028 140725704268560 140725704266664 140267494376060 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 15962112 140725704274332 140725704274535 140725704274535 140725704277995 0
/proc/10148/statm: 2378 344 289 221 0 87 0
[pid=10150] ppid=10148 vsize=13980732 CPUtime=21.88 cores=1,3,5,7
/proc/10150/stat : 10150 (java) S 10148 10148 5131 0 -1 1077944320 65407 0 0 0 2172 16 0 0 20 0 15 0 10447533 14316269568 62329 18446744073709551615 4194304 4196468 140728942139776 140728942122320 139678513061623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
/proc/10150/statm: 3495183 62329 3226 1 0 3483484 0
[pid=10150/tid=10151] ppid=10148 vsize=13980732 CPUtime=12.47 cores=1,3,5,7
/proc/10150/task/10151/stat : 10151 (java) R 10148 10148 5131 0 -1 4202560 13166 0 0 0 1242 5 0 0 20 0 15 0 10447533 14316269568 62329 18446744073709551615 4194304 4196468 140728942139776 139678517296960 139678131114327 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10152] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10152/stat : 10152 (java) S 10148 10148 5131 0 -1 1077944384 365 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 62329 18446744073709551615 4194304 4196468 140728942139776 139678447495568 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10153] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10153/stat : 10153 (java) S 10148 10148 5131 0 -1 1077944384 376 0 0 0 0 0 0 0 20 0 15 0 10447534 14316269568 62329 18446744073709551615 4194304 4196468 140728942139776 139678446442768 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0

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

[pid=10150/tid=10157] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10157/stat : 10157 (java) S 10148 10148 5131 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 58221 18446744073709551615 4194304 4196468 140728942139776 139677990475104 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10158] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10158/stat : 10158 (java) S 10148 10148 5131 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 58221 18446744073709551615 4194304 4196468 140728942139776 139677989422720 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10159] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10159/stat : 10159 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447538 14316269568 58221 18446744073709551615 4194304 4196468 140728942139776 139677988371024 139678513080219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10160] ppid=10148 vsize=13980732 CPUtime=5.86 cores=1,3,5,7
/proc/10150/task/10160/stat : 10160 (java) S 10148 10148 5131 0 -1 1077944384 31843 0 0 0 583 3 0 0 20 0 15 0 10447538 14316269568 58221 18446744073709551615 4194304 4196468 140728942139776 139677987317872 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10161] ppid=10148 vsize=13980732 CPUtime=5.92 cores=1,3,5,7
/proc/10150/task/10161/stat : 10161 (java) S 10148 10148 5131 0 -1 1077944384 28069 0 0 0 589 3 0 0 20 0 15 0 10447538 14316269568 58221 18446744073709551615 4194304 4196468 140728942139776 139677986265072 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10162] ppid=10148 vsize=13980732 CPUtime=0.79 cores=1,3,5,7
/proc/10150/task/10162/stat : 10162 (java) S 10148 10148 5131 0 -1 1077944384 8925 0 0 0 77 2 0 0 20 0 15 0 10447538 14316269568 58221 18446744073709551615 4194304 4196468 140728942139776 139677985212784 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10163] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10163/stat : 10163 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447539 14316269568 58221 18446744073709551615 4194304 4196468 140728942139776 139677984160224 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10164] ppid=10148 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/10150/task/10164/stat : 10164 (java) S 10148 10148 5131 0 -1 1077944384 1654 0 0 0 1 1 0 0 20 0 15 0 10447548 14316269568 58221 18446744073709551615 4194304 4196468 140728942139776 139677983108016 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
Current children cumulated CPU time (s) 115.22
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.72 1.68 1.77 3/211 10200
/proc/meminfo: memFree=31494308/32770624 swapFree=0/189956
[pid=10148] ppid=10145 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (xcsp3-exec) S 10145 10148 5131 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10447524 9740288 344 18446744073709551615 4194304 5098028 140725704268560 140725704266664 140267494376060 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 15962112 140725704274332 140725704274535 140725704274535 140725704277995 0
/proc/10148/statm: 2378 344 289 221 0 87 0
[pid=10150] ppid=10148 vsize=13980732 CPUtime=176.03 cores=1,3,5,7
/proc/10150/stat : 10150 (java) S 10148 10148 5131 0 -1 1077944320 96744 0 0 0 17571 32 0 0 20 0 15 0 10447533 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 140728942122320 139678513061623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
/proc/10150/statm: 3495183 58349 3233 1 0 3483484 0
[pid=10150/tid=10151] ppid=10148 vsize=13980732 CPUtime=161.73 cores=1,3,5,7
/proc/10150/task/10151/stat : 10151 (java) R 10148 10148 5131 0 -1 4202560 17354 0 0 0 16167 6 0 0 20 0 15 0 10447533 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139678517301040 139678131016341 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10152] ppid=10148 vsize=13980732 CPUtime=0.25 cores=1,3,5,7
/proc/10150/task/10152/stat : 10152 (java) S 10148 10148 5131 0 -1 1077944384 937 0 0 0 22 3 0 0 20 0 15 0 10447534 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139678447495568 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10153] ppid=10148 vsize=13980732 CPUtime=0.24 cores=1,3,5,7
/proc/10150/task/10153/stat : 10153 (java) S 10148 10148 5131 0 -1 1077944384 658 0 0 0 21 3 0 0 20 0 15 0 10447534 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139678446442768 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10154] ppid=10148 vsize=13980732 CPUtime=0.23 cores=1,3,5,7
/proc/10150/task/10154/stat : 10154 (java) S 10148 10148 5131 0 -1 1077944384 1669 0 0 0 20 3 0 0 20 0 15 0 10447534 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139678445390480 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10155] ppid=10148 vsize=13980732 CPUtime=0.24 cores=1,3,5,7
/proc/10150/task/10155/stat : 10155 (java) S 10148 10148 5131 0 -1 1077944384 908 0 0 0 21 3 0 0 20 0 15 0 10447534 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139678109579792 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10156] ppid=10148 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/10150/task/10156/stat : 10156 (java) S 10148 10148 5131 0 -1 1077944384 1466 0 0 0 5 2 0 0 20 0 15 0 10447535 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139677991529072 139678513072770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10157] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10157/stat : 10157 (java) S 10148 10148 5131 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139677990475104 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10158] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10158/stat : 10158 (java) S 10148 10148 5131 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139677989422720 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10159] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10159/stat : 10159 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447538 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139677988371024 139678513080219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10160] ppid=10148 vsize=13980732 CPUtime=5.91 cores=1,3,5,7
/proc/10150/task/10160/stat : 10160 (java) S 10148 10148 5131 0 -1 1077944384 32378 0 0 0 588 3 0 0 20 0 15 0 10447538 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139677987317872 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10161] ppid=10148 vsize=13980732 CPUtime=6.42 cores=1,3,5,7
/proc/10150/task/10161/stat : 10161 (java) S 10148 10148 5131 0 -1 1077944384 28811 0 0 0 639 3 0 0 20 0 15 0 10447538 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139677986265072 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10162] ppid=10148 vsize=13980732 CPUtime=0.81 cores=1,3,5,7
/proc/10150/task/10162/stat : 10162 (java) S 10148 10148 5131 0 -1 1077944384 9526 0 0 0 79 2 0 0 20 0 15 0 10447538 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139677985212784 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10163] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10163/stat : 10163 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447539 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139677984160224 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10164] ppid=10148 vsize=13980732 CPUtime=0.05 cores=1,3,5,7
/proc/10150/task/10164/stat : 10164 (java) S 10148 10148 5131 0 -1 1077944384 1680 0 0 0 2 3 0 0 20 0 15 0 10447548 14316269568 58349 18446744073709551615 4194304 4196468 140728942139776 139677983108016 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
Current children cumulated CPU time (s) 176.03
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.41 1.62 1.74 3/212 10209
/proc/meminfo: memFree=31451184/32770624 swapFree=0/189988
[pid=10148] ppid=10145 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (xcsp3-exec) S 10145 10148 5131 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10447524 9740288 344 18446744073709551615 4194304 5098028 140725704268560 140725704266664 140267494376060 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 15962112 140725704274332 140725704274535 140725704274535 140725704277995 0
/proc/10148/statm: 2378 344 289 221 0 87 0
[pid=10150] ppid=10148 vsize=13980732 CPUtime=237.07 cores=1,3,5,7
/proc/10150/stat : 10150 (java) S 10148 10148 5131 0 -1 1077944320 99087 0 0 0 23669 38 0 0 20 0 15 0 10447533 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 140728942122320 139678513061623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
/proc/10150/statm: 3495183 61475 3233 1 0 3483484 0
[pid=10150/tid=10151] ppid=10148 vsize=13980732 CPUtime=221.5 cores=1,3,5,7
/proc/10150/task/10151/stat : 10151 (java) R 10148 10148 5131 0 -1 4202560 18059 0 0 0 22144 6 0 0 20 0 15 0 10447533 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139678517301088 139678132197397 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10152] ppid=10148 vsize=13980732 CPUtime=0.42 cores=1,3,5,7
/proc/10150/task/10152/stat : 10152 (java) S 10148 10148 5131 0 -1 1077944384 1034 0 0 0 38 4 0 0 20 0 15 0 10447534 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139678447495568 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10153] ppid=10148 vsize=13980732 CPUtime=0.42 cores=1,3,5,7
/proc/10150/task/10153/stat : 10153 (java) S 10148 10148 5131 0 -1 1077944384 1030 0 0 0 38 4 0 0 20 0 15 0 10447534 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139678446442768 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10154] ppid=10148 vsize=13980732 CPUtime=0.41 cores=1,3,5,7
/proc/10150/task/10154/stat : 10154 (java) S 10148 10148 5131 0 -1 1077944384 1767 0 0 0 37 4 0 0 20 0 15 0 10447534 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139678445390480 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10155] ppid=10148 vsize=13980732 CPUtime=0.42 cores=1,3,5,7
/proc/10150/task/10155/stat : 10155 (java) S 10148 10148 5131 0 -1 1077944384 964 0 0 0 38 4 0 0 20 0 15 0 10447534 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139678109579792 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10156] ppid=10148 vsize=13980732 CPUtime=0.11 cores=1,3,5,7
/proc/10150/task/10156/stat : 10156 (java) S 10148 10148 5131 0 -1 1077944384 1616 0 0 0 9 2 0 0 20 0 15 0 10447535 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139677991529072 139678513072770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10157] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10157/stat : 10157 (java) S 10148 10148 5131 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139677990475104 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10158] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10158/stat : 10158 (java) S 10148 10148 5131 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139677989422720 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10159] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10159/stat : 10159 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447538 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139677988371024 139678513080219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10160] ppid=10148 vsize=13980732 CPUtime=6.15 cores=1,3,5,7
/proc/10150/task/10160/stat : 10160 (java) S 10148 10148 5131 0 -1 1077944384 32552 0 0 0 612 3 0 0 20 0 15 0 10447538 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139677987317872 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10161] ppid=10148 vsize=13980732 CPUtime=6.67 cores=1,3,5,7
/proc/10150/task/10161/stat : 10161 (java) S 10148 10148 5131 0 -1 1077944384 29016 0 0 0 664 3 0 0 20 0 15 0 10447538 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139677986265072 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10162] ppid=10148 vsize=13980732 CPUtime=0.83 cores=1,3,5,7
/proc/10150/task/10162/stat : 10162 (java) S 10148 10148 5131 0 -1 1077944384 9982 0 0 0 81 2 0 0 20 0 15 0 10447538 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139677985212784 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10163] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10163/stat : 10163 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447539 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139677984160224 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10164] ppid=10148 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/10150/task/10164/stat : 10164 (java) S 10148 10148 5131 0 -1 1077944384 1710 0 0 0 2 4 0 0 20 0 15 0 10447548 14316269568 61475 18446744073709551615 4194304 4196468 140728942139776 139677983108016 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
Current children cumulated CPU time (s) 237.07
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.33 1.59 1.73 3/216 10237
/proc/meminfo: memFree=31434460/32770624 swapFree=0/190024
[pid=10148] ppid=10145 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/10148/stat : 10148 (xcsp3-exec) S 10145 10148 5131 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10447524 9740288 344 18446744073709551615 4194304 5098028 140725704268560 140725704266664 140267494376060 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 15962112 140725704274332 140725704274535 140725704274535 140725704277995 0
/proc/10148/statm: 2378 344 289 221 0 87 0
[pid=10150] ppid=10148 vsize=13980732 CPUtime=255.01 cores=1,3,5,7
/proc/10150/stat : 10150 (java) S 10148 10148 5131 0 -1 1077944320 99156 0 0 0 25461 40 0 0 20 0 15 0 10447533 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 140728942122320 139678513061623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
/proc/10150/statm: 3495183 63395 3233 1 0 3483484 0
[pid=10150/tid=10151] ppid=10148 vsize=13980732 CPUtime=239.09 cores=1,3,5,7
/proc/10150/task/10151/stat : 10151 (java) R 10148 10148 5131 0 -1 4202560 18085 0 0 0 23903 6 0 0 20 0 15 0 10447533 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139678517301040 139678131016463 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10152] ppid=10148 vsize=13980732 CPUtime=0.49 cores=1,3,5,7
/proc/10150/task/10152/stat : 10152 (java) S 10148 10148 5131 0 -1 1077944384 1043 0 0 0 45 4 0 0 20 0 15 0 10447534 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139678447495568 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10153] ppid=10148 vsize=13980732 CPUtime=0.48 cores=1,3,5,7
/proc/10150/task/10153/stat : 10153 (java) S 10148 10148 5131 0 -1 1077944384 1036 0 0 0 44 4 0 0 20 0 15 0 10447534 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139678446442768 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10154] ppid=10148 vsize=13980732 CPUtime=0.47 cores=1,3,5,7
/proc/10150/task/10154/stat : 10154 (java) S 10148 10148 5131 0 -1 1077944384 1773 0 0 0 43 4 0 0 20 0 15 0 10447534 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139678445390480 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10155] ppid=10148 vsize=13980732 CPUtime=0.49 cores=1,3,5,7
/proc/10150/task/10155/stat : 10155 (java) S 10148 10148 5131 0 -1 1077944384 974 0 0 0 45 4 0 0 20 0 15 0 10447534 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139678109579792 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10156] ppid=10148 vsize=13980732 CPUtime=0.13 cores=1,3,5,7
/proc/10150/task/10156/stat : 10156 (java) S 10148 10148 5131 0 -1 1077944384 1616 0 0 0 10 3 0 0 20 0 15 0 10447535 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139677991529072 139678513072770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10157] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10157/stat : 10157 (java) S 10148 10148 5131 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139677990475104 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10158] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10158/stat : 10158 (java) S 10148 10148 5131 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 10447536 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139677989422720 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10159] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10159/stat : 10159 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447538 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139677988371024 139678513080219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10160] ppid=10148 vsize=13980732 CPUtime=6.19 cores=1,3,5,7
/proc/10150/task/10160/stat : 10160 (java) S 10148 10148 5131 0 -1 1077944384 32564 0 0 0 616 3 0 0 20 0 15 0 10447538 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139677987317872 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10161] ppid=10148 vsize=13980732 CPUtime=6.67 cores=1,3,5,7
/proc/10150/task/10161/stat : 10161 (java) S 10148 10148 5131 0 -1 1077944384 29016 0 0 0 664 3 0 0 20 0 15 0 10447538 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139677986265072 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10162] ppid=10148 vsize=13980732 CPUtime=0.83 cores=1,3,5,7
/proc/10150/task/10162/stat : 10162 (java) S 10148 10148 5131 0 -1 1077944384 9982 0 0 0 81 2 0 0 20 0 15 0 10447538 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139677985212784 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10163] ppid=10148 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/10150/task/10163/stat : 10163 (java) S 10148 10148 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10447539 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139677984160224 139678513071829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
[pid=10150/tid=10164] ppid=10148 vsize=13980732 CPUtime=0.08 cores=1,3,5,7
/proc/10150/task/10164/stat : 10164 (java) S 10148 10148 5131 0 -1 1077944384 1710 0 0 0 3 5 0 0 20 0 15 0 10447548 14316269568 63395 18446744073709551615 4194304 4196468 140728942139776 139677983108016 139678513072770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140728942141908 140728942142083 140728942142083 140728942145487 0
Current children cumulated CPU time (s) 255.01
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 10150 sig 9
??? kill 10148 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 10148 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=886
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=886
# CPU time returned by wait4() is 0.001772
# while last known CPU time is 255.01
#
# 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): 255.01
CPU user time (s): 254.61
CPU system time (s): 0.4
CPU usage (%): 106.25
Max. virtual memory (cumulated for all children) (KiB): 13993808

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.16908 second user time and 1.35416 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-01 21:57:15
IDJOB=4255252
IDBENCH=115608
IDSOLVER=2637
FILE ID=node131/4255252-1501618272
RUNJOBID= node131-1501617193-9963
PBS_JOBID= 
Free space on /tmp= 61936 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-050-05-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-4255252-1501618272/watcher-4255252-1501618272 -o /tmp/evaluation-result-4255252-1501618272/solver-4255252-1501618272 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node131-1501617193-9963 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 564269543 HOME/instance-4255252-1501618272.xml

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

MD5SUM BENCH= b5db2d1209ce62208741c56e17334157
RANDOM SEED=564269543

node131.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	: 5334.07
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	: 5334.07
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	: 5334.07
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	: 5334.07
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:        31974324 kB
MemAvailable:   32034588 kB
Buffers:           92432 kB
Cached:           252156 kB
SwapCached:            0 kB
Active:           201220 kB
Inactive:         198376 kB
Active(anon):      54988 kB
Inactive(anon):     8532 kB
Active(file):     146232 kB
Inactive(file):   189844 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7864 kB
Writeback:             4 kB
AnonPages:         54636 kB
Mapped:            29088 kB
Shmem:              8872 kB
Slab:             104232 kB
SReclaimable:      80044 kB
SUnreclaim:        24188 kB
KernelStack:        3104 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     282088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 61928 MiB
End job on node131 at 2017-08-01 22:01:16