Trace number 4248872

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 11.4678 4.47359

General information on the benchmark

NameBlackhole/Blackhole-m1-s10/
Blackhole-10-3-01.xml
MD5SUM4b3f242d4d7820c1a4b57bc20b9aba43
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.071172997
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints67
Number of domains1
Minimum domain size40
Maximum domain size40
Distribution of domain sizes[{"size":40,"count":80}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":67},{"degree":3,"count":13}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":65},{"arity":80,"count":1}]
Number of extensional constraints39
Number of intensional constraints27
Distribution of constraint types[{"type":"extension","count":39},{"type":"intension","count":27},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.96/2.23	c Concrete v3.4 running
11.28/4.46	v <instantiation>
11.28/4.46	v       <list>
11.28/4.46	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[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38] y[39]
11.28/4.46	v       </list>
11.28/4.46	v       <values>
11.28/4.46	v         0 31 32 33 24 15 36 17 28 9 30 19 20 1 2 3 4 5 6 37 8 39 38 27 26 25 14 23 22 21 12 11 10 29 18 7 16 35 34 13 0 13 14 15 16 17 18 35 20 9 32 31 30 39 26 5 36 7 34 11 12 29 28 27 4 25 24 23 8 33 10 1 2 3 38 37 6 19 22 21
11.28/4.46	v       </values>
11.28/4.46	v     </instantiation>
11.28/4.46	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-4248872-1500752295/watcher-4248872-1500752295 -o /tmp/evaluation-result-4248872-1500752295/solver-4248872-1500752295 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21523 --watchdog 2560 bin/concrete HOME/instance-4248872-1500752295.xml 

pid=22743
running on 8 cores: 0-3,8-11

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: 2.16 1.28 1.28 2/263 22746
/proc/meminfo: memFree=31616564/32770624 swapFree=5832/237368
[pid=22746] ppid=22743 vsize=9508 CPUtime=0 cores=0-3,8-11
/proc/22746/stat : 22746 (bash) S 22743 22746 21492 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 10494857 9736192 350 33554432000 4194304 5098028 140733379400464 140733379398104 140031386471424 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 38948864 140733379405070 140733379405155 140733379405155 140733379407854 0
/proc/22746/statm: 2377 350 277 221 0 86 0

[startup+0.100152 s]
/proc/loadavg: 2.16 1.28 1.28 2/263 22746
/proc/meminfo: memFree=31616564/32770624 swapFree=5832/237368
[pid=22746] ppid=22743 vsize=9640 CPUtime=0.01 cores=0-3,8-11
/proc/22746/stat : 22746 (bash) S 22743 22746 21492 0 -1 4202496 884 6418 0 0 0 0 0 1 20 0 1 0 10494857 9871360 378 33554432000 4194304 5098028 140733379400464 140733379394472 140031386471424 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 38948864 140733379405070 140733379405155 140733379405155 140733379407854 0
/proc/22746/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200371 s]
/proc/loadavg: 2.16 1.28 1.28 2/263 22746
/proc/meminfo: memFree=31616564/32770624 swapFree=5832/237368
[pid=22746] ppid=22743 vsize=10435860 CPUtime=0.19 cores=0-3,8-11
/proc/22746/stat : 22746 (java) S 22743 22746 21492 0 -1 1077944320 5054 12598 0 0 5 1 9 4 20 0 13 0 10494857 10686320640 4902 33554432000 4194304 4196468 140727735288704 140727735271248 139749200109303 0 0 0 16800971 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
/proc/22746/statm: 2608965 4902 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300422 s]
/proc/loadavg: 2.16 1.28 1.28 2/263 22746
/proc/meminfo: memFree=31616564/32770624 swapFree=5832/237368
[pid=22746] ppid=22743 vsize=10902392 CPUtime=0.37 cores=0-3,8-11
/proc/22746/stat : 22746 (java) S 22743 22746 21492 0 -1 1077944320 7065 12598 0 0 22 2 9 4 20 0 20 0 10494857 11164049408 8758 33554432000 4194304 4196468 140727735288704 140727735271248 139749200109303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
/proc/22746/statm: 2725598 8758 2981 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700242 s]
/proc/loadavg: 2.16 1.28 1.28 2/263 22746
/proc/meminfo: memFree=31616564/32770624 swapFree=5832/237368
[pid=22746] ppid=22743 vsize=10902720 CPUtime=0.89 cores=0-3,8-11
/proc/22746/stat : 22746 (java) S 22743 22746 21492 0 -1 1077944320 12190 12598 0 0 72 4 9 4 20 0 20 0 10494857 11164385280 15054 33554432000 4194304 4196468 140727735288704 140727735271248 139749200109303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
/proc/22746/statm: 2725680 15054 3138 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.5011 s]
/proc/loadavg: 2.16 1.28 1.28 4/283 22819
/proc/meminfo: memFree=31481044/32770624 swapFree=5832/238072
[pid=22746] ppid=22743 vsize=10913344 CPUtime=2.3 cores=0-3,8-11
/proc/22746/stat : 22746 (java) S 22743 22746 21492 0 -1 1077944320 26485 12598 0 0 202 15 9 4 20 0 20 0 10494857 11175264256 44001 33554432000 4194304 4196468 140727735288704 140727735271248 139749200109303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
/proc/22746/statm: 2728336 44001 3410 1 0 2716450 0
[pid=22746/tid=22801] ppid=22743 vsize=10913344 CPUtime=1.43 cores=0-3,8-11
/proc/22746/task/22801/stat : 22801 (java) R 22743 22746 21492 0 -1 4202560 19335 12598 0 0 125 5 9 4 20 0 20 0 10494870 11175264256 44001 33554432000 4194304 4196468 140727735288704 139749204333696 139749184189790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22802] ppid=22743 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22802/stat : 22802 (java) S 22743 22746 21492 0 -1 1077944384 18 12598 0 0 0 0 9 4 20 0 20 0 10494871 11175264256 44001 33554432000 4194304 4196468 140727735288704 139749126183824 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22803] ppid=22743 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22803/stat : 22803 (java) S 22743 22746 21492 0 -1 1077944384 15 12598 0 0 0 0 9 4 20 0 20 0 10494871 11175264256 44001 33554432000 4194304 4196468 140727735288704 139749125131024 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22804] ppid=22743 vsize=10913344 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22804/stat : 22804 (java) S 22743 22746 21492 0 -1 1077944384 24 12598 0 0 1 0 9 4 20 0 20 0 10494871 11175264256 44001 33554432000 4194304 4196468 140727735288704 139749124078736 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22805] ppid=22743 vsize=10913344 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22805/stat : 22805 (java) S 22743 22746 21492 0 -1 1077944384 125 12598 0 0 1 0 9 4 20 0 20 0 10494871 11175264256 44001 33554432000 4194304 4196468 140727735288704 139749123025936 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22806] ppid=22743 vsize=10913344 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22806/stat : 22806 (java) S 22743 22746 21492 0 -1 1077944384 54 12598 0 0 1 0 9 4 20 0 20 0 10494871 11175264256 44001 33554432000 4194304 4196468 140727735288704 139749121972624 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22807] ppid=22743 vsize=10913344 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22807/stat : 22807 (java) S 22743 22746 21492 0 -1 1077944384 33 12598 0 0 1 0 9 4 20 0 20 0 10494871 11175264256 44001 33554432000 4194304 4196468 140727735288704 139749120919824 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22808] ppid=22743 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22808/stat : 22808 (java) S 22743 22746 21492 0 -1 1077944384 22 12598 0 0 0 0 9 4 20 0 20 0 10494871 11175264256 44001 33554432000 4194304 4196468 140727735288704 139749119867536 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22809] ppid=22743 vsize=10913344 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22809/stat : 22809 (java) S 22743 22746 21492 0 -1 1077944384 37 12598 0 0 1 0 9 4 20 0 20 0 10494871 11175264256 44001 33554432000 4194304 4196468 140727735288704 139749118814736 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22810] ppid=22743 vsize=10913344 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22810/stat : 22810 (java) S 22743 22746 21492 0 -1 1077944384 733 12598 0 0 1 0 9 4 20 0 20 0 10494874 11175264256 44001 33554432000 4194304 4196468 140727735288704 139747950119536 139749200120450 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22811] ppid=22743 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22811/stat : 22811 (java) S 22743 22746 21492 0 -1 1077944384 56 12598 0 0 0 0 9 4 20 0 20 0 10494874 11175264256 44001 33554432000 4194304 4196468 140727735288704 139747949065568 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22812] ppid=22743 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22812/stat : 22812 (java) S 22743 22746 21492 0 -1 1077944384 44 12598 0 0 0 0 9 4 20 0 20 0 10494875 11175264256 44001 33554432000 4194304 4196468 140727735288704 139747948013184 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22813] ppid=22743 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22813/stat : 22813 (java) S 22743 22746 21492 0 -1 1077944384 1 12598 0 0 0 0 9 4 20 0 20 0 10494879 11175264256 44001 33554432000 4194304 4196468 140727735288704 139747946961488 139749200127899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22814] ppid=22743 vsize=10913344 CPUtime=0.25 cores=0-3,8-11
/proc/22746/task/22814/stat : 22814 (java) R 22743 22746 21492 0 -1 4202560 826 12598 0 0 12 0 9 4 20 0 20 0 10494879 11175264256 44001 33554432000 4194304 4196468 140727735288704 139747945908632 139749181653026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22815] ppid=22743 vsize=10913344 CPUtime=0.29 cores=0-3,8-11
/proc/22746/task/22815/stat : 22815 (java) S 22743 22746 21492 0 -1 1077944384 1221 12598 0 0 16 0 9 4 20 0 20 0 10494879 11175264256 44001 33554432000 4194304 4196468 140727735288704 139747944855536 139749200120450 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22816] ppid=22743 vsize=10913344 CPUtime=0.24 cores=0-3,8-11
/proc/22746/task/22816/stat : 22816 (java) R 22743 22746 21492 0 -1 4202560 660 12598 0 0 11 0 9 4 20 0 20 0 10494879 11175264256 44001 33554432000 4194304 4196468 140727735288704 139747943792512 139749183531720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22817] ppid=22743 vsize=10913344 CPUtime=0.39 cores=0-3,8-11
/proc/22746/task/22817/stat : 22817 (java) S 22743 22746 21492 0 -1 1077944384 1175 12598 0 0 25 1 9 4 20 0 20 0 10494879 11175264256 44001 33554432000 4194304 4196468 140727735288704 139747942750448 139749200120450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22818] ppid=22743 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22818/stat : 22818 (java) S 22743 22746 21492 0 -1 1077944384 3 12598 0 0 0 0 9 4 20 0 20 0 10494880 11175264256 44001 33554432000 4194304 4196468 140727735288704 139747941698400 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22819] ppid=22743 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22819/stat : 22819 (java) S 22743 22746 21492 0 -1 1077944384 7 12598 0 0 0 0 9 4 20 0 20 0 10494880 11175264256 44001 33554432000 4194304 4196468 140727735288704 139747940645680 139749200120450 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10072 s]
/proc/loadavg: 2.16 1.28 1.28 10/283 22819
/proc/meminfo: memFree=31307876/32770624 swapFree=5832/238116
[pid=22746] ppid=22743 vsize=10927868 CPUtime=5.97 cores=0-3,8-11
/proc/22746/stat : 22746 (java) S 22743 22746 21492 0 -1 1077944320 47502 12598 0 0 561 23 9 4 20 0 20 0 10494857 11190136832 56404 33554432000 4194304 4196468 140727735288704 140727735271248 139749200109303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
/proc/22746/statm: 2731967 56404 3476 1 0 2719522 0
[pid=22746/tid=22801] ppid=22743 vsize=10927868 CPUtime=3.03 cores=0-3,8-11
/proc/22746/task/22801/stat : 22801 (java) R 22743 22746 21492 0 -1 4202560 33178 12598 0 0 282 8 9 4 20 0 20 0 10494870 11190136832 56404 33554432000 4194304 4196468 140727735288704 139749204337808 139749183451489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22802] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22802/stat : 22802 (java) S 22743 22746 21492 0 -1 1077944384 18 12598 0 0 0 0 9 4 20 0 20 0 10494871 11190136832 56404 33554432000 4194304 4196468 140727735288704 139749126183824 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22803] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22803/stat : 22803 (java) S 22743 22746 21492 0 -1 1077944384 15 12598 0 0 0 0 9 4 20 0 20 0 10494871 11190136832 56404 33554432000 4194304 4196468 140727735288704 139749125131024 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22804] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22804/stat : 22804 (java) S 22743 22746 21492 0 -1 1077944384 24 12598 0 0 1 0 9 4 20 0 20 0 10494871 11190136832 56404 33554432000 4194304 4196468 140727735288704 139749124078736 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22805] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22805/stat : 22805 (java) S 22743 22746 21492 0 -1 1077944384 125 12598 0 0 1 0 9 4 20 0 20 0 10494871 11190136832 56404 33554432000 4194304 4196468 140727735288704 139749123025936 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22806] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22806/stat : 22806 (java) S 22743 22746 21492 0 -1 1077944384 54 12598 0 0 1 0 9 4 20 0 20 0 10494871 11190136832 56404 33554432000 4194304 4196468 140727735288704 139749121972624 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22807] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22807/stat : 22807 (java) S 22743 22746 21492 0 -1 1077944384 33 12598 0 0 1 0 9 4 20 0 20 0 10494871 11190136832 56404 33554432000 4194304 4196468 140727735288704 139749120919824 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22808] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22808/stat : 22808 (java) S 22743 22746 21492 0 -1 1077944384 22 12598 0 0 0 0 9 4 20 0 20 0 10494871 11190136832 56404 33554432000 4194304 4196468 140727735288704 139749119867536 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22809] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22809/stat : 22809 (java) S 22743 22746 21492 0 -1 1077944384 37 12598 0 0 1 0 9 4 20 0 20 0 10494871 11190136832 56404 33554432000 4194304 4196468 140727735288704 139749118814736 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22810] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22810/stat : 22810 (java) S 22743 22746 21492 0 -1 1077944384 752 12598 0 0 1 0 9 4 20 0 20 0 10494874 11190136832 56404 33554432000 4194304 4196468 140727735288704 139747950119536 139749200120450 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22811] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22811/stat : 22811 (java) S 22743 22746 21492 0 -1 1077944384 56 12598 0 0 0 0 9 4 20 0 20 0 10494874 11190136832 56404 33554432000 4194304 4196468 140727735288704 139747949065568 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22812] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22812/stat : 22812 (java) S 22743 22746 21492 0 -1 1077944384 44 12598 0 0 0 0 9 4 20 0 20 0 10494875 11190136832 56404 33554432000 4194304 4196468 140727735288704 139747948013184 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22813] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22813/stat : 22813 (java) S 22743 22746 21492 0 -1 1077944384 1 12598 0 0 0 0 9 4 20 0 20 0 10494879 11190136832 56404 33554432000 4194304 4196468 140727735288704 139747946961488 139749200127899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22814] ppid=22743 vsize=10927868 CPUtime=0.61 cores=0-3,8-11
/proc/22746/task/22814/stat : 22814 (java) R 22743 22746 21492 0 -1 4202560 1812 12598 0 0 47 1 9 4 20 0 20 0 10494879 11190136832 56404 33554432000 4194304 4196468 140727735288704 139747945908464 139749178100859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22815] ppid=22743 vsize=10927868 CPUtime=0.93 cores=0-3,8-11
/proc/22746/task/22815/stat : 22815 (java) R 22743 22746 21492 0 -1 4202560 4373 12598 0 0 79 1 9 4 20 0 20 0 10494879 11190136832 56404 33554432000 4194304 4196468 140727735288704 139747944836048 139749200130650 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22816] ppid=22743 vsize=10927868 CPUtime=0.59 cores=0-3,8-11
/proc/22746/task/22816/stat : 22816 (java) R 22743 22746 21492 0 -1 4202560 1383 12598 0 0 45 1 9 4 20 0 20 0 10494879 11190136832 56404 33554432000 4194304 4196468 140727735288704 139747943791600 139749200130650 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22817] ppid=22743 vsize=10927868 CPUtime=1.11 cores=0-3,8-11
/proc/22746/task/22817/stat : 22817 (java) R 22743 22746 21492 0 -1 4202560 3432 12598 0 0 96 2 9 4 20 0 20 0 10494879 11190136832 56404 33554432000 4194304 4196468 140727735288704 139747942749632 139749200130650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22818] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22818/stat : 22818 (java) S 22743 22746 21492 0 -1 1077944384 3 12598 0 0 0 0 9 4 20 0 20 0 10494880 11190136832 56404 33554432000 4194304 4196468 140727735288704 139747941698400 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22819] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22819/stat : 22819 (java) S 22743 22746 21492 0 -1 1077944384 8 12598 0 0 0 0 9 4 20 0 20 0 10494880 11190136832 56404 33554432000 4194304 4196468 140727735288704 139747940645680 139749200120450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 10927868

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

[startup+3.20143 s]
/proc/loadavg: 2.16 1.28 1.28 10/283 22819
/proc/meminfo: memFree=31307876/32770624 swapFree=5832/238116
[pid=22746] ppid=22743 vsize=10927868 CPUtime=6.43 cores=0-3,8-11
/proc/22746/stat : 22746 (java) S 22743 22746 21492 0 -1 1077944320 47832 12598 0 0 607 23 9 4 20 0 20 0 10494857 11190136832 58730 33554432000 4194304 4196468 140727735288704 140727735271248 139749200109303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
/proc/22746/statm: 2731967 58730 3476 1 0 2719522 0
[pid=22746/tid=22801] ppid=22743 vsize=10927868 CPUtime=3.12 cores=0-3,8-11
/proc/22746/task/22801/stat : 22801 (java) R 22743 22746 21492 0 -1 4202560 33337 12598 0 0 291 8 9 4 20 0 20 0 10494870 11190136832 58730 33554432000 4194304 4196468 140727735288704 139749204326880 139749200121238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22802] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22802/stat : 22802 (java) S 22743 22746 21492 0 -1 1077944384 18 12598 0 0 0 0 9 4 20 0 20 0 10494871 11190136832 58730 33554432000 4194304 4196468 140727735288704 139749126183824 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22803] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22803/stat : 22803 (java) S 22743 22746 21492 0 -1 1077944384 15 12598 0 0 0 0 9 4 20 0 20 0 10494871 11190136832 58730 33554432000 4194304 4196468 140727735288704 139749125131024 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22804] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22804/stat : 22804 (java) S 22743 22746 21492 0 -1 1077944384 24 12598 0 0 1 0 9 4 20 0 20 0 10494871 11190136832 58730 33554432000 4194304 4196468 140727735288704 139749124078736 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22805] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22805/stat : 22805 (java) S 22743 22746 21492 0 -1 1077944384 125 12598 0 0 1 0 9 4 20 0 20 0 10494871 11190136832 58730 33554432000 4194304 4196468 140727735288704 139749123025936 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22806] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22806/stat : 22806 (java) S 22743 22746 21492 0 -1 1077944384 54 12598 0 0 1 0 9 4 20 0 20 0 10494871 11190136832 58730 33554432000 4194304 4196468 140727735288704 139749121972624 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22807] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22807/stat : 22807 (java) S 22743 22746 21492 0 -1 1077944384 33 12598 0 0 1 0 9 4 20 0 20 0 10494871 11190136832 58730 33554432000 4194304 4196468 140727735288704 139749120919824 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22808] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22808/stat : 22808 (java) S 22743 22746 21492 0 -1 1077944384 22 12598 0 0 0 0 9 4 20 0 20 0 10494871 11190136832 58730 33554432000 4194304 4196468 140727735288704 139749119867536 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22809] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22809/stat : 22809 (java) S 22743 22746 21492 0 -1 1077944384 37 12598 0 0 1 0 9 4 20 0 20 0 10494871 11190136832 58730 33554432000 4194304 4196468 140727735288704 139749118814736 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22810] ppid=22743 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/22746/task/22810/stat : 22810 (java) S 22743 22746 21492 0 -1 1077944384 752 12598 0 0 1 0 9 4 20 0 20 0 10494874 11190136832 58730 33554432000 4194304 4196468 140727735288704 139747950119536 139749200120450 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22811] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22811/stat : 22811 (java) S 22743 22746 21492 0 -1 1077944384 56 12598 0 0 0 0 9 4 20 0 20 0 10494874 11190136832 58730 33554432000 4194304 4196468 140727735288704 139747949065568 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22812] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22812/stat : 22812 (java) S 22743 22746 21492 0 -1 1077944384 44 12598 0 0 0 0 9 4 20 0 20 0 10494875 11190136832 58730 33554432000 4194304 4196468 140727735288704 139747948013184 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22813] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22813/stat : 22813 (java) S 22743 22746 21492 0 -1 1077944384 1 12598 0 0 0 0 9 4 20 0 20 0 10494879 11190136832 58730 33554432000 4194304 4196468 140727735288704 139747946961488 139749200127899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22814] ppid=22743 vsize=10927868 CPUtime=0.71 cores=0-3,8-11
/proc/22746/task/22814/stat : 22814 (java) R 22743 22746 21492 0 -1 4202560 1840 12598 0 0 57 1 9 4 20 0 20 0 10494879 11190136832 58730 33554432000 4194304 4196468 140727735288704 139747945889056 139749181285192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22815] ppid=22743 vsize=10927868 CPUtime=1.03 cores=0-3,8-11
/proc/22746/task/22815/stat : 22815 (java) R 22743 22746 21492 0 -1 4202560 4395 12598 0 0 89 1 9 4 20 0 20 0 10494879 11190136832 58730 33554432000 4194304 4196468 140727735288704 139747944837312 139749179958060 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22816] ppid=22743 vsize=10927868 CPUtime=0.69 cores=0-3,8-11
/proc/22746/task/22816/stat : 22816 (java) R 22743 22746 21492 0 -1 4202560 1430 12598 0 0 55 1 9 4 20 0 20 0 10494879 11190136832 58730 33554432000 4194304 4196468 140727735288704 139747943792992 139749185031085 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22817] ppid=22743 vsize=10927868 CPUtime=1.16 cores=0-3,8-11
/proc/22746/task/22817/stat : 22817 (java) R 22743 22746 21492 0 -1 1077944384 3505 12598 0 0 101 2 9 4 20 0 20 0 10494879 11190136832 58730 33554432000 4194304 4196468 140727735288704 139747942750448 139749200120450 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22818] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22818/stat : 22818 (java) S 22743 22746 21492 0 -1 1077944384 3 12598 0 0 0 0 9 4 20 0 20 0 10494880 11190136832 58730 33554432000 4194304 4196468 140727735288704 139747941698400 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22819] ppid=22743 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22819/stat : 22819 (java) S 22743 22746 21492 0 -1 1077944384 8 12598 0 0 0 0 9 4 20 0 20 0 10494880 11190136832 58730 33554432000 4194304 4196468 140727735288704 139747940645680 139749200120450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 10927868

[startup+4.00105 s]
/proc/loadavg: 2.55 1.38 1.31 6/283 22819
/proc/meminfo: memFree=31225852/32770624 swapFree=5832/238116
[pid=22746] ppid=22743 vsize=10995452 CPUtime=9.35 cores=0-3,8-11
/proc/22746/stat : 22746 (java) S 22743 22746 21492 0 -1 1077944320 60822 12598 0 0 894 28 9 4 20 0 20 0 10494857 11259342848 76317 33554432000 4194304 4196468 140727735288704 140727735271248 139749200109303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
/proc/22746/statm: 2748863 76317 3495 1 0 2736418 0
[pid=22746/tid=22801] ppid=22743 vsize=10995452 CPUtime=3.87 cores=0-3,8-11
/proc/22746/task/22801/stat : 22801 (java) R 22743 22746 21492 0 -1 4202560 41728 12598 0 0 365 9 9 4 20 0 20 0 10494870 11259342848 76317 33554432000 4194304 4196468 140727735288704 139749204340824 139748790316781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22802] ppid=22743 vsize=10995452 CPUtime=0.16 cores=0-3,8-11
/proc/22746/task/22802/stat : 22802 (java) S 22743 22746 21492 0 -1 1077944384 71 12598 0 0 2 1 9 4 20 0 20 0 10494871 11259342848 76317 33554432000 4194304 4196468 140727735288704 139749126183824 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22803] ppid=22743 vsize=10995452 CPUtime=0.16 cores=0-3,8-11
/proc/22746/task/22803/stat : 22803 (java) S 22743 22746 21492 0 -1 1077944384 21 12598 0 0 2 1 9 4 20 0 20 0 10494871 11259342848 76317 33554432000 4194304 4196468 140727735288704 139749125131024 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22804] ppid=22743 vsize=10995452 CPUtime=0.17 cores=0-3,8-11
/proc/22746/task/22804/stat : 22804 (java) S 22743 22746 21492 0 -1 1077944384 34 12598 0 0 3 1 9 4 20 0 20 0 10494871 11259342848 76317 33554432000 4194304 4196468 140727735288704 139749124078736 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22805] ppid=22743 vsize=10995452 CPUtime=0.17 cores=0-3,8-11
/proc/22746/task/22805/stat : 22805 (java) S 22743 22746 21492 0 -1 1077944384 131 12598 0 0 3 1 9 4 20 0 20 0 10494871 11259342848 76317 33554432000 4194304 4196468 140727735288704 139749123025936 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22806] ppid=22743 vsize=10995452 CPUtime=0.17 cores=0-3,8-11
/proc/22746/task/22806/stat : 22806 (java) S 22743 22746 21492 0 -1 1077944384 74 12598 0 0 3 1 9 4 20 0 20 0 10494871 11259342848 76317 33554432000 4194304 4196468 140727735288704 139749121972624 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22807] ppid=22743 vsize=10995452 CPUtime=0.15 cores=0-3,8-11
/proc/22746/task/22807/stat : 22807 (java) S 22743 22746 21492 0 -1 1077944384 49 12598 0 0 2 0 9 4 20 0 20 0 10494871 11259342848 76317 33554432000 4194304 4196468 140727735288704 139749120919824 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22808] ppid=22743 vsize=10995452 CPUtime=0.16 cores=0-3,8-11
/proc/22746/task/22808/stat : 22808 (java) S 22743 22746 21492 0 -1 1077944384 34 12598 0 0 2 1 9 4 20 0 20 0 10494871 11259342848 76317 33554432000 4194304 4196468 140727735288704 139749119867536 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22809] ppid=22743 vsize=10995452 CPUtime=0.17 cores=0-3,8-11
/proc/22746/task/22809/stat : 22809 (java) S 22743 22746 21492 0 -1 1077944384 58 12598 0 0 3 1 9 4 20 0 20 0 10494871 11259342848 76317 33554432000 4194304 4196468 140727735288704 139749118814736 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22810] ppid=22743 vsize=10995452 CPUtime=0.17 cores=0-3,8-11
/proc/22746/task/22810/stat : 22810 (java) S 22743 22746 21492 0 -1 1077944384 1765 12598 0 0 4 0 9 4 20 0 20 0 10494874 11259342848 76317 33554432000 4194304 4196468 140727735288704 139747950119536 139749200120450 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22811] ppid=22743 vsize=10995452 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22811/stat : 22811 (java) S 22743 22746 21492 0 -1 1077944384 56 12598 0 0 0 0 9 4 20 0 20 0 10494874 11259342848 76317 33554432000 4194304 4196468 140727735288704 139747949065568 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22812] ppid=22743 vsize=10995452 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22812/stat : 22812 (java) S 22743 22746 21492 0 -1 1077944384 44 12598 0 0 0 0 9 4 20 0 20 0 10494875 11259342848 76317 33554432000 4194304 4196468 140727735288704 139747948013184 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22813] ppid=22743 vsize=10995452 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22813/stat : 22813 (java) S 22743 22746 21492 0 -1 1077944384 1 12598 0 0 0 0 9 4 20 0 20 0 10494879 11259342848 76317 33554432000 4194304 4196468 140727735288704 139747946961488 139749200127899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22814] ppid=22743 vsize=10995452 CPUtime=1.2 cores=0-3,8-11
/proc/22746/task/22814/stat : 22814 (java) R 22743 22746 21492 0 -1 4202560 1988 12598 0 0 106 1 9 4 20 0 20 0 10494879 11259342848 76317 33554432000 4194304 4196468 140727735288704 139747945893648 139749179937532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22815] ppid=22743 vsize=10995452 CPUtime=1.49 cores=0-3,8-11
/proc/22746/task/22815/stat : 22815 (java) R 22743 22746 21492 0 -1 4202560 4775 12598 0 0 135 1 9 4 20 0 20 0 10494879 11259342848 76317 33554432000 4194304 4196468 140727735288704 139747944842352 139749184087937 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22816] ppid=22743 vsize=10995452 CPUtime=1.37 cores=0-3,8-11
/proc/22746/task/22816/stat : 22816 (java) R 22743 22746 21492 0 -1 4202560 3751 12598 0 0 122 2 9 4 20 0 20 0 10494879 11259342848 76317 33554432000 4194304 4196468 140727735288704 139747943787920 139749185224358 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22817] ppid=22743 vsize=10995452 CPUtime=1.51 cores=0-3,8-11
/proc/22746/task/22817/stat : 22817 (java) S 22743 22746 21492 0 -1 1077944384 4098 12598 0 0 136 2 9 4 20 0 20 0 10494879 11259342848 76317 33554432000 4194304 4196468 140727735288704 139747942750448 139749200120450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22818] ppid=22743 vsize=10995452 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22818/stat : 22818 (java) S 22743 22746 21492 0 -1 1077944384 3 12598 0 0 0 0 9 4 20 0 20 0 10494880 11259342848 76317 33554432000 4194304 4196468 140727735288704 139747941698400 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22819] ppid=22743 vsize=10995452 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22819/stat : 22819 (java) S 22743 22746 21492 0 -1 1077944384 8 12598 0 0 0 0 9 4 20 0 20 0 10494880 11259342848 76317 33554432000 4194304 4196468 140727735288704 139747940645680 139749200120450 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
Current children cumulated CPU time (s) 9.35
Current children cumulated vsize (KiB) 10995452

[startup+4.4009 s]
/proc/loadavg: 2.55 1.38 1.31 7/283 22819
/proc/meminfo: memFree=31117912/32770624 swapFree=5832/238116
[pid=22746] ppid=22743 vsize=10997500 CPUtime=11.28 cores=0-3,8-11
/proc/22746/stat : 22746 (java) S 22743 22746 21492 0 -1 1077944320 63462 12598 0 0 1086 29 9 4 20 0 20 0 10494857 11261440000 76536 33554432000 4194304 4196468 140727735288704 140727735271248 139749200109303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
/proc/22746/statm: 2749375 76536 3500 1 0 2736930 0
[pid=22746/tid=22801] ppid=22743 vsize=10997500 CPUtime=4.06 cores=0-3,8-11
/proc/22746/task/22801/stat : 22801 (java) S 22743 22746 21492 0 -1 1077944384 41736 12598 0 0 384 9 9 4 20 0 20 0 10494870 11261440000 76536 33554432000 4194304 4196468 140727735288704 139749204347008 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22802] ppid=22743 vsize=10997500 CPUtime=0.27 cores=0-3,8-11
/proc/22746/task/22802/stat : 22802 (java) R 22743 22746 21492 0 -1 4202560 72 12598 0 0 13 1 9 4 20 0 20 0 10494871 11261440000 76536 33554432000 4194304 4196468 140727735288704 139749126183944 139749192737511 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22803] ppid=22743 vsize=10997500 CPUtime=0.28 cores=0-3,8-11
/proc/22746/task/22803/stat : 22803 (java) R 22743 22746 21492 0 -1 4202560 32 12598 0 0 14 1 9 4 20 0 20 0 10494871 11261440000 76536 33554432000 4194304 4196468 140727735288704 139749125131144 139749192737511 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22804] ppid=22743 vsize=10997500 CPUtime=0.24 cores=0-3,8-11
/proc/22746/task/22804/stat : 22804 (java) R 22743 22746 21492 0 -1 4202560 35 12598 0 0 10 1 9 4 20 0 20 0 10494871 11261440000 76536 33554432000 4194304 4196468 140727735288704 139749124078856 139749192737511 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22805] ppid=22743 vsize=10997500 CPUtime=0.29 cores=0-3,8-11
/proc/22746/task/22805/stat : 22805 (java) R 22743 22746 21492 0 -1 4202560 136 12598 0 0 15 1 9 4 20 0 20 0 10494871 11261440000 76536 33554432000 4194304 4196468 140727735288704 139749123026136 139749192737511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22806] ppid=22743 vsize=10997500 CPUtime=0.25 cores=0-3,8-11
/proc/22746/task/22806/stat : 22806 (java) R 22743 22746 21492 0 -1 4202560 80 12598 0 0 11 1 9 4 20 0 20 0 10494871 11261440000 76536 33554432000 4194304 4196468 140727735288704 139749121972824 139749181719022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22807] ppid=22743 vsize=10997500 CPUtime=0.27 cores=0-3,8-11
/proc/22746/task/22807/stat : 22807 (java) R 22743 22746 21492 0 -1 4202560 57 12598 0 0 14 0 9 4 20 0 20 0 10494871 11261440000 76536 33554432000 4194304 4196468 140727735288704 139749120919944 139749192737511 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22808] ppid=22743 vsize=10997500 CPUtime=0.29 cores=0-3,8-11
/proc/22746/task/22808/stat : 22808 (java) R 22743 22746 21492 0 -1 4202560 46 12598 0 0 15 1 9 4 20 0 20 0 10494871 11261440000 76536 33554432000 4194304 4196468 140727735288704 139749119867656 139749192737511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22809] ppid=22743 vsize=10997500 CPUtime=0.28 cores=0-3,8-11
/proc/22746/task/22809/stat : 22809 (java) S 22743 22746 21492 0 -1 1077944384 71 12598 0 0 14 1 9 4 20 0 20 0 10494871 11261440000 76536 33554432000 4194304 4196468 140727735288704 139749118814736 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22810] ppid=22743 vsize=10997500 CPUtime=0.25 cores=0-3,8-11
/proc/22746/task/22810/stat : 22810 (java) R 22743 22746 21492 0 -1 4202560 1778 12598 0 0 12 0 9 4 20 0 20 0 10494874 11261440000 76536 33554432000 4194304 4196468 140727735288704 139747950118160 139749200130650 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22811] ppid=22743 vsize=10997500 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22811/stat : 22811 (java) S 22743 22746 21492 0 -1 1077944384 57 12598 0 0 0 0 9 4 20 0 20 0 10494874 11261440000 76536 33554432000 4194304 4196468 140727735288704 139747949065616 139749200120450 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22812] ppid=22743 vsize=10997500 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22812/stat : 22812 (java) S 22743 22746 21492 0 -1 1077944384 46 12598 0 0 0 0 9 4 20 0 20 0 10494875 11261440000 76536 33554432000 4194304 4196468 140727735288704 139747948012736 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22813] ppid=22743 vsize=10997500 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22813/stat : 22813 (java) S 22743 22746 21492 0 -1 1077944384 1 12598 0 0 0 0 9 4 20 0 20 0 10494879 11261440000 76536 33554432000 4194304 4196468 140727735288704 139747946961488 139749200127899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22814] ppid=22743 vsize=10997500 CPUtime=1.39 cores=0-3,8-11
/proc/22746/task/22814/stat : 22814 (java) S 22743 22746 21492 0 -1 1077944384 2028 12598 0 0 125 1 9 4 20 0 20 0 10494879 11261440000 76536 33554432000 4194304 4196468 140727735288704 139747945887440 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22815] ppid=22743 vsize=10997500 CPUtime=1.68 cores=0-3,8-11
/proc/22746/task/22815/stat : 22815 (java) S 22743 22746 21492 0 -1 1077944384 4823 12598 0 0 154 1 9 4 20 0 20 0 10494879 11261440000 76536 33554432000 4194304 4196468 140727735288704 139747944848272 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22816] ppid=22743 vsize=10997500 CPUtime=1.73 cores=0-3,8-11
/proc/22746/task/22816/stat : 22816 (java) S 22743 22746 21492 0 -1 1077944384 6191 12598 0 0 158 2 9 4 20 0 20 0 10494879 11261440000 76536 33554432000 4194304 4196468 140727735288704 139747943788080 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22817] ppid=22743 vsize=10997500 CPUtime=1.53 cores=0-3,8-11
/proc/22746/task/22817/stat : 22817 (java) S 22743 22746 21492 0 -1 1077944384 4128 12598 0 0 138 2 9 4 20 0 20 0 10494879 11261440000 76536 33554432000 4194304 4196468 140727735288704 139747942750448 139749200120450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22818] ppid=22743 vsize=10997500 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22818/stat : 22818 (java) S 22743 22746 21492 0 -1 1077944384 3 12598 0 0 0 0 9 4 20 0 20 0 10494880 11261440000 76536 33554432000 4194304 4196468 140727735288704 139747941698400 139749200119509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
[pid=22746/tid=22819] ppid=22743 vsize=10997500 CPUtime=0.13 cores=0-3,8-11
/proc/22746/task/22819/stat : 22819 (java) S 22743 22746 21492 0 -1 1077944384 9 12598 0 0 0 0 9 4 20 0 20 0 10494880 11261440000 76536 33554432000 4194304 4196468 140727735288704 139747940645680 139749200120450 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140727735290561 140727735293335 140727735293335 140727735295951 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 10997500

Child status: 0
Real time (s): 4.47359
CPU time (s): 11.4678
CPU user time (s): 11.1118
CPU system time (s): 0.356023
CPU usage (%): 256.345
Max. virtual memory (cumulated for all children) (KiB): 11000016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1118
system time used= 0.356023
maximum resident set size= 308396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76334
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9217
involuntary context switches= 2154

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040634 second user time and 0.052095 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-22 21:38:15
IDJOB=4248872
IDBENCH=134531
IDSOLVER=2630
FILE ID=node144/4248872-1500752295
RUNJOBID= node144-1500752272-21523
PBS_JOBID= 20624582
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s10/Blackhole-10-3-01.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248872-1500752295/watcher-4248872-1500752295 -o /tmp/evaluation-result-4248872-1500752295/solver-4248872-1500752295 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21523 --watchdog 2560  bin/concrete HOME/instance-4248872-1500752295.xml

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

MD5SUM BENCH= 4b3f242d4d7820c1a4b57bc20b9aba43
RANDOM SEED=292894655

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

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

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

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

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

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

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 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.49
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		: 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.49
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	: 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.49
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		: 2133.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	: 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		: 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	: 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		: 1733.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	: 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:        31616952 kB
MemAvailable:   31841784 kB
Buffers:          147392 kB
Cached:           360592 kB
SwapCached:            0 kB
Active:           478656 kB
Inactive:         246080 kB
Active(anon):     219856 kB
Inactive(anon):     8712 kB
Active(file):     258800 kB
Inactive(file):   237368 kB
Unevictable:        5832 kB
Mlocked:            5832 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             50336 kB
Writeback:             0 kB
AnonPages:        163848 kB
Mapped:            43860 kB
Shmem:              8844 kB
Slab:             122792 kB
SReclaimable:      88996 kB
SUnreclaim:        33796 kB
KernelStack:        4880 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1078008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61968 MiB
End job on node144 at 2017-07-22 21:38:20