Trace number 4249160

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 NameAnswerCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)SAT 24.3569 13.0927

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s25/
TravellingSalesman-25-003_X2.xml
MD5SUMd6e988770bc6f2507c309b4f4f3312cf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.1942799
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":25,"count":25},{"size":149,"count":24},{"size":1001,"count":25}]
Minimum variable degree1
Maximum variable degree25
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":49},{"degree":25,"count":25}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":325},{"arity":3,"count":25}]
Number of extensional constraints350
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":350}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249160-1500694060.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4249160-1500694060.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
19.13/12.39	c solve instance...
23.76/13.07	s SATISFIABLE
23.76/13.07	v <instantiation>
23.76/13.07	v 	<list>w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] z[19] z[20] z[21] z[22] z[23] </list>
23.76/13.07	v 	<values>148 0 25 11 4 6 9 23 1 16 20 22 7 24 5 12 18 13 15 2 14 10 8 17 21 19 3 18 12 1 2 4 3 7 19 1 1 0 14 12 8 2 0 7 10 9 4 2 2 8 2 0 30 31 33 37 40 47 66 67 68 68 82 94 102 104 104 111 121 130 134 136 138 146 148 148 </values>
23.76/13.07	v </instantiation>

Verifier Data

OK	

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-4249160-1500694060/watcher-4249160-1500694060 -o /tmp/evaluation-result-4249160-1500694060/solver-4249160-1500694060 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8560 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2019741399 HOME/instance-4249160-1500694060.xml 

pid=14866
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 15.44 15.29 14.56 9/270 14869
/proc/meminfo: memFree=28517736/32770624 swapFree=5656/332940
[pid=14869] ppid=14866 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14869/stat : 14869 (xcsp3-exec) S 14866 14869 7102 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4673470 9740288 346 33554432000 4194304 5098028 140728936498912 140728936497016 140664288895612 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8826880 140728936506510 140728936506720 140728936506720 140728936509419 0
/proc/14869/statm: 2378 346 289 221 0 87 0

[startup+0.100102 s]
/proc/loadavg: 15.44 15.29 14.56 9/270 14869
/proc/meminfo: memFree=28517736/32770624 swapFree=5656/332940
[pid=14869] ppid=14866 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14869/stat : 14869 (xcsp3-exec) S 14866 14869 7102 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4673470 9740288 346 33554432000 4194304 5098028 140728936498912 140728936497016 140664288895612 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8826880 140728936506510 140728936506720 140728936506720 140728936509419 0
/proc/14869/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200279 s]
/proc/loadavg: 15.44 15.29 14.56 9/270 14869
/proc/meminfo: memFree=28517736/32770624 swapFree=5656/332940
[pid=14869] ppid=14866 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14869/stat : 14869 (xcsp3-exec) S 14866 14869 7102 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4673470 9740288 346 33554432000 4194304 5098028 140728936498912 140728936497016 140664288895612 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8826880 140728936506510 140728936506720 140728936506720 140728936509419 0
/proc/14869/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300224 s]
/proc/loadavg: 15.44 15.29 14.56 9/270 14869
/proc/meminfo: memFree=28517736/32770624 swapFree=5656/332940
[pid=14869] ppid=14866 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14869/stat : 14869 (xcsp3-exec) S 14866 14869 7102 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4673470 9740288 346 33554432000 4194304 5098028 140728936498912 140728936497016 140664288895612 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8826880 140728936506510 140728936506720 140728936506720 140728936509419 0
/proc/14869/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70025 s]
/proc/loadavg: 15.44 15.29 14.56 9/270 14869
/proc/meminfo: memFree=28517736/32770624 swapFree=5656/332940
[pid=14869] ppid=14866 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14869/stat : 14869 (xcsp3-exec) S 14866 14869 7102 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4673470 9740288 346 33554432000 4194304 5098028 140728936498912 140728936497016 140664288895612 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8826880 140728936506510 140728936506720 140728936506720 140728936509419 0
/proc/14869/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5008 s]
/proc/loadavg: 15.44 15.29 14.56 10/291 14890
/proc/meminfo: memFree=28431368/32770624 swapFree=5656/332904
[pid=14869] ppid=14866 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14869/stat : 14869 (xcsp3-exec) S 14866 14869 7102 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4673470 9740288 346 33554432000 4194304 5098028 140728936498912 140728936497016 140664288895612 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8826880 140728936506510 140728936506720 140728936506720 140728936509419 0
/proc/14869/statm: 2378 346 289 221 0 87 0
[pid=14870] ppid=14869 vsize=13269256 CPUtime=2.64 cores=1,3,5,7,9,11,13,15
/proc/14870/stat : 14870 (java) S 14869 14869 7102 0 -1 1077944320 13936 0 0 0 257 7 0 0 20 0 20 0 4673470 13587718144 28294 33554432000 4194304 4196468 140721051858816 140721051841360 140520627617527 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
/proc/14870/statm: 3317314 28294 3201 1 0 3304547 0
[pid=14870/tid=14871] ppid=14869 vsize=13269256 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14871/stat : 14871 (java) R 14869 14869 7102 0 -1 4202560 6349 0 0 0 143 4 0 0 20 0 20 0 4673470 13587718144 28294 33554432000 4194304 4196468 140721051858816 140520631854712 140520268944182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14873] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14873/stat : 14873 (java) S 14869 14869 7102 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4673471 13587718144 28294 33554432000 4194304 4196468 140721051858816 140520226933136 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14874] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14874/stat : 14874 (java) S 14869 14869 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4673471 13587718144 28294 33554432000 4194304 4196468 140721051858816 140520225880336 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14875] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14875/stat : 14875 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4673471 13587718144 28294 33554432000 4194304 4196468 140721051858816 140520224828048 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14876] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14876/stat : 14876 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4673471 13587718144 28294 33554432000 4194304 4196468 140721051858816 140520223775248 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14877] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14877/stat : 14877 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4673471 13587718144 28294 33554432000 4194304 4196468 140721051858816 140520222722960 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14878] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14878/stat : 14878 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4673471 13587718144 28294 33554432000 4194304 4196468 140721051858816 140520221670160 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14879] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14879/stat : 14879 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4673471 13587718144 28294 33554432000 4194304 4196468 140721051858816 140520220617872 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14880] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14880/stat : 14880 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4673471 13587718144 28294 33554432000 4194304 4196468 140721051858816 140520219565072 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14881] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14881/stat : 14881 (java) S 14869 14869 7102 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4673474 13587718144 28294 33554432000 4194304 4196468 140721051858816 140519955650672 140520627628674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14882] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14882/stat : 14882 (java) S 14869 14869 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4673474 13587718144 28294 33554432000 4194304 4196468 140721051858816 140519954596640 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14883] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14883/stat : 14883 (java) S 14869 14869 7102 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4673475 13587718144 28294 33554432000 4194304 4196468 140721051858816 140519953544304 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14884] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14884/stat : 14884 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4673478 13587718144 28294 33554432000 4194304 4196468 140721051858816 140519952492624 140520627636123 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14885] ppid=14869 vsize=13269256 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14885/stat : 14885 (java) S 14869 14869 7102 0 -1 1077944384 2129 0 0 0 27 0 0 0 20 0 20 0 4673478 13587718144 28294 33554432000 4194304 4196468 140721051858816 140519951440496 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14886] ppid=14869 vsize=13269256 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14886/stat : 14886 (java) S 14869 14869 7102 0 -1 1077944384 1095 0 0 0 25 0 0 0 20 0 20 0 4673478 13587718144 28294 33554432000 4194304 4196468 140721051858816 140519950387696 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14887] ppid=14869 vsize=13269256 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14887/stat : 14887 (java) S 14869 14869 7102 0 -1 1077944384 1463 0 0 0 27 0 0 0 20 0 20 0 4673479 13587718144 28294 33554432000 4194304 4196468 140721051858816 140519949335408 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14888] ppid=14869 vsize=13269256 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14888/stat : 14888 (java) S 14869 14869 7102 0 -1 1077944384 1587 0 0 0 33 0 0 0 20 0 20 0 4673479 13587718144 28294 33554432000 4194304 4196468 140721051858816 140519948282608 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14889] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14889/stat : 14889 (java) S 14869 14869 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4673479 13587718144 28294 33554432000 4194304 4196468 140721051858816 140519947229536 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14890] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14890/stat : 14890 (java) S 14869 14869 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4673479 13587718144 28294 33554432000 4194304 4196468 140721051858816 140519946176816 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 13278768

[startup+3.10094 s]
/proc/loadavg: 15.44 15.29 14.56 14/291 14890
/proc/meminfo: memFree=28406516/32770624 swapFree=5656/332904
[pid=14869] ppid=14866 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14869/stat : 14869 (xcsp3-exec) S 14866 14869 7102 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4673470 9740288 346 33554432000 4194304 5098028 140728936498912 140728936497016 140664288895612 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8826880 140728936506510 140728936506720 140728936506720 140728936509419 0
/proc/14869/statm: 2378 346 289 221 0 87 0
[pid=14870] ppid=14869 vsize=13269256 CPUtime=5.26 cores=1,3,5,7,9,11,13,15
/proc/14870/stat : 14870 (java) S 14869 14869 7102 0 -1 1077944320 20439 0 0 0 471 55 0 0 20 0 20 0 4673470 13587718144 66638 33554432000 4194304 4196468 140721051858816 140721051841360 140520627617527 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
/proc/14870/statm: 3317314 66638 3234 1 0 3304547 0
[pid=14870/tid=14871] ppid=14869 vsize=13269256 CPUtime=2.98 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14871/stat : 14871 (java) R 14869 14869 7102 0 -1 4202560 8277 0 0 0 292 6 0 0 20 0 20 0 4673470 13587718144 66638 33554432000 4194304 4196468 140721051858816 140520631854952 140520268944224 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14873] ppid=14869 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14873/stat : 14873 (java) S 14869 14869 7102 0 -1 1077944384 87 0 0 0 2 5 0 0 20 0 20 0 4673471 13587718144 66638 33554432000 4194304 4196468 140721051858816 140520226933136 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14874] ppid=14869 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14874/stat : 14874 (java) S 14869 14869 7102 0 -1 1077944384 76 0 0 0 1 6 0 0 20 0 20 0 4673471 13587718144 66638 33554432000 4194304 4196468 140721051858816 140520225880336 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14875] ppid=14869 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14875/stat : 14875 (java) S 14869 14869 7102 0 -1 1077944384 135 0 0 0 1 6 0 0 20 0 20 0 4673471 13587718144 66638 33554432000 4194304 4196468 140721051858816 140520224828048 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14876] ppid=14869 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14876/stat : 14876 (java) S 14869 14869 7102 0 -1 1077944384 61 0 0 0 2 5 0 0 20 0 20 0 4673471 13587718144 66638 33554432000 4194304 4196468 140721051858816 140520223775248 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14877] ppid=14869 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14877/stat : 14877 (java) S 14869 14869 7102 0 -1 1077944384 143 0 0 0 2 5 0 0 20 0 20 0 4673471 13587718144 66638 33554432000 4194304 4196468 140721051858816 140520222722960 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14878] ppid=14869 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14878/stat : 14878 (java) S 14869 14869 7102 0 -1 1077944384 56 0 0 0 3 5 0 0 20 0 20 0 4673471 13587718144 66638 33554432000 4194304 4196468 140721051858816 140520221670160 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14879] ppid=14869 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14879/stat : 14879 (java) S 14869 14869 7102 0 -1 1077944384 77 0 0 0 3 5 0 0 20 0 20 0 4673471 13587718144 66638 33554432000 4194304 4196468 140721051858816 140520220617872 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14880] ppid=14869 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14880/stat : 14880 (java) S 14869 14869 7102 0 -1 1077944384 62 0 0 0 2 5 0 0 20 0 20 0 4673471 13587718144 66638 33554432000 4194304 4196468 140721051858816 140520219565072 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14881] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14881/stat : 14881 (java) S 14869 14869 7102 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 20 0 4673474 13587718144 66638 33554432000 4194304 4196468 140721051858816 140519955650672 140520627628674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14882] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14882/stat : 14882 (java) S 14869 14869 7102 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4673474 13587718144 66638 33554432000 4194304 4196468 140721051858816 140519954596640 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14883] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14883/stat : 14883 (java) S 14869 14869 7102 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 4673475 13587718144 66638 33554432000 4194304 4196468 140721051858816 140519953544304 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14884] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14884/stat : 14884 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4673478 13587718144 66638 33554432000 4194304 4196468 140721051858816 140519952492624 140520627636123 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14885] ppid=14869 vsize=13269256 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14885/stat : 14885 (java) S 14869 14869 7102 0 -1 1077944384 3085 0 0 0 39 0 0 0 20 0 20 0 4673478 13587718144 66638 33554432000 4194304 4196468 140721051858816 140519951440496 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14886] ppid=14869 vsize=13269256 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14886/stat : 14886 (java) S 14869 14869 7102 0 -1 1077944384 1984 0 0 0 37 0 0 0 20 0 20 0 4673478 13587718144 66638 33554432000 4194304 4196468 140721051858816 140519950387696 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14887] ppid=14869 vsize=13269256 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14887/stat : 14887 (java) S 14869 14869 7102 0 -1 1077944384 2147 0 0 0 38 0 0 0 20 0 20 0 4673479 13587718144 66638 33554432000 4194304 4196468 140721051858816 140519949335408 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14888] ppid=14869 vsize=13269256 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14888/stat : 14888 (java) S 14869 14869 7102 0 -1 1077944384 2695 0 0 0 41 0 0 0 20 0 20 0 4673479 13587718144 66638 33554432000 4194304 4196468 140721051858816 140519948282608 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14889] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14889/stat : 14889 (java) S 14869 14869 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4673479 13587718144 66638 33554432000 4194304 4196468 140721051858816 140519947229536 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14890] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14890/stat : 14890 (java) S 14869 14869 7102 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4673479 13587718144 66638 33554432000 4194304 4196468 140721051858816 140519946176816 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 13278768

[startup+6.30077 s]
/proc/loadavg: 14.85 15.17 14.52 10/291 14890
/proc/meminfo: memFree=28157420/32770624 swapFree=5656/332904
[pid=14869] ppid=14866 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14869/stat : 14869 (xcsp3-exec) S 14866 14869 7102 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4673470 9740288 346 33554432000 4194304 5098028 140728936498912 140728936497016 140664288895612 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8826880 140728936506510 140728936506720 140728936506720 140728936509419 0
/proc/14869/statm: 2378 346 289 221 0 87 0
[pid=14870] ppid=14869 vsize=13269256 CPUtime=10.37 cores=1,3,5,7,9,11,13,15
/proc/14870/stat : 14870 (java) S 14869 14869 7102 0 -1 1077944320 26018 0 0 0 926 111 0 0 20 0 20 0 4673470 13587718144 98257 33554432000 4194304 4196468 140721051858816 140721051841360 140520627617527 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
/proc/14870/statm: 3317314 98257 3235 1 0 3304547 0
[pid=14870/tid=14871] ppid=14869 vsize=13269256 CPUtime=5.94 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14871/stat : 14871 (java) R 14869 14869 7102 0 -1 4202560 8316 0 0 0 588 6 0 0 20 0 20 0 4673470 13587718144 98257 33554432000 4194304 4196468 140721051858816 140520631851504 140520268944182 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14873] ppid=14869 vsize=13269256 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14873/stat : 14873 (java) S 14869 14869 7102 0 -1 1077944384 165 0 0 0 6 8 0 0 20 0 20 0 4673471 13587718144 98257 33554432000 4194304 4196468 140721051858816 140520226933136 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14874] ppid=14869 vsize=13269256 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14874/stat : 14874 (java) S 14869 14869 7102 0 -1 1077944384 119 0 0 0 4 8 0 0 20 0 20 0 4673471 13587718144 98257 33554432000 4194304 4196468 140721051858816 140520225880336 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14875] ppid=14869 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14875/stat : 14875 (java) S 14869 14869 7102 0 -1 1077944384 209 0 0 0 4 15 0 0 20 0 20 0 4673471 13587718144 98257 33554432000 4194304 4196468 140721051858816 140520224828048 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14876] ppid=14869 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14876/stat : 14876 (java) S 14869 14869 7102 0 -1 1077944384 140 0 0 0 5 14 0 0 20 0 20 0 4673471 13587718144 98257 33554432000 4194304 4196468 140721051858816 140520223775248 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14877] ppid=14869 vsize=13269256 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14877/stat : 14877 (java) S 14869 14869 7102 0 -1 1077944384 218 0 0 0 5 13 0 0 20 0 20 0 4673471 13587718144 98257 33554432000 4194304 4196468 140721051858816 140520222722960 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14878] ppid=14869 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14878/stat : 14878 (java) S 14869 14869 7102 0 -1 1077944384 152 0 0 0 6 13 0 0 20 0 20 0 4673471 13587718144 98257 33554432000 4194304 4196468 140721051858816 140520221670160 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14879] ppid=14869 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14879/stat : 14879 (java) S 14869 14869 7102 0 -1 1077944384 165 0 0 0 6 13 0 0 20 0 20 0 4673471 13587718144 98257 33554432000 4194304 4196468 140721051858816 140520220617872 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14880] ppid=14869 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14880/stat : 14880 (java) S 14869 14869 7102 0 -1 1077944384 159 0 0 0 5 14 0 0 20 0 20 0 4673471 13587718144 98257 33554432000 4194304 4196468 140721051858816 140520219565072 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14881] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14881/stat : 14881 (java) S 14869 14869 7102 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 20 0 4673474 13587718144 98257 33554432000 4194304 4196468 140721051858816 140519955650672 140520627628674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14882] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14882/stat : 14882 (java) S 14869 14869 7102 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4673474 13587718144 98257 33554432000 4194304 4196468 140721051858816 140519954596704 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14883] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14883/stat : 14883 (java) S 14869 14869 7102 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 4673475 13587718144 98257 33554432000 4194304 4196468 140721051858816 140519953544320 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14884] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14884/stat : 14884 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4673478 13587718144 98257 33554432000 4194304 4196468 140721051858816 140519952492624 140520627636123 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0

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

/proc/14870/task/14887/stat : 14887 (java) S 14869 14869 7102 0 -1 1077944384 2225 0 0 0 52 0 0 0 20 0 20 0 4673479 13587718144 98257 33554432000 4194304 4196468 140721051858816 140519949335408 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14888] ppid=14869 vsize=13269256 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14888/stat : 14888 (java) S 14869 14869 7102 0 -1 1077944384 2785 0 0 0 47 0 0 0 20 0 20 0 4673479 13587718144 98257 33554432000 4194304 4196468 140721051858816 140519948282608 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14889] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14889/stat : 14889 (java) S 14869 14869 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4673479 13587718144 98257 33554432000 4194304 4196468 140721051858816 140519947229536 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14890] ppid=14869 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14890/stat : 14890 (java) S 14869 14869 7102 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 4673479 13587718144 98257 33554432000 4194304 4196468 140721051858816 140519946176816 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
Current children cumulated CPU time (s) 10.37
Current children cumulated vsize (KiB) 13278768

[startup+12.7011 s]
/proc/loadavg: 14.38 15.07 14.49 10/291 14890
/proc/meminfo: memFree=27815044/32770624 swapFree=5656/332924
[pid=14869] ppid=14866 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14869/stat : 14869 (xcsp3-exec) S 14866 14869 7102 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4673470 9740288 346 33554432000 4194304 5098028 140728936498912 140728936497016 140664288895612 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8826880 140728936506510 140728936506720 140728936506720 140728936509419 0
/proc/14869/statm: 2378 346 289 221 0 87 0
[pid=14870] ppid=14869 vsize=13801768 CPUtime=21.42 cores=1,3,5,7,9,11,13,15
/proc/14870/stat : 14870 (java) S 14869 14869 7102 0 -1 1077944320 41888 0 0 0 1917 225 0 0 20 0 28 0 4673470 14133010432 188776 33554432000 4194304 4196468 140721051858816 140721051841360 140520627617527 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
/proc/14870/statm: 3450442 188776 3259 1 0 3437675 0
[pid=14870/tid=14871] ppid=14869 vsize=13801768 CPUtime=11.64 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14871/stat : 14871 (java) S 14869 14869 7102 0 -1 1077944384 10262 0 0 0 1156 8 0 0 20 0 28 0 4673470 14133010432 188776 33554432000 4194304 4196468 140721051858816 140520631858304 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14873] ppid=14869 vsize=13801768 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14873/stat : 14873 (java) S 14869 14869 7102 0 -1 1077944384 872 0 0 0 28 22 0 0 20 0 28 0 4673471 14133010432 188776 33554432000 4194304 4196468 140721051858816 140520226933136 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14874] ppid=14869 vsize=13801768 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14874/stat : 14874 (java) S 14869 14869 7102 0 -1 1077944384 1294 0 0 0 26 23 0 0 20 0 28 0 4673471 14133010432 188776 33554432000 4194304 4196468 140721051858816 140520225880336 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14875] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14875/stat : 14875 (java) S 14869 14869 7102 0 -1 1077944384 994 0 0 0 27 28 0 0 20 0 28 0 4673471 14133010432 188776 33554432000 4194304 4196468 140721051858816 140520224828048 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14876] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14876/stat : 14876 (java) S 14869 14869 7102 0 -1 1077944384 1133 0 0 0 28 27 0 0 20 0 28 0 4673471 14133010432 188776 33554432000 4194304 4196468 140721051858816 140520223775248 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14877] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14877/stat : 14877 (java) S 14869 14869 7102 0 -1 1077944384 933 0 0 0 27 28 0 0 20 0 28 0 4673471 14133010432 188776 33554432000 4194304 4196468 140721051858816 140520222722960 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14878] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14878/stat : 14878 (java) S 14869 14869 7102 0 -1 1077944384 1021 0 0 0 28 27 0 0 20 0 28 0 4673471 14133010432 188776 33554432000 4194304 4196468 140721051858816 140520221670160 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14879] ppid=14869 vsize=13801768 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14879/stat : 14879 (java) S 14869 14869 7102 0 -1 1077944384 867 0 0 0 28 26 0 0 20 0 28 0 4673471 14133010432 188776 33554432000 4194304 4196468 140721051858816 140520220617872 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14880] ppid=14869 vsize=13801768 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14880/stat : 14880 (java) S 14869 14869 7102 0 -1 1077944384 737 0 0 0 27 27 0 0 20 0 28 0 4673471 14133010432 188776 33554432000 4194304 4196468 140721051858816 140520219565072 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14881] ppid=14869 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14881/stat : 14881 (java) S 14869 14869 7102 0 -1 1077944384 1713 0 0 0 3 0 0 0 20 0 28 0 4673474 14133010432 188776 33554432000 4194304 4196468 140721051858816 140519955650672 140520627628674 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14882] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14882/stat : 14882 (java) S 14869 14869 7102 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4673474 14133010432 188776 33554432000 4194304 4196468 140721051858816 140519954596704 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14883] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14883/stat : 14883 (java) S 14869 14869 7102 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 4673475 14133010432 188776 33554432000 4194304 4196468 140721051858816 140519953544320 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14884] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14884/stat : 14884 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4673478 14133010432 188776 33554432000 4194304 4196468 140721051858816 140519952492624 140520627636123 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14885] ppid=14869 vsize=13801768 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14885/stat : 14885 (java) R 14869 14869 7102 0 -1 4202560 6109 0 0 0 107 0 0 0 20 0 28 0 4673478 14133010432 188776 33554432000 4194304 4196468 140721051858816 140519951427040 140520609160859 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14886] ppid=14869 vsize=13801768 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14886/stat : 14886 (java) R 14869 14869 7102 0 -1 4202560 6585 0 0 0 150 0 0 0 20 0 28 0 4673478 14133010432 188776 33554432000 4194304 4196468 140721051858816 140519950375696 140520606941929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14887] ppid=14869 vsize=13801768 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14887/stat : 14887 (java) R 14869 14869 7102 0 -1 4202560 3245 0 0 0 85 0 0 0 20 0 28 0 4673479 14133010432 188776 33554432000 4194304 4196468 140721051858816 140519949321976 140520606918423 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14888] ppid=14869 vsize=13801768 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14888/stat : 14888 (java) R 14869 14869 7102 0 -1 4202560 3883 0 0 0 60 1 0 0 20 0 28 0 4673479 14133010432 188776 33554432000 4194304 4196468 140721051858816 140519948282608 140520620602569 0 4 0 16800975 0 0 0 -1 9 0 0 13 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14889] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14889/stat : 14889 (java) S 14869 14869 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4673479 14133010432 188776 33554432000 4194304 4196468 140721051858816 140519947229536 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14890] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14890/stat : 14890 (java) S 14869 14869 7102 0 -1 1077944384 515 0 0 0 0 0 0 0 20 0 28 0 4673479 14133010432 188776 33554432000 4194304 4196468 140721051858816 140519946176816 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
Current children cumulated CPU time (s) 21.42
Current children cumulated vsize (KiB) 13811280

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14870 sig 9
??? kill 14869 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8015 s]
/proc/loadavg: 14.38 15.07 14.49 10/291 14890
/proc/meminfo: memFree=27815044/32770624 swapFree=5656/332924
[pid=14869] ppid=14866 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14869/stat : 14869 (xcsp3-exec) S 14866 14869 7102 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4673470 9740288 346 33554432000 4194304 5098028 140728936498912 140728936497016 140664288895612 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8826880 140728936506510 140728936506720 140728936506720 140728936509419 0
/proc/14869/statm: 2378 346 289 221 0 87 0
[pid=14870] ppid=14869 vsize=13801768 CPUtime=22.22 cores=1,3,5,7,9,11,13,15
/proc/14870/stat : 14870 (java) S 14869 14869 7102 0 -1 1077944320 43298 0 0 0 1997 225 0 0 20 0 28 0 4673470 14133010432 189575 33554432000 4194304 4196468 140721051858816 140721051841360 140520627617527 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
/proc/14870/statm: 3450442 189575 3259 1 0 3437675 0
[pid=14870/tid=14871] ppid=14869 vsize=13801768 CPUtime=11.64 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14871/stat : 14871 (java) S 14869 14869 7102 0 -1 1077944384 10262 0 0 0 1156 8 0 0 20 0 28 0 4673470 14133010432 189575 33554432000 4194304 4196468 140721051858816 140520631858304 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14873] ppid=14869 vsize=13801768 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14873/stat : 14873 (java) S 14869 14869 7102 0 -1 1077944384 872 0 0 0 28 22 0 0 20 0 28 0 4673471 14133010432 189575 33554432000 4194304 4196468 140721051858816 140520226933136 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14874] ppid=14869 vsize=13801768 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14874/stat : 14874 (java) S 14869 14869 7102 0 -1 1077944384 1294 0 0 0 26 23 0 0 20 0 28 0 4673471 14133010432 189575 33554432000 4194304 4196468 140721051858816 140520225880336 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14875] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14875/stat : 14875 (java) S 14869 14869 7102 0 -1 1077944384 994 0 0 0 27 28 0 0 20 0 28 0 4673471 14133010432 189575 33554432000 4194304 4196468 140721051858816 140520224828048 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14876] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14876/stat : 14876 (java) S 14869 14869 7102 0 -1 1077944384 1133 0 0 0 28 27 0 0 20 0 28 0 4673471 14133010432 189575 33554432000 4194304 4196468 140721051858816 140520223775248 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14877] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14877/stat : 14877 (java) S 14869 14869 7102 0 -1 1077944384 933 0 0 0 27 28 0 0 20 0 28 0 4673471 14133010432 189575 33554432000 4194304 4196468 140721051858816 140520222722960 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14878] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14878/stat : 14878 (java) S 14869 14869 7102 0 -1 1077944384 1021 0 0 0 28 27 0 0 20 0 28 0 4673471 14133010432 189575 33554432000 4194304 4196468 140721051858816 140520221670160 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14879] ppid=14869 vsize=13801768 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14879/stat : 14879 (java) S 14869 14869 7102 0 -1 1077944384 867 0 0 0 28 26 0 0 20 0 28 0 4673471 14133010432 189575 33554432000 4194304 4196468 140721051858816 140520220617872 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14880] ppid=14869 vsize=13801768 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14880/stat : 14880 (java) S 14869 14869 7102 0 -1 1077944384 737 0 0 0 27 27 0 0 20 0 28 0 4673471 14133010432 189575 33554432000 4194304 4196468 140721051858816 140520219565072 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14881] ppid=14869 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14881/stat : 14881 (java) S 14869 14869 7102 0 -1 1077944384 1713 0 0 0 3 0 0 0 20 0 28 0 4673474 14133010432 189575 33554432000 4194304 4196468 140721051858816 140519955650672 140520627628674 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14882] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14882/stat : 14882 (java) S 14869 14869 7102 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4673474 14133010432 189575 33554432000 4194304 4196468 140721051858816 140519954596704 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14883] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14883/stat : 14883 (java) S 14869 14869 7102 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 4673475 14133010432 189575 33554432000 4194304 4196468 140721051858816 140519953544320 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14884] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14884/stat : 14884 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4673478 14133010432 189575 33554432000 4194304 4196468 140721051858816 140519952492624 140520627636123 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14885] ppid=14869 vsize=13801768 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14885/stat : 14885 (java) R 14869 14869 7102 0 -1 4202560 6381 0 0 0 112 0 0 0 20 0 28 0 4673478 14133010432 189575 33554432000 4194304 4196468 140721051858816 140519951427040 140520611004315 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14886] ppid=14869 vsize=13801768 CPUtime=1.56 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14886/stat : 14886 (java) R 14869 14869 7102 0 -1 4202560 6743 0 0 0 156 0 0 0 20 0 28 0 4673478 14133010432 189575 33554432000 4194304 4196468 140721051858816 140519950379776 140520606794207 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14887] ppid=14869 vsize=13801768 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14887/stat : 14887 (java) R 14869 14869 7102 0 -1 4202560 3804 0 0 0 91 1 0 0 20 0 28 0 4673479 14133010432 189575 33554432000 4194304 4196468 140721051858816 140519949321432 140520611005220 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14888] ppid=14869 vsize=13801768 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14888/stat : 14888 (java) S 14869 14869 7102 0 -1 1077944384 4302 0 0 0 64 1 0 0 20 0 28 0 4673479 14133010432 189575 33554432000 4194304 4196468 140721051858816 140519948282608 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14889] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14889/stat : 14889 (java) S 14869 14869 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4673479 14133010432 189575 33554432000 4194304 4196468 140721051858816 140519947229536 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14890] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14890/stat : 14890 (java) S 14869 14869 7102 0 -1 1077944384 515 0 0 0 0 0 0 0 20 0 28 0 4673479 14133010432 189575 33554432000 4194304 4196468 140721051858816 140519946176816 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
Current children cumulated CPU time (s) 22.22
Current children cumulated vsize (KiB) 13811280

[startup+13.0012 s]
/proc/loadavg: 14.38 15.07 14.49 10/291 14890
/proc/meminfo: memFree=27815044/32770624 swapFree=5656/332924
[pid=14869] ppid=14866 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14869/stat : 14869 (xcsp3-exec) S 14866 14869 7102 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4673470 9740288 346 33554432000 4194304 5098028 140728936498912 140728936497016 140664288895612 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8826880 140728936506510 140728936506720 140728936506720 140728936509419 0
/proc/14869/statm: 2378 346 289 221 0 87 0
[pid=14870] ppid=14869 vsize=13801768 CPUtime=23.76 cores=1,3,5,7,9,11,13,15
/proc/14870/stat : 14870 (java) S 14869 14869 7102 0 -1 1077944320 44458 0 0 0 2150 226 0 0 20 0 28 0 4673470 14133010432 190073 33554432000 4194304 4196468 140721051858816 140721051841360 140520627617527 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
/proc/14870/statm: 3450442 190073 3259 1 0 3437675 0
[pid=14870/tid=14871] ppid=14869 vsize=13801768 CPUtime=11.64 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14871/stat : 14871 (java) S 14869 14869 7102 0 -1 1077944384 10262 0 0 0 1156 8 0 0 20 0 28 0 4673470 14133010432 190073 33554432000 4194304 4196468 140721051858816 140520631858304 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14873] ppid=14869 vsize=13801768 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14873/stat : 14873 (java) S 14869 14869 7102 0 -1 1077944384 872 0 0 0 28 22 0 0 20 0 28 0 4673471 14133010432 190073 33554432000 4194304 4196468 140721051858816 140520226933136 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14874] ppid=14869 vsize=13801768 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14874/stat : 14874 (java) S 14869 14869 7102 0 -1 1077944384 1294 0 0 0 26 23 0 0 20 0 28 0 4673471 14133010432 190073 33554432000 4194304 4196468 140721051858816 140520225880336 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14875] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14875/stat : 14875 (java) S 14869 14869 7102 0 -1 1077944384 994 0 0 0 27 28 0 0 20 0 28 0 4673471 14133010432 190073 33554432000 4194304 4196468 140721051858816 140520224828048 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14876] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14876/stat : 14876 (java) S 14869 14869 7102 0 -1 1077944384 1133 0 0 0 28 27 0 0 20 0 28 0 4673471 14133010432 190073 33554432000 4194304 4196468 140721051858816 140520223775248 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14877] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14877/stat : 14877 (java) S 14869 14869 7102 0 -1 1077944384 933 0 0 0 27 28 0 0 20 0 28 0 4673471 14133010432 190073 33554432000 4194304 4196468 140721051858816 140520222722960 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14878] ppid=14869 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14878/stat : 14878 (java) S 14869 14869 7102 0 -1 1077944384 1021 0 0 0 28 27 0 0 20 0 28 0 4673471 14133010432 190073 33554432000 4194304 4196468 140721051858816 140520221670160 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14879] ppid=14869 vsize=13801768 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14879/stat : 14879 (java) S 14869 14869 7102 0 -1 1077944384 867 0 0 0 28 26 0 0 20 0 28 0 4673471 14133010432 190073 33554432000 4194304 4196468 140721051858816 140520220617872 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14880] ppid=14869 vsize=13801768 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14880/stat : 14880 (java) S 14869 14869 7102 0 -1 1077944384 737 0 0 0 27 27 0 0 20 0 28 0 4673471 14133010432 190073 33554432000 4194304 4196468 140721051858816 140520219565072 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14881] ppid=14869 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14881/stat : 14881 (java) S 14869 14869 7102 0 -1 1077944384 1713 0 0 0 4 0 0 0 20 0 28 0 4673474 14133010432 190073 33554432000 4194304 4196468 140721051858816 140519955650672 140520627628674 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14882] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14882/stat : 14882 (java) S 14869 14869 7102 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4673474 14133010432 190073 33554432000 4194304 4196468 140721051858816 140519954596704 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14883] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14883/stat : 14883 (java) S 14869 14869 7102 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 4673475 14133010432 190073 33554432000 4194304 4196468 140721051858816 140519953544320 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14884] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14884/stat : 14884 (java) S 14869 14869 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4673478 14133010432 190073 33554432000 4194304 4196468 140721051858816 140519952492624 140520627636123 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14885] ppid=14869 vsize=13801768 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14885/stat : 14885 (java) R 14869 14869 7102 0 -1 4202560 6545 0 0 0 125 0 0 0 20 0 28 0 4673478 14133010432 190073 33554432000 4194304 4196468 140721051858816 140519951427064 140520608796336 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14886] ppid=14869 vsize=13801768 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14886/stat : 14886 (java) R 14869 14869 7102 0 -1 4202560 7298 0 0 0 175 0 0 0 20 0 28 0 4673478 14133010432 190073 33554432000 4194304 4196468 140721051858816 140519950373200 140520612539353 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14887] ppid=14869 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14887/stat : 14887 (java) R 14869 14869 7102 0 -1 4202560 4198 0 0 0 102 1 0 0 20 0 28 0 4673479 14133010432 190073 33554432000 4194304 4196468 140721051858816 140519949326752 140520611028320 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14888] ppid=14869 vsize=13801768 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14888/stat : 14888 (java) R 14869 14869 7102 0 -1 4202560 4347 0 0 0 67 1 0 0 20 0 28 0 4673479 14133010432 190073 33554432000 4194304 4196468 140721051858816 140519948282608 140520627638874 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14889] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14889/stat : 14889 (java) S 14869 14869 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4673479 14133010432 190073 33554432000 4194304 4196468 140721051858816 140519947229536 140520627627733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
[pid=14870/tid=14890] ppid=14869 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14870/task/14890/stat : 14890 (java) S 14869 14869 7102 0 -1 1077944384 515 0 0 0 0 0 0 0 20 0 28 0 4673479 14133010432 190073 33554432000 4194304 4196468 140721051858816 140519946176816 140520627628674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14237696 140721051866300 140721051866476 140721051866476 140721051869135 0
Current children cumulated CPU time (s) 23.76
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 13.0927
CPU time (s): 24.3569
CPU user time (s): 22.0729
CPU system time (s): 2.28398
CPU usage (%): 186.034
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.0729
system time used= 2.28398
maximum resident set size= 762348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45095
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4268
involuntary context switches= 1940

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.100037 second user time and 0.110483 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 05:27:40
IDJOB=4249160
IDBENCH=135709
IDSOLVER=2626
FILE ID=node130/4249160-1500694060
RUNJOBID= node130-1500684118-8560
PBS_JOBID= 20623029
Free space on /tmp= 61952 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s25/TravellingSalesman-25-003_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249160-1500694060/watcher-4249160-1500694060 -o /tmp/evaluation-result-4249160-1500694060/solver-4249160-1500694060 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8560 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2019741399 HOME/instance-4249160-1500694060.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= d6e988770bc6f2507c309b4f4f3312cf
RANDOM SEED=2019741399

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

/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	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28518192 kB
MemAvailable:   28730828 kB
Buffers:          120676 kB
Cached:           373816 kB
SwapCached:            0 kB
Active:          3473652 kB
Inactive:         341748 kB
Active(anon):    3323728 kB
Inactive(anon):     8888 kB
Active(file):     149924 kB
Inactive(file):   332860 kB
Unevictable:        5656 kB
Mlocked:            5656 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:       3343952 kB
Mapped:            42628 kB
Shmem:              8844 kB
Slab:             125440 kB
SReclaimable:      91372 kB
SUnreclaim:        34068 kB
KernelStack:        5136 kB
PageTables:        12020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4127848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3215360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61944 MiB
End job on node130 at 2017-07-22 05:27:53