Trace number 4245410

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)SAT 34.9496 5.02083

General information on the benchmark

NameRandom/Random-D-t020/
rand-2-40-11-414-020-23.xml
MD5SUM1a4e26af447c68eb67ea8607a589b7af
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 benchmark1.03478
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":40}]
Minimum variable degree15
Maximum variable degree30
Distribution of variable degrees[{"degree":15,"count":1},{"degree":16,"count":5},{"degree":17,"count":2},{"degree":18,"count":1},{"degree":19,"count":6},{"degree":20,"count":4},{"degree":21,"count":5},{"degree":22,"count":6},{"degree":23,"count":3},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":26,"count":1},{"degree":27,"count":1},{"degree":30,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":414}]
Number of extensional constraints414
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":414}]
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-4245410-1500685975.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4245410-1500685975.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.26	c 8 solvers in parallel
0.00/0.33	c parse instance...
0.00/1.03	c solve instance...
34.86/5.01	s SATISFIABLE
34.86/5.01	v <instantiation>
34.86/5.01	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] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
34.86/5.01	v 	<values>5 8 6 7 2 5 9 1 7 0 10 0 9 8 2 3 1 0 0 7 5 2 6 0 1 4 4 5 7 2 9 2 4 9 5 8 3 2 0 0 </values>
34.86/5.01	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-4245410-1500685975/watcher-4245410-1500685975 -o /tmp/evaluation-result-4245410-1500685975/solver-4245410-1500685975 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15435 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1308596413 HOME/instance-4245410-1500685975.xml 

pid=28372
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 15.09 15.69 14.44 10/273 28375
/proc/meminfo: memFree=30884652/32770624 swapFree=5804/223216
[pid=28375] ppid=28372 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28375/stat : 28375 (xcsp3-exec) S 28372 28375 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3863810 9740288 345 33554432000 4194304 5098028 140736681627344 140736681625448 139778577326716 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18333696 140736681628814 140736681629024 140736681629024 140736681631723 0
/proc/28375/statm: 2378 345 289 221 0 87 0

[startup+0.100138 s]
/proc/loadavg: 15.09 15.69 14.44 10/273 28375
/proc/meminfo: memFree=30884652/32770624 swapFree=5804/223216
[pid=28375] ppid=28372 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28375/stat : 28375 (xcsp3-exec) S 28372 28375 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3863810 9740288 345 33554432000 4194304 5098028 140736681627344 140736681625448 139778577326716 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18333696 140736681628814 140736681629024 140736681629024 140736681631723 0
/proc/28375/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200272 s]
/proc/loadavg: 15.09 15.69 14.44 10/273 28375
/proc/meminfo: memFree=30884652/32770624 swapFree=5804/223216
[pid=28375] ppid=28372 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28375/stat : 28375 (xcsp3-exec) S 28372 28375 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3863810 9740288 345 33554432000 4194304 5098028 140736681627344 140736681625448 139778577326716 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18333696 140736681628814 140736681629024 140736681629024 140736681631723 0
/proc/28375/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300235 s]
/proc/loadavg: 15.09 15.69 14.44 10/273 28375
/proc/meminfo: memFree=30884652/32770624 swapFree=5804/223216
[pid=28375] ppid=28372 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28375/stat : 28375 (xcsp3-exec) S 28372 28375 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3863810 9740288 345 33554432000 4194304 5098028 140736681627344 140736681625448 139778577326716 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18333696 140736681628814 140736681629024 140736681629024 140736681631723 0
/proc/28375/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700171 s]
/proc/loadavg: 15.09 15.69 14.44 10/273 28375
/proc/meminfo: memFree=30884652/32770624 swapFree=5804/223216
[pid=28375] ppid=28372 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28375/stat : 28375 (xcsp3-exec) S 28372 28375 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3863810 9740288 345 33554432000 4194304 5098028 140736681627344 140736681625448 139778577326716 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18333696 140736681628814 140736681629024 140736681629024 140736681631723 0
/proc/28375/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50146 s]
/proc/loadavg: 15.09 15.69 14.44 20/302 28404
/proc/meminfo: memFree=30667748/32770624 swapFree=5804/223256
[pid=28375] ppid=28372 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28375/stat : 28375 (xcsp3-exec) S 28372 28375 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3863810 9740288 345 33554432000 4194304 5098028 140736681627344 140736681625448 139778577326716 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18333696 140736681628814 140736681629024 140736681629024 140736681631723 0
/proc/28375/statm: 2378 345 289 221 0 87 0
[pid=28376] ppid=28375 vsize=13801768 CPUtime=7.03 cores=0,2,4,6,8,10,12,14
/proc/28376/stat : 28376 (java) S 28375 28375 14782 0 -1 1077944320 17543 0 0 0 690 13 0 0 20 0 28 0 3863810 14133010432 52601 33554432000 4194304 4196468 140730505167184 140730505149728 140589770284791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
/proc/28376/statm: 3450442 52601 3229 1 0 3437675 0
[pid=28376/tid=28377] ppid=28375 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28377/stat : 28377 (java) S 28375 28375 14782 0 -1 1077944384 6811 0 0 0 95 5 0 0 20 0 28 0 3863810 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589774525568 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28379] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28379/stat : 28379 (java) S 28375 28375 14782 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589722905744 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28380] ppid=28375 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28380/stat : 28380 (java) S 28375 28375 14782 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 28 0 3863811 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589721852944 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28381] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28381/stat : 28381 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589720800144 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28382] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28382/stat : 28382 (java) S 28375 28375 14782 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589719747344 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28383] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28383/stat : 28383 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589718694544 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28384] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28384/stat : 28384 (java) S 28375 28375 14782 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589717641744 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28385] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28385/stat : 28385 (java) S 28375 28375 14782 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589716588944 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28386] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28386/stat : 28386 (java) S 28375 28375 14782 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589361723664 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28387] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28387/stat : 28387 (java) S 28375 28375 14782 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 3863813 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589030910832 140589770295938 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28388] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28388/stat : 28388 (java) S 28375 28375 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3863814 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589029856800 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28389] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28389/stat : 28389 (java) S 28375 28375 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 3863815 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589028803952 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28390] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28390/stat : 28390 (java) S 28375 28375 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3863818 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589027752272 140589770303387 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28391] ppid=28375 vsize=13801768 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28391/stat : 28391 (java) R 28375 28375 14782 0 -1 4202560 2118 0 0 0 101 0 0 0 20 0 28 0 3863819 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589026681024 140589749530639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28392] ppid=28375 vsize=13801768 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28392/stat : 28392 (java) R 28375 28375 14782 0 -1 4202560 2375 0 0 0 97 0 0 0 20 0 28 0 3863819 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589025632800 140589749455812 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28393] ppid=28375 vsize=13801768 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28393/stat : 28393 (java) R 28375 28375 14782 0 -1 4202560 1803 0 0 0 94 0 0 0 20 0 28 0 3863819 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589024580848 140589749977891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28394] ppid=28375 vsize=13801768 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28394/stat : 28394 (java) S 28375 28375 14782 0 -1 1077944384 2644 0 0 0 66 2 0 0 20 0 28 0 3863819 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589023541232 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28395] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28395/stat : 28395 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863819 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589022489696 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28396] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28396/stat : 28396 (java) S 28375 28375 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3863819 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589021436976 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28397] ppid=28375 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28397/stat : 28397 (java) R 28375 28375 14782 0 -1 4202560 55 0 0 0 27 0 0 0 20 0 28 0 3863914 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589013423160 140589401884349 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28398] ppid=28375 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28398/stat : 28398 (java) R 28375 28375 14782 0 -1 4202560 42 0 0 0 31 0 0 0 20 0 28 0 3863914 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589012370264 140589396005570 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28399] ppid=28375 vsize=13801768 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28399/stat : 28399 (java) R 28375 28375 14782 0 -1 4202560 36 0 0 0 24 0 0 0 20 0 28 0 3863914 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589011318728 140589396005726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28400] ppid=28375 vsize=13801768 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28400/stat : 28400 (java) R 28375 28375 14782 0 -1 4202560 74 0 0 0 23 0 0 0 20 0 28 0 3863914 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589010266248 140589401343802 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28401] ppid=28375 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28401/stat : 28401 (java) R 28375 28375 14782 0 -1 4202560 43 0 0 0 30 0 0 0 20 0 28 0 3863914 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589009213296 140589401379692 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28402] ppid=28375 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28402/stat : 28402 (java) R 28375 28375 14782 0 -1 4202560 35 0 0 0 33 0 0 0 20 0 28 0 3863914 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589008157912 140589401378928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28403] ppid=28375 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28403/stat : 28403 (java) R 28375 28375 14782 0 -1 4202560 31 0 0 0 27 0 0 0 20 0 28 0 3863914 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589007106784 140589401717252 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28404] ppid=28375 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28404/stat : 28404 (java) R 28375 28375 14782 0 -1 4202560 29 0 0 0 30 0 0 0 20 0 28 0 3863914 14133010432 52601 33554432000 4194304 4196468 140730505167184 140589006055656 140589401378620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 13811280

[startup+3.10158 s]
/proc/loadavg: 15.09 15.69 14.44 20/302 28404
/proc/meminfo: memFree=30622288/32770624 swapFree=5804/223256
[pid=28375] ppid=28372 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28375/stat : 28375 (xcsp3-exec) S 28372 28375 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3863810 9740288 345 33554432000 4194304 5098028 140736681627344 140736681625448 139778577326716 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18333696 140736681628814 140736681629024 140736681629024 140736681631723 0
/proc/28375/statm: 2378 345 289 221 0 87 0
[pid=28376] ppid=28375 vsize=13801768 CPUtime=19.75 cores=0,2,4,6,8,10,12,14
/proc/28376/stat : 28376 (java) S 28375 28375 14782 0 -1 1077944320 29386 0 0 0 1959 16 0 0 20 0 28 0 3863810 14133010432 61680 33554432000 4194304 4196468 140730505167184 140730505149728 140589770284791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
/proc/28376/statm: 3450442 61680 3246 1 0 3437675 0
[pid=28376/tid=28377] ppid=28375 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28377/stat : 28377 (java) S 28375 28375 14782 0 -1 1077944384 6811 0 0 0 95 5 0 0 20 0 28 0 3863810 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589774525568 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28379] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28379/stat : 28379 (java) S 28375 28375 14782 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589722905744 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28380] ppid=28375 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28380/stat : 28380 (java) S 28375 28375 14782 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 28 0 3863811 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589721852944 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28381] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28381/stat : 28381 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589720800144 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28382] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28382/stat : 28382 (java) S 28375 28375 14782 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589719747344 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28383] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28383/stat : 28383 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589718694544 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28384] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28384/stat : 28384 (java) S 28375 28375 14782 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589717641744 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28385] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28385/stat : 28385 (java) S 28375 28375 14782 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589716588944 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28386] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28386/stat : 28386 (java) S 28375 28375 14782 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589361723664 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28387] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28387/stat : 28387 (java) S 28375 28375 14782 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 3863813 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589030910832 140589770295938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28388] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28388/stat : 28388 (java) S 28375 28375 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3863814 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589029856800 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28389] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28389/stat : 28389 (java) S 28375 28375 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 3863815 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589028803952 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28390] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28390/stat : 28390 (java) S 28375 28375 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3863818 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589027752272 140589770303387 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28391] ppid=28375 vsize=13801768 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28391/stat : 28391 (java) R 28375 28375 14782 0 -1 4202560 4159 0 0 0 202 1 0 0 20 0 28 0 3863819 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589026685512 140589754671078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28392] ppid=28375 vsize=13801768 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28392/stat : 28392 (java) R 28375 28375 14782 0 -1 4202560 5906 0 0 0 225 1 0 0 20 0 28 0 3863819 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589025639320 140589747879584 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28393] ppid=28375 vsize=13801768 CPUtime=1.93 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28393/stat : 28393 (java) R 28375 28375 14782 0 -1 4202560 7581 0 0 0 193 0 0 0 20 0 28 0 3863819 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589024580056 140589751828991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28394] ppid=28375 vsize=13801768 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28394/stat : 28394 (java) S 28375 28375 14782 0 -1 1077944384 3100 0 0 0 79 2 0 0 20 0 28 0 3863819 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589023541232 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28395] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28395/stat : 28395 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863819 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589022489696 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28396] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28396/stat : 28396 (java) S 28375 28375 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3863819 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589021436976 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28397] ppid=28375 vsize=13801768 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28397/stat : 28397 (java) R 28375 28375 14782 0 -1 4202560 59 0 0 0 154 0 0 0 20 0 28 0 3863914 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589013421432 140589401884278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28398] ppid=28375 vsize=13801768 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28398/stat : 28398 (java) R 28375 28375 14782 0 -1 4202560 43 0 0 0 152 0 0 0 20 0 28 0 3863914 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589012369912 140589402714927 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28399] ppid=28375 vsize=13801768 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28399/stat : 28399 (java) R 28375 28375 14782 0 -1 4202560 48 0 0 0 143 0 0 0 20 0 28 0 3863914 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589011318232 140589752755725 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28400] ppid=28375 vsize=13801768 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28400/stat : 28400 (java) R 28375 28375 14782 0 -1 4202560 78 0 0 0 151 0 0 0 20 0 28 0 3863914 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589010264120 140589402308714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28401] ppid=28375 vsize=13801768 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28401/stat : 28401 (java) R 28375 28375 14782 0 -1 4202560 46 0 0 0 148 0 0 0 20 0 28 0 3863914 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589009212352 140589401882349 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28402] ppid=28375 vsize=13801768 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28402/stat : 28402 (java) R 28375 28375 14782 0 -1 4202560 40 0 0 0 139 0 0 0 20 0 28 0 3863914 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589008159112 140589401402737 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28403] ppid=28375 vsize=13801768 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28403/stat : 28403 (java) R 28375 28375 14782 0 -1 4202560 34 0 0 0 129 0 0 0 20 0 28 0 3863914 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589007106680 140589402714951 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28404] ppid=28375 vsize=13801768 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28404/stat : 28404 (java) R 28375 28375 14782 0 -1 4202560 34 0 0 0 140 0 0 0 20 0 28 0 3863914 14133010432 61680 33554432000 4194304 4196468 140730505167184 140589006054568 140589401402938 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
Current children cumulated CPU time (s) 19.75
Current children cumulated vsize (KiB) 13811280

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop

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

/proc/28376/task/28388/stat : 28388 (java) S 28375 28375 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3863814 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589029856800 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28389] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28389/stat : 28389 (java) S 28375 28375 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 3863815 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589028803952 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28390] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28390/stat : 28390 (java) S 28375 28375 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3863818 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589027752272 140589770303387 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28391] ppid=28375 vsize=13801768 CPUtime=2.35 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28391/stat : 28391 (java) S 28375 28375 14782 0 -1 1077944384 4960 0 0 0 234 1 0 0 20 0 28 0 3863819 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589026699632 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28392] ppid=28375 vsize=13801768 CPUtime=2.6 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28392/stat : 28392 (java) S 28375 28375 14782 0 -1 1077944384 6310 0 0 0 259 1 0 0 20 0 28 0 3863819 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589025646832 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28393] ppid=28375 vsize=13801768 CPUtime=2.35 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28393/stat : 28393 (java) S 28375 28375 14782 0 -1 1077944384 8741 0 0 0 234 1 0 0 20 0 28 0 3863819 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589024594032 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28394] ppid=28375 vsize=13801768 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28394/stat : 28394 (java) S 28375 28375 14782 0 -1 1077944384 3243 0 0 0 81 2 0 0 20 0 28 0 3863819 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589023541232 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28395] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28395/stat : 28395 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863819 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589022489696 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28396] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28396/stat : 28396 (java) S 28375 28375 14782 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 3863819 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589021436976 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28397] ppid=28375 vsize=13801768 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28397/stat : 28397 (java) R 28375 28375 14782 0 -1 4202560 169 0 0 0 232 0 0 0 20 0 28 0 3863914 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589013423192 140589401402938 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28398] ppid=28375 vsize=13801768 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28398/stat : 28398 (java) R 28375 28375 14782 0 -1 4202560 236 0 0 0 231 0 0 0 20 0 28 0 3863914 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589012370152 140589401402938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28399] ppid=28375 vsize=13801768 CPUtime=2.24 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28399/stat : 28399 (java) R 28375 28375 14782 0 -1 4202560 135 0 0 0 224 0 0 0 20 0 28 0 3863914 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589011318872 140589401884213 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28400] ppid=28375 vsize=13801768 CPUtime=2.34 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28400/stat : 28400 (java) R 28375 28375 14782 0 -1 4202560 144 0 0 0 234 0 0 0 20 0 28 0 3863914 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589010263304 140589401884317 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28401] ppid=28375 vsize=13801768 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28401/stat : 28401 (java) R 28375 28375 14782 0 -1 4202560 157 0 0 0 226 0 0 0 20 0 28 0 3863914 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589009211176 140589402305856 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28402] ppid=28375 vsize=13801768 CPUtime=2 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28402/stat : 28402 (java) R 28375 28375 14782 0 -1 4202560 114 0 0 0 200 0 0 0 20 0 28 0 3863914 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589008158168 140589402305823 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28403] ppid=28375 vsize=13801768 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28403/stat : 28403 (java) R 28375 28375 14782 0 -1 4202560 95 0 0 0 203 0 0 0 20 0 28 0 3863914 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589007106536 140589401884446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28404] ppid=28375 vsize=13801768 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28404/stat : 28404 (java) R 28375 28375 14782 0 -1 4202560 89 0 0 0 212 0 0 0 20 0 28 0 3863914 14133010432 62191 33554432000 4194304 4196468 140730505167184 140589006054232 140589402305313 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
Current children cumulated CPU time (s) 26.9
Current children cumulated vsize (KiB) 13811280

[startup+4.80154 s]
/proc/loadavg: 15.09 15.69 14.44 17/302 28404
/proc/meminfo: memFree=30525068/32770624 swapFree=5804/223256
[pid=28375] ppid=28372 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28375/stat : 28375 (xcsp3-exec) S 28372 28375 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3863810 9740288 345 33554432000 4194304 5098028 140736681627344 140736681625448 139778577326716 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18333696 140736681628814 140736681629024 140736681629024 140736681631723 0
/proc/28375/statm: 2378 345 289 221 0 87 0
[pid=28376] ppid=28375 vsize=13801768 CPUtime=33.26 cores=0,2,4,6,8,10,12,14
/proc/28376/stat : 28376 (java) S 28375 28375 14782 0 -1 1077944320 33337 0 0 0 3309 17 0 0 20 0 28 0 3863810 14133010432 62281 33554432000 4194304 4196468 140730505167184 140730505149728 140589770284791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
/proc/28376/statm: 3450442 62281 3250 1 0 3437675 0
[pid=28376/tid=28377] ppid=28375 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28377/stat : 28377 (java) S 28375 28375 14782 0 -1 1077944384 6811 0 0 0 95 5 0 0 20 0 28 0 3863810 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589774525568 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28379] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28379/stat : 28379 (java) S 28375 28375 14782 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589722905744 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28380] ppid=28375 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28380/stat : 28380 (java) S 28375 28375 14782 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589721852944 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28381] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28381/stat : 28381 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589720800144 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28382] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28382/stat : 28382 (java) S 28375 28375 14782 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589719747344 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28383] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28383/stat : 28383 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589718694544 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28384] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28384/stat : 28384 (java) S 28375 28375 14782 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589717641744 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28385] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28385/stat : 28385 (java) S 28375 28375 14782 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589716588944 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28386] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28386/stat : 28386 (java) S 28375 28375 14782 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589361723664 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28387] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28387/stat : 28387 (java) S 28375 28375 14782 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 28 0 3863813 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589030910832 140589770295938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28388] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28388/stat : 28388 (java) S 28375 28375 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3863814 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589029856800 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28389] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28389/stat : 28389 (java) S 28375 28375 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 3863815 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589028803952 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28390] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28390/stat : 28390 (java) S 28375 28375 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3863818 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589027752272 140589770303387 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28391] ppid=28375 vsize=13801768 CPUtime=2.4 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28391/stat : 28391 (java) S 28375 28375 14782 0 -1 1077944384 5026 0 0 0 239 1 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589026699632 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28392] ppid=28375 vsize=13801768 CPUtime=2.62 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28392/stat : 28392 (java) S 28375 28375 14782 0 -1 1077944384 6371 0 0 0 261 1 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589025646832 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28393] ppid=28375 vsize=13801768 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28393/stat : 28393 (java) S 28375 28375 14782 0 -1 1077944384 8804 0 0 0 240 1 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589024594032 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 6 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28394] ppid=28375 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28394/stat : 28394 (java) S 28375 28375 14782 0 -1 1077944384 3365 0 0 0 82 2 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589023541232 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28395] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28395/stat : 28395 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589022489696 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28396] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28396/stat : 28396 (java) S 28375 28375 14782 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589021436976 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 10 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28397] ppid=28375 vsize=13801768 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28397/stat : 28397 (java) R 28375 28375 14782 0 -1 4202560 172 0 0 0 310 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589013421768 140589401926027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28398] ppid=28375 vsize=13801768 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28398/stat : 28398 (java) R 28375 28375 14782 0 -1 4202560 245 0 0 0 306 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589012369608 140589401884349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28399] ppid=28375 vsize=13801768 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28399/stat : 28399 (java) R 28375 28375 14782 0 -1 4202560 150 0 0 0 301 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589011317240 140589401926027 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28400] ppid=28375 vsize=13801768 CPUtime=3.14 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28400/stat : 28400 (java) R 28375 28375 14782 0 -1 4202560 154 0 0 0 314 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589010263480 140589401403016 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28401] ppid=28375 vsize=13801768 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28401/stat : 28401 (java) R 28375 28375 14782 0 -1 4202560 171 0 0 0 306 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589009211960 140589401958095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28402] ppid=28375 vsize=13801768 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28402/stat : 28402 (java) R 28375 28375 14782 0 -1 4202560 134 0 0 0 276 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589008159048 140589401402737 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28403] ppid=28375 vsize=13801768 CPUtime=2.78 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28403/stat : 28403 (java) R 28375 28375 14782 0 -1 4202560 108 0 0 0 278 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589007108744 140589403548206 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28404] ppid=28375 vsize=13801768 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28404/stat : 28404 (java) R 28375 28375 14782 0 -1 4202560 113 0 0 0 290 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589006053688 140589401403026 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
Current children cumulated CPU time (s) 33.26
Current children cumulated vsize (KiB) 13811280

[startup+5.00151 s]
/proc/loadavg: 15.09 15.69 14.44 17/302 28404
/proc/meminfo: memFree=30525068/32770624 swapFree=5804/223256
[pid=28375] ppid=28372 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28375/stat : 28375 (xcsp3-exec) S 28372 28375 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3863810 9740288 345 33554432000 4194304 5098028 140736681627344 140736681625448 139778577326716 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18333696 140736681628814 140736681629024 140736681629024 140736681631723 0
/proc/28375/statm: 2378 345 289 221 0 87 0
[pid=28376] ppid=28375 vsize=13801768 CPUtime=34.86 cores=0,2,4,6,8,10,12,14
/proc/28376/stat : 28376 (java) S 28375 28375 14782 0 -1 1077944320 33339 0 0 0 3469 17 0 0 20 0 28 0 3863810 14133010432 62281 33554432000 4194304 4196468 140730505167184 140730505149728 140589770284791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
/proc/28376/statm: 3450442 62281 3250 1 0 3437675 0
[pid=28376/tid=28377] ppid=28375 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28377/stat : 28377 (java) S 28375 28375 14782 0 -1 1077944384 6811 0 0 0 95 5 0 0 20 0 28 0 3863810 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589774525568 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28379] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28379/stat : 28379 (java) S 28375 28375 14782 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589722905744 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28380] ppid=28375 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28380/stat : 28380 (java) S 28375 28375 14782 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589721852944 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28381] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28381/stat : 28381 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589720800144 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28382] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28382/stat : 28382 (java) S 28375 28375 14782 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589719747344 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28383] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28383/stat : 28383 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589718694544 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28384] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28384/stat : 28384 (java) S 28375 28375 14782 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589717641744 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28385] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28385/stat : 28385 (java) S 28375 28375 14782 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589716588944 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28386] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28386/stat : 28386 (java) S 28375 28375 14782 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3863811 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589361723664 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28387] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28387/stat : 28387 (java) S 28375 28375 14782 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 28 0 3863813 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589030910832 140589770295938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28388] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28388/stat : 28388 (java) S 28375 28375 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3863814 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589029856800 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28389] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28389/stat : 28389 (java) S 28375 28375 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 3863815 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589028803952 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28390] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28390/stat : 28390 (java) S 28375 28375 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3863818 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589027752272 140589770303387 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28391] ppid=28375 vsize=13801768 CPUtime=2.4 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28391/stat : 28391 (java) S 28375 28375 14782 0 -1 1077944384 5026 0 0 0 239 1 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589026699632 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28392] ppid=28375 vsize=13801768 CPUtime=2.62 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28392/stat : 28392 (java) S 28375 28375 14782 0 -1 1077944384 6371 0 0 0 261 1 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589025646832 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28393] ppid=28375 vsize=13801768 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28393/stat : 28393 (java) S 28375 28375 14782 0 -1 1077944384 8804 0 0 0 240 1 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589024594032 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 6 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28394] ppid=28375 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28394/stat : 28394 (java) S 28375 28375 14782 0 -1 1077944384 3365 0 0 0 82 2 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589023541232 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28395] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28395/stat : 28395 (java) S 28375 28375 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589022489696 140589770294997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28396] ppid=28375 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28396/stat : 28396 (java) S 28375 28375 14782 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3863819 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589021436976 140589770295938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 10 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28397] ppid=28375 vsize=13801768 CPUtime=3.3 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28397/stat : 28397 (java) R 28375 28375 14782 0 -1 4202560 172 0 0 0 330 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589013421768 140589401884500 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28398] ppid=28375 vsize=13801768 CPUtime=3.26 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28398/stat : 28398 (java) R 28375 28375 14782 0 -1 4202560 245 0 0 0 326 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589012369608 140589403548554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28399] ppid=28375 vsize=13801768 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28399/stat : 28399 (java) R 28375 28375 14782 0 -1 4202560 152 0 0 0 320 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589011317240 140589401926022 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28400] ppid=28375 vsize=13801768 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28400/stat : 28400 (java) R 28375 28375 14782 0 -1 4202560 154 0 0 0 334 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589010263480 140589401402827 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28401] ppid=28375 vsize=13801768 CPUtime=3.26 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28401/stat : 28401 (java) R 28375 28375 14782 0 -1 4202560 171 0 0 0 326 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589009213672 140589402308018 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28402] ppid=28375 vsize=13801768 CPUtime=2.96 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28402/stat : 28402 (java) R 28375 28375 14782 0 -1 4202560 134 0 0 0 296 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589008159048 140589401884500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28403] ppid=28375 vsize=13801768 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28403/stat : 28403 (java) R 28375 28375 14782 0 -1 4202560 108 0 0 0 298 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589007108744 140589401884195 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
[pid=28376/tid=28404] ppid=28375 vsize=13801768 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/28376/task/28404/stat : 28404 (java) R 28375 28375 14782 0 -1 4202560 113 0 0 0 310 0 0 0 20 0 28 0 3863914 14133010432 62281 33554432000 4194304 4196468 140730505167184 140589006053688 140589402309838 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21221376 140730505172156 140730505172332 140730505172332 140730505174991 0
Current children cumulated CPU time (s) 34.86
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 5.02083
CPU time (s): 34.9496
CPU user time (s): 34.7634
CPU system time (s): 0.186204
CPU usage (%): 696.092
Max. virtual memory (cumulated for all children) (KiB): 13815664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.7634
system time used= 0.186204
maximum resident set size= 249320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3224
involuntary context switches= 2858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056479 second user time and 0.075609 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 03:12:55
IDJOB=4245410
IDBENCH=121925
IDSOLVER=2626
FILE ID=node143/4245410-1500685975
RUNJOBID= node143-1500683785-15435
PBS_JOBID= 20623040
Free space on /tmp= 61984 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Random/Random-D-t020/rand-2-40-11-414-020-23.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-4245410-1500685975/watcher-4245410-1500685975 -o /tmp/evaluation-result-4245410-1500685975/solver-4245410-1500685975 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15435 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1308596413 HOME/instance-4245410-1500685975.xml

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

MD5SUM BENCH= 1a4e26af447c68eb67ea8607a589b7af
RANDOM SEED=1308596413

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 2267.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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 1600.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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 1867.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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 1600.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.69
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		: 2668.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		: 1733.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.69
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		: 2668.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		: 1867.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.69
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		: 2668.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		: 1867.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.69
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		: 2668.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:        30884756 kB
MemAvailable:   30983716 kB
Buffers:           80960 kB
Cached:           316948 kB
SwapCached:            0 kB
Active:          1257656 kB
Inactive:         231964 kB
Active(anon):    1094700 kB
Inactive(anon):     8748 kB
Active(file):     162956 kB
Inactive(file):   223216 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7936 kB
Writeback:             0 kB
AnonPages:       1117732 kB
Mapped:            43036 kB
Shmem:              8884 kB
Slab:              90844 kB
SReclaimable:      57244 kB
SUnreclaim:        33600 kB
KernelStack:        5088 kB
PageTables:         7904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2255484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1003520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61976 MiB
End job on node143 at 2017-07-22 03:13:01