Trace number 4248329

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: Concrete 3.4SAT 8.29871 3.62547

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-60-3-3.xml
MD5SUMa24e7222a5a2ec30919d0297100f43ac
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 benchmark0.013181
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":95}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":5},{"degree":1,"count":23},{"degree":2,"count":17},{"degree":3,"count":23},{"degree":4,"count":15},{"degree":5,"count":8},{"degree":6,"count":6},{"degree":7,"count":2},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":8},{"arity":4,"count":19},{"arity":5,"count":14},{"arity":6,"count":19}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

3.66/2.14	c Concrete v3.4 running
7.80/3.59	v <instantiation>
7.80/3.59	v       <list>
7.80/3.59	v         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[22] x[23] 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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99]
7.80/3.59	v       </list>
7.80/3.59	v       <values>
7.80/3.59	v         7 17 19 13 7 13 17 5 29 3 5 19 2 29 7 12 2 17 5 17 3 19 29 2 5 7 19 13 29 5 5 23 29 19 7 17 8 5 29 7 3 29 11 19 23 13 2 7 17 3 2 17 7 5 2 17 3 13 13 19 17 13 17 29 7 19 11 13 5 13 16 19 11 11 2 19 23 17 23 23 11 7 20 11 10 5 2 17 23 29 5 17 17 11 29
7.80/3.59	v       </values>
7.80/3.59	v     </instantiation>
7.80/3.59	s SATISFIABLE

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-4248329-1500682897/watcher-4248329-1500682897 -o /tmp/evaluation-result-4248329-1500682897/solver-4248329-1500682897 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560 bin/concrete HOME/instance-4248329-1500682897.xml 

pid=9484
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: 1.25 2.86 4.16 6/265 9487
/proc/meminfo: memFree=31333928/32770624 swapFree=5792/340916
[pid=9487] ppid=9484 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9487/stat : 9487 (bash) S 9484 9487 7912 0 -1 4202496 686 1535 0 0 0 0 0 0 20 0 1 0 3557341 9736192 351 33554432000 4194304 5098028 140729491335888 140729491333528 139677114604544 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 17993728 140729491342606 140729491342691 140729491342691 140729491345390 0
/proc/9487/statm: 2377 351 278 221 0 86 0

[startup+0.100104 s]
/proc/loadavg: 1.25 2.86 4.16 6/265 9487
/proc/meminfo: memFree=31333928/32770624 swapFree=5792/340916
[pid=9487] ppid=9484 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/9487/stat : 9487 (bash) S 9484 9487 7912 0 -1 4202496 878 6424 0 0 0 0 0 1 20 0 1 0 3557341 9871360 378 33554432000 4194304 5098028 140729491335888 140729491329896 139677114604544 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 17993728 140729491342606 140729491342691 140729491342691 140729491345390 0
/proc/9487/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200329 s]
/proc/loadavg: 1.25 2.86 4.16 6/265 9487
/proc/meminfo: memFree=31333928/32770624 swapFree=5792/340916
[pid=9487] ppid=9484 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/9487/stat : 9487 (java) S 9484 9487 7912 0 -1 1077944320 4696 12333 0 0 5 1 9 3 20 0 13 0 3557341 10686320640 5044 33554432000 4194304 4196468 140733484072960 140733484055504 139872003489527 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
/proc/9487/statm: 2608965 5044 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300327 s]
/proc/loadavg: 1.25 2.86 4.16 6/265 9487
/proc/meminfo: memFree=31333928/32770624 swapFree=5792/340916
[pid=9487] ppid=9484 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/9487/stat : 9487 (java) S 9484 9487 7912 0 -1 1077944320 6690 12333 0 0 22 3 9 3 20 0 20 0 3557341 11164049408 8950 33554432000 4194304 4196468 140733484072960 140733484055504 139872003489527 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
/proc/9487/statm: 2725598 8950 2996 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700205 s]
/proc/loadavg: 1.25 2.86 4.16 6/265 9487
/proc/meminfo: memFree=31333928/32770624 swapFree=5792/340916
[pid=9487] ppid=9484 vsize=10902720 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/9487/stat : 9487 (java) S 9484 9487 7912 0 -1 1077944320 11963 12333 0 0 75 4 9 3 20 0 20 0 3557341 11164385280 15826 33554432000 4194304 4196468 140733484072960 140733484055504 139872003489527 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
/proc/9487/statm: 2725680 15826 3198 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.50106 s]
/proc/loadavg: 1.25 2.86 4.16 3/285 9560
/proc/meminfo: memFree=31120816/32770624 swapFree=5792/340976
[pid=9487] ppid=9484 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/9487/stat : 9487 (java) S 9484 9487 7912 0 -1 1077944320 26524 12333 0 0 204 12 9 3 20 0 20 0 3557341 11175264256 44053 33554432000 4194304 4196468 140733484072960 140733484055504 139872003489527 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
/proc/9487/statm: 2728336 44070 3412 1 0 2716450 0
[pid=9487/tid=9542] ppid=9484 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9542/stat : 9542 (java) R 9484 9487 7912 0 -1 4202560 18994 12333 0 0 126 4 9 3 20 0 20 0 3557354 11175264256 44070 33554432000 4194304 4196468 140733484072960 139872007715928 139872003501462 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9543] ppid=9484 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9543/stat : 9543 (java) S 9484 9487 7912 0 -1 1077944384 34 12333 0 0 0 0 9 3 20 0 20 0 3557355 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871929563408 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9544] ppid=9484 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9544/stat : 9544 (java) S 9484 9487 7912 0 -1 1077944384 135 12333 0 0 1 0 9 3 20 0 20 0 3557355 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871928510864 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9545] ppid=9484 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9545/stat : 9545 (java) S 9484 9487 7912 0 -1 1077944384 36 12333 0 0 1 0 9 3 20 0 20 0 3557355 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871927458320 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9546] ppid=9484 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9546/stat : 9546 (java) S 9484 9487 7912 0 -1 1077944384 36 12333 0 0 0 0 9 3 20 0 20 0 3557355 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871926405776 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9547] ppid=9484 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9547/stat : 9547 (java) S 9484 9487 7912 0 -1 1077944384 15 12333 0 0 0 0 9 3 20 0 20 0 3557355 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871925353232 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9548] ppid=9484 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9548/stat : 9548 (java) S 9484 9487 7912 0 -1 1077944384 12 12333 0 0 1 0 9 3 20 0 20 0 3557355 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871924300688 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9549] ppid=9484 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9549/stat : 9549 (java) S 9484 9487 7912 0 -1 1077944384 22 12333 0 0 0 0 9 3 20 0 20 0 3557355 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871923248144 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9550] ppid=9484 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9550/stat : 9550 (java) S 9484 9487 7912 0 -1 1077944384 26 12333 0 0 1 0 9 3 20 0 20 0 3557355 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871922195600 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9551] ppid=9484 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9551/stat : 9551 (java) S 9484 9487 7912 0 -1 1077944384 1100 12333 0 0 1 0 9 3 20 0 20 0 3557357 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871209510896 139872003500674 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9552] ppid=9484 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9552/stat : 9552 (java) S 9484 9487 7912 0 -1 1077944384 56 12333 0 0 0 0 9 3 20 0 20 0 3557358 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871208457184 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9553] ppid=9484 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9553/stat : 9553 (java) S 9484 9487 7912 0 -1 1077944384 44 12333 0 0 0 0 9 3 20 0 20 0 3557358 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871207404544 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9554] ppid=9484 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9554/stat : 9554 (java) S 9484 9487 7912 0 -1 1077944384 1 12333 0 0 0 0 9 3 20 0 20 0 3557363 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871206353104 139872003508123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9555] ppid=9484 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9555/stat : 9555 (java) S 9484 9487 7912 0 -1 1077944384 887 12333 0 0 12 0 9 3 20 0 20 0 3557363 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871205300720 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9556] ppid=9484 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9556/stat : 9556 (java) S 9484 9487 7912 0 -1 1077944384 485 12333 0 0 14 0 9 3 20 0 20 0 3557363 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871204248176 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9557] ppid=9484 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9557/stat : 9557 (java) S 9484 9487 7912 0 -1 1077944384 1174 12333 0 0 13 0 9 3 20 0 20 0 3557363 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871203195632 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9558] ppid=9484 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9558/stat : 9558 (java) S 9484 9487 7912 0 -1 1077944384 1333 12333 0 0 27 0 9 3 20 0 20 0 3557363 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871202143088 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9559] ppid=9484 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9559/stat : 9559 (java) S 9484 9487 7912 0 -1 1077944384 3 12333 0 0 0 0 9 3 20 0 20 0 3557363 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871201089760 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9560] ppid=9484 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9560/stat : 9560 (java) S 9484 9487 7912 0 -1 1077944384 6 12333 0 0 0 0 9 3 20 0 20 0 3557363 11175264256 44070 33554432000 4194304 4196468 140733484072960 139871200037296 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.1012 s]
/proc/loadavg: 1.25 2.86 4.16 5/285 9560
/proc/meminfo: memFree=30928480/32770624 swapFree=5792/340984
[pid=9487] ppid=9484 vsize=10993404 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/9487/stat : 9487 (java) S 9484 9487 7912 0 -1 1077944320 55007 12333 0 0 567 20 9 3 20 0 20 0 3557341 11257245696 65836 33554432000 4194304 4196468 140733484072960 140733484055504 139872003489527 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
/proc/9487/statm: 2748351 65836 3483 1 0 2735906 0
[pid=9487/tid=9542] ppid=9484 vsize=10993404 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9542/stat : 9542 (java) R 9484 9487 7912 0 -1 4202560 39460 12333 0 0 281 9 9 3 20 0 20 0 3557354 11257245696 65836 33554432000 4194304 4196468 140733484072960 139872007705432 139871995726654 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9543] ppid=9484 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9543/stat : 9543 (java) S 9484 9487 7912 0 -1 1077944384 34 12333 0 0 0 0 9 3 20 0 20 0 3557355 11257245696 65836 33554432000 4194304 4196468 140733484072960 139871929563408 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9544] ppid=9484 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9544/stat : 9544 (java) S 9484 9487 7912 0 -1 1077944384 135 12333 0 0 1 0 9 3 20 0 20 0 3557355 11257245696 65836 33554432000 4194304 4196468 140733484072960 139871928510864 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9545] ppid=9484 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9545/stat : 9545 (java) S 9484 9487 7912 0 -1 1077944384 36 12333 0 0 1 0 9 3 20 0 20 0 3557355 11257245696 65836 33554432000 4194304 4196468 140733484072960 139871927458320 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9546] ppid=9484 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9546/stat : 9546 (java) S 9484 9487 7912 0 -1 1077944384 36 12333 0 0 0 0 9 3 20 0 20 0 3557355 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871926405776 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9547] ppid=9484 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9547/stat : 9547 (java) S 9484 9487 7912 0 -1 1077944384 15 12333 0 0 0 0 9 3 20 0 20 0 3557355 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871925353232 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9548] ppid=9484 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9548/stat : 9548 (java) S 9484 9487 7912 0 -1 1077944384 12 12333 0 0 1 0 9 3 20 0 20 0 3557355 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871924300688 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9549] ppid=9484 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9549/stat : 9549 (java) S 9484 9487 7912 0 -1 1077944384 22 12333 0 0 0 0 9 3 20 0 20 0 3557355 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871923248144 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9550] ppid=9484 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9550/stat : 9550 (java) S 9484 9487 7912 0 -1 1077944384 26 12333 0 0 1 0 9 3 20 0 20 0 3557355 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871922195600 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9551] ppid=9484 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9551/stat : 9551 (java) S 9484 9487 7912 0 -1 1077944384 1111 12333 0 0 1 0 9 3 20 0 20 0 3557357 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871209510896 139872003500674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9552] ppid=9484 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9552/stat : 9552 (java) S 9484 9487 7912 0 -1 1077944384 56 12333 0 0 0 0 9 3 20 0 20 0 3557358 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871208457184 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9553] ppid=9484 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9553/stat : 9553 (java) S 9484 9487 7912 0 -1 1077944384 44 12333 0 0 0 0 9 3 20 0 20 0 3557358 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871207404544 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9554] ppid=9484 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9554/stat : 9554 (java) S 9484 9487 7912 0 -1 1077944384 1 12333 0 0 0 0 9 3 20 0 20 0 3557363 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871206353104 139872003508123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9555] ppid=9484 vsize=10993404 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9555/stat : 9555 (java) S 9484 9487 7912 0 -1 1077944384 1387 12333 0 0 42 1 9 3 20 0 20 0 3557363 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871205300720 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9556] ppid=9484 vsize=10993404 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9556/stat : 9556 (java) S 9484 9487 7912 0 -1 1077944384 912 12333 0 0 41 1 9 3 20 0 20 0 3557363 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871204248176 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9557] ppid=9484 vsize=10993404 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9557/stat : 9557 (java) R 9484 9487 7912 0 -1 4202560 6116 12333 0 0 94 1 9 3 20 0 20 0 3557363 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871203176648 139871984191191 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9558] ppid=9484 vsize=10993404 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9558/stat : 9558 (java) S 9484 9487 7912 0 -1 1077944384 3495 12333 0 0 97 1 9 3 20 0 20 0 3557363 11257245696 65902 33554432000 4194304 4196468 140733484072960 139871202143088 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9559] ppid=9484 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9559/stat : 9559 (java) S 9484 9487 7912 0 -1 1077944384 3 12333 0 0 0 0 9 3 20 0 20 0 3557363 11257245696 65968 33554432000 4194304 4196468 140733484072960 139871201089760 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9560] ppid=9484 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9560/stat : 9560 (java) S 9484 9487 7912 0 -1 1077944384 7 12333 0 0 0 0 9 3 20 0 20 0 3557363 11257245696 65968 33554432000 4194304 4196468 140733484072960 139871200037296 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 10993404

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

[startup+3.20148 s]
/proc/loadavg: 1.25 2.86 4.16 5/285 9560
/proc/meminfo: memFree=30928480/32770624 swapFree=5792/340984
[pid=9487] ppid=9484 vsize=10995452 CPUtime=6.34 cores=0,2,4,6,8,10,12,14
/proc/9487/stat : 9487 (java) S 9484 9487 7912 0 -1 1077944320 56771 12333 0 0 599 23 9 3 20 0 20 0 3557341 11259342848 71508 33554432000 4194304 4196468 140733484072960 140733484055504 139872003489527 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
/proc/9487/statm: 2748863 71508 3489 1 0 2736418 0
[pid=9487/tid=9542] ppid=9484 vsize=10995452 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9542/stat : 9542 (java) R 9484 9487 7912 0 -1 4202560 40068 12333 0 0 286 9 9 3 20 0 20 0 3557354 11259342848 71508 33554432000 4194304 4196468 140733484072960 139872007720616 139872003511453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9543] ppid=9484 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9543/stat : 9543 (java) S 9484 9487 7912 0 -1 1077944384 44 12333 0 0 2 0 9 3 20 0 20 0 3557355 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871929563408 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9544] ppid=9484 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9544/stat : 9544 (java) S 9484 9487 7912 0 -1 1077944384 145 12333 0 0 2 0 9 3 20 0 20 0 3557355 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871928510864 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9545] ppid=9484 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9545/stat : 9545 (java) S 9484 9487 7912 0 -1 1077944384 66 12333 0 0 2 1 9 3 20 0 20 0 3557355 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871927458320 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9546] ppid=9484 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9546/stat : 9546 (java) S 9484 9487 7912 0 -1 1077944384 98 12333 0 0 2 1 9 3 20 0 20 0 3557355 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871926405776 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9547] ppid=9484 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9547/stat : 9547 (java) S 9484 9487 7912 0 -1 1077944384 27 12333 0 0 2 0 9 3 20 0 20 0 3557355 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871925353232 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9548] ppid=9484 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9548/stat : 9548 (java) S 9484 9487 7912 0 -1 1077944384 29 12333 0 0 2 0 9 3 20 0 20 0 3557355 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871924300688 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9549] ppid=9484 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9549/stat : 9549 (java) S 9484 9487 7912 0 -1 1077944384 35 12333 0 0 2 1 9 3 20 0 20 0 3557355 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871923248144 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9550] ppid=9484 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9550/stat : 9550 (java) S 9484 9487 7912 0 -1 1077944384 33 12333 0 0 3 0 9 3 20 0 20 0 3557355 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871922195600 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9551] ppid=9484 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9551/stat : 9551 (java) S 9484 9487 7912 0 -1 1077944384 1916 12333 0 0 3 0 9 3 20 0 20 0 3557357 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871209510896 139872003500674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9552] ppid=9484 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9552/stat : 9552 (java) S 9484 9487 7912 0 -1 1077944384 56 12333 0 0 0 0 9 3 20 0 20 0 3557358 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871208457184 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9553] ppid=9484 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9553/stat : 9553 (java) S 9484 9487 7912 0 -1 1077944384 44 12333 0 0 0 0 9 3 20 0 20 0 3557358 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871207404544 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9554] ppid=9484 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9554/stat : 9554 (java) S 9484 9487 7912 0 -1 1077944384 1 12333 0 0 0 0 9 3 20 0 20 0 3557363 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871206353104 139872003508123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9555] ppid=9484 vsize=10995452 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9555/stat : 9555 (java) R 9484 9487 7912 0 -1 4202560 1395 12333 0 0 44 1 9 3 20 0 20 0 3557363 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871205290512 139872003510874 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9556] ppid=9484 vsize=10995452 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9556/stat : 9556 (java) S 9484 9487 7912 0 -1 1077944384 914 12333 0 0 42 1 9 3 20 0 20 0 3557363 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871204248176 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9557] ppid=9484 vsize=10995452 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9557/stat : 9557 (java) R 9484 9487 7912 0 -1 4202560 6237 12333 0 0 100 1 9 3 20 0 20 0 3557363 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871203181816 139871987395532 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9558] ppid=9484 vsize=10995452 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9558/stat : 9558 (java) S 9484 9487 7912 0 -1 1077944384 3527 12333 0 0 98 1 9 3 20 0 20 0 3557363 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871202143088 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9559] ppid=9484 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9559/stat : 9559 (java) S 9484 9487 7912 0 -1 1077944384 3 12333 0 0 0 0 9 3 20 0 20 0 3557363 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871201089760 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9560] ppid=9484 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9560/stat : 9560 (java) S 9484 9487 7912 0 -1 1077944384 7 12333 0 0 0 0 9 3 20 0 20 0 3557363 11259342848 71508 33554432000 4194304 4196468 140733484072960 139871200037296 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 10995452

[startup+3.60104 s]
/proc/loadavg: 1.25 2.86 4.16 6/285 9560
/proc/meminfo: memFree=30755160/32770624 swapFree=5792/340988
[pid=9487] ppid=9484 vsize=11062016 CPUtime=8.27 cores=0,2,4,6,8,10,12,14
/proc/9487/stat : 9487 (java) S 9484 9487 7912 0 -1 1077944320 60065 12333 0 0 790 25 9 3 20 0 19 0 3557341 11327504384 72985 33554432000 4194304 4196468 140733484072960 140733484055504 139872003489527 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
/proc/9487/statm: 2765504 72985 3496 1 0 2753059 0
[pid=9487/tid=9542] ppid=9484 vsize=11062016 CPUtime=3.26 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9542/stat : 9542 (java) S 9484 9487 7912 0 -1 1077944384 40260 12333 0 0 305 9 9 3 20 0 19 0 3557354 11327504384 72985 33554432000 4194304 4196468 140733484072960 139872007732368 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9543] ppid=9484 vsize=11062016 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9543/stat : 9543 (java) S 9484 9487 7912 0 -1 1077944384 49 12333 0 0 11 0 9 3 20 0 19 0 3557355 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871929563408 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9544] ppid=9484 vsize=11062016 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9544/stat : 9544 (java) S 9484 9487 7912 0 -1 1077944384 155 12333 0 0 13 0 9 3 20 0 19 0 3557355 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871928510864 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9545] ppid=9484 vsize=11062016 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9545/stat : 9545 (java) S 9484 9487 7912 0 -1 1077944384 67 12333 0 0 11 1 9 3 20 0 19 0 3557355 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871927458320 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9546] ppid=9484 vsize=11062016 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9546/stat : 9546 (java) S 9484 9487 7912 0 -1 1077944384 107 12333 0 0 13 1 9 3 20 0 19 0 3557355 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871926405776 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9547] ppid=9484 vsize=11062016 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9547/stat : 9547 (java) S 9484 9487 7912 0 -1 1077944384 36 12333 0 0 13 1 9 3 20 0 19 0 3557355 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871925353232 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9548] ppid=9484 vsize=11062016 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9548/stat : 9548 (java) S 9484 9487 7912 0 -1 1077944384 39 12333 0 0 12 0 9 3 20 0 19 0 3557355 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871924300688 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9549] ppid=9484 vsize=11062016 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9549/stat : 9549 (java) S 9484 9487 7912 0 -1 1077944384 44 12333 0 0 11 1 9 3 20 0 19 0 3557355 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871923248144 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9550] ppid=9484 vsize=11062016 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9550/stat : 9550 (java) S 9484 9487 7912 0 -1 1077944384 42 12333 0 0 13 0 9 3 20 0 19 0 3557355 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871922195600 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9551] ppid=9484 vsize=11062016 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9551/stat : 9551 (java) S 9484 9487 7912 0 -1 1077944384 1929 12333 0 0 10 0 9 3 20 0 19 0 3557357 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871209511104 139872003500674 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9552] ppid=9484 vsize=11062016 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9552/stat : 9552 (java) S 9484 9487 7912 0 -1 1077944384 56 12333 0 0 0 0 9 3 20 0 19 0 3557358 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871208457248 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9553] ppid=9484 vsize=11062016 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9553/stat : 9553 (java) S 9484 9487 7912 0 -1 1077944384 44 12333 0 0 0 0 9 3 20 0 19 0 3557358 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871207404544 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9554] ppid=9484 vsize=11062016 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9554/stat : 9554 (java) S 9484 9487 7912 0 -1 1077944384 24 12333 0 0 0 0 9 3 20 0 19 0 3557363 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871206351872 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9555] ppid=9484 vsize=11062016 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9555/stat : 9555 (java) S 9484 9487 7912 0 -1 1077944384 1467 12333 0 0 61 1 9 3 20 0 19 0 3557363 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871205285232 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9556] ppid=9484 vsize=11062016 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9556/stat : 9556 (java) S 9484 9487 7912 0 -1 1077944384 1221 12333 0 0 57 1 9 3 20 0 19 0 3557363 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871204233232 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9557] ppid=9484 vsize=11062016 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9557/stat : 9557 (java) R 9484 9487 7912 0 -1 4202560 8612 12333 0 0 140 1 9 3 20 0 19 0 3557363 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871203181392 139871988415990 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9558] ppid=9484 vsize=11062016 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9558/stat : 9558 (java) S 9484 9487 7912 0 -1 1077944384 3744 12333 0 0 110 2 9 3 20 0 19 0 3557363 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871202143088 139872003500674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
[pid=9487/tid=9559] ppid=9484 vsize=11062016 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9487/task/9559/stat : 9559 (java) S 9484 9487 7912 0 -1 1077944384 3 12333 0 0 0 0 9 3 20 0 19 0 3557363 11327504384 72985 33554432000 4194304 4196468 140733484072960 139871201089760 139872003499733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18694144 140733484075713 140733484078487 140733484078487 140733484081103 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 11062016

Child status: 0
Real time (s): 3.62547
CPU time (s): 8.29871
CPU user time (s): 8.00399
CPU system time (s): 0.294715
CPU usage (%): 228.9
Max. virtual memory (cumulated for all children) (KiB): 11062016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.00399
system time used= 0.294715
maximum resident set size= 292920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72418
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8857
involuntary context switches= 1972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049019 second user time and 0.037546 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 02:21:37
IDJOB=4248329
IDBENCH=133416
IDSOLVER=2630
FILE ID=node125/4248329-1500682897
RUNJOBID= node125-1500682887-8968
PBS_JOBID= 20623328
Free space on /tmp= 61952 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-60-3-3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248329-1500682897/watcher-4248329-1500682897 -o /tmp/evaluation-result-4248329-1500682897/solver-4248329-1500682897 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560  bin/concrete HOME/instance-4248329-1500682897.xml

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

MD5SUM BENCH= a24e7222a5a2ec30919d0297100f43ac
RANDOM SEED=1787418667

node125.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		: 2133.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.51
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		: 2133.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		: 1600.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.51
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		: 1867.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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31338900 kB
MemAvailable:   31656264 kB
Buffers:          105648 kB
Cached:           514768 kB
SwapCached:            0 kB
Active:           675844 kB
Inactive:         349668 kB
Active(anon):     407436 kB
Inactive(anon):     8752 kB
Active(file):     268408 kB
Inactive(file):   340916 kB
Unevictable:        5792 kB
Mlocked:            5792 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             16316 kB
Writeback:         30988 kB
AnonPages:        328608 kB
Mapped:            43124 kB
Shmem:              8840 kB
Slab:              98360 kB
SReclaimable:      47752 kB
SUnreclaim:        50608 kB
KernelStack:        4624 kB
PageTables:         5872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1305524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61928 MiB
End job on node125 at 2017-07-22 02:21:41