Trace number 4246842

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 5a (2017-07-05)SAT (TO)552 2400.01 2103.01

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-21-a4.xml
MD5SUM982ba5645f5cd940fa49e525f3796150
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark416
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints20617
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":21}]
Minimum variable degree3801
Maximum variable degree3802
Distribution of variable degrees[{"degree":3801,"count":19},{"degree":3802,"count":2}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":2660},{"arity":4,"count":17955},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints20616
Distribution of constraint types[{"type":"intension","count":20616},{"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-4246842-1500688532.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4246842-1500688532.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
48.73/9.97	c solve instance...
337.30/89.27	o 564 
365.83/100.41	o 552 
2400.01/2103.00	s SATISFIABLE
2400.01/2103.00	v <instantiation>
2400.01/2103.00	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] x[19] x[20] </list>
2400.01/2103.00	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 181 203 251 289 360 400 505 552 </values>
2400.01/2103.00	v </instantiation>
2400.01/2103.00	c Unexpected resolution interruption!

Verifier Data

OK	552

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-4246842-1500688532/watcher-4246842-1500688532 -o /tmp/evaluation-result-4246842-1500688532/solver-4246842-1500688532 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8603 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1069346766 HOME/instance-4246842-1500688532.xml 

pid=24931
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: 11.18 12.81 13.29 10/270 24934
/proc/meminfo: memFree=30206220/32770624 swapFree=5884/275956
[pid=24934] ppid=24931 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24934/stat : 24934 (xcsp3-exec) S 24931 24934 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4120986 9740288 346 33554432000 4194304 5098028 140737326128432 140737326126536 139805026570876 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 35315712 140737326134414 140737326134624 140737326134624 140737326137323 0
/proc/24934/statm: 2378 346 289 221 0 87 0

[startup+0.100107 s]
/proc/loadavg: 11.18 12.81 13.29 10/270 24934
/proc/meminfo: memFree=30206220/32770624 swapFree=5884/275956
[pid=24934] ppid=24931 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24934/stat : 24934 (xcsp3-exec) S 24931 24934 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4120986 9740288 346 33554432000 4194304 5098028 140737326128432 140737326126536 139805026570876 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 35315712 140737326134414 140737326134624 140737326134624 140737326137323 0
/proc/24934/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20029 s]
/proc/loadavg: 11.18 12.81 13.29 10/270 24934
/proc/meminfo: memFree=30206220/32770624 swapFree=5884/275956
[pid=24934] ppid=24931 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24934/stat : 24934 (xcsp3-exec) S 24931 24934 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4120986 9740288 346 33554432000 4194304 5098028 140737326128432 140737326126536 139805026570876 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 35315712 140737326134414 140737326134624 140737326134624 140737326137323 0
/proc/24934/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300249 s]
/proc/loadavg: 11.18 12.81 13.29 10/270 24934
/proc/meminfo: memFree=30206220/32770624 swapFree=5884/275956
[pid=24934] ppid=24931 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24934/stat : 24934 (xcsp3-exec) S 24931 24934 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4120986 9740288 346 33554432000 4194304 5098028 140737326128432 140737326126536 139805026570876 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 35315712 140737326134414 140737326134624 140737326134624 140737326137323 0
/proc/24934/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700264 s]
/proc/loadavg: 11.18 12.81 13.29 10/270 24934
/proc/meminfo: memFree=30206220/32770624 swapFree=5884/275956
[pid=24934] ppid=24931 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24934/stat : 24934 (xcsp3-exec) S 24931 24934 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4120986 9740288 346 33554432000 4194304 5098028 140737326128432 140737326126536 139805026570876 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 35315712 140737326134414 140737326134624 140737326134624 140737326137323 0
/proc/24934/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50111 s]
/proc/loadavg: 11.18 12.81 13.29 14/291 24955
/proc/meminfo: memFree=30015204/32770624 swapFree=5884/276316
[pid=24934] ppid=24931 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24934/stat : 24934 (xcsp3-exec) S 24931 24934 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4120986 9740288 346 33554432000 4194304 5098028 140737326128432 140737326126536 139805026570876 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 35315712 140737326134414 140737326134624 140737326134624 140737326137323 0
/proc/24934/statm: 2378 346 289 221 0 87 0
[pid=24935] ppid=24934 vsize=13269256 CPUtime=5.66 cores=1,3,5,7,9,11,13,15
/proc/24935/stat : 24935 (java) S 24934 24934 8571 0 -1 1077944320 17407 0 0 0 531 35 0 0 20 0 20 0 4120986 13587718144 65254 33554432000 4194304 4196468 140727111423888 140727111406432 139766205718263 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
/proc/24935/statm: 3317314 65254 3240 1 0 3304547 0
[pid=24935/tid=24936] ppid=24934 vsize=13269256 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24936/stat : 24936 (java) R 24934 24934 8571 0 -1 4202560 6848 0 0 0 134 4 0 0 20 0 20 0 4120986 13587718144 65254 33554432000 4194304 4196468 140727111423888 139766209953544 139765842212397 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24938] ppid=24934 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24938/stat : 24938 (java) S 24934 24934 8571 0 -1 1077944384 48 0 0 0 3 3 0 0 20 0 20 0 4120987 13587718144 65254 33554432000 4194304 4196468 140727111423888 139766158338320 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24939] ppid=24934 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24939/stat : 24939 (java) S 24934 24934 8571 0 -1 1077944384 37 0 0 0 4 3 0 0 20 0 20 0 4120987 13587718144 65254 33554432000 4194304 4196468 140727111423888 139766157285776 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24940] ppid=24934 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24940/stat : 24940 (java) S 24934 24934 8571 0 -1 1077944384 26 0 0 0 3 3 0 0 20 0 20 0 4120987 13587718144 65254 33554432000 4194304 4196468 140727111423888 139766156233232 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24941] ppid=24934 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24941/stat : 24941 (java) S 24934 24934 8571 0 -1 1077944384 55 0 0 0 3 2 0 0 20 0 20 0 4120987 13587718144 65254 33554432000 4194304 4196468 140727111423888 139765801745040 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24942] ppid=24934 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24942/stat : 24942 (java) S 24934 24934 8571 0 -1 1077944384 38 0 0 0 4 3 0 0 20 0 20 0 4120987 13587718144 65254 33554432000 4194304 4196468 140727111423888 139765800692496 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24943] ppid=24934 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24943/stat : 24943 (java) S 24934 24934 8571 0 -1 1077944384 34 0 0 0 3 3 0 0 20 0 20 0 4120987 13587718144 65254 33554432000 4194304 4196468 140727111423888 139765799639952 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24944] ppid=24934 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24944/stat : 24944 (java) S 24934 24934 8571 0 -1 1077944384 43 0 0 0 3 3 0 0 20 0 20 0 4120987 13587718144 65254 33554432000 4194304 4196468 140727111423888 139765798587408 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24945] ppid=24934 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24945/stat : 24945 (java) S 24934 24934 8571 0 -1 1077944384 28 0 0 0 3 3 0 0 20 0 20 0 4120987 13587718144 65254 33554432000 4194304 4196468 140727111423888 139765797534864 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24946] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24946/stat : 24946 (java) S 24934 24934 8571 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4120990 13587718144 65254 33554432000 4194304 4196468 140727111423888 139764870109168 139766205729410 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24947] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24947/stat : 24947 (java) S 24934 24934 8571 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4120990 13587718144 65254 33554432000 4194304 4196468 140727111423888 139764869055456 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24948] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24948/stat : 24948 (java) S 24934 24934 8571 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4120991 13587718144 65254 33554432000 4194304 4196468 140727111423888 139764868002816 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24949] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24949/stat : 24949 (java) S 24934 24934 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4120995 13587718144 65254 33554432000 4194304 4196468 140727111423888 139764866951376 139766205736859 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24950] ppid=24934 vsize=13269256 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24950/stat : 24950 (java) R 24934 24934 8571 0 -1 4202560 2439 0 0 0 103 0 0 0 20 0 20 0 4120995 13587718144 65254 33554432000 4194304 4196468 140727111423888 139764865885536 139766184965672 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24951] ppid=24934 vsize=13269256 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24951/stat : 24951 (java) R 24934 24934 8571 0 -1 4202560 1667 0 0 0 100 0 0 0 20 0 20 0 4120995 13587718144 65254 33554432000 4194304 4196468 140727111423888 139764864832528 139766185561857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24952] ppid=24934 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24952/stat : 24952 (java) R 24934 24934 8571 0 -1 4202560 2337 0 0 0 101 0 0 0 20 0 20 0 4120995 13587718144 65254 33554432000 4194304 4196468 140727111423888 139764863779968 139766185404707 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24953] ppid=24934 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24953/stat : 24953 (java) S 24934 24934 8571 0 -1 1077944384 2428 0 0 0 62 0 0 0 20 0 20 0 4120995 13587718144 65254 33554432000 4194304 4196468 140727111423888 139764862741360 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24954] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24954/stat : 24954 (java) S 24934 24934 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4120995 13587718144 65254 33554432000 4194304 4196468 140727111423888 139764861688032 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24955] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24955/stat : 24955 (java) S 24934 24934 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4120995 13587718144 65254 33554432000 4194304 4196468 140727111423888 139764860635568 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 13278768

[startup+3.1018 s]
/proc/loadavg: 11.18 12.81 13.29 13/291 24955
/proc/meminfo: memFree=29709340/32770624 swapFree=5884/276324
[pid=24934] ppid=24931 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24934/stat : 24934 (xcsp3-exec) S 24931 24934 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4120986 9740288 346 33554432000 4194304 5098028 140737326128432 140737326126536 139805026570876 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 35315712 140737326134414 140737326134624 140737326134624 140737326137323 0
/proc/24934/statm: 2378 346 289 221 0 87 0
[pid=24935] ppid=24934 vsize=13269256 CPUtime=12.37 cores=1,3,5,7,9,11,13,15
/proc/24935/stat : 24935 (java) S 24934 24934 8571 0 -1 1077944320 20731 0 0 0 1068 169 0 0 20 0 20 0 4120986 13587718144 220282 33554432000 4194304 4196468 140727111423888 140727111406432 139766205718263 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
/proc/24935/statm: 3317314 220282 3258 1 0 3304547 0
[pid=24935/tid=24936] ppid=24934 vsize=13269256 CPUtime=2.57 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24936/stat : 24936 (java) S 24934 24934 8571 0 -1 1077944384 7213 0 0 0 248 9 0 0 20 0 20 0 4120986 13587718144 220282 33554432000 4194304 4196468 140727111423888 139766209956352 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24938] ppid=24934 vsize=13269256 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24938/stat : 24938 (java) R 24934 24934 8571 0 -1 4202560 210 0 0 0 26 18 0 0 20 0 20 0 4120987 13587718144 220282 33554432000 4194304 4196468 140727111423888 139766158338208 139766190742318 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24939] ppid=24934 vsize=13269256 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24939/stat : 24939 (java) R 24934 24934 8571 0 -1 4202560 186 0 0 0 23 19 0 0 20 0 20 0 4120987 13587718144 220282 33554432000 4194304 4196468 140727111423888 139766157285976 139766190745449 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24940] ppid=24934 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24940/stat : 24940 (java) R 24934 24934 8571 0 -1 4202560 156 0 0 0 22 18 0 0 20 0 20 0 4120987 13587718144 220282 33554432000 4194304 4196468 140727111423888 139766156233432 139766190742372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24941] ppid=24934 vsize=13269256 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24941/stat : 24941 (java) R 24934 24934 8571 0 -1 4202560 256 0 0 0 24 18 0 0 20 0 20 0 4120987 13587718144 220282 33554432000 4194304 4196468 140727111423888 139765801745240 139766190745682 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24942] ppid=24934 vsize=13269256 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24942/stat : 24942 (java) R 24934 24934 8571 0 -1 4202560 218 0 0 0 24 20 0 0 20 0 20 0 4120987 13587718144 220282 33554432000 4194304 4196468 140727111423888 139765800692696 139766190746408 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24943] ppid=24934 vsize=13269256 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24943/stat : 24943 (java) R 24934 24934 8571 0 -1 4202560 185 0 0 0 21 18 0 0 20 0 20 0 4120987 13587718144 220282 33554432000 4194304 4196468 140727111423888 139765799640152 139766190745655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24944] ppid=24934 vsize=13269256 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24944/stat : 24944 (java) R 24934 24934 8571 0 -1 4202560 182 0 0 0 26 19 0 0 20 0 20 0 4120987 13587718144 220282 33554432000 4194304 4196468 140727111423888 139765798587608 139766190166478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24945] ppid=24934 vsize=13269256 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24945/stat : 24945 (java) R 24934 24934 8571 0 -1 4202560 185 0 0 0 25 20 0 0 20 0 20 0 4120987 13587718144 220282 33554432000 4194304 4196468 140727111423888 139765797535064 139766190745682 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24946] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24946/stat : 24946 (java) S 24934 24934 8571 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 20 0 4120990 13587718144 220282 33554432000 4194304 4196468 140727111423888 139764870107680 139766205728469 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24947] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24947/stat : 24947 (java) S 24934 24934 8571 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4120990 13587718144 220282 33554432000 4194304 4196468 140727111423888 139764869055456 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24948] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24948/stat : 24948 (java) S 24934 24934 8571 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4120991 13587718144 220282 33554432000 4194304 4196468 140727111423888 139764868002816 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24949] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24949/stat : 24949 (java) S 24934 24934 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4120995 13587718144 220282 33554432000 4194304 4196468 140727111423888 139764866951376 139766205736859 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24950] ppid=24934 vsize=13269256 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24950/stat : 24950 (java) S 24934 24934 8571 0 -1 1077944384 2846 0 0 0 182 0 0 0 20 0 20 0 4120995 13587718144 220282 33554432000 4194304 4196468 140727111423888 139764865898992 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24951] ppid=24934 vsize=13269256 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24951/stat : 24951 (java) S 24934 24934 8571 0 -1 1077944384 2182 0 0 0 181 1 0 0 20 0 20 0 4120995 13587718144 220282 33554432000 4194304 4196468 140727111423888 139764864846448 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24952] ppid=24934 vsize=13269256 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24952/stat : 24952 (java) S 24934 24934 8571 0 -1 1077944384 2732 0 0 0 185 0 0 0 20 0 20 0 4120995 13587718144 220282 33554432000 4194304 4196468 140727111423888 139764863793904 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24953] ppid=24934 vsize=13269256 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24953/stat : 24953 (java) S 24934 24934 8571 0 -1 1077944384 2671 0 0 0 74 0 0 0 20 0 20 0 4120995 13587718144 220282 33554432000 4194304 4196468 140727111423888 139764862741360 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24954] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24954/stat : 24954 (java) S 24934 24934 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4120995 13587718144 220282 33554432000 4194304 4196468 140727111423888 139764861688032 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24955] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24955/stat : 24955 (java) S 24934 24934 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4120995 13587718144 220282 33554432000 4194304 4196468 140727111423888 139764860635568 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 13278768

[startup+6.30121 s]
/proc/loadavg: 11.57 12.86 13.30 17/291 24955
/proc/meminfo: memFree=28672084/32770624 swapFree=5884/276324
[pid=24934] ppid=24931 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24934/stat : 24934 (xcsp3-exec) S 24931 24934 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4120986 9740288 346 33554432000 4194304 5098028 140737326128432 140737326126536 139805026570876 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 35315712 140737326134414 140737326134624 140737326134624 140737326137323 0
/proc/24934/statm: 2378 346 289 221 0 87 0
[pid=24935] ppid=24934 vsize=13269256 CPUtime=30.28 cores=1,3,5,7,9,11,13,15
/proc/24935/stat : 24935 (java) S 24934 24934 8571 0 -1 1077944320 34180 0 0 0 2444 584 0 0 20 0 20 0 4120986 13587718144 461666 33554432000 4194304 4196468 140727111423888 140727111406432 139766205718263 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
/proc/24935/statm: 3317314 461666 3274 1 0 3304547 0
[pid=24935/tid=24936] ppid=24934 vsize=13269256 CPUtime=3.54 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24936/stat : 24936 (java) S 24934 24934 8571 0 -1 1077944384 7477 0 0 0 342 12 0 0 20 0 20 0 4120986 13587718144 461666 33554432000 4194304 4196468 140727111423888 139766209956736 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24938] ppid=24934 vsize=13269256 CPUtime=2.53 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24938/stat : 24938 (java) R 24934 24934 8571 0 -1 4202560 1051 0 0 0 183 70 0 0 20 0 20 0 4120987 13587718144 461666 33554432000 4194304 4196468 140727111423888 139766158338520 139766190714324 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24939] ppid=24934 vsize=13269256 CPUtime=2.51 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24939/stat : 24939 (java) R 24934 24934 8571 0 -1 4202560 1056 0 0 0 181 70 0 0 20 0 20 0 4120987 13587718144 461666 33554432000 4194304 4196468 140727111423888 139766157285976 139766190714209 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24940] ppid=24934 vsize=13269256 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24940/stat : 24940 (java) R 24934 24934 8571 0 -1 4202560 1106 0 0 0 176 69 0 0 20 0 20 0 4120987 13587718144 461666 33554432000 4194304 4196468 140727111423888 139766156233432 139766190714257 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24941] ppid=24934 vsize=13269256 CPUtime=2.51 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24941/stat : 24941 (java) R 24934 24934 8571 0 -1 4202560 1396 0 0 0 181 70 0 0 20 0 20 0 4120987 13587718144 461666 33554432000 4194304 4196468 140727111423888 139765801745240 139766190714272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24942] ppid=24934 vsize=13269256 CPUtime=2.52 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24942/stat : 24942 (java) R 24934 24934 8571 0 -1 4202560 1307 0 0 0 181 71 0 0 20 0 20 0 4120987 13587718144 461666 33554432000 4194304 4196468 140727111423888 139765800692696 139766190707912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24943] ppid=24934 vsize=13269256 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24943/stat : 24943 (java) R 24934 24934 8571 0 -1 4202560 1082 0 0 0 177 71 0 0 20 0 20 0 4120987 13587718144 461666 33554432000 4194304 4196468 140727111423888 139765799640152 139766190714209 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24944] ppid=24934 vsize=13269256 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24944/stat : 24944 (java) R 24934 24934 8571 0 -1 4202560 1231 0 0 0 183 71 0 0 20 0 20 0 4120987 13587718144 461666 33554432000 4194304 4196468 140727111423888 139765798587296 139766190714283 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24945] ppid=24934 vsize=13269256 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24945/stat : 24945 (java) R 24934 24934 8571 0 -1 4202560 1255 0 0 0 177 71 0 0 20 0 20 0 4120987 13587718144 461666 33554432000 4194304 4196468 140727111423888 139765797535064 139766190714308 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24946] ppid=24934 vsize=13269256 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24946/stat : 24946 (java) S 24934 24934 8571 0 -1 1077944384 5436 0 0 0 14 0 0 0 20 0 20 0 4120990 13587718144 461666 33554432000 4194304 4196468 140727111423888 139764870107712 139766205728469 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24947] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24947/stat : 24947 (java) S 24934 24934 8571 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4120990 13587718144 461666 33554432000 4194304 4196468 140727111423888 139764869055456 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24948] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24948/stat : 24948 (java) S 24934 24934 8571 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4120991 13587718144 461666 33554432000 4194304 4196468 140727111423888 139764868002816 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24949] ppid=24934 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24949/stat : 24949 (java) S 24934 24934 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4120995 13587718144 461666 33554432000 4194304 4196468 140727111423888 139764866951376 139766205736859 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0

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

[pid=24935/tid=24995] ppid=24934 vsize=13801768 CPUtime=1915.28 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24995/stat : 24995 (java) R 24934 24934 8571 0 -1 4202560 95183 0 0 0 191505 23 0 0 20 0 28 0 4131027 14133010432 970750 33554432000 4194304 4196468 140727111423888 139764850517648 139765839856061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24996] ppid=24934 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24996/stat : 24996 (java) S 24934 24934 8571 0 -1 1077944384 31 0 0 0 71 0 0 0 20 0 28 0 4131027 14133010432 970750 33554432000 4194304 4196468 140727111423888 139764849468240 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
Current children cumulated CPU time (s) 2319.22
Current children cumulated vsize (KiB) 13811280

[startup+2082.3 s]
/proc/loadavg: 8.98 8.85 9.22 10/299 26779
/proc/meminfo: memFree=27573584/32770624 swapFree=5884/279128
[pid=24934] ppid=24931 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24934/stat : 24934 (xcsp3-exec) S 24931 24934 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4120986 9740288 346 33554432000 4194304 5098028 140737326128432 140737326126536 139805026570876 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 35315712 140737326134414 140737326134624 140737326134624 140737326137323 0
/proc/24934/statm: 2378 346 289 221 0 87 0
[pid=24935] ppid=24934 vsize=13801768 CPUtime=2379.31 cores=1,3,5,7,9,11,13,15
/proc/24935/stat : 24935 (java) S 24934 24934 8571 0 -1 1077944320 643887 0 0 0 236241 1690 0 0 20 0 28 0 4120986 14133010432 966646 33554432000 4194304 4196468 140727111423888 140727111406432 139766205718263 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
/proc/24935/statm: 3450442 966646 3295 1 0 3437675 0
[pid=24935/tid=24936] ppid=24934 vsize=13801768 CPUtime=5.08 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24936/stat : 24936 (java) S 24934 24934 8571 0 -1 1077944384 9763 0 0 0 493 15 0 0 20 0 28 0 4120986 14133010432 966646 33554432000 4194304 4196468 140727111423888 139766209959040 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24938] ppid=24934 vsize=13801768 CPUtime=15.28 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24938/stat : 24938 (java) S 24934 24934 8571 0 -1 1077944384 49442 0 0 0 1338 190 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139766158338320 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24939] ppid=24934 vsize=13801768 CPUtime=15.32 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24939/stat : 24939 (java) S 24934 24934 8571 0 -1 1077944384 40622 0 0 0 1330 202 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139766157285776 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24940] ppid=24934 vsize=13801768 CPUtime=15.08 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24940/stat : 24940 (java) S 24934 24934 8571 0 -1 1077944384 57861 0 0 0 1319 189 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139766156233232 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24941] ppid=24934 vsize=13801768 CPUtime=15.23 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24941/stat : 24941 (java) S 24934 24934 8571 0 -1 1077944384 49528 0 0 0 1340 183 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139765801745040 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24942] ppid=24934 vsize=13801768 CPUtime=15.05 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24942/stat : 24942 (java) S 24934 24934 8571 0 -1 1077944384 42440 0 0 0 1303 202 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139765800692496 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24943] ppid=24934 vsize=13801768 CPUtime=15.2 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24943/stat : 24943 (java) S 24934 24934 8571 0 -1 1077944384 48067 0 0 0 1324 196 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139765799639952 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24944] ppid=24934 vsize=13801768 CPUtime=15.24 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24944/stat : 24944 (java) S 24934 24934 8571 0 -1 1077944384 44995 0 0 0 1331 193 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139765798587408 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24945] ppid=24934 vsize=13801768 CPUtime=15.17 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24945/stat : 24945 (java) S 24934 24934 8571 0 -1 1077944384 46680 0 0 0 1315 202 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139765797534864 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24946] ppid=24934 vsize=13801768 CPUtime=4.16 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24946/stat : 24946 (java) S 24934 24934 8571 0 -1 1077944384 28207 0 0 0 403 13 0 0 20 0 28 0 4120990 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764870109168 139766205729410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24947] ppid=24934 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24947/stat : 24947 (java) S 24934 24934 8571 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 4120990 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764869055456 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24948] ppid=24934 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24948/stat : 24948 (java) S 24934 24934 8571 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4120991 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764868002816 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24949] ppid=24934 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24949/stat : 24949 (java) S 24934 24934 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764866951376 139766205736859 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24950] ppid=24934 vsize=13801768 CPUtime=4.23 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24950/stat : 24950 (java) S 24934 24934 8571 0 -1 1077944384 17705 0 0 0 420 3 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764865898992 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 13 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24951] ppid=24934 vsize=13801768 CPUtime=3.99 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24951/stat : 24951 (java) S 24934 24934 8571 0 -1 1077944384 16585 0 0 0 396 3 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764864846448 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24952] ppid=24934 vsize=13801768 CPUtime=4.82 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24952/stat : 24952 (java) S 24934 24934 8571 0 -1 1077944384 26269 0 0 0 478 4 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764863793904 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24953] ppid=24934 vsize=13801768 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24953/stat : 24953 (java) S 24934 24934 8571 0 -1 1077944384 15325 0 0 0 124 2 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764862741360 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24954] ppid=24934 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24954/stat : 24954 (java) S 24934 24934 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764861688032 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24955] ppid=24934 vsize=13801768 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24955/stat : 24955 (java) S 24934 24934 8571 0 -1 1077944384 3422 0 0 0 58 62 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764860635568 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24989] ppid=24934 vsize=13801768 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24989/stat : 24989 (java) S 24934 24934 8571 0 -1 1077944384 362 0 0 0 45 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764845256368 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24990] ppid=24934 vsize=13801768 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24990/stat : 24990 (java) S 24934 24934 8571 0 -1 1077944384 283 0 0 0 30 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764852626512 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24991] ppid=24934 vsize=13801768 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24991/stat : 24991 (java) S 24934 24934 8571 0 -1 1077944384 623 0 0 0 38 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764847363280 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24992] ppid=24934 vsize=13801768 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24992/stat : 24992 (java) S 24934 24934 8571 0 -1 1077944384 283 0 0 0 59 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764846310736 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24993] ppid=24934 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24993/stat : 24993 (java) S 24934 24934 8571 0 -1 1077944384 1934 0 0 0 41 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764851574224 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24994] ppid=24934 vsize=13801768 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24994/stat : 24994 (java) S 24934 24934 8571 0 -1 1077944384 287 0 0 0 43 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764848416336 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24995] ppid=24934 vsize=13801768 CPUtime=1975.24 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24995/stat : 24995 (java) R 24934 24934 8571 0 -1 4202560 97004 0 0 0 197501 23 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764850517584 139765840632088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24996] ppid=24934 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24996/stat : 24996 (java) S 24934 24934 8571 0 -1 1077944384 31 0 0 0 71 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764849468240 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
Current children cumulated CPU time (s) 2379.31
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2103 s]
/proc/loadavg: 8.99 8.86 9.22 10/299 26780
/proc/meminfo: memFree=27532300/32770624 swapFree=5884/279144
[pid=24934] ppid=24931 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24934/stat : 24934 (xcsp3-exec) S 24931 24934 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4120986 9740288 346 33554432000 4194304 5098028 140737326128432 140737326126536 139805026570876 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 35315712 140737326134414 140737326134624 140737326134624 140737326137323 0
/proc/24934/statm: 2378 346 289 221 0 87 0
[pid=24935] ppid=24934 vsize=13801768 CPUtime=2400.01 cores=1,3,5,7,9,11,13,15
/proc/24935/stat : 24935 (java) S 24934 24934 8571 0 -1 1077944320 644545 0 0 0 238310 1691 0 0 20 0 28 0 4120986 14133010432 966646 33554432000 4194304 4196468 140727111423888 140727111406432 139766205718263 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
/proc/24935/statm: 3450442 966646 3295 1 0 3437675 0
[pid=24935/tid=24936] ppid=24934 vsize=13801768 CPUtime=5.08 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24936/stat : 24936 (java) S 24934 24934 8571 0 -1 1077944384 9763 0 0 0 493 15 0 0 20 0 28 0 4120986 14133010432 966646 33554432000 4194304 4196468 140727111423888 139766209959040 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24938] ppid=24934 vsize=13801768 CPUtime=15.28 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24938/stat : 24938 (java) S 24934 24934 8571 0 -1 1077944384 49442 0 0 0 1338 190 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139766158338320 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24939] ppid=24934 vsize=13801768 CPUtime=15.32 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24939/stat : 24939 (java) S 24934 24934 8571 0 -1 1077944384 40622 0 0 0 1330 202 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139766157285776 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24940] ppid=24934 vsize=13801768 CPUtime=15.08 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24940/stat : 24940 (java) S 24934 24934 8571 0 -1 1077944384 57861 0 0 0 1319 189 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139766156233232 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24941] ppid=24934 vsize=13801768 CPUtime=15.23 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24941/stat : 24941 (java) S 24934 24934 8571 0 -1 1077944384 49528 0 0 0 1340 183 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139765801745040 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24942] ppid=24934 vsize=13801768 CPUtime=15.05 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24942/stat : 24942 (java) S 24934 24934 8571 0 -1 1077944384 42440 0 0 0 1303 202 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139765800692496 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24943] ppid=24934 vsize=13801768 CPUtime=15.2 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24943/stat : 24943 (java) S 24934 24934 8571 0 -1 1077944384 48067 0 0 0 1324 196 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139765799639952 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24944] ppid=24934 vsize=13801768 CPUtime=15.24 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24944/stat : 24944 (java) S 24934 24934 8571 0 -1 1077944384 44995 0 0 0 1331 193 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139765798587408 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24945] ppid=24934 vsize=13801768 CPUtime=15.17 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24945/stat : 24945 (java) S 24934 24934 8571 0 -1 1077944384 46680 0 0 0 1315 202 0 0 20 0 28 0 4120987 14133010432 966646 33554432000 4194304 4196468 140727111423888 139765797534864 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24946] ppid=24934 vsize=13801768 CPUtime=4.16 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24946/stat : 24946 (java) S 24934 24934 8571 0 -1 1077944384 28212 0 0 0 403 13 0 0 20 0 28 0 4120990 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764870109168 139766205729410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24947] ppid=24934 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24947/stat : 24947 (java) S 24934 24934 8571 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 4120990 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764869055456 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24948] ppid=24934 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24948/stat : 24948 (java) S 24934 24934 8571 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4120991 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764868002816 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24949] ppid=24934 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24949/stat : 24949 (java) S 24934 24934 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764866951376 139766205736859 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24950] ppid=24934 vsize=13801768 CPUtime=4.23 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24950/stat : 24950 (java) S 24934 24934 8571 0 -1 1077944384 17714 0 0 0 420 3 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764865898992 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 13 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24951] ppid=24934 vsize=13801768 CPUtime=3.99 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24951/stat : 24951 (java) S 24934 24934 8571 0 -1 1077944384 16588 0 0 0 396 3 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764864846448 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24952] ppid=24934 vsize=13801768 CPUtime=4.82 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24952/stat : 24952 (java) S 24934 24934 8571 0 -1 1077944384 26272 0 0 0 478 4 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764863793904 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24953] ppid=24934 vsize=13801768 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24953/stat : 24953 (java) S 24934 24934 8571 0 -1 1077944384 15329 0 0 0 124 2 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764862741360 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24954] ppid=24934 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24954/stat : 24954 (java) S 24934 24934 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764861688032 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24955] ppid=24934 vsize=13801768 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24955/stat : 24955 (java) S 24934 24934 8571 0 -1 1077944384 3450 0 0 0 59 63 0 0 20 0 28 0 4120995 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764860635568 139766205729410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24989] ppid=24934 vsize=13801768 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24989/stat : 24989 (java) S 24934 24934 8571 0 -1 1077944384 362 0 0 0 45 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764845256368 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24990] ppid=24934 vsize=13801768 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24990/stat : 24990 (java) S 24934 24934 8571 0 -1 1077944384 283 0 0 0 30 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764852626512 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24991] ppid=24934 vsize=13801768 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24991/stat : 24991 (java) S 24934 24934 8571 0 -1 1077944384 623 0 0 0 38 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764847363280 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24992] ppid=24934 vsize=13801768 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24992/stat : 24992 (java) S 24934 24934 8571 0 -1 1077944384 283 0 0 0 59 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764846310736 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24993] ppid=24934 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24993/stat : 24993 (java) S 24934 24934 8571 0 -1 1077944384 1934 0 0 0 41 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764851574224 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24994] ppid=24934 vsize=13801768 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24994/stat : 24994 (java) S 24934 24934 8571 0 -1 1077944384 287 0 0 0 43 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764848416336 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24995] ppid=24934 vsize=13801768 CPUtime=1995.92 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24995/stat : 24995 (java) R 24934 24934 8571 0 -1 4202560 97610 0 0 0 199569 23 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764850517584 139765838631639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
[pid=24935/tid=24996] ppid=24934 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/24935/task/24996/stat : 24996 (java) S 24934 24934 8571 0 -1 1077944384 31 0 0 0 71 0 0 0 20 0 28 0 4131027 14133010432 966646 33554432000 4194304 4196468 140727111423888 139764849468240 139766205728469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32067584 140727111427260 140727111427436 140727111427436 140727111430095 0
Current children cumulated CPU time (s) 2400.01
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 24935 sig 9
??? kill 24934 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 24934 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1569
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1569
# CPU time returned by wait4() is 0.003138
# while last known CPU time is 2400.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 2103.01
CPU time (s): 2400.01
CPU user time (s): 2383.1
CPU system time (s): 16.91
CPU usage (%): 114.123
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001569
system time used= 0.001569
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518
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 18.2949 second user time and 19.8069 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 03:55:32
IDJOB=4246842
IDBENCH=126250
IDSOLVER=2626
FILE ID=node126/4246842-1500688532
RUNJOBID= node126-1500683384-8603
PBS_JOBID= 20623339
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-21-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-4246842-1500688532/watcher-4246842-1500688532 -o /tmp/evaluation-result-4246842-1500688532/solver-4246842-1500688532 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8603 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1069346766 HOME/instance-4246842-1500688532.xml

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

MD5SUM BENCH= 982ba5645f5cd940fa49e525f3796150
RANDOM SEED=1069346766

node126.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.50
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.50
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		: 1733.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.50
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	: 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.50
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.50
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		: 1600.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.50
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		: 1600.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.50
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		: 2400.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.50
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:        30207036 kB
MemAvailable:   30359120 kB
Buffers:          109012 kB
Cached:           326472 kB
SwapCached:            0 kB
Active:          1847468 kB
Inactive:         284936 kB
Active(anon):    1700080 kB
Inactive(anon):     8656 kB
Active(file):     147388 kB
Inactive(file):   276280 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8772 kB
Writeback:             0 kB
AnonPages:       1703124 kB
Mapped:            42536 kB
Shmem:              8840 kB
Slab:             122156 kB
SReclaimable:      88504 kB
SUnreclaim:        33652 kB
KernelStack:        4608 kB
PageTables:         8552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3362204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1552384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61964 MiB
End job on node126 at 2017-07-22 04:30:35