Trace number 4249504

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)SAT (TO)2 2400.34 303.724

General information on the benchmark

NameBinPacking/
BinPacking-sum-ft/BinPacking-sum-ft060-11.xml
MD5SUM684901dbc993846247574678cc891221
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints49
Number of domains2
Minimum domain size24
Maximum domain size47
Distribution of domain sizes[{"size":24,"count":1},{"size":47,"count":69}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":46},{"degree":5,"count":23}]
Minimum constraint arity3
Maximum constraint arity69
Distribution of constraint arities[{"arity":3,"count":46},{"arity":24,"count":1},{"arity":69,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":23},{"type":"lex","count":1},{"type":"sum","count":23},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249504-1500695103.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4249504-1500695103.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
0.00/0.61	c solve instance...
17.73/2.77	o 1 
50.22/6.84	o 2 
2400.34/303.75	s SATISFIABLE
2400.34/303.75	v <instantiation>
2400.34/303.75	v 	<list>x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] </list>
2400.34/303.75	v 	<values>2 495 253 252 493 252 251 492 409 0 492 253 253 481 470 0 450 283 266 447 278 256 399 268 253 398 278 256 396 295 266 395 280 255 392 313 251 391 378 0 389 323 288 385 307 257 381 284 270 372 370 258 369 268 267 352 336 284 352 327 296 331 331 313 0 0 0 0 0 0 </values>
2400.34/303.75	v </instantiation>
2400.34/303.75	c Unexpected resolution interruption!

Verifier Data

OK	2

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-4249504-1500695103/watcher-4249504-1500695103 -o /tmp/evaluation-result-4249504-1500695103/solver-4249504-1500695103 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 529694563 HOME/instance-4249504-1500695103.xml 

pid=30939
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.97 15.11 14.12 11/270 30942
/proc/meminfo: memFree=28248600/32770624 swapFree=5860/290656
[pid=30942] ppid=30939 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30942/stat : 30942 (xcsp3-exec) S 30939 30942 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4777751 9740288 346 33554432000 4194304 5098028 140725658714992 140725658713096 140136160543356 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 11517952 140725658723471 140725658723680 140725658723680 140725658726379 0
/proc/30942/statm: 2378 346 289 221 0 87 0

[startup+0.100099 s]
/proc/loadavg: 15.97 15.11 14.12 11/270 30942
/proc/meminfo: memFree=28248600/32770624 swapFree=5860/290656
[pid=30942] ppid=30939 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30942/stat : 30942 (xcsp3-exec) S 30939 30942 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4777751 9740288 346 33554432000 4194304 5098028 140725658714992 140725658713096 140136160543356 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 11517952 140725658723471 140725658723680 140725658723680 140725658726379 0
/proc/30942/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200344 s]
/proc/loadavg: 15.97 15.11 14.12 11/270 30942
/proc/meminfo: memFree=28248600/32770624 swapFree=5860/290656
[pid=30942] ppid=30939 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30942/stat : 30942 (xcsp3-exec) S 30939 30942 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4777751 9740288 346 33554432000 4194304 5098028 140725658714992 140725658713096 140136160543356 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 11517952 140725658723471 140725658723680 140725658723680 140725658726379 0
/proc/30942/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300225 s]
/proc/loadavg: 15.97 15.11 14.12 11/270 30942
/proc/meminfo: memFree=28248600/32770624 swapFree=5860/290656
[pid=30942] ppid=30939 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30942/stat : 30942 (xcsp3-exec) S 30939 30942 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4777751 9740288 346 33554432000 4194304 5098028 140725658714992 140725658713096 140136160543356 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 11517952 140725658723471 140725658723680 140725658723680 140725658726379 0
/proc/30942/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700159 s]
/proc/loadavg: 15.97 15.11 14.12 11/270 30942
/proc/meminfo: memFree=28248600/32770624 swapFree=5860/290656
[pid=30942] ppid=30939 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30942/stat : 30942 (xcsp3-exec) S 30939 30942 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4777751 9740288 346 33554432000 4194304 5098028 140725658714992 140725658713096 140136160543356 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 11517952 140725658723471 140725658723680 140725658723680 140725658726379 0
/proc/30942/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50127 s]
/proc/loadavg: 15.97 15.11 14.12 21/299 30971
/proc/meminfo: memFree=28155644/32770624 swapFree=5860/290716
[pid=30942] ppid=30939 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30942/stat : 30942 (xcsp3-exec) S 30939 30942 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4777751 9740288 346 33554432000 4194304 5098028 140725658714992 140725658713096 140136160543356 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 11517952 140725658723471 140725658723680 140725658723680 140725658726379 0
/proc/30942/statm: 2378 346 289 221 0 87 0
[pid=30943] ppid=30942 vsize=13801768 CPUtime=8.21 cores=0,2,4,6,8,10,12,14
/proc/30943/stat : 30943 (java) S 30942 30942 7411 0 -1 1077944320 18227 0 0 0 813 8 0 0 20 0 28 0 4777751 14133010432 28834 33554432000 4194304 4196468 140737216010816 140737215993360 139692628631287 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
/proc/30943/statm: 3450442 28834 3225 1 0 3437675 0
[pid=30943/tid=30944] ppid=30942 vsize=13801768 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30944/stat : 30944 (java) S 30942 30942 7411 0 -1 1077944384 6413 0 0 0 56 3 0 0 20 0 28 0 4777751 14133010432 28834 33554432000 4194304 4196468 140737216010816 139692632872064 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30946] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30946/stat : 30946 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 28834 33554432000 4194304 4196468 140737216010816 139692547111184 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30947] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30947/stat : 30947 (java) S 30942 30942 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 28834 33554432000 4194304 4196468 140737216010816 139692546058640 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30948] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30948/stat : 30948 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 28834 33554432000 4194304 4196468 140737216010816 139692545006096 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30949] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30949/stat : 30949 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 28834 33554432000 4194304 4196468 140737216010816 139692543953552 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30950] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30950/stat : 30950 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 28834 33554432000 4194304 4196468 140737216010816 139692542901008 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30951] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30951/stat : 30951 (java) S 30942 30942 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 28834 33554432000 4194304 4196468 140737216010816 139692541848464 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30952] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30952/stat : 30952 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 28834 33554432000 4194304 4196468 140737216010816 139692540795920 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30953] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30953/stat : 30953 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 28834 33554432000 4194304 4196468 140737216010816 139692539743376 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30954] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30954/stat : 30954 (java) S 30942 30942 7411 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 4777754 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691956742128 139692628642434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30955] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30955/stat : 30955 (java) S 30942 30942 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4777755 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691955688352 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30956] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30956/stat : 30956 (java) S 30942 30942 7411 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4777755 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691954635760 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30957] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30957/stat : 30957 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777759 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691953584336 139692628649883 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30958] ppid=30942 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30958/stat : 30958 (java) R 30942 30942 7411 0 -1 4202560 3342 0 0 0 76 0 0 0 20 0 28 0 4777759 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691952517976 139692610151360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30959] ppid=30942 vsize=13801768 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30959/stat : 30959 (java) R 30942 30942 7411 0 -1 4202560 1949 0 0 0 63 0 0 0 20 0 28 0 4777759 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691951461776 139692607878073 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30960] ppid=30942 vsize=13801768 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30960/stat : 30960 (java) R 30942 30942 7411 0 -1 4202560 2510 0 0 0 58 1 0 0 20 0 28 0 4777759 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691950413432 139692612623233 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30961] ppid=30942 vsize=13801768 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30961/stat : 30961 (java) S 30942 30942 7411 0 -1 1077944384 2344 0 0 0 48 0 0 0 20 0 28 0 4777759 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691949374320 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30962] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30962/stat : 30962 (java) S 30942 30942 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4777760 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691948320992 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30963] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30963/stat : 30963 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777760 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691947268528 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30964] ppid=30942 vsize=13801768 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30964/stat : 30964 (java) R 30942 30942 7411 0 -1 4202560 55 0 0 0 62 0 0 0 20 0 28 0 4777813 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691939253640 139692221630831 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30965] ppid=30942 vsize=13801768 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30965/stat : 30965 (java) R 30942 30942 7411 0 -1 4202560 41 0 0 0 71 0 0 0 20 0 28 0 4777813 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691938199024 139692221442456 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30966] ppid=30942 vsize=13801768 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30966/stat : 30966 (java) R 30942 30942 7411 0 -1 4202560 49 0 0 0 51 0 0 0 20 0 28 0 4777813 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691937151320 139692221631564 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30967] ppid=30942 vsize=13801768 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30967/stat : 30967 (java) R 30942 30942 7411 0 -1 4202560 63 0 0 0 53 0 0 0 20 0 28 0 4777813 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691936098104 139692221634772 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30968] ppid=30942 vsize=13801768 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30968/stat : 30968 (java) R 30942 30942 7411 0 -1 4202560 48 0 0 0 69 0 0 0 20 0 28 0 4777813 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691935043904 139692221630644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30969] ppid=30942 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30969/stat : 30969 (java) R 30942 30942 7411 0 -1 4202560 35 0 0 0 75 0 0 0 20 0 28 0 4777813 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691933994056 139692221730977 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30970] ppid=30942 vsize=13801768 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30970/stat : 30970 (java) R 30942 30942 7411 0 -1 4202560 31 0 0 0 65 0 0 0 20 0 28 0 4777813 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691730915080 139692221630717 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30971] ppid=30942 vsize=13801768 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30971/stat : 30971 (java) R 30942 30942 7411 0 -1 4202560 36 0 0 0 62 0 0 0 20 0 28 0 4777813 14133010432 28834 33554432000 4194304 4196468 140737216010816 139691729861976 139692221631564 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 13811280

[startup+3.10119 s]
/proc/loadavg: 16.21 15.17 14.15 20/299 30971
/proc/meminfo: memFree=28135496/32770624 swapFree=5860/290716
[pid=30942] ppid=30939 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30942/stat : 30942 (xcsp3-exec) S 30939 30942 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4777751 9740288 346 33554432000 4194304 5098028 140725658714992 140725658713096 140136160543356 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 11517952 140725658723471 140725658723680 140725658723680 140725658726379 0
/proc/30942/statm: 2378 346 289 221 0 87 0
[pid=30943] ppid=30942 vsize=13801768 CPUtime=20.85 cores=0,2,4,6,8,10,12,14
/proc/30943/stat : 30943 (java) S 30942 30942 7411 0 -1 1077944320 26290 0 0 0 2075 10 0 0 20 0 28 0 4777751 14133010432 37507 33554432000 4194304 4196468 140737216010816 140737215993360 139692628631287 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
/proc/30943/statm: 3450442 37507 3244 1 0 3437675 0
[pid=30943/tid=30944] ppid=30942 vsize=13801768 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30944/stat : 30944 (java) S 30942 30942 7411 0 -1 1077944384 6470 0 0 0 56 3 0 0 20 0 28 0 4777751 14133010432 37507 33554432000 4194304 4196468 140737216010816 139692632872064 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30946] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30946/stat : 30946 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 37507 33554432000 4194304 4196468 140737216010816 139692547111184 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30947] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30947/stat : 30947 (java) S 30942 30942 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 37507 33554432000 4194304 4196468 140737216010816 139692546058640 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30948] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30948/stat : 30948 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 37507 33554432000 4194304 4196468 140737216010816 139692545006096 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30949] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30949/stat : 30949 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 37507 33554432000 4194304 4196468 140737216010816 139692543953552 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30950] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30950/stat : 30950 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 37507 33554432000 4194304 4196468 140737216010816 139692542901008 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30951] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30951/stat : 30951 (java) S 30942 30942 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 37507 33554432000 4194304 4196468 140737216010816 139692541848464 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30952] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30952/stat : 30952 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 37507 33554432000 4194304 4196468 140737216010816 139692540795920 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30953] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30953/stat : 30953 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 37507 33554432000 4194304 4196468 140737216010816 139692539743376 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30954] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30954/stat : 30954 (java) S 30942 30942 7411 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 28 0 4777754 14133010432 37507 33554432000 4194304 4196468 140737216010816 139691956742128 139692628642434 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30955] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30955/stat : 30955 (java) S 30942 30942 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4777755 14133010432 37507 33554432000 4194304 4196468 140737216010816 139691955688352 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30956] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30956/stat : 30956 (java) S 30942 30942 7411 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4777755 14133010432 37507 33554432000 4194304 4196468 140737216010816 139691954635760 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30957] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30957/stat : 30957 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777759 14133010432 37507 33554432000 4194304 4196468 140737216010816 139691953584336 139692628649883 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30958] ppid=30942 vsize=13801768 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30958/stat : 30958 (java) S 30942 30942 7411 0 -1 1077944384 5227 0 0 0 179 1 0 0 20 0 28 0 4777759 14133010432 37507 33554432000 4194304 4196468 140737216010816 139691952531952 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30959] ppid=30942 vsize=13801768 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30959/stat : 30959 (java) R 30942 30942 7411 0 -1 4202560 4263 0 0 0 162 1 0 0 20 0 28 0 4777759 14133010432 37507 33554432000 4194304 4196468 140737216010816 139691951465872 139692613757468 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30960] ppid=30942 vsize=13801768 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30960/stat : 30960 (java) R 30942 30942 7411 0 -1 4202560 4993 0 0 0 153 1 0 0 20 0 28 0 4777759 14133010432 37507 33554432000 4194304 4196468 140737216010816 139691950426704 139692613039175 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30961] ppid=30942 vsize=13801768 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30961/stat : 30961 (java) S 30942 30942 7411 0 -1 1077944384 2908 0 0 0 64 1 0 0 20 0 28 0 4777759 14133010432 37507 33554432000 4194304 4196468 140737216010816 139691949374320 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30962] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30962/stat : 30962 (java) S 30942 30942 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4777760 14133010432 37507 33554432000 4194304 4196468 140737216010816 139691948320992 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30963] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30963/stat : 30963 (java) S 30942 30942 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4777760 14133010432 37507 33554432000 4194304 4196468 140737216010816 139691947268528 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
Current children cumulated CPU time (s) 20.85
Current children cumulated vsize (KiB) 13811280

[startup+6.30149 s]
/proc/loadavg: 16.21 15.17 14.15 18/299 30979
/proc/meminfo: memFree=28065064/32770624 swapFree=5860/290728
[pid=30942] ppid=30939 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30942/stat : 30942 (xcsp3-exec) S 30939 30942 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4777751 9740288 346 33554432000 4194304 5098028 140725658714992 140725658713096 140136160543356 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 11517952 140725658723471 140725658723680 140725658723680 140725658726379 0
/proc/30942/statm: 2378 346 289 221 0 87 0
[pid=30943] ppid=30942 vsize=13801768 CPUtime=46.24 cores=0,2,4,6,8,10,12,14
/proc/30943/stat : 30943 (java) S 30942 30942 7411 0 -1 1077944320 31994 0 0 0 4604 20 0 0 20 0 28 0 4777751 14133010432 55255 33554432000 4194304 4196468 140737216010816 140737215993360 139692628631287 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
/proc/30943/statm: 3450442 55255 3263 1 0 3437675 0
[pid=30943/tid=30944] ppid=30942 vsize=13801768 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30944/stat : 30944 (java) S 30942 30942 7411 0 -1 1077944384 6470 0 0 0 56 3 0 0 20 0 28 0 4777751 14133010432 55255 33554432000 4194304 4196468 140737216010816 139692632872064 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30946] ppid=30942 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30946/stat : 30946 (java) S 30942 30942 7411 0 -1 1077944384 50 0 0 0 0 1 0 0 20 0 28 0 4777752 14133010432 55255 33554432000 4194304 4196468 140737216010816 139692547111184 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30947] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30947/stat : 30947 (java) S 30942 30942 7411 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 55255 33554432000 4194304 4196468 140737216010816 139692546058640 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30948] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30948/stat : 30948 (java) S 30942 30942 7411 0 -1 1077944384 562 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 55255 33554432000 4194304 4196468 140737216010816 139692545006096 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30949] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30949/stat : 30949 (java) S 30942 30942 7411 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 28 0 4777752 14133010432 55255 33554432000 4194304 4196468 140737216010816 139692543953552 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0

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

[pid=30943/tid=30986] ppid=30942 vsize=13801768 CPUtime=271.74 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30986/stat : 30986 (java) R 30942 30942 7411 0 -1 4202560 2033 0 0 0 27173 1 0 0 20 0 28 0 4778436 14133010432 93461 33554432000 4194304 4196468 140737216010816 139691935043240 139692224236493 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30987] ppid=30942 vsize=13801768 CPUtime=271.83 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30987/stat : 30987 (java) R 30942 30942 7411 0 -1 4202560 1139 0 0 0 27181 2 0 0 20 0 28 0 4778436 14133010432 93461 33554432000 4194304 4196468 140737216010816 139691730915112 139692223242789 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
Current children cumulated CPU time (s) 2231.13
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+303.714 s]
/proc/loadavg: 13.13 12.60 13.23 17/301 31182
/proc/meminfo: memFree=28946540/32770624 swapFree=5860/291144
[pid=30942] ppid=30939 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30942/stat : 30942 (xcsp3-exec) S 30939 30942 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4777751 9740288 346 33554432000 4194304 5098028 140725658714992 140725658713096 140136160543356 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 11517952 140725658723471 140725658723680 140725658723680 140725658726379 0
/proc/30942/statm: 2378 346 289 221 0 87 0
[pid=30943] ppid=30942 vsize=13801768 CPUtime=2400.34 cores=0,2,4,6,8,10,12,14
/proc/30943/stat : 30943 (java) S 30942 30942 7411 0 -1 1077944320 71531 0 0 0 239826 208 0 0 20 0 28 0 4777751 14133010432 103308 33554432000 4194304 4196468 140737216010816 140737215993360 139692628631287 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
/proc/30943/statm: 3450442 103308 3291 1 0 3437675 0
[pid=30943/tid=30944] ppid=30942 vsize=13801768 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30944/stat : 30944 (java) S 30942 30942 7411 0 -1 1077944384 6534 0 0 0 56 3 0 0 20 0 28 0 4777751 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692632872064 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30946] ppid=30942 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30946/stat : 30946 (java) S 30942 30942 7411 0 -1 1077944384 1354 0 0 0 88 12 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692547111184 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30947] ppid=30942 vsize=13801768 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30947/stat : 30947 (java) S 30942 30942 7411 0 -1 1077944384 1271 0 0 0 90 11 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692546058640 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30948] ppid=30942 vsize=13801768 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30948/stat : 30948 (java) S 30942 30942 7411 0 -1 1077944384 1831 0 0 0 91 12 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692545006096 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30949] ppid=30942 vsize=13801768 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30949/stat : 30949 (java) S 30942 30942 7411 0 -1 1077944384 1991 0 0 0 89 13 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692543953552 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30950] ppid=30942 vsize=13801768 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30950/stat : 30950 (java) S 30942 30942 7411 0 -1 1077944384 1612 0 0 0 90 13 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692542901008 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30951] ppid=30942 vsize=13801768 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30951/stat : 30951 (java) S 30942 30942 7411 0 -1 1077944384 1289 0 0 0 89 13 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692541848464 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30952] ppid=30942 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30952/stat : 30952 (java) S 30942 30942 7411 0 -1 1077944384 1054 0 0 0 89 11 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692540795920 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30953] ppid=30942 vsize=13801768 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30953/stat : 30953 (java) S 30942 30942 7411 0 -1 1077944384 1849 0 0 0 87 12 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692539743376 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30954] ppid=30942 vsize=13801768 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30954/stat : 30954 (java) S 30942 30942 7411 0 -1 1077944384 5418 0 0 0 68 73 0 0 20 0 28 0 4777754 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691956742128 139692628642434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30955] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30955/stat : 30955 (java) S 30942 30942 7411 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 4777755 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691955688352 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30956] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30956/stat : 30956 (java) S 30942 30942 7411 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 4777755 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691954635760 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30957] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30957/stat : 30957 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777759 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691953584336 139692628649883 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30958] ppid=30942 vsize=13801768 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30958/stat : 30958 (java) S 30942 30942 7411 0 -1 1077944384 9421 0 0 0 232 1 0 0 20 0 28 0 4777759 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691952531952 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30959] ppid=30942 vsize=13801768 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30959/stat : 30959 (java) S 30942 30942 7411 0 -1 1077944384 6887 0 0 0 207 1 0 0 20 0 28 0 4777759 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691951479408 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30960] ppid=30942 vsize=13801768 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30960/stat : 30960 (java) S 30942 30942 7411 0 -1 1077944384 8254 0 0 0 213 1 0 0 20 0 28 0 4777759 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691950426864 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30961] ppid=30942 vsize=13801768 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30961/stat : 30961 (java) S 30942 30942 7411 0 -1 1077944384 5564 0 0 0 69 1 0 0 20 0 28 0 4777759 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691949374320 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30962] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30962/stat : 30962 (java) S 30942 30942 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4777760 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691948320992 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30963] ppid=30942 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30963/stat : 30963 (java) S 30942 30942 7411 0 -1 1077944384 590 0 0 0 5 5 0 0 20 0 28 0 4777760 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691947268528 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30980] ppid=30942 vsize=13801768 CPUtime=292.32 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30980/stat : 30980 (java) R 30942 30942 7411 0 -1 4202560 1873 0 0 0 29231 1 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691938200504 139692221731802 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30981] ppid=30942 vsize=13801768 CPUtime=292.32 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30981/stat : 30981 (java) R 30942 30942 7411 0 -1 4202560 1341 0 0 0 29231 1 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691729862696 139692223244764 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30982] ppid=30942 vsize=13801768 CPUtime=292.62 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30982/stat : 30982 (java) R 30942 30942 7411 0 -1 4202560 2010 0 0 0 29261 1 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691936096424 139692223242689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30983] ppid=30942 vsize=13801768 CPUtime=292.3 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30983/stat : 30983 (java) R 30942 30942 7411 0 -1 4202560 2056 0 0 0 29228 2 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691937149224 139692223836199 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30984] ppid=30942 vsize=13801768 CPUtime=292.35 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30984/stat : 30984 (java) R 30942 30942 7411 0 -1 4202560 1882 0 0 0 29232 3 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691933994096 139692223835860 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30985] ppid=30942 vsize=13801768 CPUtime=292.13 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30985/stat : 30985 (java) R 30942 30942 7411 0 -1 4202560 584 0 0 0 29211 2 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691939254824 139692221442400 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30986] ppid=30942 vsize=13801768 CPUtime=292.76 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30986/stat : 30986 (java) R 30942 30942 7411 0 -1 4202560 2108 0 0 0 29275 1 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691935042888 139692223087267 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30987] ppid=30942 vsize=13801768 CPUtime=292.79 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30987/stat : 30987 (java) R 30942 30942 7411 0 -1 4202560 1253 0 0 0 29277 2 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691730915136 139692221854144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
Current children cumulated CPU time (s) 2400.34
Current children cumulated vsize (KiB) 13811280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+303.714 s]
/proc/loadavg: 13.13 12.60 13.23 17/301 31182
/proc/meminfo: memFree=28946540/32770624 swapFree=5860/291144
[pid=30942] ppid=30939 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30942/stat : 30942 (xcsp3-exec) S 30939 30942 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4777751 9740288 346 33554432000 4194304 5098028 140725658714992 140725658713096 140136160543356 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 11517952 140725658723471 140725658723680 140725658723680 140725658726379 0
/proc/30942/statm: 2378 346 289 221 0 87 0
[pid=30943] ppid=30942 vsize=13801768 CPUtime=2400.34 cores=0,2,4,6,8,10,12,14
/proc/30943/stat : 30943 (java) S 30942 30942 7411 0 -1 1077944320 71531 0 0 0 239826 208 0 0 20 0 28 0 4777751 14133010432 103308 33554432000 4194304 4196468 140737216010816 140737215993360 139692628631287 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
/proc/30943/statm: 3450442 103308 3291 1 0 3437675 0
[pid=30943/tid=30944] ppid=30942 vsize=13801768 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30944/stat : 30944 (java) S 30942 30942 7411 0 -1 1077944384 6534 0 0 0 56 3 0 0 20 0 28 0 4777751 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692632872064 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30946] ppid=30942 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30946/stat : 30946 (java) S 30942 30942 7411 0 -1 1077944384 1354 0 0 0 88 12 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692547111184 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30947] ppid=30942 vsize=13801768 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30947/stat : 30947 (java) S 30942 30942 7411 0 -1 1077944384 1271 0 0 0 90 11 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692546058640 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30948] ppid=30942 vsize=13801768 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30948/stat : 30948 (java) S 30942 30942 7411 0 -1 1077944384 1831 0 0 0 91 12 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692545006096 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30949] ppid=30942 vsize=13801768 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30949/stat : 30949 (java) S 30942 30942 7411 0 -1 1077944384 1991 0 0 0 89 13 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692543953552 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30950] ppid=30942 vsize=13801768 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30950/stat : 30950 (java) S 30942 30942 7411 0 -1 1077944384 1612 0 0 0 90 13 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692542901008 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30951] ppid=30942 vsize=13801768 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30951/stat : 30951 (java) S 30942 30942 7411 0 -1 1077944384 1289 0 0 0 89 13 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692541848464 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30952] ppid=30942 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30952/stat : 30952 (java) S 30942 30942 7411 0 -1 1077944384 1054 0 0 0 89 11 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692540795920 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30953] ppid=30942 vsize=13801768 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30953/stat : 30953 (java) S 30942 30942 7411 0 -1 1077944384 1849 0 0 0 87 12 0 0 20 0 28 0 4777752 14133010432 103308 33554432000 4194304 4196468 140737216010816 139692539743376 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30954] ppid=30942 vsize=13801768 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30954/stat : 30954 (java) S 30942 30942 7411 0 -1 1077944384 5418 0 0 0 68 73 0 0 20 0 28 0 4777754 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691956742128 139692628642434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30955] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30955/stat : 30955 (java) S 30942 30942 7411 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 4777755 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691955688352 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30956] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30956/stat : 30956 (java) S 30942 30942 7411 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 4777755 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691954635760 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30957] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30957/stat : 30957 (java) S 30942 30942 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4777759 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691953584336 139692628649883 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30958] ppid=30942 vsize=13801768 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30958/stat : 30958 (java) S 30942 30942 7411 0 -1 1077944384 9421 0 0 0 232 1 0 0 20 0 28 0 4777759 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691952531952 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30959] ppid=30942 vsize=13801768 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30959/stat : 30959 (java) S 30942 30942 7411 0 -1 1077944384 6887 0 0 0 207 1 0 0 20 0 28 0 4777759 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691951479408 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30960] ppid=30942 vsize=13801768 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30960/stat : 30960 (java) S 30942 30942 7411 0 -1 1077944384 8254 0 0 0 213 1 0 0 20 0 28 0 4777759 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691950426864 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30961] ppid=30942 vsize=13801768 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30961/stat : 30961 (java) S 30942 30942 7411 0 -1 1077944384 5564 0 0 0 69 1 0 0 20 0 28 0 4777759 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691949374320 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30962] ppid=30942 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30962/stat : 30962 (java) S 30942 30942 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4777760 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691948320992 139692628641493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30963] ppid=30942 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30963/stat : 30963 (java) S 30942 30942 7411 0 -1 1077944384 590 0 0 0 5 5 0 0 20 0 28 0 4777760 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691947268528 139692628642434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30980] ppid=30942 vsize=13801768 CPUtime=292.32 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30980/stat : 30980 (java) R 30942 30942 7411 0 -1 4202560 1873 0 0 0 29231 1 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691938200504 139692221731802 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30981] ppid=30942 vsize=13801768 CPUtime=292.32 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30981/stat : 30981 (java) R 30942 30942 7411 0 -1 4202560 1341 0 0 0 29231 1 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691729862696 139692223244764 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30982] ppid=30942 vsize=13801768 CPUtime=292.62 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30982/stat : 30982 (java) R 30942 30942 7411 0 -1 4202560 2010 0 0 0 29261 1 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691936096424 139692223242689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30983] ppid=30942 vsize=13801768 CPUtime=292.3 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30983/stat : 30983 (java) R 30942 30942 7411 0 -1 4202560 2056 0 0 0 29228 2 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691937149224 139692223836199 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30984] ppid=30942 vsize=13801768 CPUtime=292.35 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30984/stat : 30984 (java) R 30942 30942 7411 0 -1 4202560 1882 0 0 0 29232 3 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691933994096 139692223835860 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30985] ppid=30942 vsize=13801768 CPUtime=292.13 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30985/stat : 30985 (java) R 30942 30942 7411 0 -1 4202560 584 0 0 0 29211 2 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691939254824 139692221442400 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30986] ppid=30942 vsize=13801768 CPUtime=292.76 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30986/stat : 30986 (java) R 30942 30942 7411 0 -1 4202560 2108 0 0 0 29275 1 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691935042888 139692223087267 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
[pid=30943/tid=30987] ppid=30942 vsize=13801768 CPUtime=292.79 cores=0,2,4,6,8,10,12,14
/proc/30943/task/30987/stat : 30987 (java) R 30942 30942 7411 0 -1 4202560 1253 0 0 0 29277 2 0 0 20 0 28 0 4778436 14133010432 103308 33554432000 4194304 4196468 140737216010816 139691730915136 139692221854144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34652160 140737216013500 140737216013676 140737216013676 140737216016335 0
Current children cumulated CPU time (s) 2400.34
Current children cumulated vsize (KiB) 13811280

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30942 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1732
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=866
# CPU time returned by wait4() is 0.002598
# while last known CPU time is 2400.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 303.724
CPU time (s): 2400.34
CPU user time (s): 2398.26
CPU system time (s): 2.08
CPU usage (%): 790.303
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001732
system time used= 0.000866
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.7757 second user time and 4.50028 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 05:45:03
IDJOB=4249504
IDBENCH=136881
IDSOLVER=2626
FILE ID=node131/4249504-1500695103
RUNJOBID= node131-1500682620-7801
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-ft/BinPacking-sum-ft060-11.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-4249504-1500695103/watcher-4249504-1500695103 -o /tmp/evaluation-result-4249504-1500695103/solver-4249504-1500695103 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 529694563 HOME/instance-4249504-1500695103.xml

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

MD5SUM BENCH= 684901dbc993846247574678cc891221
RANDOM SEED=529694563

node131.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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:        28250064 kB
MemAvailable:   28418880 kB
Buffers:          116216 kB
Cached:           334956 kB
SwapCached:            0 kB
Active:          3785212 kB
Inactive:         299336 kB
Active(anon):    3636068 kB
Inactive(anon):     8680 kB
Active(file):     149144 kB
Inactive(file):   290656 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:       3637796 kB
Mapped:            42688 kB
Shmem:              8844 kB
Slab:             123600 kB
SReclaimable:      89704 kB
SUnreclaim:        33896 kB
KernelStack:        4672 kB
PageTables:        11920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4583404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3512320 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= 62004 MiB
End job on node131 at 2017-07-22 05:50:07