Trace number 4264480

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
AbsCon-basic 2017-06-11SAT 7.8762999 5.46101

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-08.xml
MD5SUMd991fc81a7825fd4569ca865dffdd673
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.96158
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree1910
Maximum variable degree1982
Distribution of variable degrees[{"degree":1910,"count":1},{"degree":1911,"count":1},{"degree":1926,"count":1},{"degree":1929,"count":1},{"degree":1931,"count":3},{"degree":1932,"count":1},{"degree":1933,"count":1},{"degree":1934,"count":2},{"degree":1935,"count":1},{"degree":1938,"count":2},{"degree":1941,"count":2},{"degree":1946,"count":1},{"degree":1948,"count":1},{"degree":1956,"count":1},{"degree":1968,"count":1},{"degree":1982,"count":1}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":2713}]
Number of extensional constraints2713
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2713}]
Optimization problemNO
Type of objective

Solver Data

0.19/0.39	
0.19/0.39	AbsCon 2 
0.19/0.39	
3.09/2.12	  Solving XCSP3-instance-4264480-1502284553 as a CSP
3.09/2.12	  Loading variables...
3.39/2.20	  Loading constraints...
7.06/5.17	  Solver SolverBacktrack being built...
7.06/5.17	
7.20/5.23	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
7.20/5.23	
7.72/5.45	
7.72/5.45	v <instantiation id='sol1' type='solution'>  <list> x[] </list>  <values> 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>  </instantiation>
7.72/5.45	s SATISFIABLE
7.72/5.45	
7.72/5.45	d WRONG_DECISIONS 0

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-4264480-1502284553/watcher-4264480-1502284553 -o /tmp/evaluation-result-4264480-1502284553/solver-4264480-1502284553 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502258002-23061 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264480-1502284553.xml 

pid=30722
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.60 1.72 1.76 3/200 30725
/proc/meminfo: memFree=31271780/32770624 swapFree=0/452908
[pid=30725] ppid=30722 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30725/stat : 30725 (runsolver) D 30722 30725 16590 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 30648863 24240128 106 18446744073709551615 4194304 4338465 140728180471968 140728180469608 140559525941975 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 18137088 140728180474016 140728180474442 140728180474442 140728180477898 0
/proc/30725/statm: 5918 106 53 36 0 2156 0

[startup+0.100129 s]
/proc/loadavg: 1.60 1.72 1.76 3/200 30725
/proc/meminfo: memFree=31271780/32770624 swapFree=0/452908
[pid=30725] ppid=30722 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30725/stat : 30725 (runsolver) D 30722 30725 16590 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 30648863 24240128 106 18446744073709551615 4194304 4338465 140728180471968 140728180469608 140559525941975 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 18137088 140728180474016 140728180474442 140728180474442 140728180477898 0
/proc/30725/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200335 s]
/proc/loadavg: 1.60 1.72 1.76 3/200 30725
/proc/meminfo: memFree=31271780/32770624 swapFree=0/452908
[pid=30725] ppid=30722 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/30725/stat : 30725 (java) S 30722 30725 16590 0 -1 1077944320 4535 0 0 0 5 0 0 0 20 0 14 0 30648863 10736119808 5583 18446744073709551615 4194304 4196468 140721777574224 140721777556768 140229082762999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
/proc/30725/statm: 2621123 5583 2578 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300592 s]
/proc/loadavg: 1.60 1.72 1.76 3/200 30725
/proc/meminfo: memFree=31271780/32770624 swapFree=0/452908
[pid=30725] ppid=30722 vsize=10551180 CPUtime=0.19 cores=0,2,4,6
/proc/30725/stat : 30725 (java) S 30722 30725 16590 0 -1 1077944320 5897 0 0 0 19 0 0 0 20 0 15 0 30648863 10804408320 7899 18446744073709551615 4194304 4196468 140721777574224 140721777556768 140229082762999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
/proc/30725/statm: 2637795 7899 2877 1 0 2627261 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10551180

[startup+0.706354 s]
/proc/loadavg: 1.60 1.72 1.76 3/200 30725
/proc/meminfo: memFree=31271780/32770624 swapFree=0/452908
[pid=30725] ppid=30722 vsize=10621952 CPUtime=1.21 cores=0,2,4,6
/proc/30725/stat : 30725 (java) S 30722 30725 16590 0 -1 1077944320 13516 0 0 0 116 5 0 0 20 0 16 0 30648863 10876878848 21168 18446744073709551615 4194304 4196468 140721777574224 140721777556768 140229082762999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
/proc/30725/statm: 2655488 21168 3079 1 0 2644414 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 10621952

[startup+1.50053 s]
/proc/loadavg: 1.60 1.72 1.76 3/216 30741
/proc/meminfo: memFree=31163320/32770624 swapFree=0/452900
[pid=30725] ppid=30722 vsize=10621952 CPUtime=2.48 cores=0,2,4,6
/proc/30725/stat : 30725 (java) S 30722 30725 16590 0 -1 1077944320 15120 0 0 0 243 5 0 0 20 0 16 0 30648863 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140721777556768 140229082762999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
/proc/30725/statm: 2655488 30187 3088 1 0 2644414 0
[pid=30725/tid=30727] ppid=30722 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/30725/task/30727/stat : 30727 (java) S 30722 30725 16590 0 -1 1077944384 5749 0 0 0 19 2 0 0 20 0 16 0 30648874 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140229087005872 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30728] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30728/stat : 30728 (java) S 30722 30725 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30648874 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140229013182992 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30729] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30729/stat : 30729 (java) S 30722 30725 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30648874 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140229012130448 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30730] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30730/stat : 30730 (java) S 30722 30725 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30648874 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140229011077392 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30731] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30731/stat : 30731 (java) S 30722 30725 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30648874 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140229010024848 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30732] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30732/stat : 30732 (java) S 30722 30725 16590 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140228578708208 140229082774146 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30733] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30733/stat : 30733 (java) S 30722 30725 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140228577654432 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30734] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30734/stat : 30734 (java) S 30722 30725 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140228576601328 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30735] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30735/stat : 30735 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140228575549904 140229082781595 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30736] ppid=30722 vsize=10621952 CPUtime=0.41 cores=0,2,4,6
/proc/30725/task/30736/stat : 30736 (java) S 30722 30725 16590 0 -1 1077944384 1794 0 0 0 41 0 0 0 20 0 16 0 30648879 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140228574497008 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30737] ppid=30722 vsize=10621952 CPUtime=0.41 cores=0,2,4,6
/proc/30725/task/30737/stat : 30737 (java) S 30722 30725 16590 0 -1 1077944384 1536 0 0 0 41 0 0 0 20 0 16 0 30648879 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140228573444464 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30738] ppid=30722 vsize=10621952 CPUtime=0.32 cores=0,2,4,6
/proc/30725/task/30738/stat : 30738 (java) S 30722 30725 16590 0 -1 1077944384 1935 0 0 0 32 0 0 0 20 0 16 0 30648879 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140228572391408 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30739] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30739/stat : 30739 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140228571339104 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30740] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30740/stat : 30740 (java) S 30722 30725 16590 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 30648885 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140228570287152 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30741] ppid=30722 vsize=10621952 CPUtime=1.09 cores=0,2,4,6
/proc/30725/task/30741/stat : 30741 (java) R 30722 30725 16590 0 -1 4202560 2721 0 0 0 108 1 0 0 20 0 16 0 30648902 10876878848 30187 18446744073709551615 4194304 4196468 140721777574224 140228567094520 140229065226173 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 10621952

[startup+3.10072 s]
/proc/loadavg: 1.60 1.72 1.76 7/216 30741
/proc/meminfo: memFree=31151592/32770624 swapFree=0/452900
[pid=30725] ppid=30722 vsize=10621952 CPUtime=4.52 cores=0,2,4,6
/proc/30725/stat : 30725 (java) S 30722 30725 16590 0 -1 1077944320 19822 0 0 0 445 7 0 0 20 0 16 0 30648863 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140721777556768 140229082762999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
/proc/30725/statm: 2655488 45731 3105 1 0 2644414 0
[pid=30725/tid=30727] ppid=30722 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/30725/task/30727/stat : 30727 (java) S 30722 30725 16590 0 -1 1077944384 5749 0 0 0 19 2 0 0 20 0 16 0 30648874 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140229087005872 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30728] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30728/stat : 30728 (java) S 30722 30725 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30648874 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140229013182992 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30729] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30729/stat : 30729 (java) S 30722 30725 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30648874 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140229012130448 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30730] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30730/stat : 30730 (java) S 30722 30725 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30648874 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140229011077392 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30731] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30731/stat : 30731 (java) S 30722 30725 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30648874 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140229010024848 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30732] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30732/stat : 30732 (java) S 30722 30725 16590 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140228578708208 140229082774146 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30733] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30733/stat : 30733 (java) S 30722 30725 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140228577654432 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30734] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30734/stat : 30734 (java) S 30722 30725 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140228576601328 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30735] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30735/stat : 30735 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140228575549904 140229082781595 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30736] ppid=30722 vsize=10621952 CPUtime=0.56 cores=0,2,4,6
/proc/30725/task/30736/stat : 30736 (java) S 30722 30725 16590 0 -1 1077944384 2226 0 0 0 56 0 0 0 20 0 16 0 30648879 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140228574497008 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30737] ppid=30722 vsize=10621952 CPUtime=0.55 cores=0,2,4,6
/proc/30725/task/30737/stat : 30737 (java) S 30722 30725 16590 0 -1 1077944384 2283 0 0 0 55 0 0 0 20 0 16 0 30648879 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140228573444464 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30738] ppid=30722 vsize=10621952 CPUtime=0.48 cores=0,2,4,6
/proc/30725/task/30738/stat : 30738 (java) S 30722 30725 16590 0 -1 1077944384 3002 0 0 0 47 1 0 0 20 0 16 0 30648879 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140228572391408 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30739] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30739/stat : 30739 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140228571339104 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30740] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30740/stat : 30740 (java) S 30722 30725 16590 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 30648885 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140228570287152 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30741] ppid=30722 vsize=10621952 CPUtime=2.69 cores=0,2,4,6
/proc/30725/task/30741/stat : 30741 (java) R 30722 30725 16590 0 -1 4202560 4954 0 0 0 266 3 0 0 20 0 16 0 30648902 10876878848 45731 18446744073709551615 4194304 4196468 140721777574224 140228567094760 140228690308313 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 10621952

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

[startup+3.20081 s]
/proc/loadavg: 1.60 1.72 1.76 7/216 30741
/proc/meminfo: memFree=31151592/32770624 swapFree=0/452900
[pid=30725] ppid=30722 vsize=10621952 CPUtime=4.73 cores=0,2,4,6
/proc/30725/stat : 30725 (java) S 30722 30725 16590 0 -1 1077944320 20604 0 0 0 458 15 0 0 20 0 16 0 30648863 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140721777556768 140229082762999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
/proc/30725/statm: 2655488 59666 3118 1 0 2644414 0
[pid=30725/tid=30727] ppid=30722 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/30725/task/30727/stat : 30727 (java) S 30722 30725 16590 0 -1 1077944384 5749 0 0 0 19 2 0 0 20 0 16 0 30648874 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140229087005872 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30728] ppid=30722 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/30725/task/30728/stat : 30728 (java) S 30722 30725 16590 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 16 0 30648874 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140229013182992 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30729] ppid=30722 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/30725/task/30729/stat : 30729 (java) S 30722 30725 16590 0 -1 1077944384 158 0 0 0 1 1 0 0 20 0 16 0 30648874 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140229012130448 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30730] ppid=30722 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/30725/task/30730/stat : 30730 (java) S 30722 30725 16590 0 -1 1077944384 70 0 0 0 1 1 0 0 20 0 16 0 30648874 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140229011077392 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30731] ppid=30722 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/30725/task/30731/stat : 30731 (java) S 30722 30725 16590 0 -1 1077944384 64 0 0 0 1 1 0 0 20 0 16 0 30648874 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140229010024848 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30732] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30732/stat : 30732 (java) S 30722 30725 16590 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140228578708208 140229082774146 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30733] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30733/stat : 30733 (java) S 30722 30725 16590 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140228577654432 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30734] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30734/stat : 30734 (java) S 30722 30725 16590 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140228576601328 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30735] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30735/stat : 30735 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140228575549904 140229082781595 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30736] ppid=30722 vsize=10621952 CPUtime=0.56 cores=0,2,4,6
/proc/30725/task/30736/stat : 30736 (java) S 30722 30725 16590 0 -1 1077944384 2230 0 0 0 56 0 0 0 20 0 16 0 30648879 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140228574497008 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30737] ppid=30722 vsize=10621952 CPUtime=0.55 cores=0,2,4,6
/proc/30725/task/30737/stat : 30737 (java) S 30722 30725 16590 0 -1 1077944384 2283 0 0 0 55 0 0 0 20 0 16 0 30648879 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140228573444464 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30738] ppid=30722 vsize=10621952 CPUtime=0.48 cores=0,2,4,6
/proc/30725/task/30738/stat : 30738 (java) S 30722 30725 16590 0 -1 1077944384 3208 0 0 0 47 1 0 0 20 0 16 0 30648879 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140228572391408 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30739] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30739/stat : 30739 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140228571339104 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30740] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30740/stat : 30740 (java) S 30722 30725 16590 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 30648885 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140228570287152 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30741] ppid=30722 vsize=10621952 CPUtime=2.76 cores=0,2,4,6
/proc/30725/task/30741/stat : 30741 (java) R 30722 30725 16590 0 -1 4202560 4956 0 0 0 273 3 0 0 20 0 16 0 30648902 10876878848 59666 18446744073709551615 4194304 4196468 140721777574224 140228567094320 140228690308328 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 10621952

[startup+4.80058 s]
/proc/loadavg: 1.55 1.70 1.75 3/216 30741
/proc/meminfo: memFree=31043112/32770624 swapFree=0/452900
[pid=30725] ppid=30722 vsize=10621952 CPUtime=6.42 cores=0,2,4,6
/proc/30725/stat : 30725 (java) S 30722 30725 16590 0 -1 1077944320 20724 0 0 0 627 15 0 0 20 0 16 0 30648863 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140721777556768 140229082762999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
/proc/30725/statm: 2655488 59686 3120 1 0 2644414 0
[pid=30725/tid=30727] ppid=30722 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/30725/task/30727/stat : 30727 (java) S 30722 30725 16590 0 -1 1077944384 5749 0 0 0 19 2 0 0 20 0 16 0 30648874 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140229087005872 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30728] ppid=30722 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/30725/task/30728/stat : 30728 (java) S 30722 30725 16590 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 16 0 30648874 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140229013182992 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30729] ppid=30722 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/30725/task/30729/stat : 30729 (java) S 30722 30725 16590 0 -1 1077944384 158 0 0 0 1 1 0 0 20 0 16 0 30648874 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140229012130448 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30730] ppid=30722 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/30725/task/30730/stat : 30730 (java) S 30722 30725 16590 0 -1 1077944384 70 0 0 0 1 1 0 0 20 0 16 0 30648874 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140229011077392 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30731] ppid=30722 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/30725/task/30731/stat : 30731 (java) S 30722 30725 16590 0 -1 1077944384 64 0 0 0 1 1 0 0 20 0 16 0 30648874 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140229010024848 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30732] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30732/stat : 30732 (java) S 30722 30725 16590 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140228578708208 140229082774146 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30733] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30733/stat : 30733 (java) S 30722 30725 16590 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140228577654432 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30734] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30734/stat : 30734 (java) S 30722 30725 16590 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 30648876 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140228576601328 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30735] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30735/stat : 30735 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140228575549904 140229082781595 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30736] ppid=30722 vsize=10621952 CPUtime=0.62 cores=0,2,4,6
/proc/30725/task/30736/stat : 30736 (java) S 30722 30725 16590 0 -1 1077944384 2295 0 0 0 62 0 0 0 20 0 16 0 30648879 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140228574497008 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30737] ppid=30722 vsize=10621952 CPUtime=0.59 cores=0,2,4,6
/proc/30725/task/30737/stat : 30737 (java) S 30722 30725 16590 0 -1 1077944384 2310 0 0 0 59 0 0 0 20 0 16 0 30648879 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140228573444464 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30738] ppid=30722 vsize=10621952 CPUtime=0.48 cores=0,2,4,6
/proc/30725/task/30738/stat : 30738 (java) S 30722 30725 16590 0 -1 1077944384 3208 0 0 0 47 1 0 0 20 0 16 0 30648879 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140228572391408 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30739] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30739/stat : 30739 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140228571339104 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30740] ppid=30722 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30740/stat : 30740 (java) S 30722 30725 16590 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 30648885 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140228570287152 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30741] ppid=30722 vsize=10621952 CPUtime=4.36 cores=0,2,4,6
/proc/30725/task/30741/stat : 30741 (java) R 30722 30725 16590 0 -1 4202560 4980 0 0 0 432 4 0 0 20 0 16 0 30648902 10876878848 59686 18446744073709551615 4194304 4196468 140721777574224 140228567090960 140228690308286 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 10621952

[startup+5.20072 s]
/proc/loadavg: 1.55 1.70 1.75 3/216 30741
/proc/meminfo: memFree=31043112/32770624 swapFree=0/452900
[pid=30725] ppid=30722 vsize=10624000 CPUtime=7.2 cores=0,2,4,6
/proc/30725/stat : 30725 (java) S 30722 30725 16590 0 -1 1077944320 21908 0 0 0 687 33 0 0 20 0 16 0 30648863 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140721777556768 140229082762999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
/proc/30725/statm: 2656000 93486 3131 1 0 2644926 0
[pid=30725/tid=30727] ppid=30722 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/30725/task/30727/stat : 30727 (java) S 30722 30725 16590 0 -1 1077944384 5749 0 0 0 19 2 0 0 20 0 16 0 30648874 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140229087005872 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30728] ppid=30722 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/30725/task/30728/stat : 30728 (java) S 30722 30725 16590 0 -1 1077944384 289 0 0 0 5 5 0 0 20 0 16 0 30648874 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140229013182992 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30729] ppid=30722 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/30725/task/30729/stat : 30729 (java) S 30722 30725 16590 0 -1 1077944384 325 0 0 0 4 6 0 0 20 0 16 0 30648874 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140229012130448 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30730] ppid=30722 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/30725/task/30730/stat : 30730 (java) S 30722 30725 16590 0 -1 1077944384 240 0 0 0 4 6 0 0 20 0 16 0 30648874 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140229011077392 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30731] ppid=30722 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/30725/task/30731/stat : 30731 (java) S 30722 30725 16590 0 -1 1077944384 234 0 0 0 5 5 0 0 20 0 16 0 30648874 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140229010024848 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30732] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30732/stat : 30732 (java) S 30722 30725 16590 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 16 0 30648876 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140228578708208 140229082774146 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30733] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30733/stat : 30733 (java) S 30722 30725 16590 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 30648876 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140228577654496 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30734] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30734/stat : 30734 (java) S 30722 30725 16590 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 30648876 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140228576601328 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30735] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30735/stat : 30735 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140228575549904 140229082781595 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30736] ppid=30722 vsize=10624000 CPUtime=0.67 cores=0,2,4,6
/proc/30725/task/30736/stat : 30736 (java) R 30722 30725 16590 0 -1 4202560 2323 0 0 0 67 0 0 0 20 0 16 0 30648879 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140228574495408 140229063462559 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30737] ppid=30722 vsize=10624000 CPUtime=0.63 cores=0,2,4,6
/proc/30725/task/30737/stat : 30737 (java) S 30722 30725 16590 0 -1 1077944384 2348 0 0 0 63 0 0 0 20 0 16 0 30648879 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140228573444464 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30738] ppid=30722 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/30725/task/30738/stat : 30738 (java) S 30722 30725 16590 0 -1 1077944384 3298 0 0 0 51 1 0 0 20 0 16 0 30648879 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140228572391408 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30739] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30739/stat : 30739 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140228571339104 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30740] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30740/stat : 30740 (java) S 30722 30725 16590 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 30648885 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140228570287152 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30741] ppid=30722 vsize=10624000 CPUtime=4.68 cores=0,2,4,6
/proc/30725/task/30741/stat : 30741 (java) R 30722 30725 16590 0 -1 4202560 5336 0 0 0 464 4 0 0 20 0 16 0 30648902 10878976000 93486 18446744073709551615 4194304 4196468 140721777574224 140228567082624 140229082784925 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 10624000

[startup+5.40063 s]
/proc/loadavg: 1.55 1.70 1.75 3/216 30741
/proc/meminfo: memFree=31043112/32770624 swapFree=0/452900
[pid=30725] ppid=30722 vsize=10624000 CPUtime=7.72 cores=0,2,4,6
/proc/30725/stat : 30725 (java) S 30722 30725 16590 0 -1 1077944320 23282 0 0 0 739 33 0 0 20 0 16 0 30648863 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140721777556768 140229082762999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
/proc/30725/statm: 2656000 93812 3138 1 0 2644926 0
[pid=30725/tid=30727] ppid=30722 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/30725/task/30727/stat : 30727 (java) S 30722 30725 16590 0 -1 1077944384 5749 0 0 0 19 2 0 0 20 0 16 0 30648874 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140229087005872 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30728] ppid=30722 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/30725/task/30728/stat : 30728 (java) S 30722 30725 16590 0 -1 1077944384 289 0 0 0 5 5 0 0 20 0 16 0 30648874 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140229013182992 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30729] ppid=30722 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/30725/task/30729/stat : 30729 (java) S 30722 30725 16590 0 -1 1077944384 325 0 0 0 4 6 0 0 20 0 16 0 30648874 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140229012130448 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30730] ppid=30722 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/30725/task/30730/stat : 30730 (java) S 30722 30725 16590 0 -1 1077944384 240 0 0 0 4 6 0 0 20 0 16 0 30648874 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140229011077392 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30731] ppid=30722 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/30725/task/30731/stat : 30731 (java) S 30722 30725 16590 0 -1 1077944384 234 0 0 0 5 5 0 0 20 0 16 0 30648874 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140229010024848 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30732] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30732/stat : 30732 (java) S 30722 30725 16590 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 16 0 30648876 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140228578708208 140229082774146 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30733] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30733/stat : 30733 (java) S 30722 30725 16590 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 30648876 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140228577654496 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30734] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30734/stat : 30734 (java) S 30722 30725 16590 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 30648876 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140228576601328 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30735] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30735/stat : 30735 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140228575549904 140229082781595 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30736] ppid=30722 vsize=10624000 CPUtime=0.81 cores=0,2,4,6
/proc/30725/task/30736/stat : 30736 (java) R 30722 30725 16590 0 -1 4202560 2730 0 0 0 81 0 0 0 20 0 16 0 30648879 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140228574483472 140229064282684 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30737] ppid=30722 vsize=10624000 CPUtime=0.78 cores=0,2,4,6
/proc/30725/task/30737/stat : 30737 (java) R 30722 30725 16590 0 -1 4202560 3061 0 0 0 78 0 0 0 20 0 16 0 30648879 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140228573444464 140229067662256 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30738] ppid=30722 vsize=10624000 CPUtime=0.56 cores=0,2,4,6
/proc/30725/task/30738/stat : 30738 (java) R 30722 30725 16590 0 -1 1077944384 3452 0 0 0 55 1 0 0 20 0 16 0 30648879 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140228572391408 140229082774146 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30739] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30739/stat : 30739 (java) S 30722 30725 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30648879 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140228571339104 140229082773205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30740] ppid=30722 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/30725/task/30740/stat : 30740 (java) S 30722 30725 16590 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 30648885 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140228570287152 140229082774146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
[pid=30725/tid=30741] ppid=30722 vsize=10624000 CPUtime=4.87 cores=0,2,4,6
/proc/30725/task/30741/stat : 30741 (java) R 30722 30725 16590 0 -1 4202560 5368 0 0 0 483 4 0 0 20 0 16 0 30648902 10878976000 93812 18446744073709551615 4194304 4196468 140721777574224 140228567096208 140229082774934 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28659712 140721777582542 140721777582671 140721777582671 140721777586127 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 5.46101
CPU time (s): 7.8763
CPU user time (s): 7.53588
CPU system time (s): 0.340427
CPU usage (%): 144.228
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.53588
system time used= 0.340427
maximum resident set size= 375608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2370
involuntary context switches= 33

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029309 second user time and 0.034874 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-09 15:01:47
IDJOB=4264480
IDBENCH=125852
IDSOLVER=2652
FILE ID=node127/4264480-1502284553
RUNJOBID= node127-1502258002-23061
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/QRandom/QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-08.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264480-1502284553/watcher-4264480-1502284553 -o /tmp/evaluation-result-4264480-1502284553/solver-4264480-1502284553 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502258002-23061 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264480-1502284553.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d991fc81a7825fd4569ca865dffdd673
RANDOM SEED=871184638

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.92
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31271780 kB
MemAvailable:   31869384 kB
Buffers:          201336 kB
Cached:           681268 kB
SwapCached:            0 kB
Active:           612496 kB
Inactive:         469624 kB
Active(anon):     200108 kB
Inactive(anon):    16716 kB
Active(file):     412388 kB
Inactive(file):   452908 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8628 kB
Writeback:             0 kB
AnonPages:        207432 kB
Mapped:            49860 kB
Shmem:             17060 kB
Slab:             121604 kB
SReclaimable:      96288 kB
SUnreclaim:        25316 kB
KernelStack:        3792 kB
PageTables:         6084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1032520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-09 15:01:52