Trace number 3687543

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
Sat 4j PB Resolution 2.3.2 SnapshotOPT62027 7.07592 5.84956

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
MD5SUMab21eb5817d07a398a94670d7815d5fb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62027
Best CPU time to get the best result obtained on this benchmark0.001998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62027
Optimality of the best value was proved YES
Number of variables40
Total number of constraints23
Number of constraints which are clauses10
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint4
Maximum length of a constraint10
Number of terms in the objective function 40
Biggest coefficient in the objective function 8161
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 265332
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 8161
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 265332
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687543-1337872085.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.016s.
0.09/0.14	c declared #vars     40
0.09/0.14	c #constraints  23
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3
0.09/0.14	c 23 constraints processed.
0.09/0.14	c objective function length is 40 literals
0.09/0.14	c SATISFIABLE
0.09/0.14	c OPTIMIZING...
0.09/0.14	c Got one! Elapsed wall clock time (in seconds):0.021
0.09/0.15	o 62076
0.09/0.15	c Got one! Elapsed wall clock time (in seconds):0.025
0.09/0.15	o 62051
0.09/0.15	c Got one! Elapsed wall clock time (in seconds):0.029
0.09/0.15	o 62027
0.50/0.33	c cleaning 2509 clauses out of 5020 with flag 5002/5020
0.69/0.43	c cleaning 4255 clauses out of 8509 with flag 11000/11018
0.83/0.53	c cleaning 5626 clauses out of 11254 with flag 18000/18018
0.94/0.63	c cleaning 6809 clauses out of 13628 with flag 26000/26018
1.06/0.76	c cleaning 7908 clauses out of 15819 with flag 35000/35018
1.26/0.92	c cleaning 8953 clauses out of 17911 with flag 45000/45018
1.49/1.14	c cleaning 9977 clauses out of 19958 with flag 56000/56018
2.09/1.40	c cleaning 10991 clauses out of 21981 with flag 68000/68018
2.67/1.70	c cleaning 11994 clauses out of 23990 with flag 81000/81018
2.98/2.01	c cleaning 12996 clauses out of 25996 with flag 95000/95018
3.28/2.33	c cleaning 13997 clauses out of 28000 with flag 110000/110018
3.76/2.71	c cleaning 15001 clauses out of 30003 with flag 126000/126018
4.07/3.08	c cleaning 15996 clauses out of 32002 with flag 143000/143018
4.57/3.52	c cleaning 17002 clauses out of 34007 with flag 161001/161019
5.08/4.02	c cleaning 18000 clauses out of 36005 with flag 180001/180019
5.58/4.59	c cleaning 19001 clauses out of 38004 with flag 200001/200019
6.35/5.25	c cleaning 19998 clauses out of 40000 with flag 221001/221019
6.95/5.84	c starts		: 122
6.95/5.84	c conflicts		: 240824
6.95/5.84	c decisions		: 259612
6.95/5.84	c propagations		: 1291213
6.95/5.84	c inspects		: 66694749
6.95/5.84	c shortcuts		: 0
6.95/5.84	c learnt literals	: 19
6.95/5.84	c learnt binary clauses	: 16
6.95/5.84	c learnt ternary clauses	: 25
6.95/5.84	c learnt constraints	: 240804
6.95/5.84	c ignored constraints	: 0
6.95/5.84	c root simplifications	: 0
6.95/5.84	c removed literals (reason simplification)	: 0
6.95/5.84	c reason swapping (by a shorter reason)	: 0
6.95/5.84	c Calls to reduceDB	: 17
6.95/5.84	c number of reductions to clauses (during analyze)	: 0
6.95/5.84	c number of learned constraints concerned by reduction	: 0
6.95/5.84	c number of learning phase by resolution	: 0
6.95/5.84	c number of learning phase by cutting planes	: 0
6.95/5.84	c speed (assignments/second)	: 226568.345323741
6.95/5.84	c non guided choices	0
6.95/5.84	c learnt constraints type 
6.95/5.84	c constraints type 
6.95/5.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
6.95/5.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
6.95/5.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3
6.95/5.84	c 23 constraints processed.
6.95/5.84	s OPTIMUM FOUND
6.95/5.84	v -x1 x2 -x3 -x4 -x5 x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 x38 -x39 -x40 
6.95/5.84	c objective function=62027
6.95/5.84	c Total wall clock time (in seconds): 5.719

Verifier Data

OK	62027

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-3687543-1337872085/watcher-3687543-1337872085 -o /tmp/evaluation-result-3687543-1337872085/solver-3687543-1337872085 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687543-1337872085.opb 

running on 4 cores: 1,3,5,7

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.97 0.98 0.38 3/192 21763
/proc/meminfo: memFree=28408884/32873844 swapFree=6080/6080
[pid=21763] ppid=21761 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21763/stat : 21763 (java) D 21761 21763 21473 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253336982 9515008 182 33554432000 1073741824 1073778376 140733879851504 140733879842536 226329706165 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/21763/statm: 2323 182 140 9 0 71 0

[startup+0.0375691 s]
/proc/loadavg: 1.97 0.98 0.38 3/192 21763
/proc/meminfo: memFree=28408884/32873844 swapFree=6080/6080
[pid=21763] ppid=21761 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/21763/stat : 21763 (java) S 21761 21763 21473 0 -1 4202496 2931 0 1 0 1 1 0 0 20 0 11 0 253336982 9310650368 3632 33554432000 1073741824 1073778376 140736295593088 140736295584224 226333065277 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21763/statm: 2273108 3632 1631 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.100339 s]
/proc/loadavg: 1.97 0.98 0.38 3/192 21763
/proc/meminfo: memFree=28408884/32873844 swapFree=6080/6080
[pid=21763] ppid=21761 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/21763/stat : 21763 (java) S 21761 21763 21473 0 -1 4202496 4189 0 1 0 8 1 0 0 20 0 18 0 253336982 9787813888 5382 33554432000 1073741824 1073778376 140736295593088 140736295584224 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21763/statm: 2389603 5382 2079 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300288 s]
/proc/loadavg: 1.97 0.98 0.38 3/192 21763
/proc/meminfo: memFree=28408884/32873844 swapFree=6080/6080
[pid=21763] ppid=21761 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/21763/stat : 21763 (java) S 21761 21763 21473 0 -1 4202496 6344 0 1 0 48 2 0 0 20 0 19 0 253336982 9855975424 7156 33554432000 1073741824 1073778376 140736295593088 140736295584224 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21763/statm: 2406244 7156 2212 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.700309 s]
/proc/loadavg: 1.97 0.98 0.38 3/192 21763
/proc/meminfo: memFree=28408884/32873844 swapFree=6080/6080
[pid=21763] ppid=21761 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/21763/stat : 21763 (java) S 21761 21763 21473 0 -1 4202496 7745 0 1 0 104 2 0 0 20 0 19 0 253336982 9855975424 9209 33554432000 1073741824 1073778376 140736295593088 140736295584224 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21763/statm: 2406244 9209 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9624976

[startup+1.50067 s]
/proc/loadavg: 1.97 0.98 0.38 3/211 21782
/proc/meminfo: memFree=28378212/32873844 swapFree=6080/6080
[pid=21763] ppid=21761 vsize=9624976 CPUtime=2.29 cores=1,3,5,7
/proc/21763/stat : 21763 (java) S 21761 21763 21473 0 -1 4202496 16920 0 1 0 225 4 0 0 20 0 19 0 253336982 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 140736295584224 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21763/statm: 2406244 14311 2266 9 0 2396937 0
[pid=21763/tid=21765] ppid=21761 vsize=9624976 CPUtime=1.36 cores=1,3,5,7
/proc/21763/task/21765/stat : 21765 (java) R 21761 21763 21473 0 -1 4202560 2488 0 1 0 135 1 0 0 20 0 19 0 253336983 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139682070921488 139681943756327 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21766] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21766/stat : 21766 (java) S 21761 21763 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681914931880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21767] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21767/stat : 21767 (java) S 21761 21763 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681913879336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21768] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21768/stat : 21768 (java) S 21761 21763 21473 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681912826792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21769] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21769/stat : 21769 (java) S 21761 21763 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681911774248 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21770] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21770/stat : 21770 (java) S 21761 21763 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681910720680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21771] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21771/stat : 21771 (java) S 21761 21763 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681909668136 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21772] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21772/stat : 21772 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681908615592 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21773] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21773/stat : 21773 (java) S 21761 21763 21473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681907563048 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21774] ppid=21761 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/21763/task/21774/stat : 21774 (java) S 21761 21763 21473 0 -1 4202560 52 0 0 0 6 0 0 0 20 0 19 0 253336985 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681895152232 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21775] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21775/stat : 21775 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681894098552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21776] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21776/stat : 21776 (java) S 21761 21763 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681893045896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21777] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21777/stat : 21777 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681891994640 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21778] ppid=21761 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/21763/task/21778/stat : 21778 (java) R 21761 21763 21473 0 -1 4202560 10713 0 0 0 53 3 0 0 20 0 19 0 253336989 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681890918248 139682073827416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21779] ppid=21761 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/21763/task/21779/stat : 21779 (java) S 21761 21763 21473 0 -1 4202560 2423 0 0 0 21 0 0 0 20 0 19 0 253336989 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681889888440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21780] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21780/stat : 21780 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681888836088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21781] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21781/stat : 21781 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681887783752 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21782] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21782/stat : 21782 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336997 9855975424 14311 33554432000 1073741824 1073778376 140736295593088 139681886729512 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 1.97 1.00 0.39 3/211 21782
/proc/meminfo: memFree=28356076/32873844 swapFree=6080/6080
[pid=21763] ppid=21761 vsize=9624976 CPUtime=4.17 cores=1,3,5,7
/proc/21763/stat : 21763 (java) S 21761 21763 21473 0 -1 4202496 17687 0 1 0 413 4 0 0 20 0 19 0 253336982 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 140736295584224 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21763/statm: 2406244 15211 2266 9 0 2396937 0
[pid=21763/tid=21765] ppid=21761 vsize=9624976 CPUtime=2.88 cores=1,3,5,7
/proc/21763/task/21765/stat : 21765 (java) S 21761 21763 21473 0 -1 4202560 2492 0 1 0 287 1 0 0 20 0 19 0 253336983 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139682070921608 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21766] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21766/stat : 21766 (java) S 21761 21763 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681914931880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21767] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21767/stat : 21767 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681913879336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21768] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21768/stat : 21768 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681912826792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21769] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21769/stat : 21769 (java) S 21761 21763 21473 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681911774248 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21770] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21770/stat : 21770 (java) S 21761 21763 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681910720680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21771] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21771/stat : 21771 (java) S 21761 21763 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681909668136 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21772] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21772/stat : 21772 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681908615592 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21773] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21773/stat : 21773 (java) S 21761 21763 21473 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681907563048 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21774] ppid=21761 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/21763/task/21774/stat : 21774 (java) R 21761 21763 21473 0 -1 4202560 52 0 0 0 12 0 0 0 20 0 19 0 253336985 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681895151208 139682077777172 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21775] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21775/stat : 21775 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681894098552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21776] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21776/stat : 21776 (java) S 21761 21763 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681893045896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21777] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21777/stat : 21777 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681891994640 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21778] ppid=21761 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/21763/task/21778/stat : 21778 (java) S 21761 21763 21473 0 -1 4202560 11326 0 0 0 76 3 0 0 20 0 19 0 253336989 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681890940984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21779] ppid=21761 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/21763/task/21779/stat : 21779 (java) S 21761 21763 21473 0 -1 4202560 2546 0 0 0 26 0 0 0 20 0 19 0 253336989 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681889888440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21780] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21780/stat : 21780 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681888836088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21781] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21781/stat : 21781 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681887783752 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21782] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21782/stat : 21782 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336997 9855975424 15211 33554432000 1073741824 1073778376 140736295593088 139681886729512 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9624976

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

[startup+4.70072 s]
/proc/loadavg: 1.97 1.00 0.39 3/211 21782
/proc/meminfo: memFree=28349560/32873844 swapFree=6080/6080
[pid=21763] ppid=21761 vsize=9624976 CPUtime=5.8 cores=1,3,5,7
/proc/21763/stat : 21763 (java) S 21761 21763 21473 0 -1 4202496 17700 0 1 0 576 4 0 0 20 0 19 0 253336982 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 140736295584224 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21763/statm: 2406244 15730 2266 9 0 2396937 0
[pid=21763/tid=21765] ppid=21761 vsize=9624976 CPUtime=4.42 cores=1,3,5,7
/proc/21763/task/21765/stat : 21765 (java) R 21761 21763 21473 0 -1 4202560 2497 0 1 0 441 1 0 0 20 0 19 0 253336983 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139682070921624 139681943756322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21766] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21766/stat : 21766 (java) S 21761 21763 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681914931880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21767] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21767/stat : 21767 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681913879336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21768] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21768/stat : 21768 (java) S 21761 21763 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681912826792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21769] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21769/stat : 21769 (java) S 21761 21763 21473 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681911774248 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21770] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21770/stat : 21770 (java) S 21761 21763 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681910720680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21771] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21771/stat : 21771 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681909668136 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21772] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21772/stat : 21772 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681908615592 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21773] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21773/stat : 21773 (java) S 21761 21763 21473 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681907563048 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21774] ppid=21761 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21763/task/21774/stat : 21774 (java) S 21761 21763 21473 0 -1 4202560 53 0 0 0 16 0 0 0 20 0 19 0 253336985 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681895152232 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21775] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21775/stat : 21775 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681894098552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21776] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21776/stat : 21776 (java) S 21761 21763 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681893045896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21777] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21777/stat : 21777 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681891994640 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21778] ppid=21761 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/21763/task/21778/stat : 21778 (java) S 21761 21763 21473 0 -1 4202560 11326 0 0 0 76 3 0 0 20 0 19 0 253336989 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681890940984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21779] ppid=21761 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/21763/task/21779/stat : 21779 (java) S 21761 21763 21473 0 -1 4202560 2546 0 0 0 27 0 0 0 20 0 19 0 253336989 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681889888440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21780] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21780/stat : 21780 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681888836088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21781] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21781/stat : 21781 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681887783752 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21782] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21782/stat : 21782 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336997 9855975424 15730 33554432000 1073741824 1073778376 140736295593088 139681886729512 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 9624976

[startup+5.5068 s]
/proc/loadavg: 1.97 1.00 0.39 3/211 21782
/proc/meminfo: memFree=28332868/32873844 swapFree=6080/6080
[pid=21763] ppid=21761 vsize=9624976 CPUtime=6.66 cores=1,3,5,7
/proc/21763/stat : 21763 (java) S 21761 21763 21473 0 -1 4202496 17756 0 1 0 662 4 0 0 20 0 19 0 253336982 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 140736295584224 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21763/statm: 2406244 14046 2266 9 0 2396937 0
[pid=21763/tid=21765] ppid=21761 vsize=9624976 CPUtime=5.21 cores=1,3,5,7
/proc/21763/task/21765/stat : 21765 (java) R 21761 21763 21473 0 -1 4202560 2498 0 1 0 520 1 0 0 20 0 19 0 253336983 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139682070921464 139681943722633 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21766] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21766/stat : 21766 (java) S 21761 21763 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681914931880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21767] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21767/stat : 21767 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681913879336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21768] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21768/stat : 21768 (java) S 21761 21763 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681912826792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21769] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21769/stat : 21769 (java) S 21761 21763 21473 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681911774248 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21770] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21770/stat : 21770 (java) S 21761 21763 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681910720680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21771] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21771/stat : 21771 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681909668136 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21772] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21772/stat : 21772 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681908615592 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21773] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21773/stat : 21773 (java) S 21761 21763 21473 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681907563048 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21774] ppid=21761 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/21763/task/21774/stat : 21774 (java) S 21761 21763 21473 0 -1 4202560 53 0 0 0 18 0 0 0 20 0 19 0 253336985 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681895152232 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21775] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21775/stat : 21775 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681894098552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21776] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21776/stat : 21776 (java) S 21761 21763 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681893045896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21777] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21777/stat : 21777 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681891994640 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21778] ppid=21761 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/21763/task/21778/stat : 21778 (java) S 21761 21763 21473 0 -1 4202560 11326 0 0 0 77 3 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681890940984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21779] ppid=21761 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/21763/task/21779/stat : 21779 (java) S 21761 21763 21473 0 -1 4202560 2601 0 0 0 31 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681889888440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21780] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21780/stat : 21780 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681888836088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21781] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21781/stat : 21781 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681887783752 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21782] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21782/stat : 21782 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336997 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681886729512 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9624976

[startup+5.70065 s]
/proc/loadavg: 1.97 1.00 0.39 3/211 21782
/proc/meminfo: memFree=28332868/32873844 swapFree=6080/6080
[pid=21763] ppid=21761 vsize=9624976 CPUtime=6.85 cores=1,3,5,7
/proc/21763/stat : 21763 (java) S 21761 21763 21473 0 -1 4202496 17756 0 1 0 681 4 0 0 20 0 19 0 253336982 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 140736295584224 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21763/statm: 2406244 14046 2266 9 0 2396937 0
[pid=21763/tid=21765] ppid=21761 vsize=9624976 CPUtime=5.4 cores=1,3,5,7
/proc/21763/task/21765/stat : 21765 (java) R 21761 21763 21473 0 -1 4202560 2498 0 1 0 539 1 0 0 20 0 19 0 253336983 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139682070921464 139681943884068 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21766] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21766/stat : 21766 (java) S 21761 21763 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681914931880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21767] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21767/stat : 21767 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681913879336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21768] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21768/stat : 21768 (java) S 21761 21763 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681912826792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21769] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21769/stat : 21769 (java) S 21761 21763 21473 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681911774248 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21770] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21770/stat : 21770 (java) S 21761 21763 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681910720680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21771] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21771/stat : 21771 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681909668136 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21772] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21772/stat : 21772 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681908615592 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21773] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21773/stat : 21773 (java) S 21761 21763 21473 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681907563048 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21774] ppid=21761 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/21763/task/21774/stat : 21774 (java) S 21761 21763 21473 0 -1 4202560 53 0 0 0 18 0 0 0 20 0 19 0 253336985 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681895152232 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21775] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21775/stat : 21775 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681894098552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21776] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21776/stat : 21776 (java) S 21761 21763 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681893045896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21777] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21777/stat : 21777 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681891994640 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21778] ppid=21761 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/21763/task/21778/stat : 21778 (java) S 21761 21763 21473 0 -1 4202560 11326 0 0 0 77 3 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681890940984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21779] ppid=21761 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/21763/task/21779/stat : 21779 (java) S 21761 21763 21473 0 -1 4202560 2601 0 0 0 31 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681889888440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21780] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21780/stat : 21780 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681888836088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21781] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21781/stat : 21781 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681887783752 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21782] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21782/stat : 21782 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336997 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681886729512 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9624976

[startup+5.80068 s]
/proc/loadavg: 1.97 1.00 0.39 3/211 21782
/proc/meminfo: memFree=28332868/32873844 swapFree=6080/6080
[pid=21763] ppid=21761 vsize=9624976 CPUtime=6.95 cores=1,3,5,7
/proc/21763/stat : 21763 (java) S 21761 21763 21473 0 -1 4202496 17756 0 1 0 691 4 0 0 20 0 19 0 253336982 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 140736295584224 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21763/statm: 2406244 14046 2266 9 0 2396937 0
[pid=21763/tid=21765] ppid=21761 vsize=9624976 CPUtime=5.5 cores=1,3,5,7
/proc/21763/task/21765/stat : 21765 (java) R 21761 21763 21473 0 -1 4202560 2498 0 1 0 549 1 0 0 20 0 19 0 253336983 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139682070921464 139681943883740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21766] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21766/stat : 21766 (java) S 21761 21763 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681914931880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21767] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21767/stat : 21767 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681913879336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21768] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21768/stat : 21768 (java) S 21761 21763 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681912826792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21769] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21769/stat : 21769 (java) S 21761 21763 21473 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681911774248 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21770] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21770/stat : 21770 (java) S 21761 21763 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681910720680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21771] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21771/stat : 21771 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681909668136 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21763/tid=21772] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21772/stat : 21772 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681908615592 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21773] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21773/stat : 21773 (java) S 21761 21763 21473 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 253336984 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681907563048 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21774] ppid=21761 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/21763/task/21774/stat : 21774 (java) S 21761 21763 21473 0 -1 4202560 53 0 0 0 18 0 0 0 20 0 19 0 253336985 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681895152232 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21775] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21775/stat : 21775 (java) S 21761 21763 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681894098552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21776] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21776/stat : 21776 (java) S 21761 21763 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253336986 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681893045896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21777] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21777/stat : 21777 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681891994640 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21763/tid=21778] ppid=21761 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/21763/task/21778/stat : 21778 (java) S 21761 21763 21473 0 -1 4202560 11326 0 0 0 77 3 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681890940984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21779] ppid=21761 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/21763/task/21779/stat : 21779 (java) S 21761 21763 21473 0 -1 4202560 2601 0 0 0 31 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681889888440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21780] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21780/stat : 21780 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681888836088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21763/tid=21781] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21781/stat : 21781 (java) S 21761 21763 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253336989 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681887783752 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21763/tid=21782] ppid=21761 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21763/task/21782/stat : 21782 (java) S 21761 21763 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253336997 9855975424 14046 33554432000 1073741824 1073778376 140736295593088 139681886729512 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 9624976

Child status: 30
Real time (s): 5.84956
CPU time (s): 7.07592
CPU user time (s): 6.91095
CPU system time (s): 0.164974
CPU usage (%): 120.965
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.91095
system time used= 0.164974
maximum resident set size= 63136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17773
page faults= 1
swaps= 0
block input operations= 72
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 819
involuntary context switches= 480

runsolver used 0.022996 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-24 17:08:06
IDJOB=3687543
IDBENCH=1867
IDSOLVER=2269
FILE ID=node110/3687543-1337872085
RUNJOBID= node110-1337871882-21490
PBS_JOBID= 14620094
Free space on /tmp= 71612 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687543-1337872085/watcher-3687543-1337872085 -o /tmp/evaluation-result-3687543-1337872085/solver-3687543-1337872085 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687543-1337872085.opb

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

MD5SUM BENCH= ab21eb5817d07a398a94670d7815d5fb
RANDOM SEED=882898148

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28409536 kB
Buffers:          195988 kB
Cached:          3201740 kB
SwapCached:            0 kB
Active:           834168 kB
Inactive:        2859048 kB
Active(anon):     297948 kB
Inactive(anon):        0 kB
Active(file):     536220 kB
Inactive(file):  2859048 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               532 kB
Writeback:             0 kB
AnonPages:        308168 kB
Mapped:            21472 kB
Shmem:               200 kB
Slab:             627776 kB
SReclaimable:      70344 kB
SUnreclaim:       557432 kB
KernelStack:        1584 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     685372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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= 71612 MiB
End job on node110 at 2012-05-24 17:08:11