Trace number 3743894

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
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800.88 1787.2

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_mh.opb
MD5SUM49900d523860c6ca6b945c232e000369
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 312913647916
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 312913647916
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.04/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.04/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.04/0.09	c no version file found!!!
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version	1.6.0_24
0.04/0.09	c os.name	Linux
0.04/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch	amd64
0.04/0.09	c Free memory 1599470296
0.04/0.09	c Max memory 1607860224
0.04/0.09	c Total memory 1607860224
0.04/0.09	c Number of processors 8
0.07/0.11	--- Begin Solver configuration ---
0.07/0.11	c Stops conflict analysis at the first Unique Implication Point
0.07/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.11	c No reason simplification
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3743894-1338789113.opb
0.07/0.11	c reading problem ... 
109.83/97.47	c ... done. Wall clock time 97.357s.
109.83/97.47	c CPU time (experimental) 25.11s.
109.83/97.47	c #vars     2000400
109.83/97.47	c #constraints  4940608
1800.88/1787.18	c starts		: 3
1800.88/1787.18	c conflicts		: 479
1800.88/1787.18	c decisions		: 1048376
1800.88/1787.18	c propagations		: 90549136
1800.88/1787.18	c inspects		: 265315209
1800.88/1787.18	c learnt literals	: 0
1800.88/1787.18	c learnt binary clauses	: 0
1800.88/1787.18	c learnt ternary clauses	: 0
1800.88/1787.18	c learnt clauses	: 479
1800.88/1787.18	c root simplifications	: 0
1800.88/1787.18	c removed literals (reason simplification)	: 0
1800.88/1787.18	c reason swapping (by a shorter reason)	: 0
1800.88/1787.18	c Calls to reduceDB	: 0
1800.88/1787.18	c speed (decisions/second)	: 630.2779623111122
1800.88/1787.18	c non guided choices	0
1800.88/1787.18	s UNKNOWN
1800.88/1787.19	c Total wall clock time (ms): 1787.073

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3743894-1338789113/watcher-3743894-1338789113 -o /tmp/evaluation-result-3743894-1338789113/solver-3743894-1338789113 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743894-1338789113.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 2.01 2.02 3/194 16818
/proc/meminfo: memFree=24477848/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16818/stat : 16818 (java) D 16816 16818 14240 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 345036160 9515008 183 33554432000 1073741824 1073778376 140736370578240 140736370569272 254750310069 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/16818/statm: 2323 183 140 9 0 71 0

[startup+0.069277 s]
/proc/loadavg: 1.95 2.01 2.02 3/194 16818
/proc/meminfo: memFree=24477848/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=2623916 CPUtime=0.04 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16816 16818 14240 0 -1 4202496 3966 0 1 0 3 1 0 0 20 0 13 0 345036160 2686889984 5684 33554432000 1073741824 1073778376 140733733555856 140733733546992 254753669181 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16818/statm: 655979 5684 1715 9 0 646680 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2623916

[startup+0.100474 s]
/proc/loadavg: 1.95 2.01 2.02 3/194 16818
/proc/meminfo: memFree=24477848/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16816 16818 14240 0 -1 4202496 4255 0 1 0 6 1 0 0 20 0 18 0 345036160 3028844544 5972 33554432000 1073741824 1073778376 140733733555856 140733733546992 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16818/statm: 739464 5972 1876 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300277 s]
/proc/loadavg: 1.95 2.01 2.02 3/194 16818
/proc/meminfo: memFree=24477848/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=2957856 CPUtime=0.43 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16816 16818 14240 0 -1 4202496 5898 0 1 0 40 3 0 0 20 0 18 0 345036160 3028844544 29146 33554432000 1073741824 1073778376 140733733555856 140733733546992 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16818/statm: 739464 29146 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.700289 s]
/proc/loadavg: 1.95 2.01 2.02 3/194 16818
/proc/meminfo: memFree=24477848/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=2957856 CPUtime=0.83 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16816 16818 14240 0 -1 4202496 5960 0 1 0 77 6 0 0 20 0 18 0 345036160 3028844544 60890 33554432000 1073741824 1073778376 140733733555856 140733733546992 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16818/statm: 739464 60890 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 2957856

[startup+1.50081 s]
/proc/loadavg: 1.95 2.01 2.02 3/212 16836
/proc/meminfo: memFree=24147536/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=2957856 CPUtime=1.89 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16816 16818 14240 0 -1 4202496 6249 0 1 0 176 13 0 0 20 0 18 0 345036160 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140733733546992 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16818/statm: 739464 137767 2249 9 0 729885 0
[pid=16818/tid=16820] ppid=16816 vsize=2957856 CPUtime=1.37 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) R 16816 16818 14240 0 -1 4202560 3225 0 1 0 129 8 0 0 20 0 18 0 345036161 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140602032688744 140601878599811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16821] ppid=16816 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16816 16818 14240 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 18 0 345036163 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140602016115496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16822] ppid=16816 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16816 16818 14240 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 18 0 345036163 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140602015062696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16823] ppid=16816 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16816 16818 14240 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 345036163 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140602014010408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16824] ppid=16816 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16816 16818 14240 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 345036163 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140602012957608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16825] ppid=16816 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16816 16818 14240 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 345036163 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140602011904296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16826] ppid=16816 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16816 16818 14240 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 345036163 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140602010851496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16827] ppid=16816 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16816 16818 14240 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 345036163 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140602009799208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16828] ppid=16816 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16816 16818 14240 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 345036163 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140602008746408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16829] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) S 16816 16818 14240 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345036164 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140601878113000 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16830] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) S 16816 16818 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345036164 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140601877059064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16831] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345036164 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140601876006664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16832] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345036167 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140601874955152 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16833] ppid=16816 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16816 16818 14240 0 -1 4202560 673 0 0 0 7 0 0 0 20 0 18 0 345036167 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140601873901752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16834] ppid=16816 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/16818/task/16834/stat : 16834 (java) S 16816 16818 14240 0 -1 4202560 976 0 0 0 7 0 0 0 20 0 18 0 345036167 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140601872848952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16835] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16835/stat : 16835 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345036167 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140601871796856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16836] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16836/stat : 16836 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345036167 3028844544 137767 33554432000 1073741824 1073778376 140733733555856 140601870744264 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 2957856

[startup+3.10078 s]
/proc/loadavg: 1.95 2.01 2.02 3/212 16836
/proc/meminfo: memFree=23943228/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=2957856 CPUtime=4.02 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16816 16818 14240 0 -1 4202496 6898 0 1 0 377 25 0 0 20 0 18 0 345036160 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140733733546992 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16818/statm: 739464 175442 2267 9 0 729885 0
[pid=16818/tid=16820] ppid=16816 vsize=2957856 CPUtime=2.84 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) R 16816 16818 14240 0 -1 4202560 3238 0 1 0 276 8 0 0 20 0 18 0 345036161 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140602032681088 254753694989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16821] ppid=16816 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16816 16818 14240 0 -1 4202560 64 0 0 0 8 3 0 0 20 0 18 0 345036163 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140602016115496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16822] ppid=16816 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16816 16818 14240 0 -1 4202560 54 0 0 0 7 2 0 0 20 0 18 0 345036163 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140602015062696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16823] ppid=16816 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16816 16818 14240 0 -1 4202560 39 0 0 0 6 0 0 0 20 0 18 0 345036163 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140602014010408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16824] ppid=16816 vsize=2957856 CPUtime=0.12 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16816 16818 14240 0 -1 4202560 61 0 0 0 9 3 0 0 20 0 18 0 345036163 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140602012957608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16825] ppid=16816 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16816 16818 14240 0 -1 4202560 75 0 0 0 11 4 0 0 20 0 18 0 345036163 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140602011904296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16826] ppid=16816 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16816 16818 14240 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 18 0 345036163 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140602010851496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16827] ppid=16816 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16816 16818 14240 0 -1 4202560 37 0 0 0 6 0 0 0 20 0 18 0 345036163 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140602009799208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16828] ppid=16816 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16816 16818 14240 0 -1 4202560 52 0 0 0 6 2 0 0 20 0 18 0 345036163 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140602008746408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16829] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345036164 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140601878113000 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16830] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) S 16816 16818 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345036164 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140601877059064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16831] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345036164 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140601876006664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16832] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345036167 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140601874955152 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16833] ppid=16816 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16816 16818 14240 0 -1 4202560 947 0 0 0 14 0 0 0 20 0 18 0 345036167 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140601873901752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16834] ppid=16816 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/16818/task/16834/stat : 16834 (java) S 16816 16818 14240 0 -1 4202560 1113 0 0 0 15 0 0 0 20 0 18 0 345036167 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140601872848952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16835] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16835/stat : 16835 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345036167 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140601871796856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16836] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16836/stat : 16836 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345036167 3028844544 175442 33554432000 1073741824 1073778376 140733733555856 140601870744264 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 2957856

[startup+6.30079 s]
/proc/loadavg: 1.96 2.01 2.02 3/212 16836
/proc/meminfo: memFree=23579948/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=2957856 CPUtime=9.92 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16816 16818 14240 0 -1 4202496 15977 0 1 0 939 53 0 0 20 0 18 0 345036160 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140733733546992 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16818/statm: 739464 248294 2277 9 0 729885 0
[pid=16818/tid=16820] ppid=16816 vsize=2957856 CPUtime=5.29 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) R 16816 16818 14240 0 -1 4202560 3242 0 1 0 520 9 0 0 20 0 18 0 345036161 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140602032688872 254753694989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16821] ppid=16816 vsize=2957856 CPUtime=0.58 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16816 16818 14240 0 -1 4202560 199 0 0 0 51 7 0 0 20 0 18 0 345036163 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140602016115496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16822] ppid=16816 vsize=2957856 CPUtime=0.41 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16816 16818 14240 0 -1 4202560 509 0 0 0 36 5 0 0 20 0 18 0 345036163 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140602015062696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16823] ppid=16816 vsize=2957856 CPUtime=0.38 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16816 16818 14240 0 -1 4202560 139 0 0 0 33 5 0 0 20 0 18 0 345036163 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140602014010408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16824] ppid=16816 vsize=2957856 CPUtime=0.49 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16816 16818 14240 0 -1 4202560 164 0 0 0 42 7 0 0 20 0 18 0 345036163 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140602012957608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16825] ppid=16816 vsize=2957856 CPUtime=0.53 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16816 16818 14240 0 -1 4202560 178 0 0 0 45 8 0 0 20 0 18 0 345036163 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140602011904296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16826] ppid=16816 vsize=2957856 CPUtime=0.41 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16816 16818 14240 0 -1 4202560 446 0 0 0 37 4 0 0 20 0 18 0 345036163 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140602010851496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16827] ppid=16816 vsize=2957856 CPUtime=0.39 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16816 16818 14240 0 -1 4202560 127 0 0 0 35 4 0 0 20 0 18 0 345036163 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140602009799208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16828] ppid=16816 vsize=2957856 CPUtime=0.42 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16816 16818 14240 0 -1 4202560 141 0 0 0 37 5 0 0 20 0 18 0 345036163 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140602008746408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16829] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345036164 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140601878113000 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16830] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) S 16816 16818 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345036164 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140601877059064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16831] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345036164 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140601876006664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16832] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345036167 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140601874955152 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16833] ppid=16816 vsize=2957856 CPUtime=0.42 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16816 16818 14240 0 -1 4202560 3831 0 0 0 42 0 0 0 20 0 18 0 345036167 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140601873901752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16834] ppid=16816 vsize=2957856 CPUtime=0.47 cores=0,2,4,6
/proc/16818/task/16834/stat : 16834 (java) S 16816 16818 14240 0 -1 4202560 5818 0 0 0 45 2 0 0 20 0 18 0 345036167 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140601872848952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16835] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16835/stat : 16835 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345036167 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140601871796856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16836] ppid=16816 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16836/stat : 16836 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345036167 3028844544 248294 33554432000 1073741824 1073778376 140733733555856 140601870744264 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.92
Current children cumulated vsize (KiB) 2957856

[startup+12.7008 s]
/proc/loadavg: 1.96 2.01 2.02 3/212 16836
/proc/meminfo: memFree=23237028/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=2957856 CPUtime=20.8 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16816 16818 14240 0 -1 4202496 19022 0 1 0 2003 77 0 0 20 0 18 0 345036160 3028844544 318216 33554432000 1073741824 1073778376 140733733555856 140733733546992 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16818/statm: 739464 318216 2277 9 0 729885 0
[pid=16818/tid=16820] ppid=16816 vsize=2957856 CPUtime=10.14 cores=0,2,4,6

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

[pid=16818/tid=16831] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345036164 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601876006664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16832] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601874955152 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16833] ppid=16816 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16816 16818 14240 0 -1 4202560 3963 0 0 0 71 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601873901752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16834] ppid=16816 vsize=3024420 CPUtime=0.87 cores=0,2,4,6
/proc/16818/task/16834/stat : 16834 (java) S 16816 16818 14240 0 -1 4202560 5822 0 0 0 85 2 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601872848952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16835] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16835/stat : 16835 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601871796856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16836] ppid=16816 vsize=3024420 CPUtime=0.9 cores=0,2,4,6
/proc/16818/task/16836/stat : 16836 (java) S 16816 16818 14240 0 -1 4202560 102 0 0 0 49 41 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601870744264 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16837] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16837/stat : 16837 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345048544 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601868613032 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3024420

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

Solver just ended. Dumping a history of the last processes samples

[startup+1786.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16931
/proc/meminfo: memFree=22780912/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=3024420 CPUtime=1800.38 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16816 16818 14240 0 -1 4202496 20496 0 1 0 179873 165 0 0 20 0 19 0 345036160 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140733733546992 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16818/statm: 756105 423321 2306 9 0 746526 0
[pid=16818/tid=16820] ppid=16816 vsize=3024420 CPUtime=123.82 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) S 16816 16818 14240 0 -1 4202560 3773 0 1 0 12366 16 0 0 20 0 19 0 345036161 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602032688504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16821] ppid=16816 vsize=3024420 CPUtime=2.14 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16816 16818 14240 0 -1 4202560 409 0 0 0 200 14 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602016115496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16822] ppid=16816 vsize=3024420 CPUtime=1.89 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16816 16818 14240 0 -1 4202560 715 0 0 0 176 13 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602015062696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16823] ppid=16816 vsize=3024420 CPUtime=1.96 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16816 16818 14240 0 -1 4202560 654 0 0 0 185 11 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602014010408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16824] ppid=16816 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16816 16818 14240 0 -1 4202560 1091 0 0 0 180 12 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602012957608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16825] ppid=16816 vsize=3024420 CPUtime=1.95 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16816 16818 14240 0 -1 4202560 760 0 0 0 181 14 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602011904296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16826] ppid=16816 vsize=3024420 CPUtime=1.86 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16816 16818 14240 0 -1 4202560 840 0 0 0 176 10 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602010851496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16827] ppid=16816 vsize=3024420 CPUtime=1.8 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16816 16818 14240 0 -1 4202560 625 0 0 0 170 10 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602009799208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16828] ppid=16816 vsize=3024420 CPUtime=1.78 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16816 16818 14240 0 -1 4202560 407 0 0 0 167 11 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602008746408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16829] ppid=16816 vsize=3024420 CPUtime=1654.04 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) R 16816 16818 14240 0 -1 4202560 152 0 0 0 165376 28 0 0 20 0 19 0 345036164 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601878113160 140602039197504 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16830] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) S 16816 16818 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345036164 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601877059064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16831] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345036164 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601876006664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16832] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16816 16818 14240 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601874954696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16833] ppid=16816 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16816 16818 14240 0 -1 4202560 3963 0 0 0 71 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601873901752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16834] ppid=16816 vsize=3024420 CPUtime=0.87 cores=0,2,4,6
/proc/16818/task/16834/stat : 16834 (java) S 16816 16818 14240 0 -1 4202560 5822 0 0 0 85 2 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601872848952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16835] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16835/stat : 16835 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601871796856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16836] ppid=16816 vsize=3024420 CPUtime=0.9 cores=0,2,4,6
/proc/16818/task/16836/stat : 16836 (java) S 16816 16818 14240 0 -1 4202560 102 0 0 0 49 41 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601870744264 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16837] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16837/stat : 16837 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345048544 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601868613032 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 3024420

[startup+1787 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16931
/proc/meminfo: memFree=22780912/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=3024420 CPUtime=1800.78 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16816 16818 14240 0 -1 4202496 20496 0 1 0 179913 165 0 0 20 0 19 0 345036160 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140733733546992 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16818/statm: 756105 423321 2306 9 0 746526 0
[pid=16818/tid=16820] ppid=16816 vsize=3024420 CPUtime=123.82 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) S 16816 16818 14240 0 -1 4202560 3773 0 1 0 12366 16 0 0 20 0 19 0 345036161 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602032688504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16821] ppid=16816 vsize=3024420 CPUtime=2.14 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16816 16818 14240 0 -1 4202560 409 0 0 0 200 14 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602016115496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16822] ppid=16816 vsize=3024420 CPUtime=1.89 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16816 16818 14240 0 -1 4202560 715 0 0 0 176 13 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602015062696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16823] ppid=16816 vsize=3024420 CPUtime=1.96 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16816 16818 14240 0 -1 4202560 654 0 0 0 185 11 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602014010408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16824] ppid=16816 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16816 16818 14240 0 -1 4202560 1091 0 0 0 180 12 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602012957608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16825] ppid=16816 vsize=3024420 CPUtime=1.95 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16816 16818 14240 0 -1 4202560 760 0 0 0 181 14 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602011904296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16826] ppid=16816 vsize=3024420 CPUtime=1.86 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16816 16818 14240 0 -1 4202560 840 0 0 0 176 10 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602010851496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16827] ppid=16816 vsize=3024420 CPUtime=1.8 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16816 16818 14240 0 -1 4202560 625 0 0 0 170 10 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602009799208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16828] ppid=16816 vsize=3024420 CPUtime=1.78 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16816 16818 14240 0 -1 4202560 407 0 0 0 167 11 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602008746408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16829] ppid=16816 vsize=3024420 CPUtime=1654.44 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) R 16816 16818 14240 0 -1 4202560 152 0 0 0 165416 28 0 0 20 0 19 0 345036164 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601878113160 140602036851004 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16830] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) S 16816 16818 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345036164 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601877059064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16831] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345036164 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601876006664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16832] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16816 16818 14240 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601874954696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16833] ppid=16816 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16816 16818 14240 0 -1 4202560 3963 0 0 0 71 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601873901752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16834] ppid=16816 vsize=3024420 CPUtime=0.87 cores=0,2,4,6
/proc/16818/task/16834/stat : 16834 (java) S 16816 16818 14240 0 -1 4202560 5822 0 0 0 85 2 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601872848952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16835] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16835/stat : 16835 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601871796856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16836] ppid=16816 vsize=3024420 CPUtime=0.9 cores=0,2,4,6
/proc/16818/task/16836/stat : 16836 (java) S 16816 16818 14240 0 -1 4202560 102 0 0 0 49 41 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601870744264 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16837] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16837/stat : 16837 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345048544 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601868613032 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.78
Current children cumulated vsize (KiB) 3024420

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16931
/proc/meminfo: memFree=22780912/32873844 swapFree=7628/7628
[pid=16818] ppid=16816 vsize=3024420 CPUtime=1800.88 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16816 16818 14240 0 -1 4202496 20496 0 1 0 179923 165 0 0 20 0 19 0 345036160 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140733733546992 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16818/statm: 756105 423321 2306 9 0 746526 0
[pid=16818/tid=16820] ppid=16816 vsize=3024420 CPUtime=123.82 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) S 16816 16818 14240 0 -1 4202560 3773 0 1 0 12366 16 0 0 20 0 19 0 345036161 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602032688504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16821] ppid=16816 vsize=3024420 CPUtime=2.14 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16816 16818 14240 0 -1 4202560 409 0 0 0 200 14 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602016115496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16822] ppid=16816 vsize=3024420 CPUtime=1.89 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16816 16818 14240 0 -1 4202560 715 0 0 0 176 13 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602015062696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16823] ppid=16816 vsize=3024420 CPUtime=1.96 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16816 16818 14240 0 -1 4202560 654 0 0 0 185 11 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602014010408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16824] ppid=16816 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16816 16818 14240 0 -1 4202560 1091 0 0 0 180 12 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602012957608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16825] ppid=16816 vsize=3024420 CPUtime=1.95 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16816 16818 14240 0 -1 4202560 760 0 0 0 181 14 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602011904296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16826] ppid=16816 vsize=3024420 CPUtime=1.86 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16816 16818 14240 0 -1 4202560 840 0 0 0 176 10 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602010851496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16827] ppid=16816 vsize=3024420 CPUtime=1.8 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16816 16818 14240 0 -1 4202560 625 0 0 0 170 10 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602009799208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16828] ppid=16816 vsize=3024420 CPUtime=1.78 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16816 16818 14240 0 -1 4202560 407 0 0 0 167 11 0 0 20 0 19 0 345036163 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140602008746408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16818/tid=16829] ppid=16816 vsize=3024420 CPUtime=1654.54 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) R 16816 16818 14240 0 -1 4202560 152 0 0 0 165426 28 0 0 20 0 19 0 345036164 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601878113160 254749982928 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16830] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) S 16816 16818 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345036164 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601877059064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16831] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345036164 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601876006664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16832] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16816 16818 14240 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601874954696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16833] ppid=16816 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16816 16818 14240 0 -1 4202560 3963 0 0 0 71 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601873901752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16818/tid=16834] ppid=16816 vsize=3024420 CPUtime=0.87 cores=0,2,4,6
/proc/16818/task/16834/stat : 16834 (java) S 16816 16818 14240 0 -1 4202560 5822 0 0 0 85 2 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601872848952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16835] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16835/stat : 16835 (java) S 16816 16818 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601871796856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16818/tid=16836] ppid=16816 vsize=3024420 CPUtime=0.9 cores=0,2,4,6
/proc/16818/task/16836/stat : 16836 (java) S 16816 16818 14240 0 -1 4202560 102 0 0 0 49 41 0 0 20 0 19 0 345036167 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601870744264 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16818/tid=16837] ppid=16816 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16837/stat : 16837 (java) S 16816 16818 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345048544 3097006080 423321 33554432000 1073741824 1073778376 140733733555856 140601868613032 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.88
Current children cumulated vsize (KiB) 3024420

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16818 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=528190
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=950703
# CPU time returned by wait4() is 1796.48
# while last known CPU time is 1800.88
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.2
CPU time (s): 1800.88
CPU user time (s): 1799.23
CPU system time (s): 1.65
CPU usage (%): 100.766
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 1.9507
maximum resident set size= 1693596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20530
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38549
involuntary context switches= 12147

runsolver used 6.32004 second user time and 14.6548 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-04 07:51:58
IDJOB=3743894
IDBENCH=92644
IDSOLVER=2319
FILE ID=node145/3743894-1338789113
RUNJOBID= node145-1338762649-14256
PBS_JOBID= 14636810
Free space on /tmp= 70488 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_2_mh.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743894-1338789113/watcher-3743894-1338789113 -o /tmp/evaluation-result-3743894-1338789113/solver-3743894-1338789113 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743894-1338789113.opb           

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

MD5SUM BENCH= 49900d523860c6ca6b945c232e000369
RANDOM SEED=1039617917

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
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
cpu MHz		: 2667.149
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.149
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
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
cpu MHz		: 2667.149
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.149
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.149
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.149
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.149
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24478112 kB
Buffers:          455068 kB
Cached:          5359204 kB
SwapCached:            0 kB
Active:          3860492 kB
Inactive:        3652356 kB
Active(anon):    1689796 kB
Inactive(anon):    10916 kB
Active(file):    2170696 kB
Inactive(file):  3641440 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            225204 kB
Writeback:             0 kB
AnonPages:       1707944 kB
Mapped:            22448 kB
Shmem:               200 kB
Slab:             737304 kB
SReclaimable:     174188 kB
SUnreclaim:       563116 kB
KernelStack:        1592 kB
PageTables:         7524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70484 MiB
End job on node145 at 2012-06-04 08:21:46