Trace number 3455469

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0UNSAT 11.8732 5.60466

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j30/
normalized-j3029_8-unsat.opb
MD5SUM4beea9548a8b05c336cb9a5dcff42191
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.46778
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4960
Total number of constraints16157
Number of constraints which are clauses15841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints316
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 201
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455469-1307196932.opb
0.10/0.11	c reading problem ... 
1.01/0.53	c ... done. Wall clock time 0.42s.
1.01/0.53	c #vars     4960
1.01/0.53	c #constraints  14585
1.01/0.53	c constraints type 
1.01/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1785
1.01/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11829
1.01/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 316
1.01/0.53	c constraints type 
1.01/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11829
1.01/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1785
1.01/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 316
4.94/1.86	c cleaning 2489 clauses out of 4998 with flag 5000/5000
7.27/2.92	c cleaning 4251 clauses out of 8509 with flag 11000/11000
9.88/4.27	c cleaning 5629 clauses out of 11259 with flag 18001/18001
11.65/5.18	c  And the winner is Resolution
11.83/5.55	c starts		: 45
11.83/5.55	c conflicts		: 22339
11.83/5.55	c decisions		: 28437
11.83/5.55	c propagations		: 6917670
11.83/5.55	c inspects		: 31692209
11.83/5.55	c shortcuts		: 0
11.83/5.55	c learnt literals	: 13
11.83/5.55	c learnt binary clauses	: 59
11.83/5.55	c learnt ternary clauses	: 153
11.83/5.55	c learnt constraints	: 22325
11.83/5.55	c ignored constraints	: 0
11.83/5.55	c root simplifications	: 0
11.83/5.55	c removed literals (reason simplification)	: 352310
11.83/5.55	c reason swapping (by a shorter reason)	: 0
11.83/5.55	c Calls to reduceDB	: 3
11.83/5.55	c number of reductions to clauses (during analyze)	: 0
11.83/5.55	c number of learned constraints concerned by reduction	: 0
11.83/5.55	c number of learning phase by resolution	: 0
11.83/5.55	c number of learning phase by cutting planes	: 0
11.83/5.55	c speed (assignments/second)	: 1377747.4606652062
11.83/5.55	c non guided choices	22
11.83/5.56	c learnt constraints type 
11.83/5.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 59
11.83/5.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9897
11.83/5.56	c constraints type 
11.83/5.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1785
11.83/5.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11829
11.83/5.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 316
11.83/5.56	c constraints type 
11.83/5.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11829
11.83/5.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1785
11.83/5.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 316
11.83/5.56	s UNSATISFIABLE
11.83/5.56	c Total wall clock time (in seconds): 5.448

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455469-1307196932/watcher-3455469-1307196932 -o /tmp/evaluation-result-3455469-1307196932/solver-3455469-1307196932 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455469-1307196932.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: 3.48 3.44 3.40 3/436 11854
/proc/meminfo: memFree=22481572/32950928 swapFree=52006644/67111528
[pid=11854] ppid=11852 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/11854/stat : 11854 (java) S 11852 11854 11316 0 -1 4202496 1371 0 1 0 0 0 0 0 23 0 2 0 287302591 37810176 1073 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/11854/statm: 9231 1073 833 9 0 387 0
[pid=11854/tid=11855] ppid=11852 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11855/stat : 11855 (java) R 11852 11854 11316 0 -1 4202560 3135 0 1 0 0 0 0 0 24 0 2 0 287302592 10694979584 3951 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218880259131 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.063839 s]
/proc/loadavg: 3.48 3.44 3.40 3/436 11854
/proc/meminfo: memFree=22481572/32950928 swapFree=52006644/67111528
[pid=11854] ppid=11852 vsize=10538320 CPUtime=0.05 cores=1,3,5,7
/proc/11854/stat : 11854 (java) S 11852 11854 11316 0 -1 4202496 11676 0 1 0 4 1 0 0 23 0 18 0 287302591 10791239680 11372 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11854/statm: 2634580 11372 1733 9 0 2625321 0
[pid=11854/tid=11855] ppid=11852 vsize=10538320 CPUtime=0.04 cores=1,3,5,7
/proc/11854/task/11855/stat : 11855 (java) R 11852 11854 11316 0 -1 4202560 10500 0 1 0 3 1 0 0 25 0 18 0 287302592 10791239680 11372 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 47501841577696 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10538320

[startup+0.104933 s]
/proc/loadavg: 3.48 3.44 3.40 3/436 11854
/proc/meminfo: memFree=22481572/32950928 swapFree=52006644/67111528
[pid=11854] ppid=11852 vsize=10539856 CPUtime=0.1 cores=1,3,5,7
/proc/11854/stat : 11854 (java) S 11852 11854 11316 0 -1 4202496 13098 0 1 0 9 1 0 0 23 0 18 0 287302591 10792812544 12794 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11854/statm: 2634964 12795 2092 9 0 2625698 0
[pid=11854/tid=11855] ppid=11852 vsize=10539856 CPUtime=0.08 cores=1,3,5,7
/proc/11854/task/11855/stat : 11855 (java) R 11852 11854 11316 0 -1 4202560 11178 0 1 0 7 1 0 0 18 0 18 0 287302592 10792812544 12795 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892391883 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539856

[startup+0.300797 s]
/proc/loadavg: 3.48 3.44 3.40 3/436 11854
/proc/meminfo: memFree=22481572/32950928 swapFree=52006644/67111528
[pid=11854] ppid=11852 vsize=10544544 CPUtime=0.48 cores=1,3,5,7
/proc/11854/stat : 11854 (java) S 11852 11854 11316 0 -1 4202496 16378 0 1 0 46 2 0 0 23 0 18 0 287302591 10797613056 15823 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11854/statm: 2636136 15824 2200 9 0 2626870 0
[pid=11854/tid=11855] ppid=11852 vsize=10544544 CPUtime=0.28 cores=1,3,5,7
/proc/11854/task/11855/stat : 11855 (java) R 11852 11854 11316 0 -1 4202560 13040 0 1 0 27 1 0 0 18 0 18 0 287302592 10797613056 15824 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 46912505592799 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10544544

[startup+0.70073 s]
/proc/loadavg: 3.48 3.44 3.40 3/436 11854
/proc/meminfo: memFree=22481572/32950928 swapFree=52006644/67111528
[pid=11854] ppid=11852 vsize=10553808 CPUtime=1.76 cores=1,3,5,7
/proc/11854/stat : 11854 (java) S 11852 11854 11316 0 -1 4202496 36865 0 1 0 172 4 0 0 23 0 22 0 287302591 10807099392 30313 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11854/statm: 2638452 30313 2233 9 0 2629186 0
[pid=11854/tid=11855] ppid=11852 vsize=10553808 CPUtime=0.52 cores=1,3,5,7
/proc/11854/task/11855/stat : 11855 (java) S 11852 11854 11316 0 -1 4202560 22162 0 1 0 50 2 0 0 19 0 22 0 287302592 10807099392 30314 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 10553808

[startup+1.50165 s]
/proc/loadavg: 3.48 3.44 3.40 7/458 11876
/proc/meminfo: memFree=22342192/32950928 swapFree=52006644/67111528
[pid=11854] ppid=11852 vsize=10554664 CPUtime=4.3 cores=1,3,5,7
/proc/11854/stat : 11854 (java) S 11852 11854 11316 0 -1 4202496 88717 0 1 0 419 11 0 0 23 0 22 0 287302591 10807975936 80381 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11854/statm: 2638666 80384 2241 9 0 2629400 0
[pid=11854/tid=11855] ppid=11852 vsize=10554664 CPUtime=0.52 cores=1,3,5,7
/proc/11854/task/11855/stat : 11855 (java) S 11852 11854 11316 0 -1 4202560 22162 0 1 0 50 2 0 0 15 0 22 0 287302592 10807975936 80385 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302594 10807975936 80386 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11316 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 287302594 10807975936 80389 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302594 10807975936 80390 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302594 10807975936 80391 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302594 10807975936 80393 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302594 10807975936 80394 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11863/stat : 11863 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302594 10807975936 80396 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11864/stat : 11864 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302594 10807975936 80397 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11316 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 287302595 10807975936 80399 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 0 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 287302595 10807975936 80407 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11867] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11867/stat : 11867 (java) S 11852 11854 11316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 287302595 10807975936 80411 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11868] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11868/stat : 11868 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302598 10807975936 80412 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892388785 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11869] ppid=11852 vsize=10554664 CPUtime=0.92 cores=1,3,5,7
/proc/11854/task/11869/stat : 11869 (java) S 11852 11854 11316 0 -1 4202560 5424 0 0 0 92 0 0 0 24 0 22 0 287302598 10807975936 80414 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11870] ppid=11852 vsize=10554664 CPUtime=0.91 cores=1,3,5,7
/proc/11854/task/11870/stat : 11870 (java) S 11852 11854 11316 0 -1 4202560 9405 0 0 0 90 1 0 0 23 0 22 0 287302598 10807975936 80416 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11871] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11871/stat : 11871 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302598 10807975936 80418 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11872] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11872/stat : 11872 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287302598 10807975936 80422 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11873] ppid=11852 vsize=10554664 CPUtime=0.96 cores=1,3,5,7
/proc/11854/task/11873/stat : 11873 (java) R 11852 11854 11316 0 -1 4202560 308 0 0 0 96 0 0 0 20 0 22 0 287302645 10807975936 80426 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 46912505888800 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11854/tid=11874] ppid=11852 vsize=10554664 CPUtime=0.96 cores=1,3,5,7
/proc/11854/task/11874/stat : 11874 (java) R 11852 11854 11316 0 -1 4202560 50296 0 0 0 90 6 0 0 25 0 22 0 287302645 10807975936 80428 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 46912506001422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11875] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11875/stat : 11875 (java) S 11852 11854 11316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 287302647 10807975936 80429 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11876] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11876/stat : 11876 (java) S 11852 11854 11316 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 287302648 10807975936 80431 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 10554664

[startup+3.10137 s]
/proc/loadavg: 3.53 3.45 3.41 5/458 11876
/proc/meminfo: memFree=22004664/32950928 swapFree=52006644/67111528
[pid=11854] ppid=11852 vsize=10554664 CPUtime=7.63 cores=1,3,5,7
/proc/11854/stat : 11854 (java) S 11852 11854 11316 0 -1 4202496 153186 0 1 0 745 18 0 0 23 0 22 0 287302591 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11854/statm: 2638666 144839 2268 9 0 2629400 0
[pid=11854/tid=11855] ppid=11852 vsize=10554664 CPUtime=0.52 cores=1,3,5,7
/proc/11854/task/11855/stat : 11855 (java) S 11852 11854 11316 0 -1 4202560 22162 0 1 0 50 2 0 0 15 0 22 0 287302592 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11316 0 -1 4202560 324 0 0 0 0 0 0 0 16 0 22 0 287302594 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11316 0 -1 4202560 282 0 0 0 0 0 0 0 16 0 22 0 287302594 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11316 0 -1 4202560 109 0 0 0 0 0 0 0 16 0 22 0 287302594 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11316 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 287302594 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 287302594 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11316 0 -1 4202560 670 0 0 0 0 0 0 0 18 0 22 0 287302594 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=10554664 CPUtime=0.01 cores=1,3,5,7
/proc/11854/task/11863/stat : 11863 (java) S 11852 11854 11316 0 -1 4202560 860 0 0 0 1 0 0 0 18 0 22 0 287302594 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11864/stat : 11864 (java) S 11852 11854 11316 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 22 0 287302594 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=10554664 CPUtime=0.06 cores=1,3,5,7
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11316 0 -1 4202560 2865 0 0 0 6 0 0 0 15 0 22 0 287302595 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 0 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 287302595 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11867] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11867/stat : 11867 (java) S 11852 11854 11316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 287302595 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11868] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11868/stat : 11868 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302598 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892388785 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11869] ppid=11852 vsize=10554664 CPUtime=0.98 cores=1,3,5,7
/proc/11854/task/11869/stat : 11869 (java) S 11852 11854 11316 0 -1 4202560 5433 0 0 0 98 0 0 0 15 0 22 0 287302598 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11870] ppid=11852 vsize=10554664 CPUtime=1.05 cores=1,3,5,7
/proc/11854/task/11870/stat : 11870 (java) S 11852 11854 11316 0 -1 4202560 9429 0 0 0 104 1 0 0 15 0 22 0 287302598 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11871] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11871/stat : 11871 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302598 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11872] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11872/stat : 11872 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287302598 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11873] ppid=11852 vsize=10554664 CPUtime=2.47 cores=1,3,5,7
/proc/11854/task/11873/stat : 11873 (java) R 11852 11854 11316 0 -1 4202560 404 0 0 0 247 0 0 0 25 0 22 0 287302645 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 46912505994031 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11874] ppid=11852 vsize=10554664 CPUtime=2.46 cores=1,3,5,7
/proc/11854/task/11874/stat : 11874 (java) R 11852 11854 11316 0 -1 4202560 108713 0 0 0 234 12 0 0 25 0 22 0 287302645 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 46912506050047 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11854/tid=11875] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11875/stat : 11875 (java) S 11852 11854 11316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 287302647 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11876] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11876/stat : 11876 (java) S 11852 11854 11316 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 287302648 10807975936 144839 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 10554664

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

[startup+4.70108 s]
/proc/loadavg: 3.53 3.45 3.41 4/458 11876
/proc/meminfo: memFree=21796840/32950928 swapFree=52006644/67111528
[pid=11854] ppid=11852 vsize=10554664 CPUtime=10.85 cores=1,3,5,7
/proc/11854/stat : 11854 (java) S 11852 11854 11316 0 -1 4202496 181658 0 1 0 1064 21 0 0 23 0 22 0 287302591 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11854/statm: 2638666 173308 2268 9 0 2629400 0
[pid=11854/tid=11855] ppid=11852 vsize=10554664 CPUtime=0.52 cores=1,3,5,7
/proc/11854/task/11855/stat : 11855 (java) S 11852 11854 11316 0 -1 4202560 22162 0 1 0 50 2 0 0 15 0 22 0 287302592 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11316 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11316 0 -1 4202560 283 0 0 0 0 0 0 0 16 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11316 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11316 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11316 0 -1 4202560 672 0 0 0 0 0 0 0 18 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=10554664 CPUtime=0.01 cores=1,3,5,7
/proc/11854/task/11863/stat : 11863 (java) S 11852 11854 11316 0 -1 4202560 860 0 0 0 1 0 0 0 18 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11864/stat : 11864 (java) S 11852 11854 11316 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=10554664 CPUtime=0.1 cores=1,3,5,7
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11316 0 -1 4202560 3695 0 0 0 10 0 0 0 15 0 22 0 287302595 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 0 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 287302595 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11867] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11867/stat : 11867 (java) S 11852 11854 11316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 287302595 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11868] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11868/stat : 11868 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302598 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892388785 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11869] ppid=11852 vsize=10554664 CPUtime=1.03 cores=1,3,5,7
/proc/11854/task/11869/stat : 11869 (java) S 11852 11854 11316 0 -1 4202560 5433 0 0 0 103 0 0 0 15 0 22 0 287302598 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11870] ppid=11852 vsize=10554664 CPUtime=1.05 cores=1,3,5,7
/proc/11854/task/11870/stat : 11870 (java) S 11852 11854 11316 0 -1 4202560 9430 0 0 0 104 1 0 0 15 0 22 0 287302598 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11871] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11871/stat : 11871 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302598 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11872] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11872/stat : 11872 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287302598 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11873] ppid=11852 vsize=10554664 CPUtime=4.02 cores=1,3,5,7
/proc/11854/task/11873/stat : 11873 (java) R 11852 11854 11316 0 -1 4202560 404 0 0 0 402 0 0 0 25 0 22 0 287302645 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 46912506018128 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11874] ppid=11852 vsize=10554664 CPUtime=4.02 cores=1,3,5,7
/proc/11854/task/11874/stat : 11874 (java) R 11852 11854 11316 0 -1 4202560 136350 0 0 0 387 15 0 0 25 0 22 0 287302645 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 46912506048562 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11854/tid=11875] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11875/stat : 11875 (java) S 11852 11854 11316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 287302647 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11876] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11876/stat : 11876 (java) S 11852 11854 11316 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 287302648 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.85
Current children cumulated vsize (KiB) 10554664

[startup+5.10101 s]
/proc/loadavg: 3.53 3.45 3.41 4/458 11876
/proc/meminfo: memFree=21796840/32950928 swapFree=52006644/67111528
[pid=11854] ppid=11852 vsize=10554664 CPUtime=11.65 cores=1,3,5,7
/proc/11854/stat : 11854 (java) S 11852 11854 11316 0 -1 4202496 181658 0 1 0 1144 21 0 0 23 0 22 0 287302591 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11854/statm: 2638666 173308 2268 9 0 2629400 0
[pid=11854/tid=11855] ppid=11852 vsize=10554664 CPUtime=0.52 cores=1,3,5,7
/proc/11854/task/11855/stat : 11855 (java) S 11852 11854 11316 0 -1 4202560 22162 0 1 0 50 2 0 0 15 0 22 0 287302592 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11316 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11316 0 -1 4202560 283 0 0 0 0 0 0 0 16 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11316 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11316 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11316 0 -1 4202560 672 0 0 0 0 0 0 0 18 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=10554664 CPUtime=0.01 cores=1,3,5,7
/proc/11854/task/11863/stat : 11863 (java) S 11852 11854 11316 0 -1 4202560 860 0 0 0 1 0 0 0 18 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11864/stat : 11864 (java) S 11852 11854 11316 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 22 0 287302594 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=10554664 CPUtime=0.1 cores=1,3,5,7
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11316 0 -1 4202560 3695 0 0 0 10 0 0 0 15 0 22 0 287302595 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 0 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 287302595 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11867] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11867/stat : 11867 (java) S 11852 11854 11316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 287302595 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11868] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11868/stat : 11868 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302598 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892388785 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11869] ppid=11852 vsize=10554664 CPUtime=1.03 cores=1,3,5,7
/proc/11854/task/11869/stat : 11869 (java) S 11852 11854 11316 0 -1 4202560 5433 0 0 0 103 0 0 0 15 0 22 0 287302598 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11870] ppid=11852 vsize=10554664 CPUtime=1.05 cores=1,3,5,7
/proc/11854/task/11870/stat : 11870 (java) S 11852 11854 11316 0 -1 4202560 9430 0 0 0 104 1 0 0 15 0 22 0 287302598 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11871] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11871/stat : 11871 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 287302598 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11872] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11872/stat : 11872 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287302598 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11873] ppid=11852 vsize=10554664 CPUtime=4.42 cores=1,3,5,7
/proc/11854/task/11873/stat : 11873 (java) R 11852 11854 11316 0 -1 4202560 404 0 0 0 442 0 0 0 25 0 22 0 287302645 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 46912506019960 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11874] ppid=11852 vsize=10554664 CPUtime=4.42 cores=1,3,5,7
/proc/11854/task/11874/stat : 11874 (java) R 11852 11854 11316 0 -1 4202560 136350 0 0 0 427 15 0 0 25 0 22 0 287302645 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 46912506001119 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11854/tid=11875] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11875/stat : 11875 (java) S 11852 11854 11316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 287302647 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11876] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11876/stat : 11876 (java) S 11852 11854 11316 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 287302648 10807975936 173308 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 10554664

[startup+5.51597 s]
/proc/loadavg: 3.53 3.45 3.41 3/455 11876
/proc/meminfo: memFree=21783368/32950928 swapFree=52006644/67111528
[pid=11854] ppid=11852 vsize=10554664 CPUtime=11.83 cores=1,3,5,7
/proc/11854/stat : 11854 (java) S 11852 11854 11316 0 -1 4202496 181660 0 1 0 1162 21 0 0 23 0 19 0 287302591 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11854/statm: 2638666 173254 2269 9 0 2629400 0
[pid=11854/tid=11855] ppid=11852 vsize=10554664 CPUtime=0.52 cores=1,3,5,7
/proc/11854/task/11855/stat : 11855 (java) S 11852 11854 11316 0 -1 4202560 22162 0 1 0 50 2 0 0 15 0 19 0 287302592 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11316 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 19 0 287302594 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11316 0 -1 4202560 283 0 0 0 0 0 0 0 16 0 19 0 287302594 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11316 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 287302594 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11316 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 287302594 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 1 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 287302594 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11316 0 -1 4202560 672 0 0 0 0 0 0 0 18 0 19 0 287302594 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=10554664 CPUtime=0.01 cores=1,3,5,7
/proc/11854/task/11863/stat : 11863 (java) S 11852 11854 11316 0 -1 4202560 860 0 0 0 1 0 0 0 18 0 19 0 287302594 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11864/stat : 11864 (java) S 11852 11854 11316 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 19 0 287302594 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=10554664 CPUtime=0.1 cores=1,3,5,7
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11316 0 -1 4202560 3695 0 0 0 10 0 0 0 15 0 19 0 287302595 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 0 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 287302595 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11867] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11867/stat : 11867 (java) S 11852 11854 11316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 287302595 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11868] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11868/stat : 11868 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 287302598 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892388785 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11869] ppid=11852 vsize=10554664 CPUtime=1.03 cores=1,3,5,7
/proc/11854/task/11869/stat : 11869 (java) S 11852 11854 11316 0 -1 4202560 5433 0 0 0 103 0 0 0 15 0 19 0 287302598 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 5 0 0 0
[pid=11854/tid=11870] ppid=11852 vsize=10554664 CPUtime=1.05 cores=1,3,5,7
/proc/11854/task/11870/stat : 11870 (java) S 11852 11854 11316 0 -1 4202560 9430 0 0 0 104 1 0 0 15 0 19 0 287302598 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11871] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11871/stat : 11871 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 287302598 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381081 0 4 0 16800975 18446604471124955200 0 0 -1 7 0 0 0
[pid=11854/tid=11872] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11872/stat : 11872 (java) S 11852 11854 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 287302598 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
[pid=11854/tid=11875] ppid=11852 vsize=10554664 CPUtime=0 cores=1,3,5,7
/proc/11854/task/11875/stat : 11875 (java) S 11852 11854 11316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 287302647 10807975936 173254 33554432000 1073741824 1073778376 140735968790160 18446744073709551615 218892381696 0 4 0 16800975 18446604471124955200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 10554664

[startup+5.60094 s]
/proc/loadavg: 3.53 3.45 3.41 3/455 11876
/proc/meminfo: memFree=21783368/32950928 swapFree=52006644/67111528
[pid=11854] ppid=11852 vsize=0 CPUtime=11.86 cores=1,3,5,7
/proc/11854/stat : 11854 (java) Z 11852 11854 11316 0 -1 4203548 181664 0 1 0 1163 23 0 0 18 0 2 0 287302591 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11854/statm: 0 0 0 0 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=0 CPUtime=0.02 cores=1,3,5,7
/proc/11854/task/11860/stat : 11860 (java) R 11852 11854 11316 0 -1 4203588 18 0 0 0 0 2 0 0 15 0 2 0 287302594 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 5.60466
CPU time (s): 11.8732
CPU user time (s): 11.6302
CPU system time (s): 0.242963
CPU usage (%): 211.845
Max. virtual memory (cumulated for all children) (KiB): 10556908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6302
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181664
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 607
involuntary context switches= 182

runsolver used 0.033994 second user time and 0.06099 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-04 16:15:32
IDJOB=3455469
IDBENCH=73438
IDSOLVER=1950
FILE ID=node112/3455469-1307196932
RUNJOBID= node112-1307195817-11335
PBS_JOBID= 13508879
Free space on /tmp= 73908 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j30/normalized-j3029_8-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455469-1307196932/watcher-3455469-1307196932 -o /tmp/evaluation-result-3455469-1307196932/solver-3455469-1307196932 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455469-1307196932.opb

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

MD5SUM BENCH= 4beea9548a8b05c336cb9a5dcff42191
RANDOM SEED=1940645977

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5180.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22481852 kB
Buffers:        338788 kB
Cached:        5647004 kB
SwapCached:      31280 kB
Active:        4459692 kB
Inactive:      5722424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22481852 kB
SwapTotal:    67111528 kB
SwapFree:     52006644 kB
Dirty:             864 kB
Writeback:           0 kB
AnonPages:     4172916 kB
Mapped:          20848 kB
Slab:           155932 kB
PageTables:      65852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108986308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73908 MiB
End job on node112 at 2011-06-04 16:15:38