Trace number 4246855

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
R1: choco-solver 4.0.5 (2017-07-05)SAT (TO)350 2400.55 1774.43

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-19-a4.xml
MD5SUM264cffe383a4c1beb81f164e203eb53e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark313
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints13568
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":19}]
Minimum variable degree2755
Maximum variable degree2756
Distribution of variable degrees[{"degree":2755,"count":17},{"degree":2756,"count":2}]
Minimum constraint arity1
Maximum constraint arity19
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1938},{"arity":4,"count":11628},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints13567
Distribution of constraint types[{"type":"intension","count":13567},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4246855-1500688338.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4246855-1500688338.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
25.00/5.73	c solve instance...
141.38/34.16	o 400 
194.54/68.71	o 351 
2320.75/1764.39	o 350 
2400.55/1774.45	s SATISFIABLE
2400.55/1774.45	v <instantiation>
2400.55/1774.45	v 	<list>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] </list>
2400.55/1774.45	v 	<values>0 10 24 35 51 69 88 111 137 169 221 254 283 329 337 344 346 349 350 </values>
2400.55/1774.45	v </instantiation>
2400.55/1774.45	c Unexpected resolution interruption!

Verifier Data

OK	350

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-4246855-1500688338/watcher-4246855-1500688338 -o /tmp/evaluation-result-4246855-1500688338/solver-4246855-1500688338 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 443093825 HOME/instance-4246855-1500688338.xml 

pid=11653
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: 13.03 14.47 15.18 10/274 11656
/proc/meminfo: memFree=29155632/32770624 swapFree=5900/258192
[pid=11656] ppid=11653 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11656/stat : 11656 (xcsp3-exec) S 11653 11656 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4100800 9740288 345 33554432000 4194304 5098028 140728814775728 140728814773832 140140509917820 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15056896 140728814777487 140728814777696 140728814777696 140728814780395 0
/proc/11656/statm: 2378 345 289 221 0 87 0

[startup+0.100072 s]
/proc/loadavg: 13.03 14.47 15.18 10/274 11656
/proc/meminfo: memFree=29155632/32770624 swapFree=5900/258192
[pid=11656] ppid=11653 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11656/stat : 11656 (xcsp3-exec) S 11653 11656 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4100800 9740288 345 33554432000 4194304 5098028 140728814775728 140728814773832 140140509917820 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15056896 140728814777487 140728814777696 140728814777696 140728814780395 0
/proc/11656/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200341 s]
/proc/loadavg: 13.03 14.47 15.18 10/274 11656
/proc/meminfo: memFree=29155632/32770624 swapFree=5900/258192
[pid=11656] ppid=11653 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11656/stat : 11656 (xcsp3-exec) S 11653 11656 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4100800 9740288 345 33554432000 4194304 5098028 140728814775728 140728814773832 140140509917820 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15056896 140728814777487 140728814777696 140728814777696 140728814780395 0
/proc/11656/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300275 s]
/proc/loadavg: 13.03 14.47 15.18 10/274 11656
/proc/meminfo: memFree=29155632/32770624 swapFree=5900/258192
[pid=11656] ppid=11653 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11656/stat : 11656 (xcsp3-exec) S 11653 11656 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4100800 9740288 345 33554432000 4194304 5098028 140728814775728 140728814773832 140140509917820 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15056896 140728814777487 140728814777696 140728814777696 140728814780395 0
/proc/11656/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700262 s]
/proc/loadavg: 13.03 14.47 15.18 10/274 11656
/proc/meminfo: memFree=29155632/32770624 swapFree=5900/258192
[pid=11656] ppid=11653 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11656/stat : 11656 (xcsp3-exec) S 11653 11656 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4100800 9740288 345 33554432000 4194304 5098028 140728814775728 140728814773832 140140509917820 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15056896 140728814777487 140728814777696 140728814777696 140728814780395 0
/proc/11656/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50158 s]
/proc/loadavg: 12.70 14.38 15.15 14/295 11677
/proc/meminfo: memFree=28969340/32770624 swapFree=5900/258276
[pid=11656] ppid=11653 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11656/stat : 11656 (xcsp3-exec) S 11653 11656 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4100800 9740288 345 33554432000 4194304 5098028 140728814775728 140728814773832 140140509917820 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15056896 140728814777487 140728814777696 140728814777696 140728814780395 0
/proc/11656/statm: 2378 345 289 221 0 87 0
[pid=11657] ppid=11656 vsize=13269256 CPUtime=5.55 cores=1,3,5,7,9,11,13,15
/proc/11657/stat : 11657 (java) S 11656 11656 16913 0 -1 1077944320 14745 0 0 0 516 39 0 0 20 0 20 0 4100800 13587718144 64080 33554432000 4194304 4196468 140721962663344 140721962645888 139645774823159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
/proc/11657/statm: 3317314 64080 3242 1 0 3304547 0
[pid=11657/tid=11658] ppid=11656 vsize=13269256 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11658/stat : 11658 (java) R 11656 11656 16913 0 -1 4202560 6862 0 0 0 133 4 0 0 20 0 20 0 4100800 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645779058040 139645381033063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11660] ppid=11656 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11660/stat : 11660 (java) S 11656 11656 16913 0 -1 1077944384 45 0 0 0 4 4 0 0 20 0 20 0 4100801 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645706959888 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11661] ppid=11656 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11661/stat : 11661 (java) S 11656 11656 16913 0 -1 1077944384 32 0 0 0 3 4 0 0 20 0 20 0 4100801 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645705907344 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11662] ppid=11656 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11662/stat : 11662 (java) S 11656 11656 16913 0 -1 1077944384 56 0 0 0 4 4 0 0 20 0 20 0 4100801 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645704854288 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11663] ppid=11656 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11663/stat : 11663 (java) S 11656 11656 16913 0 -1 1077944384 58 0 0 0 3 2 0 0 20 0 20 0 4100801 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645703801744 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11664] ppid=11656 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11664/stat : 11664 (java) S 11656 11656 16913 0 -1 1077944384 29 0 0 0 3 4 0 0 20 0 20 0 4100801 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645702748688 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11665] ppid=11656 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11665/stat : 11665 (java) S 11656 11656 16913 0 -1 1077944384 45 0 0 0 3 4 0 0 20 0 20 0 4100801 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645701696144 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11666] ppid=11656 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11666/stat : 11666 (java) S 11656 11656 16913 0 -1 1077944384 39 0 0 0 3 4 0 0 20 0 20 0 4100801 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645700643088 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11667] ppid=11656 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11667/stat : 11667 (java) S 11656 11656 16913 0 -1 1077944384 25 0 0 0 3 2 0 0 20 0 20 0 4100801 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645699590544 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11668] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11668/stat : 11668 (java) S 11656 11656 16913 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4100804 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645236402928 139645774834306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11669] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11669/stat : 11669 (java) S 11656 11656 16913 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4100804 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645235349152 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11670] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11670/stat : 11670 (java) S 11656 11656 16913 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4100805 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645234296048 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11671] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11671/stat : 11671 (java) S 11656 11656 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4100808 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645233244624 139645774841755 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11672] ppid=11656 vsize=13269256 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11672/stat : 11672 (java) R 11656 11656 16913 0 -1 4202560 1775 0 0 0 96 0 0 0 20 0 20 0 4100808 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645232177008 139645759214872 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11673] ppid=11656 vsize=13269256 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11673/stat : 11673 (java) R 11656 11656 16913 0 -1 4202560 1114 0 0 0 97 0 0 0 20 0 20 0 4100808 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645231122032 139645754012624 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11674] ppid=11656 vsize=13269256 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11674/stat : 11674 (java) R 11656 11656 16913 0 -1 4202560 1386 0 0 0 97 0 0 0 20 0 20 0 4100808 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645230075072 139645756408674 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11675] ppid=11656 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11675/stat : 11675 (java) S 11656 11656 16913 0 -1 1077944384 1900 0 0 0 62 0 0 0 20 0 20 0 4100808 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645229033584 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11676] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11676/stat : 11676 (java) S 11656 11656 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4100809 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645227981792 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11677] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11677/stat : 11677 (java) S 11656 11656 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4100809 13587718144 64080 33554432000 4194304 4196468 140721962663344 139645226929328 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 13278768

[startup+3.10184 s]
/proc/loadavg: 12.70 14.38 15.15 12/295 11677
/proc/meminfo: memFree=28697224/32770624 swapFree=5900/258228
[pid=11656] ppid=11653 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11656/stat : 11656 (xcsp3-exec) S 11653 11656 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4100800 9740288 345 33554432000 4194304 5098028 140728814775728 140728814773832 140140509917820 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15056896 140728814777487 140728814777696 140728814777696 140728814780395 0
/proc/11656/statm: 2378 345 289 221 0 87 0
[pid=11657] ppid=11656 vsize=13269256 CPUtime=12.65 cores=1,3,5,7,9,11,13,15
/proc/11657/stat : 11657 (java) S 11656 11656 16913 0 -1 1077944320 20870 0 0 0 1030 235 0 0 20 0 20 0 4100800 13587718144 246021 33554432000 4194304 4196468 140721962663344 140721962645888 139645774823159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
/proc/11657/statm: 3317314 246021 3264 1 0 3304547 0
[pid=11657/tid=11658] ppid=11656 vsize=13269256 CPUtime=2.42 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11658/stat : 11658 (java) S 11656 11656 16913 0 -1 1077944384 7178 0 0 0 233 9 0 0 20 0 20 0 4100800 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645779062160 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11660] ppid=11656 vsize=13269256 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11660/stat : 11660 (java) R 11656 11656 16913 0 -1 4202560 422 0 0 0 33 28 0 0 20 0 20 0 4100801 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645706960088 139645759808455 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11661] ppid=11656 vsize=13269256 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11661/stat : 11661 (java) R 11656 11656 16913 0 -1 4202560 222 0 0 0 33 27 0 0 20 0 20 0 4100801 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645705907544 139645756419568 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11662] ppid=11656 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11662/stat : 11662 (java) R 11656 11656 16913 0 -1 4202560 254 0 0 0 34 28 0 0 20 0 20 0 4100801 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645704854488 139645759276989 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11663] ppid=11656 vsize=13269256 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11663/stat : 11663 (java) R 11656 11656 16913 0 -1 4202560 257 0 0 0 32 26 0 0 20 0 20 0 4100801 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645703801944 139645759277916 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11664] ppid=11656 vsize=13269256 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11664/stat : 11664 (java) R 11656 11656 16913 0 -1 4202560 225 0 0 0 31 28 0 0 20 0 20 0 4100801 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645702748888 139645756419579 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11665] ppid=11656 vsize=13269256 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11665/stat : 11665 (java) R 11656 11656 16913 0 -1 4202560 228 0 0 0 30 26 0 0 20 0 20 0 4100801 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645701696344 139645756419617 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11666] ppid=11656 vsize=13269256 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11666/stat : 11666 (java) R 11656 11656 16913 0 -1 4202560 360 0 0 0 32 29 0 0 20 0 20 0 4100801 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645700642976 139645759520747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11667] ppid=11656 vsize=13269256 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11667/stat : 11667 (java) R 11656 11656 16913 0 -1 4202560 316 0 0 0 33 26 0 0 20 0 20 0 4100801 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645699590744 139645759520798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11668] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11668/stat : 11668 (java) S 11656 11656 16913 0 -1 1077944384 639 0 0 0 0 0 0 0 20 0 20 0 4100804 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645236401248 139645774833365 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11669] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11669/stat : 11669 (java) S 11656 11656 16913 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4100804 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645235349152 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11670] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11670/stat : 11670 (java) S 11656 11656 16913 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4100805 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645234296048 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11671] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11671/stat : 11671 (java) S 11656 11656 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4100808 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645233244624 139645774841755 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11672] ppid=11656 vsize=13269256 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11672/stat : 11672 (java) S 11656 11656 16913 0 -1 1077944384 2779 0 0 0 156 1 0 0 20 0 20 0 4100808 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645232191728 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11673] ppid=11656 vsize=13269256 CPUtime=1.53 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11673/stat : 11673 (java) S 11656 11656 16913 0 -1 1077944384 2165 0 0 0 153 0 0 0 20 0 20 0 4100808 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645231139184 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11674] ppid=11656 vsize=13269256 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11674/stat : 11674 (java) S 11656 11656 16913 0 -1 1077944384 2407 0 0 0 149 0 0 0 20 0 20 0 4100808 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645230086128 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11675] ppid=11656 vsize=13269256 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11675/stat : 11675 (java) S 11656 11656 16913 0 -1 1077944384 2118 0 0 0 74 0 0 0 20 0 20 0 4100808 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645229033584 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11676] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11676/stat : 11676 (java) S 11656 11656 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4100809 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645227981792 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11677] ppid=11656 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11677/stat : 11677 (java) S 11656 11656 16913 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4100809 13587718144 246021 33554432000 4194304 4196468 140721962663344 139645226929328 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 13278768

[startup+6.30114 s]
/proc/loadavg: 12.89 14.39 15.14 17/295 11677
/proc/meminfo: memFree=27593856/32770624 swapFree=5900/258240
[pid=11656] ppid=11653 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11656/stat : 11656 (xcsp3-exec) S 11653 11656 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4100800 9740288 345 33554432000 4194304 5098028 140728814775728 140728814773832 140140509917820 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15056896 140728814777487 140728814777696 140728814777696 140728814780395 0
/proc/11656/statm: 2378 345 289 221 0 87 0
[pid=11657] ppid=11656 vsize=13801768 CPUtime=28.92 cores=1,3,5,7,9,11,13,15
/proc/11657/stat : 11657 (java) S 11656 11656 16913 0 -1 1077944320 28212 0 0 0 2399 493 0 0 20 0 28 0 4100800 14133010432 406434 33554432000 4194304 4196468 140721962663344 140721962645888 139645774823159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
/proc/11657/statm: 3450442 406434 3280 1 0 3437675 0
[pid=11657/tid=11658] ppid=11656 vsize=13801768 CPUtime=3.64 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11658/stat : 11658 (java) S 11656 11656 16913 0 -1 1077944384 7719 0 0 0 352 12 0 0 20 0 28 0 4100800 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645779063936 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11660] ppid=11656 vsize=13801768 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11660/stat : 11660 (java) S 11656 11656 16913 0 -1 1077944384 647 0 0 0 137 60 0 0 20 0 28 0 4100801 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645706959888 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11661] ppid=11656 vsize=13801768 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11661/stat : 11661 (java) S 11656 11656 16913 0 -1 1077944384 518 0 0 0 138 60 0 0 20 0 28 0 4100801 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645705907344 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11662] ppid=11656 vsize=13801768 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11662/stat : 11662 (java) S 11656 11656 16913 0 -1 1077944384 494 0 0 0 138 58 0 0 20 0 28 0 4100801 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645704854288 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11663] ppid=11656 vsize=13801768 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11663/stat : 11663 (java) S 11656 11656 16913 0 -1 1077944384 558 0 0 0 138 58 0 0 20 0 28 0 4100801 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645703801744 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11664] ppid=11656 vsize=13801768 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11664/stat : 11664 (java) S 11656 11656 16913 0 -1 1077944384 776 0 0 0 135 60 0 0 20 0 28 0 4100801 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645702748688 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11665] ppid=11656 vsize=13801768 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11665/stat : 11665 (java) S 11656 11656 16913 0 -1 1077944384 477 0 0 0 134 57 0 0 20 0 28 0 4100801 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645701696144 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11666] ppid=11656 vsize=13801768 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11666/stat : 11666 (java) S 11656 11656 16913 0 -1 1077944384 681 0 0 0 137 59 0 0 20 0 28 0 4100801 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645700643088 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11667] ppid=11656 vsize=13801768 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11667/stat : 11667 (java) S 11656 11656 16913 0 -1 1077944384 542 0 0 0 138 58 0 0 20 0 28 0 4100801 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645699590544 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11668] ppid=11656 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11668/stat : 11668 (java) S 11656 11656 16913 0 -1 1077944384 1211 0 0 0 13 0 0 0 20 0 28 0 4100804 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645236402928 139645774834306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11669] ppid=11656 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11669/stat : 11669 (java) S 11656 11656 16913 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 4100804 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645235349216 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11670] ppid=11656 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11670/stat : 11670 (java) S 11656 11656 16913 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 4100805 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645234296064 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11671] ppid=11656 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11671/stat : 11671 (java) S 11656 11656 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4100808 14133010432 406434 33554432000 4194304 4196468 140721962663344 139645233244624 139645774841755 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0

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

[pid=11657/tid=11786] ppid=11656 vsize=13801768 CPUtime=1583.52 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11786/stat : 11786 (java) R 11656 11656 16913 0 -1 4202560 45927 0 0 0 158338 14 0 0 20 0 28 0 4107671 14133010432 913708 33554432000 4194304 4196468 140721962663344 139644880369824 139645377589962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11787] ppid=11656 vsize=13801768 CPUtime=55.51 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11787/stat : 11787 (java) S 11656 11656 16913 0 -1 1077944384 1092 0 0 0 5551 0 0 0 20 0 28 0 4107671 14133010432 913708 33554432000 4194304 4196468 140721962663344 139644878267984 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
Current children cumulated CPU time (s) 2218.76
Current children cumulated vsize (KiB) 13811280

[startup+1722.3 s]
/proc/loadavg: 8.09 8.41 9.04 9/302 13936
/proc/meminfo: memFree=25974760/32770624 swapFree=5900/260944
[pid=11656] ppid=11653 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11656/stat : 11656 (xcsp3-exec) S 11653 11656 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4100800 9740288 345 33554432000 4194304 5098028 140728814775728 140728814773832 140140509917820 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15056896 140728814777487 140728814777696 140728814777696 140728814780395 0
/proc/11656/statm: 2378 345 289 221 0 87 0
[pid=11657] ppid=11656 vsize=13801768 CPUtime=2278.76 cores=1,3,5,7,9,11,13,15
/proc/11657/stat : 11657 (java) S 11656 11656 16913 0 -1 1077944320 613926 0 0 0 226680 1196 0 0 20 0 28 0 4100800 14133010432 913708 33554432000 4194304 4196468 140721962663344 140721962645888 139645774823159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
/proc/11657/statm: 3450442 913708 3306 1 0 3437675 0
[pid=11657/tid=11658] ppid=11656 vsize=13801768 CPUtime=3.64 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11658/stat : 11658 (java) S 11656 11656 16913 0 -1 1077944384 8528 0 0 0 352 12 0 0 20 0 28 0 4100800 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645779063936 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11660] ppid=11656 vsize=13801768 CPUtime=11.38 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11660/stat : 11660 (java) S 11656 11656 16913 0 -1 1077944384 27458 0 0 0 1003 135 0 0 20 0 28 0 4100801 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645706959888 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11661] ppid=11656 vsize=13801768 CPUtime=11.39 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11661/stat : 11661 (java) S 11656 11656 16913 0 -1 1077944384 29184 0 0 0 1003 136 0 0 20 0 28 0 4100801 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645705907344 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11662] ppid=11656 vsize=13801768 CPUtime=11.46 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11662/stat : 11662 (java) S 11656 11656 16913 0 -1 1077944384 25088 0 0 0 1017 129 0 0 20 0 28 0 4100801 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645704854288 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11663] ppid=11656 vsize=13801768 CPUtime=11.39 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11663/stat : 11663 (java) S 11656 11656 16913 0 -1 1077944384 24026 0 0 0 1010 129 0 0 20 0 28 0 4100801 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645703801744 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11664] ppid=11656 vsize=13801768 CPUtime=11.28 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11664/stat : 11664 (java) S 11656 11656 16913 0 -1 1077944384 21643 0 0 0 995 133 0 0 20 0 28 0 4100801 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645702748688 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11665] ppid=11656 vsize=13801768 CPUtime=11.31 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11665/stat : 11665 (java) S 11656 11656 16913 0 -1 1077944384 29868 0 0 0 995 136 0 0 20 0 28 0 4100801 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645701696144 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11666] ppid=11656 vsize=13801768 CPUtime=11.26 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11666/stat : 11666 (java) S 11656 11656 16913 0 -1 1077944384 26881 0 0 0 995 131 0 0 20 0 28 0 4100801 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645700643088 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11667] ppid=11656 vsize=13801768 CPUtime=11.32 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11667/stat : 11667 (java) S 11656 11656 16913 0 -1 1077944384 26349 0 0 0 1000 132 0 0 20 0 28 0 4100801 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645699590544 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11668] ppid=11656 vsize=13801768 CPUtime=3.25 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11668/stat : 11668 (java) S 11656 11656 16913 0 -1 1077944384 16933 0 0 0 315 10 0 0 20 0 28 0 4100804 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645236402928 139645774834306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11669] ppid=11656 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11669/stat : 11669 (java) S 11656 11656 16913 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 4100804 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645235349216 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11670] ppid=11656 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11670/stat : 11670 (java) S 11656 11656 16913 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 4100805 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645234296064 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11671] ppid=11656 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11671/stat : 11671 (java) S 11656 11656 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4100808 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645233244624 139645774841755 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11672] ppid=11656 vsize=13801768 CPUtime=3.85 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11672/stat : 11672 (java) S 11656 11656 16913 0 -1 1077944384 15435 0 0 0 383 2 0 0 20 0 28 0 4100808 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645232191728 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11673] ppid=11656 vsize=13801768 CPUtime=4.49 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11673/stat : 11673 (java) S 11656 11656 16913 0 -1 1077944384 17087 0 0 0 446 3 0 0 20 0 28 0 4100808 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645231139184 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11674] ppid=11656 vsize=13801768 CPUtime=3.93 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11674/stat : 11674 (java) S 11656 11656 16913 0 -1 1077944384 15253 0 0 0 390 3 0 0 20 0 28 0 4100808 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645230086128 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11675] ppid=11656 vsize=13801768 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11675/stat : 11675 (java) S 11656 11656 16913 0 -1 1077944384 17222 0 0 0 132 3 0 0 20 0 28 0 4100808 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645229033584 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11676] ppid=11656 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11676/stat : 11676 (java) S 11656 11656 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4100809 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645227981792 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11677] ppid=11656 vsize=13801768 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11677/stat : 11677 (java) S 11656 11656 16913 0 -1 1077944384 4943 0 0 0 48 52 0 0 20 0 28 0 4100809 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645226929328 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11780] ppid=11656 vsize=13801768 CPUtime=55.42 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11780/stat : 11780 (java) S 11656 11656 16913 0 -1 1077944384 5731 0 0 0 5542 0 0 0 20 0 28 0 4107671 14133010432 913708 33554432000 4194304 4196468 140721962663344 139645225873328 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11781] ppid=11656 vsize=13801768 CPUtime=55.49 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11781/stat : 11781 (java) S 11656 11656 16913 0 -1 1077944384 1059 0 0 0 5549 0 0 0 20 0 28 0 4107671 14133010432 913708 33554432000 4194304 4196468 140721962663344 139644877215056 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11782] ppid=11656 vsize=13801768 CPUtime=56.42 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11782/stat : 11782 (java) S 11656 11656 16913 0 -1 1077944384 3140 0 0 0 5642 0 0 0 20 0 28 0 4107671 14133010432 913708 33554432000 4194304 4196468 140721962663344 139644882478032 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11783] ppid=11656 vsize=13801768 CPUtime=55.3 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11783/stat : 11783 (java) S 11656 11656 16913 0 -1 1077944384 183900 0 0 0 5517 13 0 0 20 0 28 0 4107671 14133010432 913708 33554432000 4194304 4196468 140721962663344 139644881425488 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11784] ppid=11656 vsize=13801768 CPUtime=54.66 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11784/stat : 11784 (java) S 11656 11656 16913 0 -1 1077944384 3810 0 0 0 5466 0 0 0 20 0 28 0 4107671 14133010432 913708 33554432000 4194304 4196468 140721962663344 139644876161744 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11785] ppid=11656 vsize=13801768 CPUtime=55.37 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11785/stat : 11785 (java) S 11656 11656 16913 0 -1 1077944384 8226 0 0 0 5536 1 0 0 20 0 28 0 4107671 14133010432 913708 33554432000 4194304 4196468 140721962663344 139644879319888 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11786] ppid=11656 vsize=13801768 CPUtime=1643.48 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11786/stat : 11786 (java) R 11656 11656 16913 0 -1 4202560 46340 0 0 0 164333 15 0 0 20 0 28 0 4107671 14133010432 913708 33554432000 4194304 4196468 140721962663344 139644880369824 139645384937375 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11787] ppid=11656 vsize=13801768 CPUtime=55.51 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11787/stat : 11787 (java) S 11656 11656 16913 0 -1 1077944384 1092 0 0 0 5551 0 0 0 20 0 28 0 4107671 14133010432 913708 33554432000 4194304 4196468 140721962663344 139644878267984 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
Current children cumulated CPU time (s) 2278.76
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.42 s]
/proc/loadavg: 9.04 8.56 9.05 16/302 13945
/proc/meminfo: memFree=26015780/32770624 swapFree=5900/261000
[pid=11656] ppid=11653 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11656/stat : 11656 (xcsp3-exec) S 11653 11656 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4100800 9740288 345 33554432000 4194304 5098028 140728814775728 140728814773832 140140509917820 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15056896 140728814777487 140728814777696 140728814777696 140728814780395 0
/proc/11656/statm: 2378 345 289 221 0 87 0
[pid=11657] ppid=11656 vsize=13801768 CPUtime=2400.55 cores=1,3,5,7,9,11,13,15
/proc/11657/stat : 11657 (java) S 11656 11656 16913 0 -1 1077944320 628934 0 0 0 238854 1201 0 0 20 0 28 0 4100800 14133010432 903445 33554432000 4194304 4196468 140721962663344 140721962645888 139645774823159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
/proc/11657/statm: 3450442 903445 3306 1 0 3437675 0
[pid=11657/tid=11658] ppid=11656 vsize=13801768 CPUtime=3.64 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11658/stat : 11658 (java) S 11656 11656 16913 0 -1 1077944384 8837 0 0 0 352 12 0 0 20 0 28 0 4100800 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645779063936 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11660] ppid=11656 vsize=13801768 CPUtime=11.42 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11660/stat : 11660 (java) S 11656 11656 16913 0 -1 1077944384 27657 0 0 0 1007 135 0 0 20 0 28 0 4100801 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645706959888 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11661] ppid=11656 vsize=13801768 CPUtime=11.43 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11661/stat : 11661 (java) S 11656 11656 16913 0 -1 1077944384 29436 0 0 0 1007 136 0 0 20 0 28 0 4100801 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645705907344 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11662] ppid=11656 vsize=13801768 CPUtime=11.5 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11662/stat : 11662 (java) S 11656 11656 16913 0 -1 1077944384 25166 0 0 0 1021 129 0 0 20 0 28 0 4100801 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645704854288 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11663] ppid=11656 vsize=13801768 CPUtime=11.43 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11663/stat : 11663 (java) S 11656 11656 16913 0 -1 1077944384 24487 0 0 0 1014 129 0 0 20 0 28 0 4100801 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645703801744 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11664] ppid=11656 vsize=13801768 CPUtime=11.31 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11664/stat : 11664 (java) S 11656 11656 16913 0 -1 1077944384 21672 0 0 0 998 133 0 0 20 0 28 0 4100801 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645702748688 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11665] ppid=11656 vsize=13801768 CPUtime=11.35 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11665/stat : 11665 (java) S 11656 11656 16913 0 -1 1077944384 30265 0 0 0 999 136 0 0 20 0 28 0 4100801 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645701696144 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11666] ppid=11656 vsize=13801768 CPUtime=11.3 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11666/stat : 11666 (java) S 11656 11656 16913 0 -1 1077944384 28070 0 0 0 999 131 0 0 20 0 28 0 4100801 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645700643088 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11667] ppid=11656 vsize=13801768 CPUtime=11.36 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11667/stat : 11667 (java) S 11656 11656 16913 0 -1 1077944384 26886 0 0 0 1004 132 0 0 20 0 28 0 4100801 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645699590544 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11668] ppid=11656 vsize=13801768 CPUtime=3.27 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11668/stat : 11668 (java) S 11656 11656 16913 0 -1 1077944384 17310 0 0 0 316 11 0 0 20 0 28 0 4100804 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645236402928 139645774834306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11669] ppid=11656 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11669/stat : 11669 (java) S 11656 11656 16913 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 4100804 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645235349216 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11670] ppid=11656 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11670/stat : 11670 (java) S 11656 11656 16913 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 4100805 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645234296064 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11671] ppid=11656 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11671/stat : 11671 (java) S 11656 11656 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4100808 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645233244624 139645774841755 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11672] ppid=11656 vsize=13801768 CPUtime=3.85 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11672/stat : 11672 (java) S 11656 11656 16913 0 -1 1077944384 15753 0 0 0 383 2 0 0 20 0 28 0 4100808 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645232191728 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11673] ppid=11656 vsize=13801768 CPUtime=4.58 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11673/stat : 11673 (java) S 11656 11656 16913 0 -1 1077944384 19906 0 0 0 455 3 0 0 20 0 28 0 4100808 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645231139184 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11674] ppid=11656 vsize=13801768 CPUtime=3.93 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11674/stat : 11674 (java) S 11656 11656 16913 0 -1 1077944384 15266 0 0 0 390 3 0 0 20 0 28 0 4100808 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645230086128 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11675] ppid=11656 vsize=13801768 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11675/stat : 11675 (java) S 11656 11656 16913 0 -1 1077944384 18803 0 0 0 132 4 0 0 20 0 28 0 4100808 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645229033584 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11676] ppid=11656 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11676/stat : 11676 (java) S 11656 11656 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4100809 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645227981792 139645774833365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=11677] ppid=11656 vsize=13801768 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/11657/task/11677/stat : 11677 (java) S 11656 11656 16913 0 -1 1077944384 5299 0 0 0 50 54 0 0 20 0 28 0 4100809 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645226929328 139645774834306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=13938] ppid=11656 vsize=13801768 CPUtime=9.93 cores=1,3,5,7,9,11,13,15
/proc/11657/task/13938/stat : 13938 (java) R 11656 11656 16913 0 -1 4202560 750 0 0 0 993 0 0 0 20 0 28 0 4277240 14133010432 903445 33554432000 4194304 4196468 140721962663344 139644880366824 139645378011629 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=13939] ppid=11656 vsize=13801768 CPUtime=9.96 cores=1,3,5,7,9,11,13,15
/proc/11657/task/13939/stat : 13939 (java) R 11656 11656 16913 0 -1 4202560 586 0 0 0 996 0 0 0 20 0 28 0 4277240 14133010432 903445 33554432000 4194304 4196468 140721962663344 139644881420392 139645384404990 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=13940] ppid=11656 vsize=13801768 CPUtime=9.96 cores=1,3,5,7,9,11,13,15
/proc/11657/task/13940/stat : 13940 (java) R 11656 11656 16913 0 -1 4202560 493 0 0 0 996 0 0 0 20 0 28 0 4277240 14133010432 903445 33554432000 4194304 4196468 140721962663344 139644878262264 139645377633787 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=13941] ppid=11656 vsize=13801768 CPUtime=9.87 cores=1,3,5,7,9,11,13,15
/proc/11657/task/13941/stat : 13941 (java) R 11656 11656 16913 0 -1 4202560 1156 0 0 0 987 0 0 0 20 0 28 0 4277240 14133010432 903445 33554432000 4194304 4196468 140721962663344 139645225871368 139645385246528 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=13942] ppid=11656 vsize=13801768 CPUtime=9.95 cores=1,3,5,7,9,11,13,15
/proc/11657/task/13942/stat : 13942 (java) R 11656 11656 16913 0 -1 4202560 561 0 0 0 995 0 0 0 20 0 28 0 4277244 14133010432 903445 33554432000 4194304 4196468 140721962663344 139644882472296 139645378321078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=13943] ppid=11656 vsize=13801768 CPUtime=9.66 cores=1,3,5,7,9,11,13,15
/proc/11657/task/13943/stat : 13943 (java) R 11656 11656 16913 0 -1 4202560 434 0 0 0 966 0 0 0 20 0 28 0 4277244 14133010432 903445 33554432000 4194304 4196468 140721962663344 139644877209400 139645377634090 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=13944] ppid=11656 vsize=13801768 CPUtime=9.94 cores=1,3,5,7,9,11,13,15
/proc/11657/task/13944/stat : 13944 (java) R 11656 11656 16913 0 -1 4202560 474 0 0 0 994 0 0 0 20 0 28 0 4277244 14133010432 903445 33554432000 4194304 4196468 140721962663344 139644879315448 139645384937375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
[pid=11657/tid=13945] ppid=11656 vsize=13801768 CPUtime=9.95 cores=1,3,5,7,9,11,13,15
/proc/11657/task/13945/stat : 13945 (java) R 11656 11656 16913 0 -1 4202560 648 0 0 0 995 0 0 0 20 0 28 0 4277244 14133010432 903445 33554432000 4194304 4196468 140721962663344 139644876157248 139645384404851 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22577152 140721962669244 140721962669420 140721962669420 140721962672079 0
Current children cumulated CPU time (s) 2400.55
Current children cumulated vsize (KiB) 13811280

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 11657 sig 9
??? kill 11656 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 11656 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1029
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2059
# CPU time returned by wait4() is 0.003088
# while last known CPU time is 2400.55
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1774.43
CPU time (s): 2400.55
CPU user time (s): 2388.54
CPU system time (s): 12.01
CPU usage (%): 135.286
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001029
system time used= 0.002059
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517
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= 2

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5806 second user time and 18.1395 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 03:52:18
IDJOB=4246855
IDBENCH=126252
IDSOLVER=2625
FILE ID=node133/4246855-1500688338
RUNJOBID= node133-1500682387-16945
PBS_JOBID= 20623321
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-19-a4.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-4246855-1500688338/watcher-4246855-1500688338 -o /tmp/evaluation-result-4246855-1500688338/solver-4246855-1500688338 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 443093825 HOME/instance-4246855-1500688338.xml

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

MD5SUM BENCH= 264cffe383a4c1beb81f164e203eb53e
RANDOM SEED=443093825

node133.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	: 5334.13
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		: 1733.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	: 5229.85
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	: 5334.13
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	: 5229.85
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	: 5334.13
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		: 1600.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	: 5229.85
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	: 5334.13
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	: 5229.85
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	: 5334.13
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		: 2133.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	: 5229.85
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	: 5334.13
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		: 2267.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	: 5229.85
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	: 5334.13
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	: 5229.85
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	: 5334.13
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29155956 kB
MemAvailable:   29316764 kB
Buffers:          111648 kB
Cached:           330620 kB
SwapCached:            0 kB
Active:          2913004 kB
Inactive:         266948 kB
Active(anon):    2740608 kB
Inactive(anon):     8756 kB
Active(file):     172396 kB
Inactive(file):   258192 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8548 kB
Writeback:             0 kB
AnonPages:       2755672 kB
Mapped:            43204 kB
Shmem:              8872 kB
Slab:             125172 kB
SReclaimable:      92108 kB
SUnreclaim:        33064 kB
KernelStack:        5056 kB
PageTables:        11052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4746124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2611200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62000 MiB
End job on node133 at 2017-07-22 04:21:53