Trace number 3733426

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23UNSAT 9.28159 7.66739

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-woodw.opb
MD5SUM39878dc7ef96e07e426f9432943c6054
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.95155
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables252150
Total number of constraints1098
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1098
Minimum length of a constraint30
Maximum length of a constraint43590
Number of terms in the objective function 120
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 4294967292
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 10737418240000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 556588032595749
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.08	c no version file found!!!
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version	1.6.0_24
0.05/0.08	c os.name	Linux
0.05/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch	amd64
0.05/0.08	c Free memory 1599470296
0.05/0.08	c Max memory 1607860224
0.05/0.08	c Total memory 1607860224
0.05/0.08	c Number of processors 8
0.10/0.10	--- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.10	c No reason simplification
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3733426-1338696169.opb
0.10/0.10	c reading problem ... 
5.37/3.94	c ... done. Wall clock time 3.841s.
5.37/3.94	c CPU time (experimental) 3.53s.
5.37/3.94	c #vars     252150
5.37/3.94	c #constraints  1915
9.16/7.66	c starts		: 0
9.16/7.66	c conflicts		: 0
9.16/7.66	c decisions		: 0
9.16/7.66	c propagations		: 175505
9.16/7.66	c inspects		: 607579
9.16/7.66	c learnt literals	: 0
9.16/7.66	c learnt binary clauses	: 0
9.16/7.66	c learnt ternary clauses	: 0
9.16/7.66	c learnt clauses	: 0
9.16/7.66	c root simplifications	: 0
9.16/7.66	c removed literals (reason simplification)	: 0
9.16/7.66	c reason swapping (by a shorter reason)	: 0
9.16/7.66	c Calls to reduceDB	: 0
9.16/7.66	c speed (decisions/second)	: 0.0
9.16/7.66	c non guided choices	0
9.16/7.66	s UNSATISFIABLE
9.16/7.66	c Total wall clock time (ms): 7.557

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-3733426-1338696169/watcher-3733426-1338696169 -o /tmp/evaluation-result-3733426-1338696169/solver-3733426-1338696169 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733426-1338696169.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.04 2.01 3/194 19474
/proc/meminfo: memFree=27519512/32873844 swapFree=7632/7632
[pid=19474] ppid=19472 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/19474/stat : 19474 (java) R 19472 19474 7849 0 -1 4202496 990 0 0 0 0 0 0 0 20 0 1 0 335742573 23793664 716 33554432000 1073741824 1073778376 140735521528544 140735521517608 214360438864 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19474/statm: 5809 716 531 9 0 128 0

[startup+0.060878 s]
/proc/loadavg: 1.95 2.04 2.01 3/194 19474
/proc/meminfo: memFree=27519512/32873844 swapFree=7632/7632
[pid=19474] ppid=19472 vsize=2890172 CPUtime=0.05 cores=0,2,4,6
/proc/19474/stat : 19474 (java) S 19472 19474 7849 0 -1 4202496 4023 0 1 0 4 1 0 0 20 0 17 0 335742573 2959536128 5741 33554432000 1073741824 1073778376 140735521528544 140735521519680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19474/statm: 722800 5745 1745 9 0 713501 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2890172

[startup+0.100253 s]
/proc/loadavg: 1.95 2.04 2.01 3/194 19474
/proc/meminfo: memFree=27519512/32873844 swapFree=7632/7632
[pid=19474] ppid=19472 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/19474/stat : 19474 (java) S 19472 19474 7849 0 -1 4202496 4912 0 1 0 9 1 0 0 20 0 18 0 335742573 3028844544 6627 33554432000 1073741824 1073778376 140735521528544 140735521519680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19474/statm: 739464 6627 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.300226 s]
/proc/loadavg: 1.95 2.04 2.01 3/194 19474
/proc/meminfo: memFree=27519512/32873844 swapFree=7632/7632
[pid=19474] ppid=19472 vsize=2957856 CPUtime=0.51 cores=0,2,4,6
/proc/19474/stat : 19474 (java) S 19472 19474 7849 0 -1 4202496 6322 0 1 0 49 2 0 0 20 0 18 0 335742573 3028844544 12008 33554432000 1073741824 1073778376 140735521528544 140735521519680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19474/statm: 739464 12008 2241 9 0 729885 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2957856

[startup+0.700236 s]
/proc/loadavg: 1.95 2.04 2.01 3/194 19474
/proc/meminfo: memFree=27519512/32873844 swapFree=7632/7632
[pid=19474] ppid=19472 vsize=2957856 CPUtime=1.02 cores=0,2,4,6
/proc/19474/stat : 19474 (java) S 19472 19474 7849 0 -1 4202496 6673 0 1 0 98 4 0 0 20 0 18 0 335742573 3028844544 49971 33554432000 1073741824 1073778376 140735521528544 140735521519680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19474/statm: 739464 49971 2246 9 0 729885 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 2957856

[startup+1.50084 s]
/proc/loadavg: 1.95 2.04 2.01 3/212 19492
/proc/meminfo: memFree=27209016/32873844 swapFree=7632/7632
[pid=19474] ppid=19472 vsize=2957856 CPUtime=2.08 cores=0,2,4,6
/proc/19474/stat : 19474 (java) S 19472 19474 7849 0 -1 4202496 6972 0 1 0 190 18 0 0 20 0 18 0 335742573 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 140735521519680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19474/statm: 739464 129367 2262 9 0 729885 0
[pid=19474/tid=19476] ppid=19472 vsize=2957856 CPUtime=1.38 cores=0,2,4,6
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 7849 0 -1 4202560 3229 0 1 0 130 8 0 0 20 0 18 0 335742574 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139656450616904 139656314657712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19477] ppid=19472 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 7849 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 18 0 335742575 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139656434043688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19478] ppid=19472 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 7849 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 18 0 335742575 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139656432990888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19479] ppid=19472 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 7849 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 335742575 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139656314219560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19480] ppid=19472 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 7849 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 18 0 335742575 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139656313166760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19481] ppid=19472 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 7849 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 18 0 335742575 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139656312113448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19482] ppid=19472 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 7849 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 18 0 335742575 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139656311060648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19483] ppid=19472 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 7849 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 18 0 335742575 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139656310008360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19484] ppid=19472 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/19474/task/19484/stat : 19484 (java) S 19472 19474 7849 0 -1 4202560 22 0 0 0 1 2 0 0 20 0 18 0 335742575 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139656308955560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19485] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19485/stat : 19485 (java) S 19472 19474 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335742576 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139655826627304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19486] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19486/stat : 19486 (java) S 19472 19474 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139655825573368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19487] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19487/stat : 19487 (java) S 19472 19474 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139655824520968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19488] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19488/stat : 19488 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742579 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139655823469456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19489] ppid=19472 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/19474/task/19489/stat : 19489 (java) S 19472 19474 7849 0 -1 4202560 1049 0 0 0 14 0 0 0 20 0 18 0 335742579 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139655822416056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19490] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19490/stat : 19490 (java) S 19472 19474 7849 0 -1 4202560 1331 0 0 0 17 0 0 0 20 0 18 0 335742579 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139655821363256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19491] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19491/stat : 19491 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139655820311160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19492] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19492/stat : 19492 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 129367 33554432000 1073741824 1073778376 140735521528544 139655819258568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 2957856

[startup+3.10078 s]
/proc/loadavg: 1.95 2.04 2.01 3/212 19492
/proc/meminfo: memFree=27009616/32873844 swapFree=7632/7632
[pid=19474] ppid=19472 vsize=2957856 CPUtime=4.17 cores=0,2,4,6
/proc/19474/stat : 19474 (java) S 19472 19474 7849 0 -1 4202496 7418 0 1 0 381 36 0 0 20 0 18 0 335742573 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 140735521519680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19474/statm: 739464 163226 2269 9 0 729885 0
[pid=19474/tid=19476] ppid=19472 vsize=2957856 CPUtime=2.82 cores=0,2,4,6
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 7849 0 -1 4202560 3230 0 1 0 274 8 0 0 20 0 18 0 335742574 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139656450609280 214373033229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19477] ppid=19472 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 7849 0 -1 4202560 65 0 0 0 8 3 0 0 20 0 18 0 335742575 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139656434043688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19478] ppid=19472 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 7849 0 -1 4202560 42 0 0 0 4 3 0 0 20 0 18 0 335742575 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139656432990888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19479] ppid=19472 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 7849 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 18 0 335742575 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139656314219560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19480] ppid=19472 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 7849 0 -1 4202560 106 0 0 0 13 5 0 0 20 0 18 0 335742575 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139656313166760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19481] ppid=19472 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 7849 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 18 0 335742575 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139656312113448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19482] ppid=19472 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 7849 0 -1 4202560 46 0 0 0 4 3 0 0 20 0 18 0 335742575 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139656311060648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19483] ppid=19472 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 7849 0 -1 4202560 94 0 0 0 12 6 0 0 20 0 18 0 335742575 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139656310008360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19484] ppid=19472 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/19474/task/19484/stat : 19484 (java) S 19472 19474 7849 0 -1 4202560 65 0 0 0 6 4 0 0 20 0 18 0 335742575 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139656308955560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19485] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19485/stat : 19485 (java) S 19472 19474 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335742576 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139655826627304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19486] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19486/stat : 19486 (java) S 19472 19474 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139655825573368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19487] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19487/stat : 19487 (java) S 19472 19474 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139655824520968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19488] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19488/stat : 19488 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742579 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139655823469456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19489] ppid=19472 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/19474/task/19489/stat : 19489 (java) S 19472 19474 7849 0 -1 4202560 1049 0 0 0 14 0 0 0 20 0 18 0 335742579 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139655822416056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19490] ppid=19472 vsize=2957856 CPUtime=0.2 cores=0,2,4,6
/proc/19474/task/19490/stat : 19490 (java) S 19472 19474 7849 0 -1 4202560 1455 0 0 0 20 0 0 0 20 0 18 0 335742579 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139655821363256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19491] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19491/stat : 19491 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139655820311160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19492] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19492/stat : 19492 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 163226 33554432000 1073741824 1073778376 140735521528544 139655819258568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 2957856

[startup+6.30071 s]
/proc/loadavg: 1.95 2.04 2.01 3/212 19492
/proc/meminfo: memFree=26806928/32873844 swapFree=7632/7632
[pid=19474] ppid=19472 vsize=2957856 CPUtime=7.85 cores=0,2,4,6
/proc/19474/stat : 19474 (java) S 19472 19474 7849 0 -1 4202496 8070 0 1 0 741 44 0 0 20 0 18 0 335742573 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 140735521519680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19474/statm: 739464 179500 2281 9 0 729885 0
[pid=19474/tid=19476] ppid=19472 vsize=2957856 CPUtime=5.87 cores=0,2,4,6
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 7849 0 -1 4202560 3242 0 1 0 579 8 0 0 20 0 18 0 335742574 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656450615872 139656314861814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19477] ppid=19472 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 7849 0 -1 4202560 85 0 0 0 14 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656434043688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19478] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 7849 0 -1 4202560 71 0 0 0 13 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656432990888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19479] ppid=19472 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 7849 0 -1 4202560 58 0 0 0 9 2 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656314219560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19480] ppid=19472 vsize=2957856 CPUtime=0.24 cores=0,2,4,6
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 7849 0 -1 4202560 115 0 0 0 17 7 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656313166760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19481] ppid=19472 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 7849 0 -1 4202560 61 0 0 0 11 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656312113448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19482] ppid=19472 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 7849 0 -1 4202560 132 0 0 0 10 3 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656311060648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19483] ppid=19472 vsize=2957856 CPUtime=0.25 cores=0,2,4,6
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 7849 0 -1 4202560 115 0 0 0 18 7 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656310008360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19484] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19484/stat : 19484 (java) S 19472 19474 7849 0 -1 4202560 122 0 0 0 12 5 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656308955560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19485] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19485/stat : 19485 (java) S 19472 19474 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 335742576 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655826627304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19486] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19486/stat : 19486 (java) S 19472 19474 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655825573368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19487] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19487/stat : 19487 (java) S 19472 19474 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655824520968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19488] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19488/stat : 19488 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655823469456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19489] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19489/stat : 19489 (java) S 19472 19474 7849 0 -1 4202560 1049 0 0 0 17 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655822416056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19490] ppid=19472 vsize=2957856 CPUtime=0.26 cores=0,2,4,6
/proc/19474/task/19490/stat : 19490 (java) S 19472 19474 7849 0 -1 4202560 1836 0 0 0 26 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655821363256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19491] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19491/stat : 19491 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655820311160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19492] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19492/stat : 19492 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655819258568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 2957856

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

[startup+7.10079 s]
/proc/loadavg: 1.95 2.04 2.01 3/212 19492
/proc/meminfo: memFree=26807424/32873844 swapFree=7632/7632
[pid=19474] ppid=19472 vsize=2957856 CPUtime=8.65 cores=0,2,4,6
/proc/19474/stat : 19474 (java) S 19472 19474 7849 0 -1 4202496 8070 0 1 0 821 44 0 0 20 0 18 0 335742573 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 140735521519680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19474/statm: 739464 179500 2281 9 0 729885 0
[pid=19474/tid=19476] ppid=19472 vsize=2957856 CPUtime=6.67 cores=0,2,4,6
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 7849 0 -1 4202560 3242 0 1 0 659 8 0 0 20 0 18 0 335742574 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656450615872 139656314861732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19477] ppid=19472 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 7849 0 -1 4202560 85 0 0 0 14 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656434043688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19478] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 7849 0 -1 4202560 71 0 0 0 13 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656432990888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19479] ppid=19472 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 7849 0 -1 4202560 58 0 0 0 9 2 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656314219560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19480] ppid=19472 vsize=2957856 CPUtime=0.24 cores=0,2,4,6
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 7849 0 -1 4202560 115 0 0 0 17 7 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656313166760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19481] ppid=19472 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 7849 0 -1 4202560 61 0 0 0 11 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656312113448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19482] ppid=19472 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 7849 0 -1 4202560 132 0 0 0 10 3 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656311060648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19483] ppid=19472 vsize=2957856 CPUtime=0.25 cores=0,2,4,6
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 7849 0 -1 4202560 115 0 0 0 18 7 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656310008360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19484] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19484/stat : 19484 (java) S 19472 19474 7849 0 -1 4202560 122 0 0 0 12 5 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656308955560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19485] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19485/stat : 19485 (java) S 19472 19474 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 335742576 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655826627304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19486] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19486/stat : 19486 (java) S 19472 19474 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655825573368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19487] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19487/stat : 19487 (java) S 19472 19474 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655824520968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19488] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19488/stat : 19488 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655823469456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19489] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19489/stat : 19489 (java) S 19472 19474 7849 0 -1 4202560 1049 0 0 0 17 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655822416056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19490] ppid=19472 vsize=2957856 CPUtime=0.26 cores=0,2,4,6
/proc/19474/task/19490/stat : 19490 (java) S 19472 19474 7849 0 -1 4202560 1836 0 0 0 26 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655821363256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19491] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19491/stat : 19491 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655820311160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19492] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19492/stat : 19492 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655819258568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 2957856

[startup+7.50077 s]
/proc/loadavg: 1.95 2.04 2.01 3/212 19492
/proc/meminfo: memFree=26807424/32873844 swapFree=7632/7632
[pid=19474] ppid=19472 vsize=2957856 CPUtime=9.05 cores=0,2,4,6
/proc/19474/stat : 19474 (java) S 19472 19474 7849 0 -1 4202496 8070 0 1 0 861 44 0 0 20 0 18 0 335742573 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 140735521519680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19474/statm: 739464 179500 2281 9 0 729885 0
[pid=19474/tid=19476] ppid=19472 vsize=2957856 CPUtime=7.07 cores=0,2,4,6
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 7849 0 -1 4202560 3242 0 1 0 699 8 0 0 20 0 18 0 335742574 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656450615872 139656314861732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19477] ppid=19472 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 7849 0 -1 4202560 85 0 0 0 14 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656434043688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19478] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 7849 0 -1 4202560 71 0 0 0 13 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656432990888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19479] ppid=19472 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 7849 0 -1 4202560 58 0 0 0 9 2 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656314219560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19480] ppid=19472 vsize=2957856 CPUtime=0.24 cores=0,2,4,6
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 7849 0 -1 4202560 115 0 0 0 17 7 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656313166760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19481] ppid=19472 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 7849 0 -1 4202560 61 0 0 0 11 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656312113448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19482] ppid=19472 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 7849 0 -1 4202560 132 0 0 0 10 3 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656311060648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19483] ppid=19472 vsize=2957856 CPUtime=0.25 cores=0,2,4,6
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 7849 0 -1 4202560 115 0 0 0 18 7 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656310008360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19484] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19484/stat : 19484 (java) S 19472 19474 7849 0 -1 4202560 122 0 0 0 12 5 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656308955560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19485] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19485/stat : 19485 (java) S 19472 19474 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 335742576 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655826627304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19486] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19486/stat : 19486 (java) S 19472 19474 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655825573368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19487] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19487/stat : 19487 (java) S 19472 19474 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655824520968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19488] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19488/stat : 19488 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655823469456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19489] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19489/stat : 19489 (java) S 19472 19474 7849 0 -1 4202560 1049 0 0 0 17 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655822416056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19490] ppid=19472 vsize=2957856 CPUtime=0.26 cores=0,2,4,6
/proc/19474/task/19490/stat : 19490 (java) S 19472 19474 7849 0 -1 4202560 1836 0 0 0 26 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655821363256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19491] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19491/stat : 19491 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655820311160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19492] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19492/stat : 19492 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655819258568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (KiB) 2957856

[startup+7.60072 s]
/proc/loadavg: 1.95 2.04 2.01 3/212 19492
/proc/meminfo: memFree=26807440/32873844 swapFree=7632/7632
[pid=19474] ppid=19472 vsize=2957856 CPUtime=9.16 cores=0,2,4,6
/proc/19474/stat : 19474 (java) S 19472 19474 7849 0 -1 4202496 8070 0 1 0 872 44 0 0 20 0 18 0 335742573 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 140735521519680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19474/statm: 739464 179500 2281 9 0 729885 0
[pid=19474/tid=19476] ppid=19472 vsize=2957856 CPUtime=7.17 cores=0,2,4,6
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 7849 0 -1 4202560 3242 0 1 0 709 8 0 0 20 0 18 0 335742574 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656450615872 139656314875750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19477] ppid=19472 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 7849 0 -1 4202560 85 0 0 0 14 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656434043688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19478] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 7849 0 -1 4202560 71 0 0 0 13 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656432990888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19479] ppid=19472 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 7849 0 -1 4202560 58 0 0 0 9 2 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656314219560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19480] ppid=19472 vsize=2957856 CPUtime=0.24 cores=0,2,4,6
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 7849 0 -1 4202560 115 0 0 0 17 7 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656313166760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19481] ppid=19472 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 7849 0 -1 4202560 61 0 0 0 11 4 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656312113448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19482] ppid=19472 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 7849 0 -1 4202560 132 0 0 0 10 3 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656311060648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19483] ppid=19472 vsize=2957856 CPUtime=0.25 cores=0,2,4,6
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 7849 0 -1 4202560 115 0 0 0 18 7 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656310008360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19484] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19484/stat : 19484 (java) S 19472 19474 7849 0 -1 4202560 122 0 0 0 12 5 0 0 20 0 18 0 335742575 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139656308955560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19485] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19485/stat : 19485 (java) S 19472 19474 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 335742576 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655826627304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19474/tid=19486] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19486/stat : 19486 (java) S 19472 19474 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655825573368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19487] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19487/stat : 19487 (java) S 19472 19474 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 335742577 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655824520968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19488] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19488/stat : 19488 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655823469456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19474/tid=19489] ppid=19472 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/19474/task/19489/stat : 19489 (java) S 19472 19474 7849 0 -1 4202560 1049 0 0 0 17 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655822416056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19474/tid=19490] ppid=19472 vsize=2957856 CPUtime=0.26 cores=0,2,4,6
/proc/19474/task/19490/stat : 19490 (java) S 19472 19474 7849 0 -1 4202560 1836 0 0 0 26 0 0 0 20 0 18 0 335742579 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655821363256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19491] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19491/stat : 19491 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655820311160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19474/tid=19492] ppid=19472 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/19474/task/19492/stat : 19492 (java) S 19472 19474 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335742580 3028844544 179500 33554432000 1073741824 1073778376 140735521528544 139655819258568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.16
Current children cumulated vsize (KiB) 2957856

Child status: 20
Real time (s): 7.66739
CPU time (s): 9.28159
CPU user time (s): 8.73167
CPU system time (s): 0.549916
CPU usage (%): 121.053
Max. virtual memory (cumulated for all children) (KiB): 2957856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.73167
system time used= 0.549916
maximum resident set size= 719852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8087
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 464
involuntary context switches= 551

runsolver used 0.033994 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-03 06:02:50
IDJOB=3733426
IDBENCH=2439
IDSOLVER=2319
FILE ID=node130/3733426-1338696169
RUNJOBID= node130-1338679215-16919
PBS_JOBID= 14636683
Free space on /tmp= 70960 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-woodw.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733426-1338696169/watcher-3733426-1338696169 -o /tmp/evaluation-result-3733426-1338696169/solver-3733426-1338696169 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733426-1338696169.opb           

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

MD5SUM BENCH= 39878dc7ef96e07e426f9432943c6054
RANDOM SEED=1997537049

node130.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		: 2666.875
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	: 5333.75
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		: 2666.875
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		: 2666.875
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	: 5331.91
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		: 2666.875
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.86
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		: 2666.875
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		: 2666.875
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.92
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		: 2666.875
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		: 2666.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27519908 kB
Buffers:          410336 kB
Cached:          2401528 kB
SwapCached:         4256 kB
Active:          2775816 kB
Inactive:        1711820 kB
Active(anon):    1668208 kB
Inactive(anon):     8128 kB
Active(file):    1107608 kB
Inactive(file):  1703692 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:             21876 kB
Writeback:            28 kB
AnonPages:       1678628 kB
Mapped:            17664 kB
Shmem:                 4 kB
Slab:             723176 kB
SReclaimable:     164272 kB
SUnreclaim:       558904 kB
KernelStack:        1640 kB
PageTables:         7268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 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= 70956 MiB
End job on node130 at 2012-06-03 06:02:57