Trace number 3455453

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 5.49716 2.55556

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12041_4-unsat.opb
MD5SUM79ac6c83623058381a8b74cdf49b52af
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 benchmark0.288955
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28072
Total number of constraints97590
Number of constraints which are clauses97130
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints460
Minimum length of a constraint1
Maximum length of a constraint36
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 231
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3455453-1307197022.opb
0.00/0.11	c reading problem ... 
1.56/0.98	c ... done. Wall clock time 0.872s.
1.56/0.98	c #vars     28072
1.56/0.98	c #constraints  83551
1.56/0.98	c constraints type 
1.56/0.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9669
1.56/0.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67527
1.56/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 460
1.56/0.98	c constraints type 
1.56/0.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 67527
1.56/0.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9669
1.56/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 460
5.28/2.19	c  And the winner is Resolution
5.46/2.53	c starts		: 9
5.46/2.53	c conflicts		: 1723
5.46/2.53	c decisions		: 3066
5.46/2.53	c propagations		: 1897296
5.46/2.53	c inspects		: 5080905
5.46/2.53	c shortcuts		: 0
5.46/2.53	c learnt literals	: 19
5.46/2.53	c learnt binary clauses	: 55
5.46/2.53	c learnt ternary clauses	: 66
5.46/2.53	c learnt constraints	: 1703
5.46/2.53	c ignored constraints	: 0
5.46/2.53	c root simplifications	: 0
5.46/2.53	c removed literals (reason simplification)	: 14719
5.46/2.53	c reason swapping (by a shorter reason)	: 0
5.46/2.53	c Calls to reduceDB	: 0
5.46/2.53	c number of reductions to clauses (during analyze)	: 0
5.46/2.53	c number of learned constraints concerned by reduction	: 0
5.46/2.53	c number of learning phase by resolution	: 0
5.46/2.53	c number of learning phase by cutting planes	: 0
5.46/2.53	c speed (assignments/second)	: 1230412.4513618676
5.46/2.53	c non guided choices	63
5.46/2.53	c learnt constraints type 
5.46/2.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
5.46/2.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1648
5.46/2.53	c constraints type 
5.46/2.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9669
5.46/2.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67527
5.46/2.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 460
5.46/2.53	c constraints type 
5.46/2.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 67527
5.46/2.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9669
5.46/2.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 460
5.46/2.53	s UNSATISFIABLE
5.46/2.53	c Total wall clock time (in seconds): 2.417

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-3455453-1307197022/watcher-3455453-1307197022 -o /tmp/evaluation-result-3455453-1307197022/solver-3455453-1307197022 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455453-1307197022.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.10 3.34 3.46 3/467 27293
/proc/meminfo: memFree=27718480/32950928 swapFree=34365992/67111528
[pid=27293] ppid=27291 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/27293/stat : 27293 (java) S 27291 27293 26457 0 -1 4202496 2453 0 1 0 0 0 0 0 25 0 2 0 831300948 10681323520 2154 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 2607745 2167 906 9 0 2598901 0
[pid=27293/tid=27294] ppid=27291 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27294/stat : 27294 (java) R 27291 27293 26457 0 -1 4202560 4013 0 1 0 0 0 0 0 25 0 2 0 831300949 10694979584 4829 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.127648 s]
/proc/loadavg: 3.10 3.34 3.46 3/467 27293
/proc/meminfo: memFree=27718480/32950928 swapFree=34365992/67111528
[pid=27293] ppid=27291 vsize=10539796 CPUtime=0.15 cores=1,3,5,7
/proc/27293/stat : 27293 (java) S 27291 27293 26457 0 -1 4202496 13673 0 1 0 13 2 0 0 25 0 18 0 831300948 10792751104 13369 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 2634949 13369 2136 9 0 2625683 0
[pid=27293/tid=27294] ppid=27291 vsize=10539796 CPUtime=0.1 cores=1,3,5,7
/proc/27293/task/27294/stat : 27294 (java) R 27291 27293 26457 0 -1 4202560 11707 0 1 0 9 1 0 0 25 0 18 0 831300949 10792751104 13369 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 10539796

[startup+0.200632 s]
/proc/loadavg: 3.10 3.34 3.46 3/467 27293
/proc/meminfo: memFree=27718480/32950928 swapFree=34365992/67111528
[pid=27293] ppid=27291 vsize=10540108 CPUtime=0.25 cores=1,3,5,7
/proc/27293/stat : 27293 (java) S 27291 27293 26457 0 -1 4202496 14241 0 1 0 23 2 0 0 25 0 18 0 831300948 10793070592 13937 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 2635027 13937 2181 9 0 2625761 0
[pid=27293/tid=27294] ppid=27291 vsize=10540108 CPUtime=0.18 cores=1,3,5,7
/proc/27293/task/27294/stat : 27294 (java) R 27291 27293 26457 0 -1 4202560 12140 0 1 0 17 1 0 0 25 0 18 0 831300949 10793070592 13937 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 47162481624682 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540108

[startup+0.300616 s]
/proc/loadavg: 3.10 3.34 3.46 3/467 27293
/proc/meminfo: memFree=27718480/32950928 swapFree=34365992/67111528
[pid=27293] ppid=27291 vsize=10541968 CPUtime=0.49 cores=1,3,5,7
/proc/27293/stat : 27293 (java) S 27291 27293 26457 0 -1 4202496 16781 0 1 0 47 2 0 0 25 0 18 0 831300948 10794975232 16173 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 2635492 16174 2200 9 0 2626226 0
[pid=27293/tid=27294] ppid=27291 vsize=10541968 CPUtime=0.28 cores=1,3,5,7
/proc/27293/task/27294/stat : 27294 (java) R 27291 27293 26457 0 -1 4202560 13392 0 1 0 26 2 0 0 25 0 18 0 831300949 10794975232 16174 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 46912505582521 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541968

[startup+0.700545 s]
/proc/loadavg: 3.10 3.34 3.46 3/467 27293
/proc/meminfo: memFree=27718480/32950928 swapFree=34365992/67111528
[pid=27293] ppid=27291 vsize=10546872 CPUtime=1.28 cores=1,3,5,7
/proc/27293/stat : 27293 (java) S 27291 27293 26457 0 -1 4202496 48582 0 1 0 122 6 0 0 25 0 18 0 831300948 10799996928 45276 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 2636718 45279 2221 9 0 2627452 0
[pid=27293/tid=27294] ppid=27291 vsize=10546872 CPUtime=0.68 cores=1,3,5,7
/proc/27293/task/27294/stat : 27294 (java) R 27291 27293 26457 0 -1 4202560 40961 0 1 0 63 5 0 0 25 0 18 0 831300949 10799996928 45280 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 46912505640155 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 10546872

[startup+1.50141 s]
/proc/loadavg: 3.17 3.35 3.46 8/488 27314
/proc/meminfo: memFree=27429036/32950928 swapFree=34365992/67111528
[pid=27293] ppid=27291 vsize=10552400 CPUtime=3.72 cores=1,3,5,7
/proc/27293/stat : 27293 (java) S 27291 27293 26457 0 -1 4202496 89141 0 1 0 361 11 0 0 25 0 22 0 831300948 10805657600 83962 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 2638100 83969 2238 9 0 2628834 0
[pid=27293/tid=27294] ppid=27291 vsize=10552400 CPUtime=0.97 cores=1,3,5,7
/proc/27293/task/27294/stat : 27294 (java) S 27291 27293 26457 0 -1 4202560 66396 0 1 0 89 8 0 0 25 0 22 0 831300949 10805657600 83972 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27296] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27296/stat : 27296 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10805657600 83977 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27297] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27297/stat : 27297 (java) S 27291 27293 26457 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831300951 10805657600 83980 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27298] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27298/stat : 27298 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10805657600 83985 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27299] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27299/stat : 27299 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10805657600 83988 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27300] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27300/stat : 27300 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10805657600 83993 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27301] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27301/stat : 27301 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10805657600 83997 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27302] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27302/stat : 27302 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10805657600 84001 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27303] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27303/stat : 27303 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10805657600 84004 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27304] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27304/stat : 27304 (java) S 27291 27293 26457 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831300952 10805657600 84008 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 0 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27305] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27305/stat : 27305 (java) S 27291 27293 26457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831300952 10805657600 84012 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27306] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27306/stat : 27306 (java) S 27291 27293 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831300952 10805657600 84016 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27307] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27307/stat : 27307 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300954 10805657600 84020 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606690225 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27308] ppid=27291 vsize=10552400 CPUtime=0.81 cores=1,3,5,7
/proc/27293/task/27308/stat : 27308 (java) S 27291 27293 26457 0 -1 4202560 6741 0 0 0 80 1 0 0 25 0 22 0 831300954 10805657600 84024 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 3 0 0 0
[pid=27293/tid=27309] ppid=27291 vsize=10552400 CPUtime=0.93 cores=1,3,5,7
/proc/27293/task/27309/stat : 27309 (java) R 27291 27293 26457 0 -1 4202560 4532 0 0 0 93 0 0 0 25 0 22 0 831300954 10805657600 84027 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 47162483343241 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27293/tid=27310] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27310/stat : 27310 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300954 10805657600 84031 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 7 0 0 0
[pid=27293/tid=27311] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27311/stat : 27311 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831300954 10805657600 84035 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27312] ppid=27291 vsize=10552400 CPUtime=0.51 cores=1,3,5,7
/proc/27293/task/27312/stat : 27312 (java) R 27291 27293 26457 0 -1 4202560 514 0 0 0 51 0 0 0 25 0 22 0 831301047 10805657600 84039 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 46912506153207 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27293/tid=27313] ppid=27291 vsize=10552400 CPUtime=0.47 cores=1,3,5,7
/proc/27293/task/27313/stat : 27313 (java) R 27291 27293 26457 0 -1 4202560 9868 0 0 0 46 1 0 0 25 0 22 0 831301047 10805657600 84043 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 46912506149191 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27293/tid=27314] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27314/stat : 27314 (java) S 27291 27293 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831301056 10805657600 84046 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27315] ppid=27291 vsize=10552400 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27315/stat : 27315 (java) S 27291 27293 26457 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831301059 10805657600 84050 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 10552400

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

[startup+1.60139 s]
/proc/loadavg: 3.17 3.35 3.46 8/488 27314
/proc/meminfo: memFree=27429036/32950928 swapFree=34365992/67111528
[pid=27293] ppid=27291 vsize=10554712 CPUtime=4.04 cores=1,3,5,7
/proc/27293/stat : 27293 (java) S 27291 27293 26457 0 -1 4202496 96244 0 1 0 392 12 0 0 25 0 22 0 831300948 10808025088 91065 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 2638678 91065 2240 9 0 2629412 0
[pid=27293/tid=27294] ppid=27291 vsize=10554712 CPUtime=0.97 cores=1,3,5,7
/proc/27293/task/27294/stat : 27294 (java) S 27291 27293 26457 0 -1 4202560 66396 0 1 0 89 8 0 0 20 0 22 0 831300949 10808025088 91066 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27296] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27296/stat : 27296 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10808025088 91067 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27297] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27297/stat : 27297 (java) S 27291 27293 26457 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831300951 10808025088 91071 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27298] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27298/stat : 27298 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10808025088 91073 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27299] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27299/stat : 27299 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10808025088 91073 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27300] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27300/stat : 27300 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10808025088 91074 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27301] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27301/stat : 27301 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10808025088 91074 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27302] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27302/stat : 27302 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10808025088 91075 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27303] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27303/stat : 27303 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10808025088 91075 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27304] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27304/stat : 27304 (java) S 27291 27293 26457 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831300952 10808025088 91075 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 0 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27305] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27305/stat : 27305 (java) S 27291 27293 26457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831300952 10808025088 91076 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27306] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27306/stat : 27306 (java) S 27291 27293 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831300952 10808025088 91076 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27307] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27307/stat : 27307 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300954 10808025088 91076 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606690225 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27308] ppid=27291 vsize=10554712 CPUtime=0.84 cores=1,3,5,7
/proc/27293/task/27308/stat : 27308 (java) S 27291 27293 26457 0 -1 4202560 6745 0 0 0 83 1 0 0 25 0 22 0 831300954 10808025088 91077 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 3 0 0 0
[pid=27293/tid=27309] ppid=27291 vsize=10554712 CPUtime=1.02 cores=1,3,5,7
/proc/27293/task/27309/stat : 27309 (java) R 27291 27293 26457 0 -1 4202560 5024 0 0 0 102 0 0 0 25 0 22 0 831300954 10808025088 91077 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 47162483524403 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27293/tid=27310] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27310/stat : 27310 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300954 10808025088 91078 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 7 0 0 0
[pid=27293/tid=27311] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27311/stat : 27311 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831300954 10808025088 91081 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27312] ppid=27291 vsize=10554712 CPUtime=0.61 cores=1,3,5,7
/proc/27293/task/27312/stat : 27312 (java) R 27291 27293 26457 0 -1 4202560 527 0 0 0 61 0 0 0 25 0 22 0 831301047 10808025088 91084 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 46912506107847 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27293/tid=27313] ppid=27291 vsize=10554712 CPUtime=0.56 cores=1,3,5,7
/proc/27293/task/27313/stat : 27313 (java) R 27291 27293 26457 0 -1 4202560 16401 0 0 0 55 1 0 0 25 0 22 0 831301047 10808025088 91085 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 46912506253507 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27293/tid=27314] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27314/stat : 27314 (java) S 27291 27293 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831301056 10808025088 91085 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27315] ppid=27291 vsize=10554712 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27315/stat : 27315 (java) S 27291 27293 26457 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831301059 10808025088 91085 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 10554712

[startup+2.00132 s]
/proc/loadavg: 3.17 3.35 3.46 8/488 27314
/proc/meminfo: memFree=27429036/32950928 swapFree=34365992/67111528
[pid=27293] ppid=27291 vsize=10551352 CPUtime=4.96 cores=1,3,5,7
/proc/27293/stat : 27293 (java) S 27291 27293 26457 0 -1 4202496 128894 0 1 0 480 16 0 0 25 0 22 0 831300948 10804584448 122990 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 2637838 122997 2240 9 0 2628572 0
[pid=27293/tid=27294] ppid=27291 vsize=10551352 CPUtime=0.97 cores=1,3,5,7
/proc/27293/task/27294/stat : 27294 (java) S 27291 27293 26457 0 -1 4202560 66396 0 1 0 89 8 0 0 20 0 22 0 831300949 10804584448 122999 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27296] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27296/stat : 27296 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10804584448 123003 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27297] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27297/stat : 27297 (java) S 27291 27293 26457 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831300951 10804584448 123007 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27298] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27298/stat : 27298 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10804584448 123011 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27299] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27299/stat : 27299 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10804584448 123014 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27300] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27300/stat : 27300 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10804584448 123014 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27301] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27301/stat : 27301 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10804584448 123015 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27302] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27302/stat : 27302 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10804584448 123015 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27303] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27303/stat : 27303 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300951 10804584448 123016 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27304] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27304/stat : 27304 (java) S 27291 27293 26457 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831300952 10804584448 123019 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 0 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27305] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27305/stat : 27305 (java) S 27291 27293 26457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831300952 10804584448 123024 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27306] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27306/stat : 27306 (java) S 27291 27293 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831300952 10804584448 123028 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27307] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27307/stat : 27307 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300954 10804584448 123030 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606690225 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27308] ppid=27291 vsize=10551352 CPUtime=0.9 cores=1,3,5,7
/proc/27293/task/27308/stat : 27308 (java) S 27291 27293 26457 0 -1 4202560 6747 0 0 0 89 1 0 0 22 0 22 0 831300954 10804584448 123033 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 3 0 0 0
[pid=27293/tid=27309] ppid=27291 vsize=10551352 CPUtime=1.08 cores=1,3,5,7
/proc/27293/task/27309/stat : 27309 (java) S 27291 27293 26457 0 -1 4202560 5038 0 0 0 108 0 0 0 22 0 22 0 831300954 10804584448 123038 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27310] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27310/stat : 27310 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831300954 10804584448 123042 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 7 0 0 0
[pid=27293/tid=27311] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27311/stat : 27311 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831300954 10804584448 123044 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27312] ppid=27291 vsize=10551352 CPUtime=1.01 cores=1,3,5,7
/proc/27293/task/27312/stat : 27312 (java) R 27291 27293 26457 0 -1 4202560 571 0 0 0 101 0 0 0 25 0 22 0 831301047 10804584448 123046 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 46912505797316 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27293/tid=27313] ppid=27291 vsize=10551352 CPUtime=0.96 cores=1,3,5,7
/proc/27293/task/27313/stat : 27313 (java) R 27291 27293 26457 0 -1 4202560 49031 0 0 0 91 5 0 0 25 0 22 0 831301047 10804584448 123050 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 46912506149191 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27293/tid=27314] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27314/stat : 27314 (java) S 27291 27293 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831301056 10804584448 123054 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27315] ppid=27291 vsize=10551352 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27315/stat : 27315 (java) S 27291 27293 26457 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831301059 10804584448 123058 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 10551352

[startup+2.40124 s]
/proc/loadavg: 3.17 3.35 3.46 3/486 27315
/proc/meminfo: memFree=27147752/32950928 swapFree=34365992/67111528
[pid=27293] ppid=27291 vsize=10553568 CPUtime=5.46 cores=1,3,5,7
/proc/27293/stat : 27293 (java) S 27291 27293 26457 0 -1 4202496 150099 0 1 0 528 18 0 0 25 0 19 0 831300948 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 2638392 144195 2242 9 0 2629126 0
[pid=27293/tid=27294] ppid=27291 vsize=10553568 CPUtime=0.97 cores=1,3,5,7
/proc/27293/task/27294/stat : 27294 (java) S 27291 27293 26457 0 -1 4202560 66396 0 1 0 89 8 0 0 15 0 19 0 831300949 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27296] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27296/stat : 27296 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27297] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27297/stat : 27297 (java) S 27291 27293 26457 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27298] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27298/stat : 27298 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27299] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27299/stat : 27299 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27300] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27300/stat : 27300 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27301] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27301/stat : 27301 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27302] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27302/stat : 27302 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27303] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27303/stat : 27303 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27304] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27304/stat : 27304 (java) S 27291 27293 26457 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 831300952 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 0 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27305] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27305/stat : 27305 (java) S 27291 27293 26457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831300952 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27306] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27306/stat : 27306 (java) S 27291 27293 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831300952 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27307] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27307/stat : 27307 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300954 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606690225 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27308] ppid=27291 vsize=10553568 CPUtime=0.98 cores=1,3,5,7
/proc/27293/task/27308/stat : 27308 (java) S 27291 27293 26457 0 -1 4202560 6750 0 0 0 97 1 0 0 21 0 19 0 831300954 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 3 0 0 0
[pid=27293/tid=27309] ppid=27291 vsize=10553568 CPUtime=1.12 cores=1,3,5,7
/proc/27293/task/27309/stat : 27309 (java) S 27291 27293 26457 0 -1 4202560 5568 0 0 0 112 0 0 0 22 0 19 0 831300954 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27310] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27310/stat : 27310 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300954 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 7 0 0 0
[pid=27293/tid=27311] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27311/stat : 27311 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831300954 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27314] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27314/stat : 27314 (java) S 27291 27293 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831301056 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 10553568

[startup+2.50122 s]
/proc/loadavg: 3.17 3.35 3.46 3/486 27315
/proc/meminfo: memFree=27147752/32950928 swapFree=34365992/67111528
[pid=27293] ppid=27291 vsize=10553568 CPUtime=5.46 cores=1,3,5,7
/proc/27293/stat : 27293 (java) S 27291 27293 26457 0 -1 4202496 150099 0 1 0 528 18 0 0 25 0 19 0 831300948 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 2638392 144195 2242 9 0 2629126 0
[pid=27293/tid=27294] ppid=27291 vsize=10553568 CPUtime=0.97 cores=1,3,5,7
/proc/27293/task/27294/stat : 27294 (java) S 27291 27293 26457 0 -1 4202560 66396 0 1 0 89 8 0 0 15 0 19 0 831300949 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27296] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27296/stat : 27296 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27297] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27297/stat : 27297 (java) S 27291 27293 26457 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27298] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27298/stat : 27298 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27299] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27299/stat : 27299 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27300] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27300/stat : 27300 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27301] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27301/stat : 27301 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27302] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27302/stat : 27302 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27303] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27303/stat : 27303 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300951 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 5 0 0 0
[pid=27293/tid=27304] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27304/stat : 27304 (java) S 27291 27293 26457 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 831300952 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 0 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27305] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27305/stat : 27305 (java) S 27291 27293 26457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831300952 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27306] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27306/stat : 27306 (java) S 27291 27293 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831300952 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27307] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27307/stat : 27307 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300954 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606690225 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27308] ppid=27291 vsize=10553568 CPUtime=0.98 cores=1,3,5,7
/proc/27293/task/27308/stat : 27308 (java) S 27291 27293 26457 0 -1 4202560 6750 0 0 0 97 1 0 0 21 0 19 0 831300954 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 3 0 0 0
[pid=27293/tid=27309] ppid=27291 vsize=10553568 CPUtime=1.12 cores=1,3,5,7
/proc/27293/task/27309/stat : 27309 (java) S 27291 27293 26457 0 -1 4202560 5568 0 0 0 112 0 0 0 22 0 19 0 831300954 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27310] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27310/stat : 27310 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831300954 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606682521 0 4 0 16800975 18446604458997355584 0 0 -1 7 0 0 0
[pid=27293/tid=27311] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27311/stat : 27311 (java) S 27291 27293 26457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831300954 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
[pid=27293/tid=27314] ppid=27291 vsize=10553568 CPUtime=0 cores=1,3,5,7
/proc/27293/task/27314/stat : 27314 (java) S 27291 27293 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831301056 10806853632 144195 33554432000 1073741824 1073778376 140733722222880 18446744073709551615 235606683136 0 4 0 16800975 18446604458997355584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 10553568

Child status: 20
Real time (s): 2.55556
CPU time (s): 5.49716
CPU user time (s): 5.2882
CPU system time (s): 0.208968
CPU usage (%): 215.106
Max. virtual memory (cumulated for all children) (KiB): 10554712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2882
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150107
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= 374
involuntary context switches= 107

runsolver used 0.011998 second user time and 0.040993 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-04 16:17:02
IDJOB=3455453
IDBENCH=74354
IDSOLVER=1950
FILE ID=node120/3455453-1307197022
RUNJOBID= node120-1307195796-26476
PBS_JOBID= 13508876
Free space on /tmp= 73812 MiB

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

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

MD5SUM BENCH= 79ac6c83623058381a8b74cdf49b52af
RANDOM SEED=1092281833

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.75
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27718512 kB
Buffers:        318320 kB
Cached:        1023160 kB
SwapCached:      12852 kB
Active:        3955204 kB
Inactive:       977152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27718512 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:            3168 kB
Writeback:           0 kB
AnonPages:     3587968 kB
Mapped:          17540 kB
Slab:           134188 kB
PageTables:      98248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 115742528 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= 73812 MiB
End job on node120 at 2011-06-04 16:17:04