Trace number 4254949

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

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r4.xml
MD5SUMf67f1c0e82ebca3fffd47008cd4871f3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark251.93401
Satisfiable
(Un)Satisfiability was proved
Number of variables2484
Number of constraints203
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2484}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":6},{"degree":5,"count":90},{"degree":6,"count":297},{"degree":7,"count":531},{"degree":8,"count":745},{"degree":9,"count":548},{"degree":10,"count":188},{"degree":11,"count":19},{"degree":12,"count":33},{"degree":13,"count":25},{"degree":14,"count":2}]
Minimum constraint arity6
Maximum constraint arity211
Distribution of constraint arities[{"arity":6,"count":3},{"arity":10,"count":4},{"arity":16,"count":2},{"arity":23,"count":1},{"arity":25,"count":2},{"arity":29,"count":2},{"arity":35,"count":3},{"arity":38,"count":3},{"arity":39,"count":3},{"arity":41,"count":1},{"arity":44,"count":2},{"arity":45,"count":1},{"arity":46,"count":5},{"arity":47,"count":4},{"arity":48,"count":5},{"arity":49,"count":4},{"arity":50,"count":4},{"arity":52,"count":1},{"arity":54,"count":5},{"arity":55,"count":2},{"arity":56,"count":2},{"arity":57,"count":2},{"arity":60,"count":2},{"arity":61,"count":1},{"arity":62,"count":2},"...",{"arity":118,"count":2}, {"arity":119,"count":1}, {"arity":121,"count":1}, {"arity":122,"count":1}, {"arity":123,"count":1}, {"arity":125,"count":2}, {"arity":130,"count":4}, {"arity":131,"count":3}, {"arity":133,"count":3}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":138,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":2}, {"arity":143,"count":1}, {"arity":145,"count":2}, {"arity":146,"count":1}, {"arity":147,"count":1}, {"arity":153,"count":2}, {"arity":154,"count":1}, {"arity":158,"count":1}, {"arity":162,"count":1}, {"arity":175,"count":1}, {"arity":192,"count":1}, {"arity":211,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":203}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254949-1501621696.xml"  -tl '264s' -p 1 -x 3
0.00/0.28	c [HOME/instance-4254949-1501621696.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.34	c simple solver
0.00/0.40	c parse instance...
0.00/0.75	c solve instance...
251.72/240.00	s UNKNOWN
251.72/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-4254949-1501621696/watcher-4254949-1501621696 -o /tmp/evaluation-result-4254949-1501621696/solver-4254949-1501621696 -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 105089481 HOME/instance-4254949-1501621696.xml 

pid=12944
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.40 1.50 1.68 3/196 12947
/proc/meminfo: memFree=31136324/32770624 swapFree=0/193308
[pid=12947] ppid=12944 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (runsolver) D 12944 12947 5131 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10789891 24240128 106 18446744073709551615 4194304 4338465 140722020391936 140722020389576 140047143301847 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 38764544 140722020397150 140722020397638 140722020397638 140722020401098 0
/proc/12947/statm: 5918 106 53 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 1.40 1.50 1.68 3/196 12947
/proc/meminfo: memFree=31136324/32770624 swapFree=0/193308
[pid=12947] ppid=12944 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (runsolver) D 12944 12947 5131 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10789891 24240128 106 18446744073709551615 4194304 4338465 140722020391936 140722020389576 140047143301847 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 38764544 140722020397150 140722020397638 140722020397638 140722020401098 0
/proc/12947/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200262 s]
/proc/loadavg: 1.40 1.50 1.68 3/196 12947
/proc/meminfo: memFree=31136324/32770624 swapFree=0/193308
[pid=12947] ppid=12944 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (xcsp3-exec) S 12944 12947 5131 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10789891 9740288 345 18446744073709551615 4194304 5098028 140726811128128 140726811126232 139641994207868 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 18042880 140726811132316 140726811132519 140726811132519 140726811135979 0
/proc/12947/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300288 s]
/proc/loadavg: 1.40 1.50 1.68 3/196 12947
/proc/meminfo: memFree=31136324/32770624 swapFree=0/193308
[pid=12947] ppid=12944 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (xcsp3-exec) S 12944 12947 5131 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10789891 9740288 345 18446744073709551615 4194304 5098028 140726811128128 140726811126232 139641994207868 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 18042880 140726811132316 140726811132519 140726811132519 140726811135979 0
/proc/12947/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.707979 s]
/proc/loadavg: 1.40 1.50 1.68 3/196 12947
/proc/meminfo: memFree=31136324/32770624 swapFree=0/193308
[pid=12947] ppid=12944 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (xcsp3-exec) S 12944 12947 5131 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10789891 9740288 345 18446744073709551615 4194304 5098028 140726811128128 140726811126232 139641994207868 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 18042880 140726811132316 140726811132519 140726811132519 140726811135979 0
/proc/12947/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50072 s]
/proc/loadavg: 1.40 1.50 1.68 5/212 12963
/proc/meminfo: memFree=31055192/32770624 swapFree=0/193328
[pid=12947] ppid=12944 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (xcsp3-exec) S 12944 12947 5131 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10789891 9740288 345 18446744073709551615 4194304 5098028 140726811128128 140726811126232 139641994207868 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 18042880 140726811132316 140726811132519 140726811132519 140726811135979 0
/proc/12947/statm: 2378 345 289 221 0 87 0
[pid=12949] ppid=12947 vsize=13980732 CPUtime=3 cores=1,3,5,7
/proc/12949/stat : 12949 (java) S 12947 12947 5131 0 -1 1077944320 16682 0 0 0 295 5 0 0 20 0 15 0 10789902 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140725143553088 140611781074679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
/proc/12949/statm: 3495183 28710 3181 1 0 3483484 0
[pid=12949/tid=12950] ppid=12947 vsize=13980732 CPUtime=1.33 cores=1,3,5,7
/proc/12949/task/12950/stat : 12950 (java) R 12947 12947 5131 0 -1 4202560 8961 0 0 0 130 3 0 0 20 0 15 0 10789903 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611785311016 140611411750392 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12951] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12951/stat : 12951 (java) S 12947 12947 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10789903 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611738040848 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12952] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12952/stat : 12952 (java) S 12947 12947 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10789903 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611736988304 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12953] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12953/stat : 12953 (java) S 12947 12947 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10789903 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611735935248 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12954] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12954/stat : 12954 (java) S 12947 12947 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10789903 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611734882704 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12955] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12955/stat : 12955 (java) S 12947 12947 5131 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611326847728 140611781085826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12956] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12956/stat : 12956 (java) S 12947 12947 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611325793952 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12957] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12957/stat : 12957 (java) S 12947 12947 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611324740848 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12958] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12958/stat : 12958 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611256576464 140611781093275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12959] ppid=12947 vsize=13980732 CPUtime=0.63 cores=1,3,5,7
/proc/12949/task/12959/stat : 12959 (java) S 12947 12947 5131 0 -1 1077944384 1924 0 0 0 63 0 0 0 20 0 15 0 10789908 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611255523568 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12960] ppid=12947 vsize=13980732 CPUtime=0.62 cores=1,3,5,7
/proc/12949/task/12960/stat : 12960 (java) S 12947 12947 5131 0 -1 1077944384 2488 0 0 0 62 0 0 0 20 0 15 0 10789908 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611254471024 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12961] ppid=12947 vsize=13980732 CPUtime=0.39 cores=1,3,5,7
/proc/12949/task/12961/stat : 12961 (java) S 12947 12947 5131 0 -1 1077944384 1998 0 0 0 38 1 0 0 20 0 15 0 10789908 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611253417968 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12962] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12962/stat : 12962 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611252365664 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12963] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12963/stat : 12963 (java) S 12947 12947 5131 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 10789911 14316269568 28710 18446744073709551615 4194304 4196468 140725143570544 140611251313712 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 13990244

[startup+3.10072 s]
/proc/loadavg: 1.40 1.50 1.68 5/212 12963
/proc/meminfo: memFree=30986564/32770624 swapFree=0/193332
[pid=12947] ppid=12944 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (xcsp3-exec) S 12944 12947 5131 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10789891 9740288 345 18446744073709551615 4194304 5098028 140726811128128 140726811126232 139641994207868 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 18042880 140726811132316 140726811132519 140726811132519 140726811135979 0
/proc/12947/statm: 2378 345 289 221 0 87 0
[pid=12949] ppid=12947 vsize=13980732 CPUtime=6.73 cores=1,3,5,7
/proc/12949/stat : 12949 (java) S 12947 12947 5131 0 -1 1077944320 23103 0 0 0 665 8 0 0 20 0 15 0 10789902 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140725143553088 140611781074679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
/proc/12949/statm: 3495183 51034 3216 1 0 3483484 0
[pid=12949/tid=12950] ppid=12947 vsize=13980732 CPUtime=2.91 cores=1,3,5,7
/proc/12949/task/12950/stat : 12950 (java) R 12947 12947 5131 0 -1 4202560 10144 0 0 0 287 4 0 0 20 0 15 0 10789903 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611785313880 140611414394317 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12951] ppid=12947 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/12949/task/12951/stat : 12951 (java) S 12947 12947 5131 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 15 0 10789903 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611738040848 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12952] ppid=12947 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/12949/task/12952/stat : 12952 (java) S 12947 12947 5131 0 -1 1077944384 191 0 0 0 1 0 0 0 20 0 15 0 10789903 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611736988304 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12953] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12953/stat : 12953 (java) S 12947 12947 5131 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 10789903 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611735935248 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12954] ppid=12947 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/12949/task/12954/stat : 12954 (java) S 12947 12947 5131 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 10789903 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611734882704 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12955] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12955/stat : 12955 (java) S 12947 12947 5131 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611326847728 140611781085826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12956] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12956/stat : 12956 (java) S 12947 12947 5131 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611325793952 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12957] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12957/stat : 12957 (java) S 12947 12947 5131 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611324740848 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12958] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12958/stat : 12958 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611256576464 140611781093275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12959] ppid=12947 vsize=13980732 CPUtime=1.6 cores=1,3,5,7
/proc/12949/task/12959/stat : 12959 (java) S 12947 12947 5131 0 -1 1077944384 3469 0 0 0 160 0 0 0 20 0 15 0 10789908 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611255523568 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12960] ppid=12947 vsize=13980732 CPUtime=1.58 cores=1,3,5,7
/proc/12949/task/12960/stat : 12960 (java) S 12947 12947 5131 0 -1 1077944384 4040 0 0 0 158 0 0 0 20 0 15 0 10789908 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611254471024 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12961] ppid=12947 vsize=13980732 CPUtime=0.55 cores=1,3,5,7
/proc/12949/task/12961/stat : 12961 (java) S 12947 12947 5131 0 -1 1077944384 3420 0 0 0 54 1 0 0 20 0 15 0 10789908 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611253417968 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12962] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12962/stat : 12962 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611252365664 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12963] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12963/stat : 12963 (java) S 12947 12947 5131 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 10789911 14316269568 51034 18446744073709551615 4194304 4196468 140725143570544 140611251313712 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 13990244

[startup+6.30072 s]
/proc/loadavg: 1.45 1.51 1.68 3/212 12963
/proc/meminfo: memFree=30671536/32770624 swapFree=0/193332
[pid=12947] ppid=12944 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (xcsp3-exec) S 12944 12947 5131 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10789891 9740288 345 18446744073709551615 4194304 5098028 140726811128128 140726811126232 139641994207868 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 18042880 140726811132316 140726811132519 140726811132519 140726811135979 0
/proc/12947/statm: 2378 345 289 221 0 87 0
[pid=12949] ppid=12947 vsize=13980732 CPUtime=11.89 cores=1,3,5,7
/proc/12949/stat : 12949 (java) S 12947 12947 5131 0 -1 1077944320 29344 0 0 0 1167 22 0 0 20 0 15 0 10789902 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140725143553088 140611781074679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
/proc/12949/statm: 3495183 78278 3222 1 0 3483484 0
[pid=12949/tid=12950] ppid=12947 vsize=13980732 CPUtime=6.01 cores=1,3,5,7
/proc/12949/task/12950/stat : 12950 (java) R 12947 12947 5131 0 -1 4202560 10233 0 0 0 597 4 0 0 20 0 15 0 10789903 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611785312456 140611413140690 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12951] ppid=12947 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/12949/task/12951/stat : 12951 (java) S 12947 12947 5131 0 -1 1077944384 393 0 0 0 7 3 0 0 20 0 15 0 10789903 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611738040848 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12952] ppid=12947 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/12949/task/12952/stat : 12952 (java) S 12947 12947 5131 0 -1 1077944384 327 0 0 0 7 3 0 0 20 0 15 0 10789903 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611736988304 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12953] ppid=12947 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/12949/task/12953/stat : 12953 (java) S 12947 12947 5131 0 -1 1077944384 161 0 0 0 7 3 0 0 20 0 15 0 10789903 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611735935248 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12954] ppid=12947 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/12949/task/12954/stat : 12954 (java) S 12947 12947 5131 0 -1 1077944384 221 0 0 0 7 3 0 0 20 0 15 0 10789903 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611734882704 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12955] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12955/stat : 12955 (java) S 12947 12947 5131 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611326847728 140611781085826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12956] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12956/stat : 12956 (java) S 12947 12947 5131 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611325793952 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12957] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12957/stat : 12957 (java) S 12947 12947 5131 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611324740848 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12958] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12958/stat : 12958 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611256576464 140611781093275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12959] ppid=12947 vsize=13980732 CPUtime=2.48 cores=1,3,5,7
/proc/12949/task/12959/stat : 12959 (java) S 12947 12947 5131 0 -1 1077944384 7093 0 0 0 248 0 0 0 20 0 15 0 10789908 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611255523568 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12960] ppid=12947 vsize=13980732 CPUtime=2.32 cores=1,3,5,7
/proc/12949/task/12960/stat : 12960 (java) S 12947 12947 5131 0 -1 1077944384 5851 0 0 0 231 1 0 0 20 0 15 0 10789908 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611254471024 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12961] ppid=12947 vsize=13980732 CPUtime=0.6 cores=1,3,5,7
/proc/12949/task/12961/stat : 12961 (java) S 12947 12947 5131 0 -1 1077944384 3499 0 0 0 59 1 0 0 20 0 15 0 10789908 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611253417968 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12962] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12962/stat : 12962 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611252365664 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12963] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12963/stat : 12963 (java) S 12947 12947 5131 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 10789911 14316269568 78278 18446744073709551615 4194304 4196468 140725143570544 140611251313712 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 1.49 1.52 1.69 3/212 12963
/proc/meminfo: memFree=30500132/32770624 swapFree=0/193344
[pid=12947] ppid=12944 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (xcsp3-exec) S 12944 12947 5131 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10789891 9740288 345 18446744073709551615 4194304 5098028 140726811128128 140726811126232 139641994207868 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 18042880 140726811132316 140726811132519 140726811132519 140726811135979 0
/proc/12947/statm: 2378 345 289 221 0 87 0
[pid=12949] ppid=12947 vsize=13980732 CPUtime=18.72 cores=1,3,5,7
/proc/12949/stat : 12949 (java) S 12947 12947 5131 0 -1 1077944320 33495 0 0 0 1837 35 0 0 20 0 15 0 10789902 14316269568 120988 18446744073709551615 4194304 4196468 140725143570544 140725143553088 140611781074679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
/proc/12949/statm: 3495183 120988 3226 1 0 3483484 0
[pid=12949/tid=12950] ppid=12947 vsize=13980732 CPUtime=12.33 cores=1,3,5,7
/proc/12949/task/12950/stat : 12950 (java) R 12947 12947 5131 0 -1 4202560 12045 0 0 0 1227 6 0 0 20 0 15 0 10789903 14316269568 120988 18446744073709551615 4194304 4196468 140725143570544 140611785313040 140611413412360 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12951] ppid=12947 vsize=13980732 CPUtime=0.18 cores=1,3,5,7
/proc/12949/task/12951/stat : 12951 (java) S 12947 12947 5131 0 -1 1077944384 443 0 0 0 12 6 0 0 20 0 15 0 10789903 14316269568 120988 18446744073709551615 4194304 4196468 140725143570544 140611738040848 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12952] ppid=12947 vsize=13980732 CPUtime=0.18 cores=1,3,5,7
/proc/12949/task/12952/stat : 12952 (java) S 12947 12947 5131 0 -1 1077944384 395 0 0 0 12 6 0 0 20 0 15 0 10789903 14316269568 120988 18446744073709551615 4194304 4196468 140725143570544 140611736988304 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0

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

[pid=12949/tid=12956] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12956/stat : 12956 (java) S 12947 12947 5131 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 525269 18446744073709551615 4194304 4196468 140725143570544 140611325793952 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12957] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12957/stat : 12957 (java) S 12947 12947 5131 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 525269 18446744073709551615 4194304 4196468 140725143570544 140611324740848 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12958] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12958/stat : 12958 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 525269 18446744073709551615 4194304 4196468 140725143570544 140611256576464 140611781093275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12959] ppid=12947 vsize=13980732 CPUtime=2.9 cores=1,3,5,7
/proc/12949/task/12959/stat : 12959 (java) S 12947 12947 5131 0 -1 1077944384 11109 0 0 0 289 1 0 0 20 0 15 0 10789908 14316269568 525269 18446744073709551615 4194304 4196468 140725143570544 140611255523568 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12960] ppid=12947 vsize=13980732 CPUtime=2.97 cores=1,3,5,7
/proc/12949/task/12960/stat : 12960 (java) S 12947 12947 5131 0 -1 1077944384 11316 0 0 0 296 1 0 0 20 0 15 0 10789908 14316269568 525269 18446744073709551615 4194304 4196468 140725143570544 140611254471024 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12961] ppid=12947 vsize=13980732 CPUtime=0.64 cores=1,3,5,7
/proc/12949/task/12961/stat : 12961 (java) S 12947 12947 5131 0 -1 1077944384 4705 0 0 0 63 1 0 0 20 0 15 0 10789908 14316269568 525269 18446744073709551615 4194304 4196468 140725143570544 140611253417968 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12962] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12962/stat : 12962 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 525269 18446744073709551615 4194304 4196468 140725143570544 140611252365664 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12963] ppid=12947 vsize=13980732 CPUtime=0.05 cores=1,3,5,7
/proc/12949/task/12963/stat : 12963 (java) S 12947 12947 5131 0 -1 1077944384 149 0 0 0 2 3 0 0 20 0 15 0 10789911 14316269568 525269 18446744073709551615 4194304 4196468 140725143570544 140611251313712 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
Current children cumulated CPU time (s) 110.76
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.97 1.74 1.75 3/211 12991
/proc/meminfo: memFree=27021508/32770624 swapFree=0/193448
[pid=12947] ppid=12944 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (xcsp3-exec) S 12944 12947 5131 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10789891 9740288 345 18446744073709551615 4194304 5098028 140726811128128 140726811126232 139641994207868 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 18042880 140726811132316 140726811132519 140726811132519 140726811135979 0
/proc/12947/statm: 2378 345 289 221 0 87 0
[pid=12949] ppid=12947 vsize=13980732 CPUtime=172.91 cores=1,3,5,7
/proc/12949/stat : 12949 (java) S 12947 12947 5131 0 -1 1077944320 69534 0 0 0 17148 143 0 0 20 0 15 0 10789902 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140725143553088 140611781074679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
/proc/12949/statm: 3495183 560183 3242 1 0 3483484 0
[pid=12949/tid=12950] ppid=12947 vsize=13980732 CPUtime=160.63 cores=1,3,5,7
/proc/12949/task/12950/stat : 12950 (java) R 12947 12947 5131 0 -1 4202560 25204 0 0 0 16039 24 0 0 20 0 15 0 10789903 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611785313216 140611412961836 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12951] ppid=12947 vsize=13980732 CPUtime=1.36 cores=1,3,5,7
/proc/12949/task/12951/stat : 12951 (java) S 12947 12947 5131 0 -1 1077944384 1365 0 0 0 110 26 0 0 20 0 15 0 10789903 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611738040848 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12952] ppid=12947 vsize=13980732 CPUtime=1.36 cores=1,3,5,7
/proc/12949/task/12952/stat : 12952 (java) S 12947 12947 5131 0 -1 1077944384 2031 0 0 0 109 27 0 0 20 0 15 0 10789903 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611736988304 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12953] ppid=12947 vsize=13980732 CPUtime=1.35 cores=1,3,5,7
/proc/12949/task/12953/stat : 12953 (java) S 12947 12947 5131 0 -1 1077944384 1787 0 0 0 108 27 0 0 20 0 15 0 10789903 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611735935248 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12954] ppid=12947 vsize=13980732 CPUtime=1.37 cores=1,3,5,7
/proc/12949/task/12954/stat : 12954 (java) S 12947 12947 5131 0 -1 1077944384 2768 0 0 0 110 27 0 0 20 0 15 0 10789903 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611734882704 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12955] ppid=12947 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/12949/task/12955/stat : 12955 (java) S 12947 12947 5131 0 -1 1077944384 4807 0 0 0 9 1 0 0 20 0 15 0 10789905 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611326847728 140611781085826 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12956] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12956/stat : 12956 (java) S 12947 12947 5131 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611325794016 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12957] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12957/stat : 12957 (java) S 12947 12947 5131 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611324740864 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12958] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12958/stat : 12958 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611256576464 140611781093275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12959] ppid=12947 vsize=13980732 CPUtime=2.94 cores=1,3,5,7
/proc/12949/task/12959/stat : 12959 (java) S 12947 12947 5131 0 -1 1077944384 12547 0 0 0 293 1 0 0 20 0 15 0 10789908 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611255523568 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12960] ppid=12947 vsize=13980732 CPUtime=2.97 cores=1,3,5,7
/proc/12949/task/12960/stat : 12960 (java) S 12947 12947 5131 0 -1 1077944384 11708 0 0 0 296 1 0 0 20 0 15 0 10789908 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611254471024 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12961] ppid=12947 vsize=13980732 CPUtime=0.65 cores=1,3,5,7
/proc/12949/task/12961/stat : 12961 (java) S 12947 12947 5131 0 -1 1077944384 5753 0 0 0 64 1 0 0 20 0 15 0 10789908 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611253417968 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12962] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12962/stat : 12962 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611252365664 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12963] ppid=12947 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/12949/task/12963/stat : 12963 (java) S 12947 12947 5131 0 -1 1077944384 184 0 0 0 3 4 0 0 20 0 15 0 10789911 14316269568 560183 18446744073709551615 4194304 4196468 140725143570544 140611251313712 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
Current children cumulated CPU time (s) 172.91
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.85 1.76 1.75 3/211 13072
/proc/meminfo: memFree=29415068/32770624 swapFree=0/193524
[pid=12947] ppid=12944 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (xcsp3-exec) S 12944 12947 5131 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10789891 9740288 345 18446744073709551615 4194304 5098028 140726811128128 140726811126232 139641994207868 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 18042880 140726811132316 140726811132519 140726811132519 140726811135979 0
/proc/12947/statm: 2378 345 289 221 0 87 0
[pid=12949] ppid=12947 vsize=13980732 CPUtime=233.79 cores=1,3,5,7
/proc/12949/stat : 12949 (java) S 12947 12947 5131 0 -1 1077944320 76971 0 0 0 23219 160 0 0 20 0 15 0 10789902 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140725143553088 140611781074679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
/proc/12949/statm: 3495183 560046 3244 1 0 3483484 0
[pid=12949/tid=12950] ppid=12947 vsize=13980732 CPUtime=220.39 cores=1,3,5,7
/proc/12949/task/12950/stat : 12950 (java) R 12947 12947 5131 0 -1 4202560 28275 0 0 0 22014 25 0 0 20 0 15 0 10789903 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611785312120 140611411857987 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12951] ppid=12947 vsize=13980732 CPUtime=1.59 cores=1,3,5,7
/proc/12949/task/12951/stat : 12951 (java) S 12947 12947 5131 0 -1 1077944384 1723 0 0 0 129 30 0 0 20 0 15 0 10789903 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611738040848 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12952] ppid=12947 vsize=13980732 CPUtime=1.59 cores=1,3,5,7
/proc/12949/task/12952/stat : 12952 (java) S 12947 12947 5131 0 -1 1077944384 2425 0 0 0 128 31 0 0 20 0 15 0 10789903 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611736988304 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12953] ppid=12947 vsize=13980732 CPUtime=1.57 cores=1,3,5,7
/proc/12949/task/12953/stat : 12953 (java) S 12947 12947 5131 0 -1 1077944384 1965 0 0 0 127 30 0 0 20 0 15 0 10789903 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611735935248 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12954] ppid=12947 vsize=13980732 CPUtime=1.59 cores=1,3,5,7
/proc/12949/task/12954/stat : 12954 (java) S 12947 12947 5131 0 -1 1077944384 2920 0 0 0 129 30 0 0 20 0 15 0 10789903 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611734882704 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12955] ppid=12947 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/12949/task/12955/stat : 12955 (java) S 12947 12947 5131 0 -1 1077944384 5017 0 0 0 9 1 0 0 20 0 15 0 10789905 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611326847728 140611781085826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12956] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12956/stat : 12956 (java) S 12947 12947 5131 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611325794016 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12957] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12957/stat : 12957 (java) S 12947 12947 5131 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611324740864 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12958] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12958/stat : 12958 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611256576464 140611781093275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12959] ppid=12947 vsize=13980732 CPUtime=3.04 cores=1,3,5,7
/proc/12949/task/12959/stat : 12959 (java) S 12947 12947 5131 0 -1 1077944384 13496 0 0 0 303 1 0 0 20 0 15 0 10789908 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611255523568 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12960] ppid=12947 vsize=13980732 CPUtime=3.05 cores=1,3,5,7
/proc/12949/task/12960/stat : 12960 (java) S 12947 12947 5131 0 -1 1077944384 13510 0 0 0 304 1 0 0 20 0 15 0 10789908 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611254471024 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12961] ppid=12947 vsize=13980732 CPUtime=0.65 cores=1,3,5,7
/proc/12949/task/12961/stat : 12961 (java) S 12947 12947 5131 0 -1 1077944384 5959 0 0 0 64 1 0 0 20 0 15 0 10789908 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611253417968 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12962] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12962/stat : 12962 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611252365664 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12963] ppid=12947 vsize=13980732 CPUtime=0.11 cores=1,3,5,7
/proc/12949/task/12963/stat : 12963 (java) S 12947 12947 5131 0 -1 1077944384 301 0 0 0 4 7 0 0 20 0 15 0 10789911 14316269568 560046 18446744073709551615 4194304 4196468 140725143570544 140611251313712 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
Current children cumulated CPU time (s) 233.79
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.02 1.80 1.77 3/211 13072
/proc/meminfo: memFree=29396920/32770624 swapFree=0/193544
[pid=12947] ppid=12944 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/12947/stat : 12947 (xcsp3-exec) S 12944 12947 5131 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10789891 9740288 345 18446744073709551615 4194304 5098028 140726811128128 140726811126232 139641994207868 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 18042880 140726811132316 140726811132519 140726811132519 140726811135979 0
/proc/12947/statm: 2378 345 289 221 0 87 0
[pid=12949] ppid=12947 vsize=13980732 CPUtime=251.72 cores=1,3,5,7
/proc/12949/stat : 12949 (java) S 12947 12947 5131 0 -1 1077944320 78520 0 0 0 25007 165 0 0 20 0 15 0 10789902 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140725143553088 140611781074679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
/proc/12949/statm: 3495183 558112 3244 1 0 3483484 0
[pid=12949/tid=12950] ppid=12947 vsize=13980732 CPUtime=238.02 cores=1,3,5,7
/proc/12949/task/12950/stat : 12950 (java) R 12947 12947 5131 0 -1 4202560 29465 0 0 0 23777 25 0 0 20 0 15 0 10789903 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611785314256 140611413380342 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12951] ppid=12947 vsize=13980732 CPUtime=1.64 cores=1,3,5,7
/proc/12949/task/12951/stat : 12951 (java) S 12947 12947 5131 0 -1 1077944384 1785 0 0 0 133 31 0 0 20 0 15 0 10789903 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611738040848 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12952] ppid=12947 vsize=13980732 CPUtime=1.64 cores=1,3,5,7
/proc/12949/task/12952/stat : 12952 (java) S 12947 12947 5131 0 -1 1077944384 2455 0 0 0 132 32 0 0 20 0 15 0 10789903 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611736988304 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12953] ppid=12947 vsize=13980732 CPUtime=1.62 cores=1,3,5,7
/proc/12949/task/12953/stat : 12953 (java) S 12947 12947 5131 0 -1 1077944384 1987 0 0 0 131 31 0 0 20 0 15 0 10789903 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611735935248 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12954] ppid=12947 vsize=13980732 CPUtime=1.65 cores=1,3,5,7
/proc/12949/task/12954/stat : 12954 (java) S 12947 12947 5131 0 -1 1077944384 2957 0 0 0 134 31 0 0 20 0 15 0 10789903 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611734882704 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12955] ppid=12947 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/12949/task/12955/stat : 12955 (java) S 12947 12947 5131 0 -1 1077944384 5020 0 0 0 9 1 0 0 20 0 15 0 10789905 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611326847728 140611781085826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12956] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12956/stat : 12956 (java) S 12947 12947 5131 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611325794016 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12957] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12957/stat : 12957 (java) S 12947 12947 5131 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 10789905 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611324740864 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12958] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12958/stat : 12958 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611256576464 140611781093275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12959] ppid=12947 vsize=13980732 CPUtime=3.06 cores=1,3,5,7
/proc/12949/task/12959/stat : 12959 (java) S 12947 12947 5131 0 -1 1077944384 13517 0 0 0 305 1 0 0 20 0 15 0 10789908 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611255523568 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12960] ppid=12947 vsize=13980732 CPUtime=3.09 cores=1,3,5,7
/proc/12949/task/12960/stat : 12960 (java) S 12947 12947 5131 0 -1 1077944384 13693 0 0 0 308 1 0 0 20 0 15 0 10789908 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611254471024 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12961] ppid=12947 vsize=13980732 CPUtime=0.65 cores=1,3,5,7
/proc/12949/task/12961/stat : 12961 (java) S 12947 12947 5131 0 -1 1077944384 5959 0 0 0 64 1 0 0 20 0 15 0 10789908 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611253417968 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12962] ppid=12947 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/12949/task/12962/stat : 12962 (java) S 12947 12947 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10789908 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611252365664 140611781084885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
[pid=12949/tid=12963] ppid=12947 vsize=13980732 CPUtime=0.12 cores=1,3,5,7
/proc/12949/task/12963/stat : 12963 (java) S 12947 12947 5131 0 -1 1077944384 302 0 0 0 5 7 0 0 20 0 15 0 10789911 14316269568 558112 18446744073709551615 4194304 4196468 140725143570544 140611251313712 140611781085826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140725143577044 140725143577219 140725143577219 140725143580623 0
Current children cumulated CPU time (s) 251.72
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 12949 sig 9
??? kill 12947 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 12947 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1235
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=617
# CPU time returned by wait4() is 0.001852
# while last known CPU time is 251.72
#
# 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): 251.72
CPU user time (s): 250.07
CPU system time (s): 1.65
CPU usage (%): 104.879
Max. virtual memory (cumulated for all children) (KiB): 13992200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001235
system time used= 0.000617
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510
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.12624 second user time and 1.5508 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-01 22:54:19
IDJOB=4254949
IDBENCH=133708
IDSOLVER=2637
FILE ID=node131/4254949-1501621696
RUNJOBID= node131-1501617193-9963
PBS_JOBID= 
Free space on /tmp= 61936 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r4.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-4254949-1501621696/watcher-4254949-1501621696 -o /tmp/evaluation-result-4254949-1501621696/solver-4254949-1501621696 -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 105089481 HOME/instance-4254949-1501621696.xml

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

MD5SUM BENCH= f67f1c0e82ebca3fffd47008cd4871f3
RANDOM SEED=105089481

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:        31137112 kB
MemAvailable:   31210400 kB
Buffers:           95188 kB
Cached:           262440 kB
SwapCached:            0 kB
Active:          1032748 kB
Inactive:         201840 kB
Active(anon):     877252 kB
Inactive(anon):     8532 kB
Active(file):     155496 kB
Inactive(file):   193308 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7404 kB
Writeback:           396 kB
AnonPages:        876600 kB
Mapped:            42184 kB
Shmem:              8872 kB
Slab:             105312 kB
SReclaimable:      80636 kB
SUnreclaim:        24676 kB
KernelStack:        3456 kB
PageTables:         6280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2307944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    780288 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:58:19