Trace number 3690009

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.08 1787.64

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_mh.opb
MD5SUMb6af9d5f38ec6e461eecfded04e11783
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9289758
Best CPU time to get the best result obtained on this benchmark1801.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 375466374216
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 375466374216
Number of bits of the biggest sum of numbers39
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-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
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.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3690009-1337895288.opb
0.09/0.11	c reading problem ... 
39.12/28.72	c ... done. Wall clock time 28.612s.
39.12/28.72	c declared #vars     2000400
39.12/28.72	c #constraints  4940611
39.12/28.72	c constraints type 
39.12/28.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
39.12/28.72	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
39.12/28.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
39.12/28.72	c ignored satisfied constraints => 3
39.12/28.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
39.12/28.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
39.12/28.72	c 4940614 constraints processed.
39.12/28.72	c objective function length is 1019800 literals
592.56/581.62	c cleaning 2490 clauses out of 5000 with flag 5000/5000
1310.75/1298.44	c cleaning 4256 clauses out of 8512 with flag 11002/11002
1800.08/1787.61	c starts		: 39
1800.08/1787.61	c conflicts		: 13587
1800.08/1787.61	c decisions		: 1904381
1800.08/1787.61	c propagations		: 947998488
1800.08/1787.61	c inspects		: 8934303121
1800.08/1787.61	c shortcuts		: 0
1800.08/1787.61	c learnt literals	: 0
1800.08/1787.61	c learnt binary clauses	: 14
1800.08/1787.61	c learnt ternary clauses	: 3
1800.08/1787.61	c learnt constraints	: 13587
1800.08/1787.61	c ignored constraints	: 0
1800.08/1787.61	c root simplifications	: 0
1800.08/1787.61	c removed literals (reason simplification)	: 0
1800.08/1787.61	c reason swapping (by a shorter reason)	: 0
1800.08/1787.61	c Calls to reduceDB	: 2
1800.08/1787.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1787.61	c number of learned constraints concerned by reduction	: 0
1800.08/1787.62	c number of learning phase by resolution	: 0
1800.08/1787.62	c number of learning phase by cutting planes	: 0
1800.08/1787.62	c speed (assignments/second)	: 539093.4390291753
1800.08/1787.62	c non guided choices	115426
1800.08/1787.62	c learnt constraints type 
1800.08/1787.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.08/1787.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6827
1800.08/1787.62	c constraints type 
1800.08/1787.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.08/1787.62	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.08/1787.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.08/1787.62	c ignored satisfied constraints => 3
1800.08/1787.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.08/1787.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.08/1787.62	c 4940614 constraints processed.
1800.08/1787.62	s UNKNOWN
1800.08/1787.62	c Total wall clock time (in seconds): 1787.512

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3690009-1337895288/watcher-3690009-1337895288 -o /tmp/evaluation-result-3690009-1337895288/solver-3690009-1337895288 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690009-1337895288.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: 0.76 1.60 1.86 4/171 27292
/proc/meminfo: memFree=29015940/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/27292/stat : 27292 (java) D 27290 27292 27242 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 255655064 278528 33 33554432000 1073741824 1073778376 140734620174256 140734620171432 270320889127 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/27292/statm: 68 33 25 9 0 25 0

[startup+0.103741 s]
/proc/loadavg: 0.76 1.60 1.86 4/171 27292
/proc/meminfo: memFree=29015940/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27290 27292 27242 0 -1 4202496 4439 0 1 0 8 1 0 0 20 0 18 0 255655064 9787813888 5109 33554432000 1073741824 1073778376 140737248106208 140737248097344 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27292/statm: 2389603 5110 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200186 s]
/proc/loadavg: 0.76 1.60 1.86 4/171 27292
/proc/meminfo: memFree=29015940/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27290 27292 27242 0 -1 4202496 5139 0 1 0 26 2 0 0 20 0 18 0 255655064 9787813888 17857 33554432000 1073741824 1073778376 140737248106208 140737248097344 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27292/statm: 2389603 17857 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558412

[startup+0.300219 s]
/proc/loadavg: 0.76 1.60 1.86 4/171 27292
/proc/meminfo: memFree=29015940/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27290 27292 27242 0 -1 4202496 5500 0 1 0 42 3 0 0 20 0 18 0 255655064 9787813888 23003 33554432000 1073741824 1073778376 140737248106208 140737248097344 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27292/statm: 2389603 23003 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700183 s]
/proc/loadavg: 0.76 1.60 1.86 4/171 27292
/proc/meminfo: memFree=29015940/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=9558412 CPUtime=1 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27290 27292 27242 0 -1 4202496 5674 0 1 0 93 7 0 0 20 0 18 0 255655064 9787813888 52287 33554432000 1073741824 1073778376 140737248106208 140737248097344 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27292/statm: 2389603 52287 2231 9 0 2380296 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558412

[startup+1.50061 s]
/proc/loadavg: 0.94 1.62 1.86 3/211 27337
/proc/meminfo: memFree=28525908/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=9558412 CPUtime=1.9 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27290 27292 27242 0 -1 4202496 6103 0 1 0 179 11 0 0 20 0 18 0 255655064 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140737248097344 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27292/statm: 2389603 73130 2231 9 0 2380296 0
[pid=27292/tid=27299] ppid=27290 vsize=9558412 CPUtime=1.37 cores=1,3,5,7
/proc/27292/task/27299/stat : 27299 (java) R 27290 27292 27242 0 -1 4202560 2579 0 1 0 133 4 0 0 20 0 18 0 255655065 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334710894416 270333437197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27304] ppid=27290 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27292/task/27304/stat : 27304 (java) S 27290 27292 27242 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 255655066 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334554806824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27305] ppid=27290 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27292/task/27305/stat : 27305 (java) S 27290 27292 27242 0 -1 4202560 274 0 0 0 2 0 0 0 20 0 18 0 255655066 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334553754024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27306] ppid=27290 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27292/task/27306/stat : 27306 (java) S 27290 27292 27242 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 255655066 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334552701224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27307] ppid=27290 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/27292/task/27307/stat : 27307 (java) S 27290 27292 27242 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 18 0 255655066 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334551648424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27308] ppid=27290 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27292/task/27308/stat : 27308 (java) S 27290 27292 27242 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 18 0 255655066 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334550596648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27309] ppid=27290 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27292/task/27309/stat : 27309 (java) S 27290 27292 27242 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 255655066 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334549543848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27310] ppid=27290 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27292/task/27310/stat : 27310 (java) S 27290 27292 27242 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 255655066 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334548491048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27292/tid=27311] ppid=27290 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27292/task/27311/stat : 27311 (java) S 27290 27292 27242 0 -1 4202560 73 0 0 0 2 2 0 0 20 0 18 0 255655066 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334547438248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27322] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27322/stat : 27322 (java) S 27290 27292 27242 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255655067 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334535027176 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27323] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27323/stat : 27323 (java) S 27290 27292 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255655068 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334533973240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27324] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27324/stat : 27324 (java) S 27290 27292 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255655068 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334532920328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27328] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27328/stat : 27328 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655070 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334531868816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27329] ppid=27290 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27292/task/27329/stat : 27329 (java) S 27290 27292 27242 0 -1 4202560 951 0 0 0 9 0 0 0 20 0 18 0 255655070 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334530816952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27330] ppid=27290 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27292/task/27330/stat : 27330 (java) S 27290 27292 27242 0 -1 4202560 841 0 0 0 6 0 0 0 20 0 18 0 255655070 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334529764152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27331] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27331/stat : 27331 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655070 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334528711544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27332] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27332/stat : 27332 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655070 9787813888 73130 33554432000 1073741824 1073778376 140737248106208 140334527658952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9558412

[startup+3.10065 s]
/proc/loadavg: 0.94 1.62 1.86 10/211 27337
/proc/meminfo: memFree=28078644/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=9558412 CPUtime=4.61 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27290 27292 27242 0 -1 4202496 8994 0 1 0 427 34 0 0 20 0 18 0 255655064 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140737248097344 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27292/statm: 2389603 200282 2236 9 0 2380296 0
[pid=27292/tid=27299] ppid=27290 vsize=9558412 CPUtime=2.63 cores=1,3,5,7
/proc/27292/task/27299/stat : 27299 (java) S 27290 27292 27242 0 -1 4202560 2893 0 1 0 253 10 0 0 20 0 18 0 255655065 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334710901064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27304] ppid=27290 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/27292/task/27304/stat : 27304 (java) R 27290 27292 27242 0 -1 4202560 77 0 0 0 15 2 0 0 20 0 18 0 255655066 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334554807000 140334717799340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27305] ppid=27290 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/27292/task/27305/stat : 27305 (java) R 27290 27292 27242 0 -1 4202560 640 0 0 0 14 3 0 0 20 0 18 0 255655066 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334553754200 140334713374409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27306] ppid=27290 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/27292/task/27306/stat : 27306 (java) D 27290 27292 27242 0 -1 4202560 344 0 0 0 14 2 0 0 20 0 18 0 255655066 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334552700984 270330094567 0 4 0 16800975 18446744071581355491 0 0 -1 7 0 0 0 0 0
[pid=27292/tid=27307] ppid=27290 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/27292/task/27307/stat : 27307 (java) R 27290 27292 27242 0 -1 4202560 101 0 0 0 20 4 0 0 20 0 18 0 255655066 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334551648600 140334717811912 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27292/tid=27308] ppid=27290 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/27292/task/27308/stat : 27308 (java) R 27290 27292 27242 0 -1 4202560 86 0 0 0 19 3 0 0 20 0 18 0 255655066 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334550596824 140334718398224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27309] ppid=27290 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/27292/task/27309/stat : 27309 (java) R 27290 27292 27242 0 -1 4202560 433 0 0 0 16 3 0 0 20 0 18 0 255655066 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334549543608 140334713374393 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27310] ppid=27290 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/27292/task/27310/stat : 27310 (java) R 27290 27292 27242 0 -1 4202560 193 0 0 0 17 3 0 0 20 0 18 0 255655066 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334548490928 140334713374409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27311] ppid=27290 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/27292/task/27311/stat : 27311 (java) R 27290 27292 27242 0 -1 4202560 381 0 0 0 16 4 0 0 20 0 18 0 255655066 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334547438424 140334718398187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27322] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27322/stat : 27322 (java) S 27290 27292 27242 0 -1 4202560 495 0 0 0 0 0 0 0 20 0 18 0 255655067 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334535026056 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27323] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27323/stat : 27323 (java) S 27290 27292 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255655068 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334533973240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27324] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27324/stat : 27324 (java) S 27290 27292 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255655068 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334532920328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27328] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27328/stat : 27328 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655070 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334531868816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27329] ppid=27290 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/27292/task/27329/stat : 27329 (java) S 27290 27292 27242 0 -1 4202560 1065 0 0 0 13 0 0 0 20 0 18 0 255655070 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334530816952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27330] ppid=27290 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/27292/task/27330/stat : 27330 (java) S 27290 27292 27242 0 -1 4202560 1112 0 0 0 13 0 0 0 20 0 18 0 255655070 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334529764152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27331] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27331/stat : 27331 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655070 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334528711544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27332] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27332/stat : 27332 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655070 9787813888 200282 33554432000 1073741824 1073778376 140737248106208 140334527658952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9558412

[startup+6.30064 s]
/proc/loadavg: 0.94 1.62 1.86 3/211 27337
/proc/meminfo: memFree=26168308/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=9558412 CPUtime=10.84 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27290 27292 27242 0 -1 4202496 18295 0 1 0 1015 69 0 0 20 0 18 0 255655064 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140737248097344 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27292/statm: 2389603 412304 2268 9 0 2380296 0
[pid=27292/tid=27299] ppid=27290 vsize=9558412 CPUtime=4.88 cores=1,3,5,7
/proc/27292/task/27299/stat : 27299 (java) S 27290 27292 27242 0 -1 4202560 3607 0 1 0 470 18 0 0 20 0 18 0 255655065 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334710901960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27304] ppid=27290 vsize=9558412 CPUtime=0.66 cores=1,3,5,7
/proc/27292/task/27304/stat : 27304 (java) S 27290 27292 27242 0 -1 4202560 221 0 0 0 60 6 0 0 20 0 18 0 255655066 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334554806824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27305] ppid=27290 vsize=9558412 CPUtime=0.51 cores=1,3,5,7
/proc/27292/task/27305/stat : 27305 (java) S 27290 27292 27242 0 -1 4202560 808 0 0 0 46 5 0 0 20 0 18 0 255655066 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334553754024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27306] ppid=27290 vsize=9558412 CPUtime=0.63 cores=1,3,5,7
/proc/27292/task/27306/stat : 27306 (java) S 27290 27292 27242 0 -1 4202560 521 0 0 0 57 6 0 0 20 0 18 0 255655066 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334552701224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27292/tid=27307] ppid=27290 vsize=9558412 CPUtime=0.76 cores=1,3,5,7
/proc/27292/task/27307/stat : 27307 (java) S 27290 27292 27242 0 -1 4202560 252 0 0 0 68 8 0 0 20 0 18 0 255655066 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334551648424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27308] ppid=27290 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/27292/task/27308/stat : 27308 (java) S 27290 27292 27242 0 -1 4202560 856 0 0 0 49 7 0 0 20 0 18 0 255655066 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334550596648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27309] ppid=27290 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/27292/task/27309/stat : 27309 (java) S 27290 27292 27242 0 -1 4202560 850 0 0 0 50 6 0 0 20 0 18 0 255655066 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334549543848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27310] ppid=27290 vsize=9558412 CPUtime=0.59 cores=1,3,5,7
/proc/27292/task/27310/stat : 27310 (java) S 27290 27292 27242 0 -1 4202560 478 0 0 0 54 5 0 0 20 0 18 0 255655066 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334548491048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27311] ppid=27290 vsize=9558412 CPUtime=0.71 cores=1,3,5,7
/proc/27292/task/27311/stat : 27311 (java) S 27290 27292 27242 0 -1 4202560 538 0 0 0 64 7 0 0 20 0 18 0 255655066 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334547438248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27322] ppid=27290 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27292/task/27322/stat : 27322 (java) R 27290 27292 27242 0 -1 4202560 591 0 0 0 3 0 0 0 20 0 18 0 255655067 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334535025928 140334713098841 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27323] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27323/stat : 27323 (java) S 27290 27292 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255655068 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334533973240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27324] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27324/stat : 27324 (java) S 27290 27292 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255655068 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334532920328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27328] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27328/stat : 27328 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655070 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334531868816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27329] ppid=27290 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/27292/task/27329/stat : 27329 (java) S 27290 27292 27242 0 -1 4202560 3941 0 0 0 38 0 0 0 20 0 18 0 255655070 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334530816952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27330] ppid=27290 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/27292/task/27330/stat : 27330 (java) S 27290 27292 27242 0 -1 4202560 4458 0 0 0 36 1 0 0 20 0 18 0 255655070 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334529764152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27331] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27331/stat : 27331 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655070 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334528711544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27332] ppid=27290 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27332/stat : 27332 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655070 9787813888 412304 33554432000 1073741824 1073778376 140737248106208 140334527658952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.84
Current children cumulated vsize (KiB) 9558412

[startup+12.7006 s]
/proc/loadavg: 1.17 1.65 1.87 3/211 27337
/proc/meminfo: memFree=23499476/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=9558412 CPUtime=19.45 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27290 27292 27242 0 -1 4202496 22761 0 1 0 1842 103 0 0 20 0 18 0 255655064 9787813888 692831 33554432000 1073741824 1073778376 140737248106208 140737248097344 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27292/statm: 2389603 692831 2272 9 0 2380296 0
[pid=27292/tid=27299] ppid=27290 vsize=9558412 CPUtime=9.49 cores=1,3,5,7

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

[pid=27292/tid=27329] ppid=27290 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/27292/task/27329/stat : 27329 (java) S 27290 27292 27242 0 -1 4202560 4445 0 0 0 76 0 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334530816952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27330] ppid=27290 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/27292/task/27330/stat : 27330 (java) S 27290 27292 27242 0 -1 4202560 4508 0 0 0 65 2 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334529764152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27292/tid=27331] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27331/stat : 27331 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334528711544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27332] ppid=27290 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/27292/task/27332/stat : 27332 (java) S 27290 27292 27242 0 -1 4202560 99 0 0 0 31 41 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334527658952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27338] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27338/stat : 27338 (java) S 27290 27292 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255657975 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334526604456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1734.77
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/213 27387
/proc/meminfo: memFree=21584452/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=9624976 CPUtime=1794.76 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27290 27292 27242 0 -1 4202496 37304 0 1 0 179259 217 0 0 20 0 19 0 255655064 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140737248097344 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27292/statm: 2406244 931541 2283 9 0 2396937 0
[pid=27292/tid=27299] ppid=27290 vsize=9624976 CPUtime=1765.77 cores=1,3,5,7
/proc/27292/task/27299/stat : 27299 (java) R 27290 27292 27242 0 -1 4202560 4039 0 1 0 176510 67 0 0 20 0 19 0 255655065 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334710903256 140334583281846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27304] ppid=27290 vsize=9624976 CPUtime=1.96 cores=1,3,5,7
/proc/27292/task/27304/stat : 27304 (java) S 27290 27292 27242 0 -1 4202560 2161 0 0 0 179 17 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334554806824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27305] ppid=27290 vsize=9624976 CPUtime=1.73 cores=1,3,5,7
/proc/27292/task/27305/stat : 27305 (java) S 27290 27292 27242 0 -1 4202560 2974 0 0 0 156 17 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334553754024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27306] ppid=27290 vsize=9624976 CPUtime=1.77 cores=1,3,5,7
/proc/27292/task/27306/stat : 27306 (java) S 27290 27292 27242 0 -1 4202560 1727 0 0 0 164 13 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334552701224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27307] ppid=27290 vsize=9624976 CPUtime=1.9 cores=1,3,5,7
/proc/27292/task/27307/stat : 27307 (java) S 27290 27292 27242 0 -1 4202560 3342 0 0 0 174 16 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334551648424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27292/tid=27308] ppid=27290 vsize=9624976 CPUtime=1.79 cores=1,3,5,7
/proc/27292/task/27308/stat : 27308 (java) S 27290 27292 27242 0 -1 4202560 1937 0 0 0 166 13 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334550596648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27309] ppid=27290 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/27292/task/27309/stat : 27309 (java) S 27290 27292 27242 0 -1 4202560 2447 0 0 0 148 14 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334549543848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27310] ppid=27290 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/27292/task/27310/stat : 27310 (java) S 27290 27292 27242 0 -1 4202560 2859 0 0 0 160 15 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334548491048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27311] ppid=27290 vsize=9624976 CPUtime=1.83 cores=1,3,5,7
/proc/27292/task/27311/stat : 27311 (java) S 27290 27292 27242 0 -1 4202560 3891 0 0 0 169 14 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334547438248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27322] ppid=27290 vsize=9624976 CPUtime=7.89 cores=1,3,5,7
/proc/27292/task/27322/stat : 27322 (java) S 27290 27292 27242 0 -1 4202560 1690 0 0 0 783 6 0 0 20 0 19 0 255655067 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334535027176 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27323] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27323/stat : 27323 (java) S 27290 27292 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255655068 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334533973240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27324] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27324/stat : 27324 (java) S 27290 27292 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655068 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334532920328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27328] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27328/stat : 27328 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334531868816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27329] ppid=27290 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/27292/task/27329/stat : 27329 (java) S 27290 27292 27242 0 -1 4202560 4445 0 0 0 76 0 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334530816952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27330] ppid=27290 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/27292/task/27330/stat : 27330 (java) S 27290 27292 27242 0 -1 4202560 4508 0 0 0 65 2 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334529764152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27292/tid=27331] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27331/stat : 27331 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334528711544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27332] ppid=27290 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/27292/task/27332/stat : 27332 (java) S 27290 27292 27242 0 -1 4202560 103 0 0 0 31 43 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334527658952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27338] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27338/stat : 27338 (java) S 27290 27292 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255657975 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334526604456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.76
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.61 s]
/proc/loadavg: 1.93 1.99 1.94 3/192 27418
/proc/meminfo: memFree=25525540/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=9624976 CPUtime=1800.08 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27290 27292 27242 0 -1 4202496 37304 0 1 0 179791 217 0 0 20 0 19 0 255655064 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140737248097344 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27292/statm: 2406244 931541 2283 9 0 2396937 0
[pid=27292/tid=27299] ppid=27290 vsize=9624976 CPUtime=1771.06 cores=1,3,5,7
/proc/27292/task/27299/stat : 27299 (java) R 27290 27292 27242 0 -1 4202560 4039 0 1 0 177039 67 0 0 20 0 19 0 255655065 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334710903256 140334583281427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27304] ppid=27290 vsize=9624976 CPUtime=1.96 cores=1,3,5,7
/proc/27292/task/27304/stat : 27304 (java) S 27290 27292 27242 0 -1 4202560 2161 0 0 0 179 17 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334554806824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27305] ppid=27290 vsize=9624976 CPUtime=1.73 cores=1,3,5,7
/proc/27292/task/27305/stat : 27305 (java) S 27290 27292 27242 0 -1 4202560 2974 0 0 0 156 17 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334553754024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27306] ppid=27290 vsize=9624976 CPUtime=1.77 cores=1,3,5,7
/proc/27292/task/27306/stat : 27306 (java) S 27290 27292 27242 0 -1 4202560 1727 0 0 0 164 13 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334552701224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27307] ppid=27290 vsize=9624976 CPUtime=1.9 cores=1,3,5,7
/proc/27292/task/27307/stat : 27307 (java) S 27290 27292 27242 0 -1 4202560 3342 0 0 0 174 16 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334551648424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27292/tid=27308] ppid=27290 vsize=9624976 CPUtime=1.79 cores=1,3,5,7
/proc/27292/task/27308/stat : 27308 (java) S 27290 27292 27242 0 -1 4202560 1937 0 0 0 166 13 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334550596648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27309] ppid=27290 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/27292/task/27309/stat : 27309 (java) S 27290 27292 27242 0 -1 4202560 2447 0 0 0 148 14 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334549543848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27310] ppid=27290 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/27292/task/27310/stat : 27310 (java) S 27290 27292 27242 0 -1 4202560 2859 0 0 0 160 15 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334548491048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27311] ppid=27290 vsize=9624976 CPUtime=1.83 cores=1,3,5,7
/proc/27292/task/27311/stat : 27311 (java) S 27290 27292 27242 0 -1 4202560 3891 0 0 0 169 14 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334547438248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27322] ppid=27290 vsize=9624976 CPUtime=7.89 cores=1,3,5,7
/proc/27292/task/27322/stat : 27322 (java) S 27290 27292 27242 0 -1 4202560 1690 0 0 0 783 6 0 0 20 0 19 0 255655067 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334535027176 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27323] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27323/stat : 27323 (java) S 27290 27292 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255655068 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334533973240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27324] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27324/stat : 27324 (java) S 27290 27292 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655068 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334532920328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27328] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27328/stat : 27328 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334531868816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27329] ppid=27290 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/27292/task/27329/stat : 27329 (java) S 27290 27292 27242 0 -1 4202560 4445 0 0 0 76 0 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334530816952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27330] ppid=27290 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/27292/task/27330/stat : 27330 (java) S 27290 27292 27242 0 -1 4202560 4508 0 0 0 65 2 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334529764152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27292/tid=27331] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27331/stat : 27331 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334528711544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27332] ppid=27290 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/27292/task/27332/stat : 27332 (java) S 27290 27292 27242 0 -1 4202560 103 0 0 0 31 43 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334527658952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27338] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27338/stat : 27338 (java) S 27290 27292 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255657975 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334526604456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1787.61 s]
/proc/loadavg: 1.93 1.99 1.94 3/192 27418
/proc/meminfo: memFree=25525540/32873660 swapFree=7108/7108
[pid=27292] ppid=27290 vsize=9624976 CPUtime=1800.08 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27290 27292 27242 0 -1 4202496 37304 0 1 0 179791 217 0 0 20 0 19 0 255655064 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140737248097344 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27292/statm: 2406244 931541 2283 9 0 2396937 0
[pid=27292/tid=27299] ppid=27290 vsize=9624976 CPUtime=1771.06 cores=1,3,5,7
/proc/27292/task/27299/stat : 27299 (java) R 27290 27292 27242 0 -1 4202560 4039 0 1 0 177039 67 0 0 20 0 19 0 255655065 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334710903256 140334583281427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27304] ppid=27290 vsize=9624976 CPUtime=1.96 cores=1,3,5,7
/proc/27292/task/27304/stat : 27304 (java) S 27290 27292 27242 0 -1 4202560 2161 0 0 0 179 17 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334554806824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27305] ppid=27290 vsize=9624976 CPUtime=1.73 cores=1,3,5,7
/proc/27292/task/27305/stat : 27305 (java) S 27290 27292 27242 0 -1 4202560 2974 0 0 0 156 17 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334553754024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27306] ppid=27290 vsize=9624976 CPUtime=1.77 cores=1,3,5,7
/proc/27292/task/27306/stat : 27306 (java) S 27290 27292 27242 0 -1 4202560 1727 0 0 0 164 13 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334552701224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27307] ppid=27290 vsize=9624976 CPUtime=1.9 cores=1,3,5,7
/proc/27292/task/27307/stat : 27307 (java) S 27290 27292 27242 0 -1 4202560 3342 0 0 0 174 16 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334551648424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27292/tid=27308] ppid=27290 vsize=9624976 CPUtime=1.79 cores=1,3,5,7
/proc/27292/task/27308/stat : 27308 (java) S 27290 27292 27242 0 -1 4202560 1937 0 0 0 166 13 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334550596648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27309] ppid=27290 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/27292/task/27309/stat : 27309 (java) S 27290 27292 27242 0 -1 4202560 2447 0 0 0 148 14 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334549543848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27310] ppid=27290 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/27292/task/27310/stat : 27310 (java) S 27290 27292 27242 0 -1 4202560 2859 0 0 0 160 15 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334548491048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27311] ppid=27290 vsize=9624976 CPUtime=1.83 cores=1,3,5,7
/proc/27292/task/27311/stat : 27311 (java) S 27290 27292 27242 0 -1 4202560 3891 0 0 0 169 14 0 0 20 0 19 0 255655066 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334547438248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27322] ppid=27290 vsize=9624976 CPUtime=7.89 cores=1,3,5,7
/proc/27292/task/27322/stat : 27322 (java) S 27290 27292 27242 0 -1 4202560 1690 0 0 0 783 6 0 0 20 0 19 0 255655067 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334535027176 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27323] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27323/stat : 27323 (java) S 27290 27292 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255655068 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334533973240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27324] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27324/stat : 27324 (java) S 27290 27292 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655068 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334532920328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27328] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27328/stat : 27328 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334531868816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27329] ppid=27290 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/27292/task/27329/stat : 27329 (java) S 27290 27292 27242 0 -1 4202560 4445 0 0 0 76 0 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334530816952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27292/tid=27330] ppid=27290 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/27292/task/27330/stat : 27330 (java) S 27290 27292 27242 0 -1 4202560 4508 0 0 0 65 2 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334529764152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27292/tid=27331] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27331/stat : 27331 (java) S 27290 27292 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334528711544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27292/tid=27332] ppid=27290 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/27292/task/27332/stat : 27332 (java) S 27290 27292 27242 0 -1 4202560 103 0 0 0 31 43 0 0 20 0 19 0 255655070 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334527658952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27292/tid=27338] ppid=27290 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27292/task/27338/stat : 27338 (java) S 27290 27292 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255657975 9855975424 931541 33554432000 1073741824 1073778376 140737248106208 140334526604456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27292 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=229387
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=512618
# CPU time returned by wait4() is 1795.74
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.64
CPU time (s): 1800.08
CPU user time (s): 1797.91
CPU system time (s): 2.17
CPU usage (%): 100.696
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.23
system time used= 2.51262
maximum resident set size= 3726292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37339
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42797
involuntary context switches= 23450

runsolver used 6.12307 second user time and 14.9897 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 23:34:53
IDJOB=3690009
IDBENCH=92646
IDSOLVER=2269
FILE ID=node117/3690009-1337895288
RUNJOBID= node117-1337895288-27275
PBS_JOBID= 14620104
Free space on /tmp= 71188 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_8_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690009-1337895288/watcher-3690009-1337895288 -o /tmp/evaluation-result-3690009-1337895288/solver-3690009-1337895288 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690009-1337895288.opb

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

MD5SUM BENCH= b6af9d5f38ec6e461eecfded04e11783
RANDOM SEED=1919175796

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        29017064 kB
Buffers:          238752 kB
Cached:          2807468 kB
SwapCached:            0 kB
Active:           842108 kB
Inactive:        2214768 kB
Active(anon):      13560 kB
Inactive(anon):        0 kB
Active(file):     828548 kB
Inactive(file):  2214768 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            444092 kB
Writeback:             0 kB
AnonPages:         22372 kB
Mapped:            13636 kB
Shmem:               200 kB
Slab:             661272 kB
SReclaimable:     102544 kB
SUnreclaim:       558728 kB
KernelStack:        1424 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     104240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71404 MiB
End job on node117 at 2012-05-25 00:04:43