Trace number 3710539

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
SAT4J PB specific settings 2.3.2 snapshotOPT-7772 4.70428 2.91698

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-sentoy.opb
MD5SUMd0f46c7e79d3309033cc6b73ceacef6c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7772
Best CPU time to get the best result obtained on this benchmark0.047992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7772
Optimality of the best value was proved YES
Number of variables60
Total number of constraints30
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 constraints30
Minimum length of a constraint60
Maximum length of a constraint60
Number of terms in the objective function 60
Biggest coefficient in the objective function 974
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 9460
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 6000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 26162
Number of bits of the biggest sum of numbers15
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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 phase appearing in latest learned clause
0.09/0.12	c Expensive 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=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710539-1338136706.opb
0.09/0.12	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.066s.
0.09/0.19	c declared #vars     60
0.09/0.19	c #constraints  30
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.09/0.19	c 30 constraints processed.
0.09/0.19	c SATISFIABLE
0.09/0.19	c OPTIMIZING...
0.09/0.19	c Got one! Elapsed wall clock time (in seconds):0.07
0.09/0.19	o 0
0.09/0.19	c Got one! Elapsed wall clock time (in seconds):0.072
0.09/0.19	o -110
0.09/0.19	c Got one! Elapsed wall clock time (in seconds):0.074
0.09/0.19	o -974
0.09/0.19	c Got one! Elapsed wall clock time (in seconds):0.075
0.09/0.19	o -1030
0.24/0.20	c Got one! Elapsed wall clock time (in seconds):0.077
0.24/0.20	o -1075
0.24/0.20	c Got one! Elapsed wall clock time (in seconds):0.079
0.24/0.20	o -1112
0.24/0.20	c Got one! Elapsed wall clock time (in seconds):0.081
0.24/0.20	o -1150
0.24/0.20	c Got one! Elapsed wall clock time (in seconds):0.082
0.24/0.20	o -1202
0.24/0.20	c Got one! Elapsed wall clock time (in seconds):0.084
0.24/0.20	o -1249
0.24/0.20	c Got one! Elapsed wall clock time (in seconds):0.085
0.24/0.20	o -1277
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.087
0.24/0.21	o -1279
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.088
0.24/0.21	o -1300
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.09
0.24/0.21	o -1325
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.091
0.24/0.21	o -1369
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.092
0.24/0.21	o -1375
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.093
0.24/0.21	o -1381
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.094
0.24/0.21	o -1447
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.094
0.24/0.21	o -1448
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.095
0.24/0.21	o -1452
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.096
0.24/0.22	o -1479
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.097
0.24/0.22	o -1507
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.098
0.24/0.22	o -1513
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.099
0.24/0.22	o -1557
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.1
0.24/0.22	o -1578
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.101
0.24/0.22	o -1585
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.102
0.24/0.22	o -1657
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.103
0.24/0.22	o -1658
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.104
0.24/0.22	o -1717
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.105
0.24/0.22	o -1752
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.106
0.24/0.22	o -1763
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.107
0.24/0.23	o -1770
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.108
0.24/0.23	o -1783
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.108
0.24/0.23	o -1809
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.109
0.24/0.23	o -1818
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.11
0.24/0.23	o -1842
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.111
0.24/0.23	o -1871
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.112
0.24/0.23	o -2142
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.113
0.24/0.23	o -2338
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.114
0.24/0.23	o -2356
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.116
0.24/0.23	o -2524
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.117
0.24/0.24	o -2577
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.118
0.24/0.24	o -2736
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.119
0.24/0.24	o -2836
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.12
0.24/0.24	o -2839
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.121
0.24/0.24	o -2842
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.122
0.24/0.24	o -2844
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.123
0.24/0.24	o -2905
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.124
0.24/0.24	o -2936
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.124
0.24/0.24	o -2952
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.125
0.24/0.24	o -3030
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.126
0.24/0.24	o -3061
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.127
0.24/0.25	o -3300
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.127
0.24/0.25	o -3322
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.128
0.24/0.25	o -3333
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.129
0.24/0.25	o -3335
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.13
0.24/0.25	o -3346
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.131
0.24/0.25	o -3410
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.131
0.24/0.25	o -3431
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.132
0.24/0.25	o -3468
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.133
0.24/0.25	o -3578
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.134
0.24/0.25	o -3619
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.134
0.24/0.25	o -3621
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.135
0.24/0.25	o -3642
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.136
0.24/0.25	o -3686
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.137
0.24/0.26	o -3721
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.138
0.24/0.26	o -3746
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.139
0.24/0.26	o -3757
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.14
0.24/0.26	o -3759
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.141
0.24/0.26	o -3773
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.144
0.24/0.26	o -3777
0.24/0.27	c Got one! Elapsed wall clock time (in seconds):0.151
0.24/0.27	o -4503
0.24/0.27	c Got one! Elapsed wall clock time (in seconds):0.152
0.24/0.27	o -5009
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.173
0.24/0.29	o -5020
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.183
0.52/0.30	o -5049
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.209
0.52/0.33	o -5064
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.246
0.52/0.37	o -5065
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.259
0.52/0.38	o -5156
0.81/0.43	c Got one! Elapsed wall clock time (in seconds):0.313
0.81/0.43	o -5913
1.21/0.65	c cleaning 2845 clauses out of 5697 with flag 5000/5697
1.34/0.73	c Got one! Elapsed wall clock time (in seconds):0.609
1.34/0.73	o -5920
1.34/0.74	c Got one! Elapsed wall clock time (in seconds):0.625
1.34/0.74	o -5924
1.34/0.75	c Got one! Elapsed wall clock time (in seconds):0.63
1.34/0.75	o -6034
1.44/0.85	c cleaning 4289 clauses out of 8586 with flag 3001/11431
1.57/0.92	c Got one! Elapsed wall clock time (in seconds):0.805
1.57/0.92	o -6059
1.57/0.93	c Got one! Elapsed wall clock time (in seconds):0.807
1.57/0.93	o -6079
1.57/0.93	c Got one! Elapsed wall clock time (in seconds):0.808
1.57/0.93	o -6297
1.57/0.93	c Got one! Elapsed wall clock time (in seconds):0.815
1.57/0.93	o -6305
1.57/0.94	c Got one! Elapsed wall clock time (in seconds):0.818
1.57/0.94	o -6340
1.57/0.94	c Got one! Elapsed wall clock time (in seconds):0.819
1.57/0.94	o -7536
1.57/0.94	c Got one! Elapsed wall clock time (in seconds):0.82
1.57/0.94	o -7544
1.68/1.09	c cleaning 4751 clauses out of 9506 with flag 3001/16640
2.11/1.24	c Got one! Elapsed wall clock time (in seconds):1.117
2.11/1.24	o -7547
2.36/1.34	c cleaning 4230 clauses out of 8459 with flag 2001/22204
2.82/1.56	c cleaning 4060 clauses out of 8121 with flag 8001/28204
2.82/1.58	c Got one! Elapsed wall clock time (in seconds):1.464
2.82/1.58	o -7586
3.24/1.79	c cleaning 3205 clauses out of 6410 with flag 5000/33579
3.45/1.86	c Got one! Elapsed wall clock time (in seconds):1.743
3.45/1.86	o -7596
3.45/1.87	c Got one! Elapsed wall clock time (in seconds):1.748
3.45/1.87	o -7602
3.45/1.89	c Got one! Elapsed wall clock time (in seconds):1.776
3.45/1.89	o -7648
3.45/1.89	c Got one! Elapsed wall clock time (in seconds):1.776
3.45/1.90	o -7675
3.67/1.93	c Got one! Elapsed wall clock time (in seconds):1.81
3.67/1.93	o -7685
3.79/2.07	c cleaning 5041 clauses out of 10082 with flag 3003/40456
4.00/2.23	c Got one! Elapsed wall clock time (in seconds):2.108
4.00/2.23	o -7690
4.00/2.29	c cleaning 5224 clauses out of 10449 with flag 1000/45864
4.29/2.51	c Got one! Elapsed wall clock time (in seconds):2.388
4.29/2.51	o -7705
4.49/2.73	c cleaning 5043 clauses out of 10085 with flag 5001/56597
4.49/2.77	c Got one! Elapsed wall clock time (in seconds):2.651
4.49/2.77	o -7714
4.49/2.79	c Got one! Elapsed wall clock time (in seconds):2.67
4.49/2.79	o -7739
4.60/2.87	c Got one! Elapsed wall clock time (in seconds):2.751
4.60/2.87	o -7758
4.60/2.88	c Got one! Elapsed wall clock time (in seconds):2.758
4.60/2.88	o -7772
4.70/2.91	c starts		: 174
4.70/2.91	c conflicts		: 60207
4.70/2.91	c decisions		: 67326
4.70/2.91	c propagations		: 607237
4.70/2.91	c inspects		: 20473737
4.70/2.91	c shortcuts		: 0
4.70/2.91	c learnt literals	: 13
4.70/2.91	c learnt binary clauses	: 59
4.70/2.91	c learnt ternary clauses	: 147
4.70/2.91	c learnt constraints	: 60193
4.70/2.91	c ignored constraints	: 0
4.70/2.91	c root simplifications	: 186
4.70/2.91	c removed literals (reason simplification)	: 341516
4.70/2.91	c reason swapping (by a shorter reason)	: 0
4.70/2.91	c Calls to reduceDB	: 9
4.70/2.91	c number of reductions to clauses (during analyze)	: 0
4.70/2.91	c number of learned constraints concerned by reduction	: 0
4.70/2.91	c number of learning phase by resolution	: 0
4.70/2.91	c number of learning phase by cutting planes	: 0
4.70/2.91	c speed (assignments/second)	: 223248.89705882352
4.70/2.91	c non guided choices	3775
4.70/2.91	c learnt constraints type 
4.70/2.91	c constraints type 
4.70/2.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 0
4.70/2.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
4.70/2.91	c 30 constraints processed.
4.70/2.91	s OPTIMUM FOUND
4.70/2.91	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 x41 x42 -x43 -x44 x45 -x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 x55 -x56 -x57 -x58 x59 x60 
4.70/2.91	c objective function=-7772
4.70/2.91	c Total wall clock time (in seconds): 2.79

Verifier Data

OK	-7772

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-3710539-1338136706/watcher-3710539-1338136706 -o /tmp/evaluation-result-3710539-1338136706/solver-3710539-1338136706 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710539-1338136706.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: 2.07 2.02 2.00 2/194 2531
/proc/meminfo: memFree=28864340/32873648 swapFree=6864/6864
[pid=2531] ppid=2529 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2531/stat : 2531 (java) D 2529 2531 32120 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 279796049 9515008 183 33554432000 1073741824 1073778376 140736983623056 140736983614088 270707539637 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/2531/statm: 2323 183 140 9 0 71 0

[startup+0.0909069 s]
/proc/loadavg: 2.07 2.02 2.00 2/194 2531
/proc/meminfo: memFree=28864340/32873648 swapFree=6864/6864
[pid=2531] ppid=2529 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/2531/stat : 2531 (java) S 2529 2531 32120 0 -1 4202496 3975 0 1 0 6 0 0 0 20 0 18 0 279796049 9787842560 5182 33554432000 1073741824 1073778376 140735879178288 140735879169424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2531/statm: 2389610 5182 2074 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100168 s]
/proc/loadavg: 2.07 2.02 2.00 2/194 2531
/proc/meminfo: memFree=28864340/32873648 swapFree=6864/6864
[pid=2531] ppid=2529 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/2531/stat : 2531 (java) S 2529 2531 32120 0 -1 4202496 4282 0 1 0 8 1 0 0 20 0 18 0 279796049 9787842560 6000 33554432000 1073741824 1073778376 140735879178288 140735879169424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2531/statm: 2389610 6001 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300155 s]
/proc/loadavg: 2.07 2.02 2.00 2/194 2531
/proc/meminfo: memFree=28864340/32873648 swapFree=6864/6864
[pid=2531] ppid=2529 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/2531/stat : 2531 (java) S 2529 2531 32120 0 -1 4202496 9029 0 1 0 50 2 0 0 20 0 19 0 279796049 9856004096 10027 33554432000 1073741824 1073778376 140735879178288 140735879169424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2531/statm: 2406251 10027 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625004

[startup+0.700173 s]
/proc/loadavg: 2.07 2.02 2.00 2/194 2531
/proc/meminfo: memFree=28864340/32873648 swapFree=6864/6864
[pid=2531] ppid=2529 vsize=9625004 CPUtime=1.34 cores=0,2,4,6
/proc/2531/stat : 2531 (java) S 2529 2531 32120 0 -1 4202496 11139 0 1 0 132 2 0 0 20 0 19 0 279796049 9856004096 13152 33554432000 1073741824 1073778376 140735879178288 140735879169424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2531/statm: 2406251 13152 2275 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 2.07 2.02 2.00 4/213 2550
/proc/meminfo: memFree=28819636/32873648 swapFree=6864/6864
[pid=2531] ppid=2529 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/2531/stat : 2531 (java) S 2529 2531 32120 0 -1 4202496 18278 0 1 0 278 4 0 0 20 0 19 0 279796049 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140735879169424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2531/statm: 2406251 16199 2277 9 0 2396937 0
[pid=2531/tid=2533] ppid=2529 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/2531/task/2533/stat : 2533 (java) R 2529 2531 32120 0 -1 4202560 2512 0 1 0 142 0 0 0 20 0 19 0 279796050 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140212397817256 140212244531079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2531/tid=2534] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2534/stat : 2534 (java) S 2529 2531 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140212370270888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2535] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2535/stat : 2535 (java) S 2529 2531 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140212369218344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2536] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2536/stat : 2536 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140212368165800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2537] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2537/stat : 2537 (java) S 2529 2531 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140212367113256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2538] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2538/stat : 2538 (java) S 2529 2531 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140212366059688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2539] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2539/stat : 2539 (java) S 2529 2531 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140212365007144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2540] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2540/stat : 2540 (java) S 2529 2531 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140212363954600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2541] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2541/stat : 2541 (java) S 2529 2531 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140212362902056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2531/tid=2542] ppid=2529 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/2531/task/2542/stat : 2542 (java) S 2529 2531 32120 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 279796052 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140211751193192 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2531/tid=2543] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2543/stat : 2543 (java) S 2529 2531 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279796052 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140211750139512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2544] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2544/stat : 2544 (java) S 2529 2531 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279796052 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140211749086856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2545] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2545/stat : 2545 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140211748035600 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2546] ppid=2529 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/2531/task/2546/stat : 2546 (java) S 2529 2531 32120 0 -1 4202560 9890 0 0 0 77 2 0 0 20 0 19 0 279796055 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140211746981944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2547] ppid=2529 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/2531/task/2547/stat : 2547 (java) S 2529 2531 32120 0 -1 4202560 4632 0 0 0 52 0 0 0 20 0 19 0 279796055 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140211745929400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2548] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2548/stat : 2548 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140211744877048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2549] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2549/stat : 2549 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140211743824712 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2550] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2550/stat : 2550 (java) S 2529 2531 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279796068 9856004096 16199 33554432000 1073741824 1073778376 140735879178288 140211742770472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 9625004

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

[startup+2.30057 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 2550
/proc/meminfo: memFree=28806552/32873648 swapFree=6864/6864
[pid=2531] ppid=2529 vsize=9625004 CPUtime=4.09 cores=0,2,4,6
/proc/2531/stat : 2531 (java) S 2529 2531 32120 0 -1 4202496 20678 0 1 0 404 5 0 0 20 0 19 0 279796049 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140735879169424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2531/statm: 2406251 16907 2277 9 0 2396937 0
[pid=2531/tid=2533] ppid=2529 vsize=9625004 CPUtime=2.19 cores=0,2,4,6
/proc/2531/task/2533/stat : 2533 (java) S 2529 2531 32120 0 -1 4202560 2515 0 1 0 219 0 0 0 20 0 19 0 279796050 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212397818280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2534] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2534/stat : 2534 (java) S 2529 2531 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212370270888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2535] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2535/stat : 2535 (java) S 2529 2531 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212369218344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2536] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2536/stat : 2536 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212368165800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2537] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2537/stat : 2537 (java) S 2529 2531 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212367113256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2538] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2538/stat : 2538 (java) S 2529 2531 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212366059688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2539] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2539/stat : 2539 (java) S 2529 2531 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212365007144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2531/tid=2540] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2540/stat : 2540 (java) S 2529 2531 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212363954600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2541] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2541/stat : 2541 (java) S 2529 2531 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212362902056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2542] ppid=2529 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/2531/task/2542/stat : 2542 (java) R 2529 2531 32120 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 279796052 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211751192048 140212401829133 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2531/tid=2543] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2543/stat : 2543 (java) S 2529 2531 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279796052 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211750139512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2544] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2544/stat : 2544 (java) S 2529 2531 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279796052 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211749086856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2545] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2545/stat : 2545 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211748035600 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2546] ppid=2529 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/2531/task/2546/stat : 2546 (java) S 2529 2531 32120 0 -1 4202560 11549 0 0 0 113 3 0 0 20 0 19 0 279796055 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211746981944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2547] ppid=2529 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/2531/task/2547/stat : 2547 (java) S 2529 2531 32120 0 -1 4202560 5363 0 0 0 62 0 0 0 20 0 19 0 279796055 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211745929400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2548] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2548/stat : 2548 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211744877048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2549] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2549/stat : 2549 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211743824712 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2550] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2550/stat : 2550 (java) S 2529 2531 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279796068 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211742770472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9625004

[startup+2.70062 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 2550
/proc/meminfo: memFree=28806552/32873648 swapFree=6864/6864
[pid=2531] ppid=2529 vsize=9625004 CPUtime=4.49 cores=0,2,4,6
/proc/2531/stat : 2531 (java) S 2529 2531 32120 0 -1 4202496 20679 0 1 0 444 5 0 0 20 0 19 0 279796049 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140735879169424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2531/statm: 2406251 16907 2277 9 0 2396937 0
[pid=2531/tid=2533] ppid=2529 vsize=9625004 CPUtime=2.58 cores=0,2,4,6
/proc/2531/task/2533/stat : 2533 (java) R 2529 2531 32120 0 -1 4202560 2516 0 1 0 258 0 0 0 20 0 19 0 279796050 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212397810112 140212244531292 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2534] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2534/stat : 2534 (java) S 2529 2531 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212370270888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2535] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2535/stat : 2535 (java) S 2529 2531 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212369218344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2536] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2536/stat : 2536 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212368165800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2537] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2537/stat : 2537 (java) S 2529 2531 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212367113256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2538] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2538/stat : 2538 (java) S 2529 2531 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212366059688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2539] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2539/stat : 2539 (java) S 2529 2531 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212365007144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2531/tid=2540] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2540/stat : 2540 (java) S 2529 2531 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212363954600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2541] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2541/stat : 2541 (java) S 2529 2531 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140212362902056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2542] ppid=2529 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/2531/task/2542/stat : 2542 (java) S 2529 2531 32120 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 279796052 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211751193192 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2531/tid=2543] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2543/stat : 2543 (java) S 2529 2531 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279796052 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211750139512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2544] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2544/stat : 2544 (java) S 2529 2531 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279796052 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211749086856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2545] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2545/stat : 2545 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211748035600 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2546] ppid=2529 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/2531/task/2546/stat : 2546 (java) S 2529 2531 32120 0 -1 4202560 11549 0 0 0 113 3 0 0 20 0 19 0 279796055 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211746981944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2547] ppid=2529 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/2531/task/2547/stat : 2547 (java) S 2529 2531 32120 0 -1 4202560 5363 0 0 0 62 0 0 0 20 0 19 0 279796055 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211745929400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2548] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2548/stat : 2548 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211744877048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2549] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2549/stat : 2549 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211743824712 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2550] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2550/stat : 2550 (java) S 2529 2531 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279796068 9856004096 16907 33554432000 1073741824 1073778376 140735879178288 140211742770472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9625004

[startup+2.90074 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 2550
/proc/meminfo: memFree=28806552/32873648 swapFree=6864/6864
[pid=2531] ppid=2529 vsize=9625004 CPUtime=4.7 cores=0,2,4,6
/proc/2531/stat : 2531 (java) S 2529 2531 32120 0 -1 4202496 20682 0 1 0 465 5 0 0 20 0 19 0 279796049 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140735879169424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2531/statm: 2406251 16909 2277 9 0 2396937 0
[pid=2531/tid=2533] ppid=2529 vsize=9625004 CPUtime=2.77 cores=0,2,4,6
/proc/2531/task/2533/stat : 2533 (java) R 2529 2531 32120 0 -1 4202560 2517 0 1 0 277 0 0 0 20 0 19 0 279796050 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140212397810112 140212244930811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2534] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2534/stat : 2534 (java) S 2529 2531 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140212370270888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2535] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2535/stat : 2535 (java) S 2529 2531 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140212369218344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2536] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2536/stat : 2536 (java) S 2529 2531 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140212368165800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2537] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2537/stat : 2537 (java) S 2529 2531 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140212367113256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2538] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2538/stat : 2538 (java) S 2529 2531 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140212366059688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2539] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2539/stat : 2539 (java) S 2529 2531 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140212365007144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2531/tid=2540] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2540/stat : 2540 (java) S 2529 2531 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140212363954600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2531/tid=2541] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2541/stat : 2541 (java) S 2529 2531 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279796051 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140212362902056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2542] ppid=2529 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/2531/task/2542/stat : 2542 (java) S 2529 2531 32120 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 279796052 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140211751193192 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2531/tid=2543] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2543/stat : 2543 (java) S 2529 2531 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279796052 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140211750139512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2544] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2544/stat : 2544 (java) S 2529 2531 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279796052 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140211749086856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2545] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2545/stat : 2545 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140211748035600 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2546] ppid=2529 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/2531/task/2546/stat : 2546 (java) S 2529 2531 32120 0 -1 4202560 11549 0 0 0 113 3 0 0 20 0 19 0 279796055 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140211746981944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2547] ppid=2529 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/2531/task/2547/stat : 2547 (java) S 2529 2531 32120 0 -1 4202560 5363 0 0 0 62 0 0 0 20 0 19 0 279796055 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140211745929400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2531/tid=2548] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2548/stat : 2548 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140211744877048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2549] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2549/stat : 2549 (java) S 2529 2531 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279796055 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140211743824712 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2531/tid=2550] ppid=2529 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2531/task/2550/stat : 2550 (java) S 2529 2531 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279796068 9856004096 16909 33554432000 1073741824 1073778376 140735879178288 140211742770472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9625004

Child status: 30
Real time (s): 2.91698
CPU time (s): 4.70428
CPU user time (s): 4.63129
CPU system time (s): 0.072988
CPU usage (%): 161.273
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.63129
system time used= 0.072988
maximum resident set size= 68216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20694
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= 584
involuntary context switches= 159

runsolver used 0.008998 second user time and 0.027995 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 18:38:26
IDJOB=3710539
IDBENCH=1857
IDSOLVER=2289
FILE ID=node125/3710539-1338136706
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71260 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-sentoy.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710539-1338136706/watcher-3710539-1338136706 -o /tmp/evaluation-result-3710539-1338136706/solver-3710539-1338136706 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710539-1338136706.opb

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

MD5SUM BENCH= d0f46c7e79d3309033cc6b73ceacef6c
RANDOM SEED=2023533987

node125.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.373
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	: 5332.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        28864604 kB
Buffers:          449396 kB
Cached:          2432792 kB
SwapCached:         2308 kB
Active:          1664536 kB
Inactive:        1500372 kB
Active(anon):     274468 kB
Inactive(anon):     9556 kB
Active(file):    1390068 kB
Inactive(file):  1490816 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:               848 kB
Writeback:           392 kB
AnonPages:        298460 kB
Mapped:            22556 kB
Shmem:               104 kB
Slab:             703408 kB
SReclaimable:     147108 kB
SUnreclaim:       556300 kB
KernelStack:        1576 kB
PageTables:         4680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     651076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-27 18:38:29