Trace number 4246867

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)SAT 112.073 88.3848

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-09.xml
MD5SUM1acf0ac9bd97a514ba0385b56c9970ab
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.41295
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints78
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":36}]
Minimum variable degree12
Maximum variable degree12
Distribution of variable degrees[{"degree":12,"count":36}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":12},{"arity":6,"count":66}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"ordered","count":12}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4246867-1500688364.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4246867-1500688364.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
107.05/87.69	c solve instance...
111.75/88.34	s SATISFIABLE
111.75/88.34	v <instantiation>
111.75/88.34	v 	<list>x[0][0] x[0][1] x[0][2] x[1][0] x[1][1] x[1][2] x[2][0] x[2][1] x[2][2] x[3][0] x[3][1] x[3][2] x[4][0] x[4][1] x[4][2] x[5][0] x[5][1] x[5][2] x[6][0] x[6][1] x[6][2] x[7][0] x[7][1] x[7][2] x[8][0] x[8][1] x[8][2] x[9][0] x[9][1] x[9][2] x[10][0] x[10][1] x[10][2] x[11][0] x[11][1] x[11][2] </list>
111.75/88.34	v 	<values>2 3 9 4 5 9 3 4 6 6 8 9 1 3 5 5 6 7 3 7 8 1 2 6 1 7 9 1 4 8 2 5 8 2 4 7 </values>
111.75/88.34	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4246867-1500688364/watcher-4246867-1500688364 -o /tmp/evaluation-result-4246867-1500688364/solver-4246867-1500688364 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7776 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1329556999 HOME/instance-4246867-1500688364.xml 

pid=27935
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: 9.88 13.26 13.84 10/271 27938
/proc/meminfo: memFree=27705996/32770624 swapFree=5880/281376
[pid=27938] ppid=27935 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27938/stat : 27938 (xcsp3-exec) S 27935 27938 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4104070 9740288 346 33554432000 4194304 5098028 140737067009776 140737067007880 140052070822524 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 24207360 140737067017358 140737067017568 140737067017568 140737067020267 0
/proc/27938/statm: 2378 346 289 221 0 87 0

[startup+0.100076 s]
/proc/loadavg: 9.88 13.26 13.84 10/271 27938
/proc/meminfo: memFree=27705996/32770624 swapFree=5880/281376
[pid=27938] ppid=27935 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27938/stat : 27938 (xcsp3-exec) S 27935 27938 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4104070 9740288 346 33554432000 4194304 5098028 140737067009776 140737067007880 140052070822524 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 24207360 140737067017358 140737067017568 140737067017568 140737067020267 0
/proc/27938/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200314 s]
/proc/loadavg: 9.88 13.26 13.84 10/271 27938
/proc/meminfo: memFree=27705996/32770624 swapFree=5880/281376
[pid=27938] ppid=27935 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27938/stat : 27938 (xcsp3-exec) S 27935 27938 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4104070 9740288 346 33554432000 4194304 5098028 140737067009776 140737067007880 140052070822524 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 24207360 140737067017358 140737067017568 140737067017568 140737067020267 0
/proc/27938/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300264 s]
/proc/loadavg: 9.88 13.26 13.84 10/271 27938
/proc/meminfo: memFree=27705996/32770624 swapFree=5880/281376
[pid=27938] ppid=27935 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27938/stat : 27938 (xcsp3-exec) S 27935 27938 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4104070 9740288 346 33554432000 4194304 5098028 140737067009776 140737067007880 140052070822524 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 24207360 140737067017358 140737067017568 140737067017568 140737067020267 0
/proc/27938/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.706 s]
/proc/loadavg: 9.88 13.26 13.84 10/271 27938
/proc/meminfo: memFree=27705996/32770624 swapFree=5880/281376
[pid=27938] ppid=27935 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27938/stat : 27938 (xcsp3-exec) S 27935 27938 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4104070 9740288 346 33554432000 4194304 5098028 140737067009776 140737067007880 140052070822524 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 24207360 140737067017358 140737067017568 140737067017568 140737067020267 0
/proc/27938/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50084 s]
/proc/loadavg: 9.88 13.26 13.84 10/292 27967
/proc/meminfo: memFree=27486328/32770624 swapFree=5880/281344
[pid=27938] ppid=27935 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27938/stat : 27938 (xcsp3-exec) S 27935 27938 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4104070 9740288 346 33554432000 4194304 5098028 140737067009776 140737067007880 140052070822524 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 24207360 140737067017358 140737067017568 140737067017568 140737067020267 0
/proc/27938/statm: 2378 346 289 221 0 87 0
[pid=27939] ppid=27938 vsize=13267208 CPUtime=2.79 cores=1,3,5,7,9,11,13,15
/proc/27939/stat : 27939 (java) S 27938 27938 7744 0 -1 1077944320 12151 0 0 0 261 18 0 0 20 0 20 0 4104070 13585620992 57759 33554432000 4194304 4196468 140735313186192 140735313168736 139630421307127 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
/proc/27939/statm: 3316802 57759 3209 1 0 3304035 0
[pid=27939/tid=27940] ppid=27938 vsize=13267208 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27940/stat : 27940 (java) R 27938 27938 7744 0 -1 4202560 5997 0 0 0 138 6 0 0 20 0 20 0 4104071 13585620992 57759 33554432000 4194304 4196468 140735313186192 139630425545864 139630010851237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27942] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27942/stat : 27942 (java) S 27938 27938 7744 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 57759 33554432000 4194304 4196468 140735313186192 139630339787536 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27943] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27943/stat : 27943 (java) S 27938 27938 7744 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 57759 33554432000 4194304 4196468 140735313186192 139630338734992 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27944] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27944/stat : 27944 (java) S 27938 27938 7744 0 -1 1077944384 15 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 57759 33554432000 4194304 4196468 140735313186192 139630337682448 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27945] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27945/stat : 27945 (java) S 27938 27938 7744 0 -1 1077944384 14 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 57759 33554432000 4194304 4196468 140735313186192 139630336629904 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27946] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27946/stat : 27946 (java) S 27938 27938 7744 0 -1 1077944384 14 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 57759 33554432000 4194304 4196468 140735313186192 139630335576336 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27947] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27947/stat : 27947 (java) S 27938 27938 7744 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 57759 33554432000 4194304 4196468 140735313186192 139630334523792 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27948] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27948/stat : 27948 (java) S 27938 27938 7744 0 -1 1077944384 17 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 57759 33554432000 4194304 4196468 140735313186192 139630333471248 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27949] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27949/stat : 27949 (java) S 27938 27938 7744 0 -1 1077944384 17 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 57759 33554432000 4194304 4196468 140735313186192 139630332418704 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27950] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27950/stat : 27950 (java) S 27938 27938 7744 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4104074 13585620992 57759 33554432000 4194304 4196468 140735313186192 139629748959728 139630421318274 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27951] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27951/stat : 27951 (java) S 27938 27938 7744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4104075 13585620992 57759 33554432000 4194304 4196468 140735313186192 139629747905952 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27952] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27952/stat : 27952 (java) S 27938 27938 7744 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4104075 13585620992 57759 33554432000 4194304 4196468 140735313186192 139629746853360 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27953] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27953/stat : 27953 (java) S 27938 27938 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4104079 13585620992 57759 33554432000 4194304 4196468 140735313186192 139629745801936 139630421325723 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27954] ppid=27938 vsize=13267208 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27954/stat : 27954 (java) S 27938 27938 7744 0 -1 1077944384 1076 0 0 0 27 0 0 0 20 0 20 0 4104079 13585620992 57759 33554432000 4194304 4196468 140735313186192 139629744748528 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27955] ppid=27938 vsize=13267208 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27955/stat : 27955 (java) S 27938 27938 7744 0 -1 1077944384 867 0 0 0 29 0 0 0 20 0 20 0 4104079 13585620992 57759 33554432000 4194304 4196468 140735313186192 139629743695984 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27956] ppid=27938 vsize=13267208 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27956/stat : 27956 (java) S 27938 27938 7744 0 -1 1077944384 1145 0 0 0 26 0 0 0 20 0 20 0 4104079 13585620992 57759 33554432000 4194304 4196468 140735313186192 139629742643440 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27957] ppid=27938 vsize=13267208 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27957/stat : 27957 (java) S 27938 27938 7744 0 -1 1077944384 1550 0 0 0 25 0 0 0 20 0 20 0 4104079 13585620992 57759 33554432000 4194304 4196468 140735313186192 139629741590896 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27958] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27958/stat : 27958 (java) S 27938 27938 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4104079 13585620992 57759 33554432000 4194304 4196468 140735313186192 139629740538592 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27959] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27959/stat : 27959 (java) S 27938 27938 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4104079 13585620992 57759 33554432000 4194304 4196468 140735313186192 139629739486128 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 13276720

[startup+3.10101 s]
/proc/loadavg: 9.88 13.26 13.84 10/292 27967
/proc/meminfo: memFree=27484964/32770624 swapFree=5880/281344
[pid=27938] ppid=27935 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27938/stat : 27938 (xcsp3-exec) S 27935 27938 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4104070 9740288 346 33554432000 4194304 5098028 140737067009776 140737067007880 140052070822524 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 24207360 140737067017358 140737067017568 140737067017568 140737067020267 0
/proc/27938/statm: 2378 346 289 221 0 87 0
[pid=27939] ppid=27938 vsize=13267208 CPUtime=4.7 cores=1,3,5,7,9,11,13,15
/proc/27939/stat : 27939 (java) S 27938 27938 7744 0 -1 1077944320 13090 0 0 0 451 19 0 0 20 0 20 0 4104070 13585620992 58029 33554432000 4194304 4196468 140735313186192 140735313168736 139630421307127 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
/proc/27939/statm: 3316802 58029 3213 1 0 3304035 0
[pid=27939/tid=27940] ppid=27938 vsize=13267208 CPUtime=3.04 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27940/stat : 27940 (java) R 27938 27938 7744 0 -1 4202560 6785 0 0 0 298 6 0 0 20 0 20 0 4104071 13585620992 58029 33554432000 4194304 4196468 140735313186192 139630425544696 139630011319786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27942] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27942/stat : 27942 (java) S 27938 27938 7744 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 58029 33554432000 4194304 4196468 140735313186192 139630339787536 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27943] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27943/stat : 27943 (java) S 27938 27938 7744 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 58029 33554432000 4194304 4196468 140735313186192 139630338734992 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27944] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27944/stat : 27944 (java) S 27938 27938 7744 0 -1 1077944384 15 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 58029 33554432000 4194304 4196468 140735313186192 139630337682448 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27945] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27945/stat : 27945 (java) S 27938 27938 7744 0 -1 1077944384 14 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 58029 33554432000 4194304 4196468 140735313186192 139630336629904 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27946] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27946/stat : 27946 (java) S 27938 27938 7744 0 -1 1077944384 14 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 58029 33554432000 4194304 4196468 140735313186192 139630335576336 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27947] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27947/stat : 27947 (java) S 27938 27938 7744 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 58029 33554432000 4194304 4196468 140735313186192 139630334523792 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27948] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27948/stat : 27948 (java) S 27938 27938 7744 0 -1 1077944384 17 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 58029 33554432000 4194304 4196468 140735313186192 139630333471248 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27949] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27949/stat : 27949 (java) S 27938 27938 7744 0 -1 1077944384 17 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 58029 33554432000 4194304 4196468 140735313186192 139630332418704 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27950] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27950/stat : 27950 (java) S 27938 27938 7744 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4104074 13585620992 58029 33554432000 4194304 4196468 140735313186192 139629748959728 139630421318274 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27951] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27951/stat : 27951 (java) S 27938 27938 7744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4104075 13585620992 58029 33554432000 4194304 4196468 140735313186192 139629747905952 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27952] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27952/stat : 27952 (java) S 27938 27938 7744 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4104075 13585620992 58029 33554432000 4194304 4196468 140735313186192 139629746853360 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27953] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27953/stat : 27953 (java) S 27938 27938 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4104079 13585620992 58029 33554432000 4194304 4196468 140735313186192 139629745801936 139630421325723 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27954] ppid=27938 vsize=13267208 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27954/stat : 27954 (java) S 27938 27938 7744 0 -1 1077944384 1097 0 0 0 38 0 0 0 20 0 20 0 4104079 13585620992 58029 33554432000 4194304 4196468 140735313186192 139629744748528 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27955] ppid=27938 vsize=13267208 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27955/stat : 27955 (java) S 27938 27938 7744 0 -1 1077944384 887 0 0 0 35 0 0 0 20 0 20 0 4104079 13585620992 58029 33554432000 4194304 4196468 140735313186192 139629743695984 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27956] ppid=27938 vsize=13267208 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27956/stat : 27956 (java) S 27938 27938 7744 0 -1 1077944384 1172 0 0 0 36 0 0 0 20 0 20 0 4104079 13585620992 58029 33554432000 4194304 4196468 140735313186192 139629742643440 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27957] ppid=27938 vsize=13267208 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27957/stat : 27957 (java) S 27938 27938 7744 0 -1 1077944384 1633 0 0 0 29 0 0 0 20 0 20 0 4104079 13585620992 58029 33554432000 4194304 4196468 140735313186192 139629741590896 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27958] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27958/stat : 27958 (java) S 27938 27938 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4104079 13585620992 58029 33554432000 4194304 4196468 140735313186192 139629740538592 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27959] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27959/stat : 27959 (java) S 27938 27938 7744 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 4104079 13585620992 58029 33554432000 4194304 4196468 140735313186192 139629739486128 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 13276720

[startup+6.30094 s]
/proc/loadavg: 9.57 13.14 13.80 10/292 27975
/proc/meminfo: memFree=27424940/32770624 swapFree=5880/281356
[pid=27938] ppid=27935 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27938/stat : 27938 (xcsp3-exec) S 27935 27938 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4104070 9740288 346 33554432000 4194304 5098028 140737067009776 140737067007880 140052070822524 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 24207360 140737067017358 140737067017568 140737067017568 140737067020267 0
/proc/27938/statm: 2378 346 289 221 0 87 0
[pid=27939] ppid=27938 vsize=13267208 CPUtime=7.93 cores=1,3,5,7,9,11,13,15
/proc/27939/stat : 27939 (java) S 27938 27938 7744 0 -1 1077944320 14645 0 0 0 772 21 0 0 20 0 20 0 4104070 13585620992 78620 33554432000 4194304 4196468 140735313186192 140735313168736 139630421307127 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
/proc/27939/statm: 3316802 78620 3218 1 0 3304035 0
[pid=27939/tid=27940] ppid=27938 vsize=13267208 CPUtime=6.24 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27940/stat : 27940 (java) R 27938 27938 7744 0 -1 4202560 6988 0 0 0 617 7 0 0 20 0 20 0 4104071 13585620992 78620 33554432000 4194304 4196468 140735313186192 139630425542144 139630011334638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27942] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27942/stat : 27942 (java) S 27938 27938 7744 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 78620 33554432000 4194304 4196468 140735313186192 139630339787536 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27943] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27943/stat : 27943 (java) S 27938 27938 7744 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 78620 33554432000 4194304 4196468 140735313186192 139630338734992 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27944] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27944/stat : 27944 (java) S 27938 27938 7744 0 -1 1077944384 15 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 78620 33554432000 4194304 4196468 140735313186192 139630337682448 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27945] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27945/stat : 27945 (java) S 27938 27938 7744 0 -1 1077944384 14 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 78620 33554432000 4194304 4196468 140735313186192 139630336629904 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27946] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27946/stat : 27946 (java) S 27938 27938 7744 0 -1 1077944384 14 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 78620 33554432000 4194304 4196468 140735313186192 139630335576336 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27947] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27947/stat : 27947 (java) S 27938 27938 7744 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 78620 33554432000 4194304 4196468 140735313186192 139630334523792 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27948] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27948/stat : 27948 (java) S 27938 27938 7744 0 -1 1077944384 17 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 78620 33554432000 4194304 4196468 140735313186192 139630333471248 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27949] ppid=27938 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27949/stat : 27949 (java) S 27938 27938 7744 0 -1 1077944384 17 0 0 0 1 1 0 0 20 0 20 0 4104072 13585620992 78620 33554432000 4194304 4196468 140735313186192 139630332418704 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27950] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27950/stat : 27950 (java) S 27938 27938 7744 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 4104074 13585620992 78620 33554432000 4194304 4196468 140735313186192 139629748959728 139630421318274 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27951] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27951/stat : 27951 (java) S 27938 27938 7744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4104075 13585620992 78620 33554432000 4194304 4196468 140735313186192 139629747905952 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27952] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27952/stat : 27952 (java) S 27938 27938 7744 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4104075 13585620992 78620 33554432000 4194304 4196468 140735313186192 139629746853360 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27953] ppid=27938 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27953/stat : 27953 (java) S 27938 27938 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4104079 13585620992 78620 33554432000 4194304 4196468 140735313186192 139629745801936 139630421325723 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0

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

/proc/27939/task/27951/stat : 27951 (java) S 27938 27938 7744 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4104075 14133010432 662051 33554432000 4194304 4196468 140735313186192 139629747906016 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27952] ppid=27938 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27952/stat : 27952 (java) S 27938 27938 7744 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 28 0 4104075 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629746853376 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27953] ppid=27938 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27953/stat : 27953 (java) S 27938 27938 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4104079 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629745801936 139630421325723 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27954] ppid=27938 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27954/stat : 27954 (java) R 27938 27938 7744 0 -1 4202560 3076 0 0 0 70 1 0 0 20 0 28 0 4104079 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629744744896 139630398672025 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27955] ppid=27938 vsize=13801768 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27955/stat : 27955 (java) R 27938 27938 7744 0 -1 4202560 4422 0 0 0 77 0 0 0 20 0 28 0 4104079 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629743681328 139630406430719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27956] ppid=27938 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27956/stat : 27956 (java) R 27938 27938 7744 0 -1 4202560 4718 0 0 0 78 1 0 0 20 0 28 0 4104079 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629742624456 139630413544254 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27957] ppid=27938 vsize=13801768 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27957/stat : 27957 (java) S 27938 27938 7744 0 -1 1077944384 6281 0 0 0 62 1 0 0 20 0 28 0 4104079 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629741590896 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27958] ppid=27938 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27958/stat : 27958 (java) S 27938 27938 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4104079 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629740538592 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27959] ppid=27938 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27959/stat : 27959 (java) S 27938 27938 7744 0 -1 1077944384 540 0 0 0 3 4 0 0 20 0 28 0 4104079 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629739486128 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28001] ppid=27938 vsize=13801768 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28001/stat : 28001 (java) R 27938 27938 7744 0 -1 4202560 74 0 0 0 26 0 0 0 20 0 28 0 4112841 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629731470632 139630007674819 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28002] ppid=27938 vsize=13801768 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28002/stat : 28002 (java) R 27938 27938 7744 0 -1 4202560 769 0 0 0 17 0 0 0 20 0 28 0 4112841 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629730421544 139630007700333 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28003] ppid=27938 vsize=13801768 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28003/stat : 28003 (java) R 27938 27938 7744 0 -1 4202560 59 0 0 0 21 0 0 0 20 0 28 0 4112841 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629729367704 139630010820511 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28004] ppid=27938 vsize=13801768 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28004/stat : 28004 (java) R 27938 27938 7744 0 -1 4202560 102 0 0 0 20 0 0 0 20 0 28 0 4112841 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629728315112 139630011028508 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28005] ppid=27938 vsize=13801768 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28005/stat : 28005 (java) R 27938 27938 7744 0 -1 4202560 60 0 0 0 21 0 0 0 20 0 28 0 4112841 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629727262552 139630011028665 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28006] ppid=27938 vsize=13801768 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28006/stat : 28006 (java) R 27938 27938 7744 0 -1 4202560 53 0 0 0 25 0 0 0 20 0 28 0 4112841 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629726207912 139630011190373 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28007] ppid=27938 vsize=13801768 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28007/stat : 28007 (java) R 27938 27938 7744 0 -1 4202560 1157 0 0 0 19 0 0 0 20 0 28 0 4112841 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629725154816 139630010193617 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28008] ppid=27938 vsize=13801768 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28008/stat : 28008 (java) R 27938 27938 7744 0 -1 4202560 49 0 0 0 21 0 0 0 20 0 28 0 4112841 14133010432 662066 33554432000 4194304 4196468 140735313186192 139629724104832 139630011028720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
Current children cumulated CPU time (s) 109.5
Current children cumulated vsize (KiB) 13811280

[startup+88.2016 s]
/proc/loadavg: 9.17 12.13 13.39 21/300 28008
/proc/meminfo: memFree=22710272/32770624 swapFree=5880/281432
[pid=27938] ppid=27935 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27938/stat : 27938 (xcsp3-exec) S 27935 27938 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4104070 9740288 346 33554432000 4194304 5098028 140737067009776 140737067007880 140052070822524 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 24207360 140737067017358 140737067017568 140737067017568 140737067020267 0
/proc/27938/statm: 2378 346 289 221 0 87 0
[pid=27939] ppid=27938 vsize=13801768 CPUtime=110.94 cores=1,3,5,7,9,11,13,15
/proc/27939/stat : 27939 (java) S 27938 27938 7744 0 -1 1077944320 74284 0 0 0 10675 419 0 0 20 0 28 0 4104070 14133010432 663349 33554432000 4194304 4196468 140735313186192 140735313168736 139630421307127 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
/proc/27939/statm: 3450442 663349 3262 1 0 3437675 0
[pid=27939/tid=27940] ppid=27938 vsize=13801768 CPUtime=78.45 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27940/stat : 27940 (java) S 27938 27938 7744 0 -1 1077944384 15653 0 0 0 7829 16 0 0 20 0 28 0 4104071 14133010432 663349 33554432000 4194304 4196468 140735313186192 139630425547904 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27942] ppid=27938 vsize=13801768 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27942/stat : 27942 (java) S 27938 27938 7744 0 -1 1077944384 3518 0 0 0 196 49 0 0 20 0 28 0 4104072 14133010432 663349 33554432000 4194304 4196468 140735313186192 139630339787536 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27943] ppid=27938 vsize=13801768 CPUtime=2.46 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27943/stat : 27943 (java) S 27938 27938 7744 0 -1 1077944384 4358 0 0 0 197 49 0 0 20 0 28 0 4104072 14133010432 663349 33554432000 4194304 4196468 140735313186192 139630338734992 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27944] ppid=27938 vsize=13801768 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27944/stat : 27944 (java) S 27938 27938 7744 0 -1 1077944384 3049 0 0 0 199 46 0 0 20 0 28 0 4104072 14133010432 663349 33554432000 4194304 4196468 140735313186192 139630337682448 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27945] ppid=27938 vsize=13801768 CPUtime=2.43 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27945/stat : 27945 (java) S 27938 27938 7744 0 -1 1077944384 4199 0 0 0 193 50 0 0 20 0 28 0 4104072 14133010432 663349 33554432000 4194304 4196468 140735313186192 139630336629904 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27946] ppid=27938 vsize=13801768 CPUtime=2.44 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27946/stat : 27946 (java) S 27938 27938 7744 0 -1 1077944384 3345 0 0 0 195 49 0 0 20 0 28 0 4104072 14133010432 663349 33554432000 4194304 4196468 140735313186192 139630335576336 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27947] ppid=27938 vsize=13801768 CPUtime=2.46 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27947/stat : 27947 (java) S 27938 27938 7744 0 -1 1077944384 3552 0 0 0 196 50 0 0 20 0 28 0 4104072 14133010432 663349 33554432000 4194304 4196468 140735313186192 139630334523792 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27948] ppid=27938 vsize=13801768 CPUtime=2.4 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27948/stat : 27948 (java) S 27938 27938 7744 0 -1 1077944384 3459 0 0 0 193 47 0 0 20 0 28 0 4104072 14133010432 663349 33554432000 4194304 4196468 140735313186192 139630333471248 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27949] ppid=27938 vsize=13801768 CPUtime=2.4 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27949/stat : 27949 (java) S 27938 27938 7744 0 -1 1077944384 3398 0 0 0 195 45 0 0 20 0 28 0 4104072 14133010432 663349 33554432000 4194304 4196468 140735313186192 139630332418704 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27950] ppid=27938 vsize=13801768 CPUtime=6.7 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27950/stat : 27950 (java) S 27938 27938 7744 0 -1 1077944384 5161 0 0 0 667 3 0 0 20 0 28 0 4104074 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629748959728 139630421318274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27951] ppid=27938 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27951/stat : 27951 (java) S 27938 27938 7744 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4104075 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629747906016 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27952] ppid=27938 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27952/stat : 27952 (java) S 27938 27938 7744 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 28 0 4104075 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629746853376 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27953] ppid=27938 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27953/stat : 27953 (java) S 27938 27938 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4104079 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629745801936 139630421325723 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27954] ppid=27938 vsize=13801768 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27954/stat : 27954 (java) R 27938 27938 7744 0 -1 4202560 3638 0 0 0 82 1 0 0 20 0 28 0 4104079 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629744741016 139630400563699 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27955] ppid=27938 vsize=13801768 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27955/stat : 27955 (java) R 27938 27938 7744 0 -1 4202560 4697 0 0 0 91 0 0 0 20 0 28 0 4104079 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629743686512 139630401000204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27956] ppid=27938 vsize=13801768 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27956/stat : 27956 (java) R 27938 27938 7744 0 -1 4202560 5351 0 0 0 90 1 0 0 20 0 28 0 4104079 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629742624456 139630405203811 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27957] ppid=27938 vsize=13801768 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27957/stat : 27957 (java) S 27938 27938 7744 0 -1 1077944384 6610 0 0 0 66 1 0 0 20 0 28 0 4104079 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629741590896 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27958] ppid=27938 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27958/stat : 27958 (java) S 27938 27938 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4104079 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629740538592 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27959] ppid=27938 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27959/stat : 27959 (java) S 27938 27938 7744 0 -1 1077944384 540 0 0 0 3 4 0 0 20 0 28 0 4104079 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629739486128 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28001] ppid=27938 vsize=13801768 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28001/stat : 28001 (java) R 27938 27938 7744 0 -1 4202560 74 0 0 0 35 0 0 0 20 0 28 0 4112841 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629731470760 139630012927976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28002] ppid=27938 vsize=13801768 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28002/stat : 28002 (java) R 27938 27938 7744 0 -1 4202560 769 0 0 0 27 0 0 0 20 0 28 0 4112841 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629730419352 139630012927761 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28003] ppid=27938 vsize=13801768 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28003/stat : 28003 (java) R 27938 27938 7744 0 -1 4202560 60 0 0 0 35 0 0 0 20 0 28 0 4112841 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629729365352 139630012972965 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28004] ppid=27938 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28004/stat : 28004 (java) R 27938 27938 7744 0 -1 4202560 102 0 0 0 32 0 0 0 20 0 28 0 4112841 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629728313240 139630012924087 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28005] ppid=27938 vsize=13801768 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28005/stat : 28005 (java) R 27938 27938 7744 0 -1 4202560 60 0 0 0 34 0 0 0 20 0 28 0 4112841 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629727262760 139630012928089 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28006] ppid=27938 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28006/stat : 28006 (java) R 27938 27938 7744 0 -1 4202560 54 0 0 0 41 0 0 0 20 0 28 0 4112841 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629726211480 139630012928325 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28007] ppid=27938 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28007/stat : 28007 (java) R 27938 27938 7744 0 -1 4202560 1157 0 0 0 32 0 0 0 20 0 28 0 4112841 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629725155176 139630012928267 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28008] ppid=27938 vsize=13801768 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28008/stat : 28008 (java) R 27938 27938 7744 0 -1 4202560 49 0 0 0 35 0 0 0 20 0 28 0 4112841 14133010432 663349 33554432000 4194304 4196468 140735313186192 139629724102872 139630012928017 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
Current children cumulated CPU time (s) 110.94
Current children cumulated vsize (KiB) 13811280

[startup+88.3016 s]
/proc/loadavg: 9.17 12.13 13.39 21/300 28008
/proc/meminfo: memFree=22710272/32770624 swapFree=5880/281432
[pid=27938] ppid=27935 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27938/stat : 27938 (xcsp3-exec) S 27935 27938 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4104070 9740288 346 33554432000 4194304 5098028 140737067009776 140737067007880 140052070822524 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 24207360 140737067017358 140737067017568 140737067017568 140737067020267 0
/proc/27938/statm: 2378 346 289 221 0 87 0
[pid=27939] ppid=27938 vsize=13801768 CPUtime=111.75 cores=1,3,5,7,9,11,13,15
/proc/27939/stat : 27939 (java) S 27938 27938 7744 0 -1 1077944320 74689 0 0 0 10755 420 0 0 20 0 28 0 4104070 14133010432 663749 33554432000 4194304 4196468 140735313186192 140735313168736 139630421307127 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
/proc/27939/statm: 3450442 663749 3262 1 0 3437675 0
[pid=27939/tid=27940] ppid=27938 vsize=13801768 CPUtime=78.45 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27940/stat : 27940 (java) S 27938 27938 7744 0 -1 1077944384 15653 0 0 0 7829 16 0 0 20 0 28 0 4104071 14133010432 663749 33554432000 4194304 4196468 140735313186192 139630425547904 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27942] ppid=27938 vsize=13801768 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27942/stat : 27942 (java) S 27938 27938 7744 0 -1 1077944384 3518 0 0 0 196 49 0 0 20 0 28 0 4104072 14133010432 663749 33554432000 4194304 4196468 140735313186192 139630339787536 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27943] ppid=27938 vsize=13801768 CPUtime=2.46 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27943/stat : 27943 (java) S 27938 27938 7744 0 -1 1077944384 4358 0 0 0 197 49 0 0 20 0 28 0 4104072 14133010432 663749 33554432000 4194304 4196468 140735313186192 139630338734992 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27944] ppid=27938 vsize=13801768 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27944/stat : 27944 (java) S 27938 27938 7744 0 -1 1077944384 3049 0 0 0 199 46 0 0 20 0 28 0 4104072 14133010432 663749 33554432000 4194304 4196468 140735313186192 139630337682448 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27945] ppid=27938 vsize=13801768 CPUtime=2.43 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27945/stat : 27945 (java) S 27938 27938 7744 0 -1 1077944384 4199 0 0 0 193 50 0 0 20 0 28 0 4104072 14133010432 663749 33554432000 4194304 4196468 140735313186192 139630336629904 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27946] ppid=27938 vsize=13801768 CPUtime=2.44 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27946/stat : 27946 (java) S 27938 27938 7744 0 -1 1077944384 3345 0 0 0 195 49 0 0 20 0 28 0 4104072 14133010432 663749 33554432000 4194304 4196468 140735313186192 139630335576336 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27947] ppid=27938 vsize=13801768 CPUtime=2.46 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27947/stat : 27947 (java) S 27938 27938 7744 0 -1 1077944384 3552 0 0 0 196 50 0 0 20 0 28 0 4104072 14133010432 663749 33554432000 4194304 4196468 140735313186192 139630334523792 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27948] ppid=27938 vsize=13801768 CPUtime=2.4 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27948/stat : 27948 (java) S 27938 27938 7744 0 -1 1077944384 3459 0 0 0 193 47 0 0 20 0 28 0 4104072 14133010432 663749 33554432000 4194304 4196468 140735313186192 139630333471248 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27949] ppid=27938 vsize=13801768 CPUtime=2.4 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27949/stat : 27949 (java) S 27938 27938 7744 0 -1 1077944384 3398 0 0 0 195 45 0 0 20 0 28 0 4104072 14133010432 663749 33554432000 4194304 4196468 140735313186192 139630332418704 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27950] ppid=27938 vsize=13801768 CPUtime=6.7 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27950/stat : 27950 (java) S 27938 27938 7744 0 -1 1077944384 5161 0 0 0 667 3 0 0 20 0 28 0 4104074 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629748959728 139630421318274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27951] ppid=27938 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27951/stat : 27951 (java) S 27938 27938 7744 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4104075 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629747906016 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27952] ppid=27938 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27952/stat : 27952 (java) S 27938 27938 7744 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 28 0 4104075 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629746853376 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27953] ppid=27938 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27953/stat : 27953 (java) S 27938 27938 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4104079 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629745801936 139630421325723 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27954] ppid=27938 vsize=13801768 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27954/stat : 27954 (java) R 27938 27938 7744 0 -1 4202560 3645 0 0 0 88 1 0 0 20 0 28 0 4104079 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629744734816 139630406411600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27955] ppid=27938 vsize=13801768 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27955/stat : 27955 (java) R 27938 27938 7744 0 -1 4202560 4708 0 0 0 101 0 0 0 20 0 28 0 4104079 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629743689176 139630402828393 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27956] ppid=27938 vsize=13801768 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27956/stat : 27956 (java) R 27938 27938 7744 0 -1 4202560 5723 0 0 0 100 1 0 0 20 0 28 0 4104079 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629742629320 139630402852688 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27957] ppid=27938 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27957/stat : 27957 (java) S 27938 27938 7744 0 -1 1077944384 6625 0 0 0 67 2 0 0 20 0 28 0 4104079 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629741590896 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27958] ppid=27938 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27958/stat : 27958 (java) S 27938 27938 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4104079 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629740538592 139630421317333 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=27959] ppid=27938 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/27939/task/27959/stat : 27959 (java) S 27938 27938 7744 0 -1 1077944384 540 0 0 0 3 4 0 0 20 0 28 0 4104079 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629739486128 139630421318274 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28001] ppid=27938 vsize=13801768 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28001/stat : 28001 (java) R 27938 27938 7744 0 -1 4202560 74 0 0 0 43 0 0 0 20 0 28 0 4112841 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629731471224 139630012927958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28002] ppid=27938 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28002/stat : 28002 (java) R 27938 27938 7744 0 -1 4202560 769 0 0 0 37 0 0 0 20 0 28 0 4112841 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629730419592 139630013209226 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28003] ppid=27938 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28003/stat : 28003 (java) R 27938 27938 7744 0 -1 4202560 60 0 0 0 41 0 0 0 20 0 28 0 4112841 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629729367672 139630013216844 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28004] ppid=27938 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28004/stat : 28004 (java) R 27938 27938 7744 0 -1 4202560 102 0 0 0 37 0 0 0 20 0 28 0 4112841 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629728313528 139630012927939 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28005] ppid=27938 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28005/stat : 28005 (java) R 27938 27938 7744 0 -1 4202560 60 0 0 0 41 0 0 0 20 0 28 0 4112841 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629727261400 139630012928012 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28006] ppid=27938 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28006/stat : 28006 (java) R 27938 27938 7744 0 -1 4202560 54 0 0 0 46 0 0 0 20 0 28 0 4112841 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629726211480 139630012928017 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28007] ppid=27938 vsize=13801768 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28007/stat : 28007 (java) R 27938 27938 7744 0 -1 4202560 1158 0 0 0 36 0 0 0 20 0 28 0 4112841 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629725157480 139630013216844 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
[pid=27939/tid=28008] ppid=27938 vsize=13801768 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/27939/task/28008/stat : 28008 (java) R 27938 27938 7744 0 -1 4202560 49 0 0 0 43 0 0 0 20 0 28 0 4112841 14133010432 663749 33554432000 4194304 4196468 140735313186192 139629724104768 139630012929548 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38526976 140735313192124 140735313192300 140735313192300 140735313194959 0
Current children cumulated CPU time (s) 111.75
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 88.3848
CPU time (s): 112.073
CPU user time (s): 107.855
CPU system time (s): 4.21813
CPU usage (%): 126.801
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.855
system time used= 4.21813
maximum resident set size= 2656316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75360
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7720
involuntary context switches= 6710

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.721252 second user time and 0.941375 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 03:52:44
IDJOB=4246867
IDBENCH=126256
IDSOLVER=2625
FILE ID=node127/4246867-1500688364
RUNJOBID= node127-1500682387-7776
PBS_JOBID= 20623323
Free space on /tmp= 61972 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-09.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-4246867-1500688364/watcher-4246867-1500688364 -o /tmp/evaluation-result-4246867-1500688364/solver-4246867-1500688364 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7776 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1329556999 HOME/instance-4246867-1500688364.xml

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

MD5SUM BENCH= 1acf0ac9bd97a514ba0385b56c9970ab
RANDOM SEED=1329556999

node127.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		: 2000.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.94
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	: 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		: 2000.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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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		: 1867.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		: 2000.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.94
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		: 2533.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.94
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		: 1867.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.94
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		: 1733.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.94
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		: 1867.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		: 2000.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.94
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		: 2000.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:        27705720 kB
MemAvailable:   27870560 kB
Buffers:          107660 kB
Cached:           339172 kB
SwapCached:            0 kB
Active:          4340104 kB
Inactive:         290212 kB
Active(anon):    4185384 kB
Inactive(anon):     8664 kB
Active(file):     154720 kB
Inactive(file):   281548 kB
Unevictable:        5880 kB
Mlocked:            5880 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10188 kB
Writeback:             0 kB
AnonPages:       4369840 kB
Mapped:            42524 kB
Shmem:              8840 kB
Slab:             122772 kB
SReclaimable:      88816 kB
SUnreclaim:        33956 kB
KernelStack:        5168 kB
PageTables:        13928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5705608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4210688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61964 MiB
End job on node127 at 2017-07-22 03:54:12