Trace number 3459768

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.28 1787.56

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUMd1969ed58806ec8ac69295cde35dfac4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3459768-1307166778.opb
0.11/0.11	c reading problem ... 
67.84/57.65	c ... done. Wall clock time 57.538s.
67.84/57.65	c #vars     2561998
67.84/57.65	c #constraints  14000
67.84/57.65	c constraints type 
67.84/57.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
67.84/57.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
67.84/57.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3996
316.94/306.23	c cleaning 2558 clauses out of 5115 with flag 5115/5115
544.70/533.37	c cleaning 4295 clauses out of 8596 with flag 11154/11154
748.08/736.41	c cleaning 5601 clauses out of 11211 with flag 18064/18064
917.12/904.93	c cleaning 6766 clauses out of 13566 with flag 26020/26020
1800.01/1787.32	c starts		: 47
1800.01/1787.32	c conflicts		: 26839
1800.01/1787.32	c decisions		: 109375538
1800.01/1787.32	c propagations		: 122724902
1800.01/1787.32	c inspects		: 254256381
1800.01/1787.32	c shortcuts		: 0
1800.01/1787.32	c learnt literals	: 0
1800.01/1787.32	c learnt binary clauses	: 0
1800.01/1787.32	c learnt ternary clauses	: 0
1800.01/1787.32	c learnt constraints	: 26839
1800.01/1787.32	c ignored constraints	: 0
1800.01/1787.32	c root simplifications	: 0
1800.01/1787.32	c removed literals (reason simplification)	: 9809
1800.01/1787.32	c reason swapping (by a shorter reason)	: 0
1800.01/1787.32	c Calls to reduceDB	: 4
1800.01/1787.32	c number of reductions to clauses (during analyze)	: 0
1800.01/1787.32	c number of learned constraints concerned by reduction	: 0
1800.01/1787.32	c number of learning phase by resolution	: 0
1800.01/1787.32	c number of learning phase by cutting planes	: 0
1800.01/1787.32	c speed (assignments/second)	: 70953.15324794859
1800.01/1787.32	c non guided choices	75994282
1800.01/1787.33	c learnt constraints type 
1800.01/1787.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7619
1800.01/1787.33	c constraints type 
1800.01/1787.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.01/1787.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
1800.01/1787.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3996
1800.01/1787.33	s UNKNOWN
1800.01/1787.33	c Total wall clock time (in seconds): 1787.215

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-3459768-1307166778/watcher-3459768-1307166778 -o /tmp/evaluation-result-3459768-1307166778/solver-3459768-1307166778 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459768-1307166778.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.06 1.97 2/453 29280
/proc/meminfo: memFree=20100356/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/29280/stat : 29280 (java) S 29278 29280 29081 0 -1 4202496 4090 0 1 0 0 0 0 0 23 0 2 0 828276026 13850947584 3792 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 3381579 3792 917 9 0 3372735 0
[pid=29280/tid=29281] ppid=29278 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4202560 4347 0 1 0 0 0 0 0 25 0 2 0 828276026 13850947584 5163 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255376995387 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.036282 s]
/proc/loadavg: 2.01 2.06 1.97 2/453 29280
/proc/meminfo: memFree=20100356/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=13537012 CPUtime=0.02 cores=0,2,4,6
/proc/29280/stat : 29280 (java) S 29278 29280 29081 0 -1 4202496 13279 0 1 0 1 1 0 0 23 0 10 0 828276026 13861900288 12978 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 3384253 12978 1515 9 0 3375001 0
[pid=29280/tid=29281] ppid=29278 vsize=13537012 CPUtime=0.02 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4202560 12157 0 1 0 1 1 0 0 25 0 10 0 828276026 13861900288 12978 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 47429992173431 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13537012

[startup+0.104314 s]
/proc/loadavg: 2.01 2.06 1.97 2/453 29280
/proc/meminfo: memFree=20100356/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=13621824 CPUtime=0.11 cores=0,2,4,6
/proc/29280/stat : 29280 (java) S 29278 29280 29081 0 -1 4202496 15553 0 1 0 9 2 0 0 23 0 18 0 828276026 13948747776 15229 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 3405456 15229 2093 9 0 3396190 0
[pid=29280/tid=29281] ppid=29278 vsize=13621824 CPUtime=0.09 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4202560 13634 0 1 0 7 2 0 0 18 0 18 0 828276026 13948747776 15230 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 47429995805523 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13621824

[startup+0.300271 s]
/proc/loadavg: 2.01 2.06 1.97 2/453 29280
/proc/meminfo: memFree=20100356/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=13623756 CPUtime=0.45 cores=0,2,4,6
/proc/29280/stat : 29280 (java) S 29278 29280 29081 0 -1 4202496 33503 0 1 0 41 4 0 0 23 0 18 0 828276026 13950726144 33030 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 3405939 33034 2200 9 0 3396673 0
[pid=29280/tid=29281] ppid=29278 vsize=13623756 CPUtime=0.28 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4202560 30829 0 1 0 24 4 0 0 18 0 18 0 828276026 13950726144 33035 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 46912505577168 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13623756

[startup+0.701208 s]
/proc/loadavg: 2.01 2.06 1.97 2/453 29280
/proc/meminfo: memFree=20100356/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=13623756 CPUtime=0.86 cores=0,2,4,6
/proc/29280/stat : 29280 (java) S 29278 29280 29081 0 -1 4202496 62219 0 1 0 79 7 0 0 23 0 18 0 828276026 13950726144 61746 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 3405939 61749 2200 9 0 3396673 0
[pid=29280/tid=29281] ppid=29278 vsize=13623756 CPUtime=0.68 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4202560 59545 0 1 0 62 6 0 0 18 0 18 0 828276026 13950726144 61751 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 46912505552603 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 13623756

[startup+1.50107 s]
/proc/loadavg: 2.01 2.06 1.97 5/471 29298
/proc/meminfo: memFree=19453184/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=13623756 CPUtime=1.66 cores=0,2,4,6
/proc/29280/stat : 29280 (java) S 29278 29280 29081 0 -1 4202496 117160 0 1 0 151 15 0 0 23 0 18 0 828276026 13950726144 116687 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 3405939 116691 2200 9 0 3396673 0
[pid=29280/tid=29281] ppid=29278 vsize=13623756 CPUtime=1.49 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4202560 114486 0 1 0 134 15 0 0 19 0 18 0 828276026 13950726144 116692 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 46912505552742 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29280/tid=29283] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29283/stat : 29283 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 116694 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29284] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29284/stat : 29284 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 116696 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29285] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29285/stat : 29285 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 116698 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29286] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29286/stat : 29286 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 116700 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29287] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29287/stat : 29287 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 116702 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29288] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29288/stat : 29288 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 116704 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29289] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29289/stat : 29289 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 116706 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29290] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29290/stat : 29290 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 116708 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29291] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29291/stat : 29291 (java) S 29278 29280 29081 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 828276030 13950726144 116710 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 0 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29292] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29292/stat : 29292 (java) S 29278 29280 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828276030 13950726144 116712 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29293] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29293/stat : 29293 (java) S 29278 29280 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 828276030 13950726144 116714 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29294] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29294/stat : 29294 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276032 13950726144 116716 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389125041 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29295] ppid=29278 vsize=13623756 CPUtime=0.09 cores=0,2,4,6
/proc/29280/task/29295/stat : 29295 (java) S 29278 29280 29081 0 -1 4202560 971 0 0 0 9 0 0 0 17 0 18 0 828276032 13950726144 116716 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
[pid=29280/tid=29296] ppid=29278 vsize=13623756 CPUtime=0.06 cores=0,2,4,6
/proc/29280/task/29296/stat : 29296 (java) S 29278 29280 29081 0 -1 4202560 558 0 0 0 6 0 0 0 24 0 18 0 828276032 13950726144 116717 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29297] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29297/stat : 29297 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276032 13950726144 116719 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29298] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29298/stat : 29298 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 828276032 13950726144 116721 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 13623756

[startup+3.10073 s]
/proc/loadavg: 2.01 2.06 1.97 3/471 29298
/proc/meminfo: memFree=18591756/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=13623756 CPUtime=3.26 cores=0,2,4,6
/proc/29280/stat : 29280 (java) S 29278 29280 29081 0 -1 4202496 226648 0 1 0 296 30 0 0 23 0 18 0 828276026 13950726144 226177 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 3405939 226202 2204 9 0 3396673 0
[pid=29280/tid=29281] ppid=29278 vsize=13623756 CPUtime=3.08 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4202560 224003 0 1 0 279 29 0 0 25 0 18 0 828276026 13950726144 226213 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 47429992167048 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29280/tid=29283] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29283/stat : 29283 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 226230 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29284] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29284/stat : 29284 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 226244 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29285] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29285/stat : 29285 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 226261 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29286] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29286/stat : 29286 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 226275 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29287] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29287/stat : 29287 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 226291 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29288] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29288/stat : 29288 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 226306 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29289] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29289/stat : 29289 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 226322 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29290] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29290/stat : 29290 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950726144 226336 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29291] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29291/stat : 29291 (java) S 29278 29280 29081 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 828276030 13950726144 226353 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 0 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29292] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29292/stat : 29292 (java) S 29278 29280 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828276030 13950726144 226367 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29293] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29293/stat : 29293 (java) S 29278 29280 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 828276030 13950726144 226383 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29294] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29294/stat : 29294 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276032 13950726144 226398 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389125041 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29295] ppid=29278 vsize=13623756 CPUtime=0.09 cores=0,2,4,6
/proc/29280/task/29295/stat : 29295 (java) S 29278 29280 29081 0 -1 4202560 971 0 0 0 9 0 0 0 17 0 18 0 828276032 13950726144 226413 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
[pid=29280/tid=29296] ppid=29278 vsize=13623756 CPUtime=0.07 cores=0,2,4,6
/proc/29280/task/29296/stat : 29296 (java) S 29278 29280 29081 0 -1 4202560 562 0 0 0 7 0 0 0 18 0 18 0 828276032 13950726144 226428 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29297] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29297/stat : 29297 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276032 13950726144 226443 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29298] ppid=29278 vsize=13623756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29298/stat : 29298 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 828276032 13950726144 226459 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 13623756

[startup+6.30117 s]
/proc/loadavg: 2.01 2.06 1.97 7/471 29298
/proc/meminfo: memFree=15026396/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=13623916 CPUtime=6.66 cores=0,2,4,6
/proc/29280/stat : 29280 (java) S 29278 29280 29081 0 -1 4202496 542992 0 1 0 597 69 0 0 23 0 18 0 828276026 13950889984 542285 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 3405979 542296 2207 9 0 3396713 0
[pid=29280/tid=29281] ppid=29278 vsize=13623916 CPUtime=6.29 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4202560 539995 0 1 0 560 69 0 0 19 0 18 0 828276026 13950889984 542302 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 46912505696937 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29280/tid=29283] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29283/stat : 29283 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950889984 542309 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29284] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29284/stat : 29284 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950889984 542316 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29285] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29285/stat : 29285 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950889984 542323 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29286] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29286/stat : 29286 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950889984 542329 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29287] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29287/stat : 29287 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950889984 542336 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29288] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29288/stat : 29288 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950889984 542343 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29289] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29289/stat : 29289 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950889984 542349 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29290] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29290/stat : 29290 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276029 13950889984 542360 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29291] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29291/stat : 29291 (java) S 29278 29280 29081 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 828276030 13950889984 542364 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 0 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29292] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29292/stat : 29292 (java) S 29278 29280 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828276030 13950889984 542364 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29293] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29293/stat : 29293 (java) S 29278 29280 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 828276030 13950889984 542364 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29294] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29294/stat : 29294 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276032 13950889984 542364 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389125041 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29295] ppid=29278 vsize=13623916 CPUtime=0.17 cores=0,2,4,6
/proc/29280/task/29295/stat : 29295 (java) S 29278 29280 29081 0 -1 4202560 1021 0 0 0 17 0 0 0 16 0 18 0 828276032 13950889984 542364 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
[pid=29280/tid=29296] ppid=29278 vsize=13623916 CPUtime=0.18 cores=0,2,4,6
/proc/29280/task/29296/stat : 29296 (java) S 29278 29280 29081 0 -1 4202560 841 0 0 0 18 0 0 0 15 0 18 0 828276032 13950889984 542364 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29297] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29297/stat : 29297 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828276032 13950889984 542364 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29298] ppid=29278 vsize=13623916 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29298/stat : 29298 (java) S 29278 29280 29081 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 828276032 13950889984 542364 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0

################
# More data... #
################

[pid=29280/tid=29302] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29302/stat : 29302 (java) S 29278 29280 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828281861 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1675
Current children cumulated vsize (KiB) 13625756

[startup+1722.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/473 29358
/proc/meminfo: memFree=9701268/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=13625756 CPUtime=1735 cores=0,2,4,6
/proc/29280/stat : 29280 (java) S 29278 29280 29081 0 -1 4202496 1465533 0 1 0 173292 208 0 0 23 0 19 0 828276026 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 3406439 1454737 2260 9 0 3397173 0
[pid=29280/tid=29281] ppid=29278 vsize=13625756 CPUtime=1710.63 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4202560 845619 0 1 0 170951 112 0 0 25 0 19 0 828276026 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 46912505921613 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29280/tid=29283] ppid=29278 vsize=13625756 CPUtime=1.77 cores=0,2,4,6
/proc/29280/task/29283/stat : 29283 (java) S 29278 29280 29081 0 -1 4202560 59274 0 0 0 168 9 0 0 15 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29284] ppid=29278 vsize=13625756 CPUtime=1.49 cores=0,2,4,6
/proc/29280/task/29284/stat : 29284 (java) S 29278 29280 29081 0 -1 4202560 43206 0 0 0 142 7 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29285] ppid=29278 vsize=13625756 CPUtime=2.1 cores=0,2,4,6
/proc/29280/task/29285/stat : 29285 (java) S 29278 29280 29081 0 -1 4202560 77088 0 0 0 197 13 0 0 15 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
[pid=29280/tid=29286] ppid=29278 vsize=13625756 CPUtime=1.91 cores=0,2,4,6
/proc/29280/task/29286/stat : 29286 (java) S 29278 29280 29081 0 -1 4202560 78704 0 0 0 181 10 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29287] ppid=29278 vsize=13625756 CPUtime=2.32 cores=0,2,4,6
/proc/29280/task/29287/stat : 29287 (java) S 29278 29280 29081 0 -1 4202560 60790 0 0 0 223 9 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29288] ppid=29278 vsize=13625756 CPUtime=1.79 cores=0,2,4,6
/proc/29280/task/29288/stat : 29288 (java) S 29278 29280 29081 0 -1 4202560 90511 0 0 0 167 12 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29289] ppid=29278 vsize=13625756 CPUtime=2.03 cores=0,2,4,6
/proc/29280/task/29289/stat : 29289 (java) S 29278 29280 29081 0 -1 4202560 64522 0 0 0 194 9 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29290] ppid=29278 vsize=13625756 CPUtime=1.94 cores=0,2,4,6
/proc/29280/task/29290/stat : 29290 (java) S 29278 29280 29081 0 -1 4202560 108824 0 0 0 177 17 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
[pid=29280/tid=29291] ppid=29278 vsize=13625756 CPUtime=7.61 cores=0,2,4,6
/proc/29280/task/29291/stat : 29291 (java) S 29278 29280 29081 0 -1 4202560 26168 0 0 0 758 3 0 0 18 0 19 0 828276030 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 0 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29292] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29292/stat : 29292 (java) S 29278 29280 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828276030 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29293] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29293/stat : 29293 (java) S 29278 29280 29081 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828276030 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29294] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29294/stat : 29294 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389125041 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29295] ppid=29278 vsize=13625756 CPUtime=0.71 cores=0,2,4,6
/proc/29280/task/29295/stat : 29295 (java) S 29278 29280 29081 0 -1 4202560 7832 0 0 0 70 1 0 0 15 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29296] ppid=29278 vsize=13625756 CPUtime=0.57 cores=0,2,4,6
/proc/29280/task/29296/stat : 29296 (java) S 29278 29280 29081 0 -1 4202560 1744 0 0 0 57 0 0 0 15 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29297] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29297/stat : 29297 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29298] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29298/stat : 29298 (java) S 29278 29280 29081 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29302] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29302/stat : 29302 (java) S 29278 29280 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828281861 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1735
Current children cumulated vsize (KiB) 13625756

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/473 29360
/proc/meminfo: memFree=9700628/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=13625756 CPUtime=1795 cores=0,2,4,6
/proc/29280/stat : 29280 (java) S 29278 29280 29081 0 -1 4202496 1465535 0 1 0 179292 208 0 0 23 0 19 0 828276026 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 3406439 1454737 2260 9 0 3397173 0
[pid=29280/tid=29281] ppid=29278 vsize=13625756 CPUtime=1770.63 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4202560 845619 0 1 0 176951 112 0 0 25 0 19 0 828276026 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 46912505921613 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29280/tid=29283] ppid=29278 vsize=13625756 CPUtime=1.77 cores=0,2,4,6
/proc/29280/task/29283/stat : 29283 (java) S 29278 29280 29081 0 -1 4202560 59274 0 0 0 168 9 0 0 15 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29284] ppid=29278 vsize=13625756 CPUtime=1.49 cores=0,2,4,6
/proc/29280/task/29284/stat : 29284 (java) S 29278 29280 29081 0 -1 4202560 43206 0 0 0 142 7 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29285] ppid=29278 vsize=13625756 CPUtime=2.1 cores=0,2,4,6
/proc/29280/task/29285/stat : 29285 (java) S 29278 29280 29081 0 -1 4202560 77088 0 0 0 197 13 0 0 15 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
[pid=29280/tid=29286] ppid=29278 vsize=13625756 CPUtime=1.91 cores=0,2,4,6
/proc/29280/task/29286/stat : 29286 (java) S 29278 29280 29081 0 -1 4202560 78704 0 0 0 181 10 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29287] ppid=29278 vsize=13625756 CPUtime=2.32 cores=0,2,4,6
/proc/29280/task/29287/stat : 29287 (java) S 29278 29280 29081 0 -1 4202560 60790 0 0 0 223 9 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29288] ppid=29278 vsize=13625756 CPUtime=1.79 cores=0,2,4,6
/proc/29280/task/29288/stat : 29288 (java) S 29278 29280 29081 0 -1 4202560 90511 0 0 0 167 12 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29289] ppid=29278 vsize=13625756 CPUtime=2.03 cores=0,2,4,6
/proc/29280/task/29289/stat : 29289 (java) S 29278 29280 29081 0 -1 4202560 64522 0 0 0 194 9 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29290] ppid=29278 vsize=13625756 CPUtime=1.94 cores=0,2,4,6
/proc/29280/task/29290/stat : 29290 (java) S 29278 29280 29081 0 -1 4202560 108824 0 0 0 177 17 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
[pid=29280/tid=29291] ppid=29278 vsize=13625756 CPUtime=7.61 cores=0,2,4,6
/proc/29280/task/29291/stat : 29291 (java) S 29278 29280 29081 0 -1 4202560 26168 0 0 0 758 3 0 0 18 0 19 0 828276030 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 0 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29292] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29292/stat : 29292 (java) S 29278 29280 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828276030 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29293] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29293/stat : 29293 (java) S 29278 29280 29081 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828276030 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29294] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29294/stat : 29294 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389125041 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29295] ppid=29278 vsize=13625756 CPUtime=0.71 cores=0,2,4,6
/proc/29280/task/29295/stat : 29295 (java) S 29278 29280 29081 0 -1 4202560 7832 0 0 0 70 1 0 0 15 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29296] ppid=29278 vsize=13625756 CPUtime=0.57 cores=0,2,4,6
/proc/29280/task/29296/stat : 29296 (java) S 29278 29280 29081 0 -1 4202560 1744 0 0 0 57 0 0 0 15 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29297] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29297/stat : 29297 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29298] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29298/stat : 29298 (java) S 29278 29280 29081 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29302] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29302/stat : 29302 (java) S 29278 29280 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828281861 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1795
Current children cumulated vsize (KiB) 13625756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/473 29360
/proc/meminfo: memFree=9700504/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=13625756 CPUtime=1800.01 cores=0,2,4,6
/proc/29280/stat : 29280 (java) S 29278 29280 29081 0 -1 4202496 1465537 0 1 0 179793 208 0 0 23 0 19 0 828276026 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 3406439 1454737 2260 9 0 3397173 0
[pid=29280/tid=29281] ppid=29278 vsize=13625756 CPUtime=1775.65 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4202560 845619 0 1 0 177453 112 0 0 25 0 19 0 828276026 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 46912505921646 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29280/tid=29283] ppid=29278 vsize=13625756 CPUtime=1.77 cores=0,2,4,6
/proc/29280/task/29283/stat : 29283 (java) S 29278 29280 29081 0 -1 4202560 59274 0 0 0 168 9 0 0 15 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29284] ppid=29278 vsize=13625756 CPUtime=1.49 cores=0,2,4,6
/proc/29280/task/29284/stat : 29284 (java) S 29278 29280 29081 0 -1 4202560 43206 0 0 0 142 7 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29285] ppid=29278 vsize=13625756 CPUtime=2.1 cores=0,2,4,6
/proc/29280/task/29285/stat : 29285 (java) S 29278 29280 29081 0 -1 4202560 77088 0 0 0 197 13 0 0 15 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
[pid=29280/tid=29286] ppid=29278 vsize=13625756 CPUtime=1.91 cores=0,2,4,6
/proc/29280/task/29286/stat : 29286 (java) S 29278 29280 29081 0 -1 4202560 78704 0 0 0 181 10 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29287] ppid=29278 vsize=13625756 CPUtime=2.32 cores=0,2,4,6
/proc/29280/task/29287/stat : 29287 (java) S 29278 29280 29081 0 -1 4202560 60790 0 0 0 223 9 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29288] ppid=29278 vsize=13625756 CPUtime=1.79 cores=0,2,4,6
/proc/29280/task/29288/stat : 29288 (java) S 29278 29280 29081 0 -1 4202560 90511 0 0 0 167 12 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29289] ppid=29278 vsize=13625756 CPUtime=2.03 cores=0,2,4,6
/proc/29280/task/29289/stat : 29289 (java) S 29278 29280 29081 0 -1 4202560 64522 0 0 0 194 9 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29290] ppid=29278 vsize=13625756 CPUtime=1.94 cores=0,2,4,6
/proc/29280/task/29290/stat : 29290 (java) S 29278 29280 29081 0 -1 4202560 108824 0 0 0 177 17 0 0 16 0 19 0 828276029 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
[pid=29280/tid=29291] ppid=29278 vsize=13625756 CPUtime=7.61 cores=0,2,4,6
/proc/29280/task/29291/stat : 29291 (java) S 29278 29280 29081 0 -1 4202560 26168 0 0 0 758 3 0 0 18 0 19 0 828276030 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 0 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29292] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29292/stat : 29292 (java) S 29278 29280 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828276030 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29293] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29293/stat : 29293 (java) S 29278 29280 29081 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828276030 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29294] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29294/stat : 29294 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389125041 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29295] ppid=29278 vsize=13625756 CPUtime=0.71 cores=0,2,4,6
/proc/29280/task/29295/stat : 29295 (java) S 29278 29280 29081 0 -1 4202560 7832 0 0 0 70 1 0 0 15 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29296] ppid=29278 vsize=13625756 CPUtime=0.57 cores=0,2,4,6
/proc/29280/task/29296/stat : 29296 (java) S 29278 29280 29081 0 -1 4202560 1744 0 0 0 57 0 0 0 15 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29297] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29297/stat : 29297 (java) S 29278 29280 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117337 0 4 0 16800975 18446604444104677312 0 0 -1 6 0 0 0
[pid=29280/tid=29298] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29298/stat : 29298 (java) S 29278 29280 29081 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828276032 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 4 0 16800975 18446604444104677312 0 0 -1 4 0 0 0
[pid=29280/tid=29302] ppid=29278 vsize=13625756 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29302/stat : 29302 (java) S 29278 29280 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828281861 13952774144 1454737 33554432000 1073741824 1073778376 140734458812176 18446744073709551615 255389117952 0 4 0 16800975 18446604444104677312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 13625756

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1787.42 s]
/proc/loadavg: 2.04 2.05 2.00 3/473 29360
/proc/meminfo: memFree=9700504/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=0 CPUtime=1800.13 cores=0,2,4,6
/proc/29280/stat : 29280 (java) Z 29278 29280 29081 0 -1 4203548 1465570 0 1 0 179796 217 0 0 17 0 2 0 828276026 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 0 0 0 0 0 0 0
[pid=29280/tid=29281] ppid=29278 vsize=0 CPUtime=1775.76 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4203588 845619 0 1 0 177455 121 0 0 25 0 2 0 828276026 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

[startup+1787.5 s]
/proc/loadavg: 2.04 2.05 2.00 3/473 29360
/proc/meminfo: memFree=9700504/32951124 swapFree=60787360/67111528
[pid=29280] ppid=29278 vsize=0 CPUtime=1800.21 cores=0,2,4,6
/proc/29280/stat : 29280 (java) Z 29278 29280 29081 0 -1 4203548 1465570 0 1 0 179796 225 0 0 17 0 2 0 828276026 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 0 0 0 0 0 0 0
[pid=29280/tid=29281] ppid=29278 vsize=0 CPUtime=1775.83 cores=0,2,4,6
/proc/29280/task/29281/stat : 29281 (java) R 29278 29280 29081 0 -1 4203588 845619 0 1 0 177455 128 0 0 25 0 2 0 828276026 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787.56
CPU time (s): 1800.28
CPU user time (s): 1797.97
CPU system time (s): 2.31365
CPU usage (%): 100.712
Max. virtual memory (cumulated for all children) (KiB): 13625756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.97
system time used= 2.31365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1465570
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= 38254
involuntary context switches= 26119

runsolver used 8.48771 second user time and 17.8533 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-04 07:53:02
IDJOB=3459768
IDBENCH=71873
IDSOLVER=1952
FILE ID=node135/3459768-1307166778
RUNJOBID= node135-1307164979-29099
PBS_JOBID= 13508851
Free space on /tmp= 73784 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__256.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459768-1307166778/watcher-3459768-1307166778 -o /tmp/evaluation-result-3459768-1307166778/solver-3459768-1307166778 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459768-1307166778.opb

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

MD5SUM BENCH= d1969ed58806ec8ac69295cde35dfac4
RANDOM SEED=605627840

node135.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.851
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.70
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.851
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	: 5332.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.851
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20101132 kB
Buffers:        262176 kB
Cached:         763044 kB
SwapCached:       6168 kB
Active:       12087556 kB
Inactive:       499456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20101132 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:          186896 kB
Writeback:           0 kB
AnonPages:    11561164 kB
Mapped:          33904 kB
Slab:           129860 kB
PageTables:      66984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 137805808 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73784 MiB
End job on node135 at 2011-06-04 08:22:51