Trace number 3689529

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

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1663818.opb
MD5SUMca0e75c55c65b2e375ac748ac3a932d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark285
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124626
Total number of constraints172017
Number of constraints which are clauses58800
Number of constraints which are cardinality constraints (but not clauses)3930
Number of constraints which are nor clauses,nor cardinality constraints109287
Minimum length of a constraint1
Maximum length of a constraint15602
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2000
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2351800
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.10	c version 2.3.2.v20120418
0.01/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.10	c java.vm.version	19.1-b02
0.01/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689529-1337891587.opb
0.08/0.12	c reading problem ... 
26.82/24.35	c ... done. Wall clock time 24.227s.
26.82/24.35	c declared #vars     124626
26.82/24.35	c #constraints  172646
26.82/24.35	c constraints type 
26.82/24.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 153029
26.82/24.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 3940
26.82/24.35	c ignored satisfied constraints => 2
26.82/24.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
26.82/24.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 301
26.82/24.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15374
26.82/24.35	c 172648 constraints processed.
26.82/24.35	c objective function length is 300 literals
387.29/384.14	c cleaning 2608 clauses out of 5215 with flag 5221/5221
499.68/495.94	c cleaning 4075 clauses out of 8384 with flag 11000/11000
593.50/589.67	c cleaning 5602 clauses out of 11314 with flag 18005/18005
703.68/699.88	c cleaning 6820 clauses out of 13777 with flag 26072/26072
884.20/880.25	c cleaning 7712 clauses out of 15884 with flag 35001/35001
1067.89/1063.76	c cleaning 8756 clauses out of 18309 with flag 45138/45138
1333.11/1328.89	c cleaning 9806 clauses out of 20467 with flag 56053/56053
1611.90/1607.35	c cleaning 10965 clauses out of 22606 with flag 68001/68001
1800.00/1795.12	c starts		: 77
1800.00/1795.12	c conflicts		: 76769
1800.00/1795.12	c decisions		: 16812762
1800.00/1795.12	c propagations		: 60732700
1800.00/1795.12	c inspects		: 170714984
1800.00/1795.12	c shortcuts		: 0
1800.00/1795.12	c learnt literals	: 16
1800.00/1795.12	c learnt binary clauses	: 291
1800.00/1795.12	c learnt ternary clauses	: 58
1800.00/1795.12	c learnt constraints	: 76753
1800.00/1795.12	c ignored constraints	: 0
1800.00/1795.12	c root simplifications	: 0
1800.00/1795.12	c removed literals (reason simplification)	: 0
1800.00/1795.12	c reason swapping (by a shorter reason)	: 0
1800.00/1795.12	c Calls to reduceDB	: 8
1800.00/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.00/1795.12	c number of learned constraints concerned by reduction	: 0
1800.00/1795.12	c number of learning phase by resolution	: 0
1800.00/1795.12	c number of learning phase by cutting planes	: 0
1800.00/1795.12	c speed (assignments/second)	: 34298.415611772645
1800.00/1795.12	c non guided choices	29838
1800.00/1795.13	c learnt constraints type 
1800.00/1795.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 291
1800.00/1795.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20118
1800.00/1795.13	c constraints type 
1800.00/1795.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 153029
1800.00/1795.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 3940
1800.00/1795.13	c ignored satisfied constraints => 2
1800.00/1795.13	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.00/1795.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 301
1800.00/1795.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15374
1800.00/1795.13	c 172648 constraints processed.
1800.00/1795.13	s UNKNOWN
1800.00/1795.13	c Total wall clock time (in seconds): 1795.009

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-3689529-1337891587/watcher-3689529-1337891587 -o /tmp/evaluation-result-3689529-1337891587/solver-3689529-1337891587 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689529-1337891587.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: 1.99 1.99 1.99 3/194 11834
/proc/meminfo: memFree=28224008/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/11834/stat : 11834 (java) D 11832 11834 8709 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 255284008 278528 33 33554432000 1073741824 1073778376 140734921110320 140734921107496 213410475303 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/11834/statm: 68 33 25 9 0 25 0

[startup+0.043277 s]
/proc/loadavg: 1.99 1.99 1.99 3/194 11834
/proc/meminfo: memFree=28224008/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11832 11834 8709 0 -1 4202496 2960 0 1 0 1 0 0 0 20 0 13 0 255284008 9446973440 3659 33554432000 1073741824 1073778376 140734249686752 140734249677888 213422997565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11834/statm: 2306390 3659 1656 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.1002 s]
/proc/loadavg: 1.99 1.99 1.99 3/194 11834
/proc/meminfo: memFree=28224008/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11832 11834 8709 0 -1 4202496 4231 0 1 0 7 1 0 0 20 0 18 0 255284008 9787813888 5425 33554432000 1073741824 1073778376 140734249686752 140734249677888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11834/statm: 2389603 5426 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30022 s]
/proc/loadavg: 1.99 1.99 1.99 3/194 11834
/proc/meminfo: memFree=28224008/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11832 11834 8709 0 -1 4202496 5591 0 1 0 47 1 0 0 20 0 18 0 255284008 9787813888 12779 33554432000 1073741824 1073778376 140734249686752 140734249677888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11834/statm: 2389603 12779 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700215 s]
/proc/loadavg: 1.99 1.99 1.99 3/194 11834
/proc/meminfo: memFree=28224008/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=9558412 CPUtime=1.15 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11832 11834 8709 0 -1 4202496 7928 0 1 0 110 5 0 0 20 0 18 0 255284008 9787813888 42672 33554432000 1073741824 1073778376 140734249686752 140734249677888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11834/statm: 2389603 42672 2236 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 2.31 2.05 2.02 3/212 11852
/proc/meminfo: memFree=28031452/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=9558412 CPUtime=2.27 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11832 11834 8709 0 -1 4202496 8623 0 1 0 217 10 0 0 20 0 18 0 255284008 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140734249677888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11834/statm: 2389603 70218 2261 9 0 2380296 0
[pid=11834/tid=11836] ppid=11832 vsize=9558412 CPUtime=1.39 cores=0,2,4,6
/proc/11834/task/11836/stat : 11836 (java) R 11832 11834 8709 0 -1 4202560 2554 0 1 0 134 5 0 0 20 0 18 0 255284010 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014617185672 140014474658388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 8709 0 -1 4202560 108 0 0 0 3 0 0 0 20 0 18 0 255284011 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014595287848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 255284011 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014594235048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11839/stat : 11839 (java) S 11832 11834 8709 0 -1 4202560 90 0 0 0 0 0 0 0 20 0 18 0 255284011 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014593182760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 8709 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 18 0 255284011 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014256122792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11841] ppid=11832 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 8709 0 -1 4202560 103 0 0 0 1 0 0 0 20 0 18 0 255284011 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014255069480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11842] ppid=11832 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 8709 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 255284011 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014254016680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11843] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 255284011 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014252964392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11844] ppid=11832 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 8709 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 18 0 255284011 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014251911592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11845] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 8709 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255284012 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014239714024 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11846] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255284013 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014238660088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11847] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11847/stat : 11847 (java) S 11832 11834 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255284013 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014237607688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11848] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11848/stat : 11848 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255284015 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014236556176 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11849] ppid=11832 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/11834/task/11849/stat : 11849 (java) S 11832 11834 8709 0 -1 4202560 1870 0 0 0 33 0 0 0 20 0 18 0 255284015 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014235502776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11850] ppid=11832 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/11834/task/11850/stat : 11850 (java) S 11832 11834 8709 0 -1 4202560 2502 0 0 0 29 0 0 0 20 0 18 0 255284015 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014234449976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11851] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11851/stat : 11851 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255284015 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014233397880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11852] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11852/stat : 11852 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255284015 9787813888 70218 33554432000 1073741824 1073778376 140734249686752 140014232345288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9558412

[startup+3.10067 s]
/proc/loadavg: 2.31 2.05 2.02 3/212 11852
/proc/meminfo: memFree=27848248/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=9558412 CPUtime=4.25 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11832 11834 8709 0 -1 4202496 9650 0 1 0 399 26 0 0 20 0 18 0 255284008 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140734249677888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11834/statm: 2389603 157464 2261 9 0 2380296 0
[pid=11834/tid=11836] ppid=11832 vsize=9558412 CPUtime=2.86 cores=0,2,4,6
/proc/11834/task/11836/stat : 11836 (java) R 11832 11834 8709 0 -1 4202560 2860 0 1 0 276 10 0 0 20 0 18 0 255284010 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014617185704 140014474715755 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 8709 0 -1 4202560 151 0 0 0 6 3 0 0 20 0 18 0 255284011 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014595287848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 8709 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 18 0 255284011 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014594235048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11839/stat : 11839 (java) S 11832 11834 8709 0 -1 4202560 143 0 0 0 5 2 0 0 20 0 18 0 255284011 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014593182760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 8709 0 -1 4202560 66 0 0 0 7 3 0 0 20 0 18 0 255284011 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014256122792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11841] ppid=11832 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 8709 0 -1 4202560 155 0 0 0 7 2 0 0 20 0 18 0 255284011 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014255069480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11842] ppid=11832 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 8709 0 -1 4202560 55 0 0 0 6 2 0 0 20 0 18 0 255284011 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014254016680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11843] ppid=11832 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 8709 0 -1 4202560 60 0 0 0 6 2 0 0 20 0 18 0 255284011 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014252964392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11844] ppid=11832 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 8709 0 -1 4202560 120 0 0 0 5 1 0 0 20 0 18 0 255284011 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014251911592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11845] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 8709 0 -1 4202560 471 0 0 0 0 0 0 0 20 0 18 0 255284012 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014239714024 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11846] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255284013 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014238660088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11847] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11847/stat : 11847 (java) S 11832 11834 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255284013 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014237607688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11848] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11848/stat : 11848 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255284015 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014236556176 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11849] ppid=11832 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/11834/task/11849/stat : 11849 (java) S 11832 11834 8709 0 -1 4202560 1870 0 0 0 33 0 0 0 20 0 18 0 255284015 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014235502776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11850] ppid=11832 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/11834/task/11850/stat : 11850 (java) S 11832 11834 8709 0 -1 4202560 2502 0 0 0 29 0 0 0 20 0 18 0 255284015 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014234449976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11851] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11851/stat : 11851 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255284015 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014233397880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11852] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11852/stat : 11852 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255284015 9787813888 157464 33554432000 1073741824 1073778376 140734249686752 140014232345288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9558412

[startup+6.30067 s]
/proc/loadavg: 2.29 2.05 2.02 3/212 11852
/proc/meminfo: memFree=27138336/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=9558412 CPUtime=7.72 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11832 11834 8709 0 -1 4202496 11050 0 1 0 730 42 0 0 20 0 18 0 255284008 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140734249677888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11834/statm: 2389603 295438 2261 9 0 2380296 0
[pid=11834/tid=11836] ppid=11832 vsize=9558412 CPUtime=5.96 cores=0,2,4,6
/proc/11834/task/11836/stat : 11836 (java) R 11832 11834 8709 0 -1 4202560 3558 0 1 0 577 19 0 0 20 0 18 0 255284010 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014617177984 140014474680968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 8709 0 -1 4202560 163 0 0 0 8 3 0 0 20 0 18 0 255284011 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014595287848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 8709 0 -1 4202560 47 0 0 0 6 1 0 0 20 0 18 0 255284011 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014594235048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/11834/task/11839/stat : 11839 (java) S 11832 11834 8709 0 -1 4202560 177 0 0 0 10 3 0 0 20 0 18 0 255284011 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014593182760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 8709 0 -1 4202560 74 0 0 0 10 3 0 0 20 0 18 0 255284011 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014256122792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11841] ppid=11832 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 8709 0 -1 4202560 196 0 0 0 14 4 0 0 20 0 18 0 255284011 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014255069480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11842] ppid=11832 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 8709 0 -1 4202560 64 0 0 0 7 3 0 0 20 0 18 0 255284011 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014254016680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11843] ppid=11832 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 8709 0 -1 4202560 80 0 0 0 9 3 0 0 20 0 18 0 255284011 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014252964392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11844] ppid=11832 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 8709 0 -1 4202560 166 0 0 0 10 2 0 0 20 0 18 0 255284011 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014251911592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11845] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 8709 0 -1 4202560 978 0 0 0 0 0 0 0 20 0 18 0 255284012 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014239714024 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11846] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255284013 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014238660088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11847] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11847/stat : 11847 (java) S 11832 11834 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255284013 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014237607688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11848] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11848/stat : 11848 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255284015 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014236556176 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11849] ppid=11832 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/11834/task/11849/stat : 11849 (java) S 11832 11834 8709 0 -1 4202560 1870 0 0 0 33 0 0 0 20 0 18 0 255284015 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014235502776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11850] ppid=11832 vsize=9558412 CPUtime=0.31 cores=0,2,4,6
/proc/11834/task/11850/stat : 11850 (java) S 11832 11834 8709 0 -1 4202560 2502 0 0 0 31 0 0 0 20 0 18 0 255284015 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014234449976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11851] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11851/stat : 11851 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255284015 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014233397880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11852] ppid=11832 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11852/stat : 11852 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255284015 9787813888 295438 33554432000 1073741824 1073778376 140734249686752 140014232345288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 2.26 2.05 2.02 3/212 11852
/proc/meminfo: memFree=25977948/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=9558412 CPUtime=14.43 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11832 11834 8709 0 -1 4202496 12065 0 1 0 1373 70 0 0 20 0 18 0 255284008 9787813888 564609 33554432000 1073741824 1073778376 140734249686752 140734249677888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11834/statm: 2389603 564609 2261 9 0 2380296 0
[pid=11834/tid=11836] ppid=11832 vsize=9558412 CPUtime=12.23 cores=0,2,4,6

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

[pid=11834/tid=11849] ppid=11832 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/11834/task/11849/stat : 11849 (java) S 11832 11834 8709 0 -1 4202560 3152 0 0 0 72 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014235502776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11850] ppid=11832 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/11834/task/11850/stat : 11850 (java) S 11832 11834 8709 0 -1 4202560 3719 0 0 0 76 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014234449976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11851] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11851/stat : 11851 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014233397880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11852] ppid=11832 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/11834/task/11852/stat : 11852 (java) S 11832 11834 8709 0 -1 4202560 99 0 0 0 32 32 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014232345288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11853] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11853/stat : 11853 (java) S 11832 11834 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255286449 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014231258536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.19
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 11950
/proc/meminfo: memFree=24555960/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=9624976 CPUtime=1787.19 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11832 11834 8709 0 -1 4202496 95349 0 1 0 178561 158 0 0 20 0 19 0 255284008 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140734249677888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11834/statm: 2406244 845796 2283 9 0 2396937 0
[pid=11834/tid=11836] ppid=11832 vsize=9624976 CPUtime=1770.54 cores=0,2,4,6
/proc/11834/task/11836/stat : 11836 (java) R 11832 11834 8709 0 -1 4202560 4264 0 1 0 176978 76 0 0 20 0 19 0 255284010 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014617186592 140014475207382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 8709 0 -1 4202560 6699 0 0 0 43 10 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014595287848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 8709 0 -1 4202560 7094 0 0 0 49 11 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014594235048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/11834/task/11839/stat : 11839 (java) S 11832 11834 8709 0 -1 4202560 12896 0 0 0 51 11 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014593182760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 8709 0 -1 4202560 6149 0 0 0 50 13 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014256122792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11841] ppid=11832 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 8709 0 -1 4202560 10371 0 0 0 47 11 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014255069480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11842] ppid=11832 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 8709 0 -1 4202560 8219 0 0 0 46 13 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014254016680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11843] ppid=11832 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 8709 0 -1 4202560 7659 0 0 0 52 10 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014252964392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11844] ppid=11832 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 8709 0 -1 4202560 10563 0 0 0 38 10 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014251911592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11845] ppid=11832 vsize=9624976 CPUtime=5.69 cores=0,2,4,6
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 8709 0 -1 4202560 13280 0 0 0 565 4 0 0 20 0 19 0 255284012 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014239714024 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11846] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255284013 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014238660088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11847] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11847/stat : 11847 (java) S 11832 11834 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255284013 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014237607688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11848] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11848/stat : 11848 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014236556176 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11849] ppid=11832 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/11834/task/11849/stat : 11849 (java) S 11832 11834 8709 0 -1 4202560 3152 0 0 0 72 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014235502776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11850] ppid=11832 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/11834/task/11850/stat : 11850 (java) S 11832 11834 8709 0 -1 4202560 3719 0 0 0 76 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014234449976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11851] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11851/stat : 11851 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014233397880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11852] ppid=11832 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/11834/task/11852/stat : 11852 (java) S 11832 11834 8709 0 -1 4202560 103 0 0 0 33 33 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014232345288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11853] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11853/stat : 11853 (java) S 11832 11834 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255286449 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014231258536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.19
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 11950
/proc/meminfo: memFree=24555836/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=9624976 CPUtime=1800 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11832 11834 8709 0 -1 4202496 95349 0 1 0 179842 158 0 0 20 0 19 0 255284008 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140734249677888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11834/statm: 2406244 845796 2283 9 0 2396937 0
[pid=11834/tid=11836] ppid=11832 vsize=9624976 CPUtime=1783.32 cores=0,2,4,6
/proc/11834/task/11836/stat : 11836 (java) R 11832 11834 8709 0 -1 4202560 4264 0 1 0 178255 77 0 0 20 0 19 0 255284010 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014617186592 140014475103488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 8709 0 -1 4202560 6699 0 0 0 43 10 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014595287848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 8709 0 -1 4202560 7094 0 0 0 49 11 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014594235048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/11834/task/11839/stat : 11839 (java) S 11832 11834 8709 0 -1 4202560 12896 0 0 0 51 11 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014593182760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 8709 0 -1 4202560 6149 0 0 0 50 13 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014256122792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11841] ppid=11832 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 8709 0 -1 4202560 10371 0 0 0 47 11 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014255069480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11842] ppid=11832 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 8709 0 -1 4202560 8219 0 0 0 46 13 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014254016680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11843] ppid=11832 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 8709 0 -1 4202560 7659 0 0 0 52 10 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014252964392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11844] ppid=11832 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 8709 0 -1 4202560 10563 0 0 0 38 10 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014251911592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11845] ppid=11832 vsize=9624976 CPUtime=5.69 cores=0,2,4,6
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 8709 0 -1 4202560 13280 0 0 0 565 4 0 0 20 0 19 0 255284012 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014239714024 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11846] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255284013 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014238660088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11847] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11847/stat : 11847 (java) S 11832 11834 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255284013 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014237607688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11848] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11848/stat : 11848 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014236556176 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11849] ppid=11832 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/11834/task/11849/stat : 11849 (java) S 11832 11834 8709 0 -1 4202560 3152 0 0 0 72 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014235502776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11850] ppid=11832 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/11834/task/11850/stat : 11850 (java) S 11832 11834 8709 0 -1 4202560 3719 0 0 0 76 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014234449976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11851] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11851/stat : 11851 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014233397880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11852] ppid=11832 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/11834/task/11852/stat : 11852 (java) S 11832 11834 8709 0 -1 4202560 103 0 0 0 33 34 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014232345288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11853] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11853/stat : 11853 (java) S 11832 11834 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255286449 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014231258536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 11950
/proc/meminfo: memFree=24555836/32873844 swapFree=6592/6592
[pid=11834] ppid=11832 vsize=9624976 CPUtime=1800 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11832 11834 8709 0 -1 4202496 95349 0 1 0 179842 158 0 0 20 0 19 0 255284008 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140734249677888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11834/statm: 2406244 845796 2283 9 0 2396937 0
[pid=11834/tid=11836] ppid=11832 vsize=9624976 CPUtime=1783.32 cores=0,2,4,6
/proc/11834/task/11836/stat : 11836 (java) R 11832 11834 8709 0 -1 4202560 4264 0 1 0 178255 77 0 0 20 0 19 0 255284010 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014617186592 140014475103488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 8709 0 -1 4202560 6699 0 0 0 43 10 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014595287848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 8709 0 -1 4202560 7094 0 0 0 49 11 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014594235048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/11834/task/11839/stat : 11839 (java) S 11832 11834 8709 0 -1 4202560 12896 0 0 0 51 11 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014593182760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 8709 0 -1 4202560 6149 0 0 0 50 13 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014256122792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11841] ppid=11832 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 8709 0 -1 4202560 10371 0 0 0 47 11 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014255069480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11842] ppid=11832 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 8709 0 -1 4202560 8219 0 0 0 46 13 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014254016680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11843] ppid=11832 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 8709 0 -1 4202560 7659 0 0 0 52 10 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014252964392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11844] ppid=11832 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 8709 0 -1 4202560 10563 0 0 0 38 10 0 0 20 0 19 0 255284011 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014251911592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11845] ppid=11832 vsize=9624976 CPUtime=5.69 cores=0,2,4,6
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 8709 0 -1 4202560 13280 0 0 0 565 4 0 0 20 0 19 0 255284012 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014239714024 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11846] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255284013 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014238660088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11847] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11847/stat : 11847 (java) S 11832 11834 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255284013 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014237607688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11848] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11848/stat : 11848 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014236556176 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11834/tid=11849] ppid=11832 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/11834/task/11849/stat : 11849 (java) S 11832 11834 8709 0 -1 4202560 3152 0 0 0 72 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014235502776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11850] ppid=11832 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/11834/task/11850/stat : 11850 (java) S 11832 11834 8709 0 -1 4202560 3719 0 0 0 76 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014234449976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11834/tid=11851] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11851/stat : 11851 (java) S 11832 11834 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014233397880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11834/tid=11852] ppid=11832 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/11834/task/11852/stat : 11852 (java) S 11832 11834 8709 0 -1 4202560 103 0 0 0 33 34 0 0 20 0 19 0 255284015 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014232345288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11834/tid=11853] ppid=11832 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/11834/task/11853/stat : 11853 (java) S 11832 11834 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255286449 9855975424 845796 33554432000 1073741824 1073778376 140734249686752 140014231258536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1795.16
CPU time (s): 1800
CPU user time (s): 1798.42
CPU system time (s): 1.58
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.92
system time used= 2.19167
maximum resident set size= 3399104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95382
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44036
involuntary context switches= 16792

runsolver used 6.04008 second user time and 15.0427 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-24 22:33:12
IDJOB=3689529
IDBENCH=89883
IDSOLVER=2269
FILE ID=node140/3689529-1337891587
RUNJOBID= node140-1337871881-8725
PBS_JOBID= 14620064
Free space on /tmp= 71484 MiB

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

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

MD5SUM BENCH= ca0e75c55c65b2e375ac748ac3a932d9
RANDOM SEED=543585186

node140.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.094
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.18
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.094
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.094
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.094
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.91
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.094
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.92
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.094
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.88
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.094
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.90
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.094
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:       32873844 kB
MemFree:        28224008 kB
Buffers:          238764 kB
Cached:          3501120 kB
SwapCached:            0 kB
Active:           700520 kB
Inactive:        3156936 kB
Active(anon):     119384 kB
Inactive(anon):        0 kB
Active(file):     581136 kB
Inactive(file):  3156936 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            201688 kB
Writeback:             0 kB
AnonPages:        127524 kB
Mapped:            22476 kB
Shmem:               200 kB
Slab:             650484 kB
SReclaimable:      88780 kB
SUnreclaim:       561704 kB
KernelStack:        1576 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     701100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71480 MiB
End job on node140 at 2012-05-24 23:03:09