Trace number 3688327

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.07 1772.14

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
MD5SUM70a36045701f7ebe55c56022c0c942d1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
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.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688327-1337882662.opb
0.10/0.11	c reading problem ... 
1.10/0.69	c ... done. Wall clock time 0.582s.
1.10/0.69	c declared #vars     16651
1.10/0.69	c #constraints  49142
1.10/0.69	c constraints type 
1.10/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
1.10/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1.10/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.31/0.71	c 49142 constraints processed.
1.31/0.71	c objective function length is 91 literals
170.89/167.88	c cleaning 2501 clauses out of 5001 with flag 5001/5001
313.14/307.99	c cleaning 4244 clauses out of 8500 with flag 11001/11001
466.62/459.25	c cleaning 5621 clauses out of 11256 with flag 18001/18001
606.22/596.53	c cleaning 6817 clauses out of 13634 with flag 26000/26000
854.70/841.11	c cleaning 7901 clauses out of 15818 with flag 35001/35001
1138.68/1120.65	c cleaning 8944 clauses out of 17916 with flag 45000/45000
1474.22/1451.01	c cleaning 9981 clauses out of 19973 with flag 56001/56001
1800.07/1772.12	c starts		: 78
1800.07/1772.12	c conflicts		: 67074
1800.07/1772.12	c decisions		: 165683
1800.07/1772.12	c propagations		: 15815582
1800.07/1772.12	c inspects		: 101663585
1800.07/1772.12	c shortcuts		: 0
1800.07/1772.12	c learnt literals	: 0
1800.07/1772.12	c learnt binary clauses	: 4
1800.07/1772.12	c learnt ternary clauses	: 2
1800.07/1772.12	c learnt constraints	: 67074
1800.07/1772.12	c ignored constraints	: 0
1800.07/1772.12	c root simplifications	: 0
1800.07/1772.12	c removed literals (reason simplification)	: 0
1800.07/1772.12	c reason swapping (by a shorter reason)	: 0
1800.07/1772.12	c Calls to reduceDB	: 7
1800.07/1772.12	c number of reductions to clauses (during analyze)	: 0
1800.07/1772.12	c number of learned constraints concerned by reduction	: 0
1800.07/1772.12	c number of learning phase by resolution	: 0
1800.07/1772.12	c number of learning phase by cutting planes	: 0
1800.07/1772.12	c speed (assignments/second)	: 8928.262110288602
1800.07/1772.12	c non guided choices	130
1800.07/1772.13	c learnt constraints type 
1800.07/1772.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.07/1772.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21063
1800.07/1772.13	c constraints type 
1800.07/1772.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
1800.07/1772.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1800.07/1772.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1772.13	c 49142 constraints processed.
1800.07/1772.13	s UNKNOWN
1800.07/1772.13	c Total wall clock time (in seconds): 1772.02

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-3688327-1337882662/watcher-3688327-1337882662 -o /tmp/evaluation-result-3688327-1337882662/solver-3688327-1337882662 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688327-1337882662.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24130
/proc/meminfo: memFree=29256648/32873844 swapFree=7124/7124
[pid=24130] ppid=24128 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/24130/stat : 24130 (java) R 24128 24130 22462 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 254391623 23793664 718 33554432000 1073741824 1073778376 140735325347072 140735325336136 273896486248 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24130/statm: 5809 730 540 9 0 128 0

[startup+0.101659 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24130
/proc/meminfo: memFree=29256648/32873844 swapFree=7124/7124
[pid=24130] ppid=24128 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/24130/stat : 24130 (java) S 24128 24130 22462 0 -1 4202496 4395 0 1 0 9 1 0 0 20 0 18 0 254391623 9787813888 6101 33554432000 1073741824 1073778376 140735325347072 140735325338208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24130/statm: 2389603 6101 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.200194 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24130
/proc/meminfo: memFree=29256648/32873844 swapFree=7124/7124
[pid=24130] ppid=24128 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/24130/stat : 24130 (java) S 24128 24130 22462 0 -1 4202496 4847 0 1 0 25 2 0 0 20 0 18 0 254391623 9787813888 6929 33554432000 1073741824 1073778376 140735325347072 140735325338208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24130/statm: 2389603 6934 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558412

[startup+0.300298 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24130
/proc/meminfo: memFree=29256648/32873844 swapFree=7124/7124
[pid=24130] ppid=24128 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/24130/stat : 24130 (java) S 24128 24130 22462 0 -1 4202496 5655 0 1 0 49 2 0 0 20 0 18 0 254391623 9787813888 8365 33554432000 1073741824 1073778376 140735325347072 140735325338208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24130/statm: 2389603 8365 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.700176 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24130
/proc/meminfo: memFree=29256648/32873844 swapFree=7124/7124
[pid=24130] ppid=24128 vsize=9558412 CPUtime=1.31 cores=0,2,4,6
/proc/24130/stat : 24130 (java) S 24128 24130 22462 0 -1 4202496 8765 0 1 0 127 4 0 0 20 0 18 0 254391623 9787813888 35959 33554432000 1073741824 1073778376 140735325347072 140735325338208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24130/statm: 2389603 35959 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24149
/proc/meminfo: memFree=29116712/32873844 swapFree=7124/7124
[pid=24130] ppid=24128 vsize=9624976 CPUtime=2.38 cores=0,2,4,6
/proc/24130/stat : 24130 (java) S 24128 24130 22462 0 -1 4202496 9564 0 1 0 233 5 0 0 20 0 19 0 254391623 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140735325338208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24130/statm: 2406244 38035 2254 9 0 2396937 0
[pid=24130/tid=24132] ppid=24128 vsize=9624976 CPUtime=1.48 cores=0,2,4,6
/proc/24130/task/24132/stat : 24132 (java) R 24128 24130 22462 0 -1 4202560 2509 0 1 0 144 4 0 0 20 0 19 0 254391624 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140024232993064 140024071589508 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24133] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24133/stat : 24133 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140024194485032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24134] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24134/stat : 24134 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140024193432232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24135] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24135/stat : 24135 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140024192379944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24136] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24136/stat : 24136 (java) S 24128 24130 22462 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140024191327144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24137] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24137/stat : 24137 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140024190273832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24138] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24138/stat : 24138 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140024070793384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24139] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24139/stat : 24139 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140024069741096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24140] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24140/stat : 24140 (java) S 24128 24130 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140024068688296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24141] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24141/stat : 24141 (java) S 24128 24130 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140024056490728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24142] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24142/stat : 24142 (java) S 24128 24130 22462 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140024055436792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24143] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24143/stat : 24143 (java) S 24128 24130 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140023450035976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24144] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24144/stat : 24144 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140023448984464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24145] ppid=24128 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/24130/task/24145/stat : 24145 (java) S 24128 24130 22462 0 -1 4202560 3465 0 0 0 49 0 0 0 20 0 19 0 254391629 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140023447931064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24146] ppid=24128 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/24130/task/24146/stat : 24146 (java) S 24128 24130 22462 0 -1 4202560 2388 0 0 0 36 0 0 0 20 0 19 0 254391629 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140023446878264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24147] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24147/stat : 24147 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140023445826168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24148] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24148/stat : 24148 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140023444773576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24149] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24149/stat : 24149 (java) S 24128 24130 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254391695 9855975424 38035 33554432000 1073741824 1073778376 140735325347072 140023443719592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9624976

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24149
/proc/meminfo: memFree=29093316/32873844 swapFree=7124/7124
[pid=24130] ppid=24128 vsize=9624976 CPUtime=4.1 cores=0,2,4,6
/proc/24130/stat : 24130 (java) S 24128 24130 22462 0 -1 4202496 9995 0 1 0 404 6 0 0 20 0 19 0 254391623 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140735325338208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24130/statm: 2406244 42728 2268 9 0 2396937 0
[pid=24130/tid=24132] ppid=24128 vsize=9624976 CPUtime=3.05 cores=0,2,4,6
/proc/24130/task/24132/stat : 24132 (java) R 24128 24130 22462 0 -1 4202560 2517 0 1 0 301 4 0 0 20 0 19 0 254391624 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140024232993304 140024071589792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24133] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24133/stat : 24133 (java) S 24128 24130 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140024194485032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24134] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24134/stat : 24134 (java) S 24128 24130 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140024193432232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24135] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24135/stat : 24135 (java) S 24128 24130 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140024192379944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24136] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24136/stat : 24136 (java) S 24128 24130 22462 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140024191327144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24137] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24137/stat : 24137 (java) S 24128 24130 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140024190273832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24138] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24138/stat : 24138 (java) S 24128 24130 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140024070793384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24139] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24139/stat : 24139 (java) S 24128 24130 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140024069741096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24140] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24140/stat : 24140 (java) S 24128 24130 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140024068688296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24141] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24141/stat : 24141 (java) S 24128 24130 22462 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140024056490728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24142] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24142/stat : 24142 (java) S 24128 24130 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140024055436792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24143] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24143/stat : 24143 (java) S 24128 24130 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140023450035976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24144] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24144/stat : 24144 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140023448984464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24145] ppid=24128 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/24130/task/24145/stat : 24145 (java) S 24128 24130 22462 0 -1 4202560 3465 0 0 0 52 0 0 0 20 0 19 0 254391629 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140023447931064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24146] ppid=24128 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/24130/task/24146/stat : 24146 (java) S 24128 24130 22462 0 -1 4202560 2706 0 0 0 39 0 0 0 20 0 19 0 254391629 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140023446878264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24147] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24147/stat : 24147 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140023445826168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24148] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24148/stat : 24148 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140023444773576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24149] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24149/stat : 24149 (java) S 24128 24130 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254391695 9855975424 42728 33554432000 1073741824 1073778376 140735325347072 140023443719592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9624976

[startup+6.30076 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24149
/proc/meminfo: memFree=29080608/32873844 swapFree=7124/7124
[pid=24130] ppid=24128 vsize=9624976 CPUtime=7.35 cores=0,2,4,6
/proc/24130/stat : 24130 (java) S 24128 24130 22462 0 -1 4202496 10024 0 1 0 728 7 0 0 20 0 19 0 254391623 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140735325338208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24130/statm: 2406244 45663 2268 9 0 2396937 0
[pid=24130/tid=24132] ppid=24128 vsize=9624976 CPUtime=6.22 cores=0,2,4,6
/proc/24130/task/24132/stat : 24132 (java) R 24128 24130 22462 0 -1 4202560 2519 0 1 0 618 4 0 0 20 0 19 0 254391624 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140024232991936 140024071589508 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24133] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24133/stat : 24133 (java) S 24128 24130 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140024194485032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24134] ppid=24128 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24130/task/24134/stat : 24134 (java) S 24128 24130 22462 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 254391625 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140024193432232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24135] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24135/stat : 24135 (java) S 24128 24130 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140024192379944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24136] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24136/stat : 24136 (java) S 24128 24130 22462 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140024191327144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24137] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24137/stat : 24137 (java) S 24128 24130 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140024190273832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24138] ppid=24128 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24130/task/24138/stat : 24138 (java) S 24128 24130 22462 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254391625 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140024070793384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24139] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24139/stat : 24139 (java) S 24128 24130 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140024069741096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24140] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24140/stat : 24140 (java) S 24128 24130 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254391625 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140024068688296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24141] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24141/stat : 24141 (java) S 24128 24130 22462 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140024056490728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24142] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24142/stat : 24142 (java) S 24128 24130 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140024055436792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24143] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24143/stat : 24143 (java) S 24128 24130 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140023450035976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24144] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24144/stat : 24144 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140023448984464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24145] ppid=24128 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/24130/task/24145/stat : 24145 (java) S 24128 24130 22462 0 -1 4202560 3465 0 0 0 52 0 0 0 20 0 19 0 254391629 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140023447931064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24146] ppid=24128 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/24130/task/24146/stat : 24146 (java) S 24128 24130 22462 0 -1 4202560 2706 0 0 0 39 0 0 0 20 0 19 0 254391629 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140023446878264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24147] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24147/stat : 24147 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140023445826168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24148] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24148/stat : 24148 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140023444773576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24149] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24149/stat : 24149 (java) S 24128 24130 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254391695 9855975424 45663 33554432000 1073741824 1073778376 140735325347072 140023443719592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=24130/tid=24145] ppid=24128 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/24130/task/24145/stat : 24145 (java) S 24128 24130 22462 0 -1 4202560 15967 0 0 0 141 3 0 0 20 0 19 0 254391629 9855975424 174329 33554432000 1073741824 1073778376 140735325347072 140023447931064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24146] ppid=24128 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/24130/task/24146/stat : 24146 (java) S 24128 24130 22462 0 -1 4202560 8809 0 0 0 73 2 0 0 20 0 19 0 254391629 9855975424 174329 33554432000 1073741824 1073778376 140735325347072 140023446878264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24147] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24147/stat : 24147 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 174329 33554432000 1073741824 1073778376 140735325347072 140023445826168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24148] ppid=24128 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24130/task/24148/stat : 24148 (java) S 24128 24130 22462 0 -1 4202560 90 0 0 0 22 21 0 0 20 0 19 0 254391629 9855975424 174329 33554432000 1073741824 1073778376 140735325347072 140023444773576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24149] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24149/stat : 24149 (java) S 24128 24130 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254391695 9855975424 174329 33554432000 1073741824 1073778376 140735325347072 140023443719592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1627.7
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/215 24223
/proc/meminfo: memFree=28156640/32873844 swapFree=7124/7124
[pid=24130] ppid=24128 vsize=9624976 CPUtime=1688.54 cores=0,2,4,6
/proc/24130/stat : 24130 (java) S 24128 24130 22462 0 -1 4202496 76133 0 1 0 168671 183 0 0 20 0 19 0 254391623 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140735325338208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24130/statm: 2406244 174213 2283 9 0 2396937 0
[pid=24130/tid=24132] ppid=24128 vsize=9624976 CPUtime=1644.64 cores=0,2,4,6
/proc/24130/task/24132/stat : 24132 (java) R 24128 24130 22462 0 -1 4202560 26325 0 1 0 164414 50 0 0 20 0 19 0 254391624 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140024232991904 140024071589932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24133] ppid=24128 vsize=9624976 CPUtime=4.55 cores=0,2,4,6
/proc/24130/task/24133/stat : 24133 (java) S 24128 24130 22462 0 -1 4202560 2721 0 0 0 442 13 0 0 20 0 19 0 254391625 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140024194485032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24134] ppid=24128 vsize=9624976 CPUtime=4.64 cores=0,2,4,6
/proc/24130/task/24134/stat : 24134 (java) S 24128 24130 22462 0 -1 4202560 1978 0 0 0 450 14 0 0 20 0 19 0 254391625 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140024193432232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24135] ppid=24128 vsize=9624976 CPUtime=4.54 cores=0,2,4,6
/proc/24130/task/24135/stat : 24135 (java) S 24128 24130 22462 0 -1 4202560 2991 0 0 0 442 12 0 0 20 0 19 0 254391625 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140024192379944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24136] ppid=24128 vsize=9624976 CPUtime=4.44 cores=0,2,4,6
/proc/24130/task/24136/stat : 24136 (java) S 24128 24130 22462 0 -1 4202560 2357 0 0 0 430 14 0 0 20 0 19 0 254391625 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140024191327144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24137] ppid=24128 vsize=9624976 CPUtime=4.45 cores=0,2,4,6
/proc/24130/task/24137/stat : 24137 (java) S 24128 24130 22462 0 -1 4202560 2862 0 0 0 433 12 0 0 20 0 19 0 254391625 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140024190273832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24138] ppid=24128 vsize=9624976 CPUtime=4.58 cores=0,2,4,6
/proc/24130/task/24138/stat : 24138 (java) S 24128 24130 22462 0 -1 4202560 2501 0 0 0 445 13 0 0 20 0 19 0 254391625 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140024070793384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24139] ppid=24128 vsize=9624976 CPUtime=4.49 cores=0,2,4,6
/proc/24130/task/24139/stat : 24139 (java) S 24128 24130 22462 0 -1 4202560 2724 0 0 0 437 12 0 0 20 0 19 0 254391625 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140024069741096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24140] ppid=24128 vsize=9624976 CPUtime=4.63 cores=0,2,4,6
/proc/24130/task/24140/stat : 24140 (java) S 24128 24130 22462 0 -1 4202560 2890 0 0 0 448 15 0 0 20 0 19 0 254391625 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140024068688296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24141] ppid=24128 vsize=9624976 CPUtime=1.17 cores=0,2,4,6
/proc/24130/task/24141/stat : 24141 (java) S 24128 24130 22462 0 -1 4202560 2729 0 0 0 89 28 0 0 20 0 19 0 254391626 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140024056490728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24142] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24142/stat : 24142 (java) S 24128 24130 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140024055436792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24143] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24143/stat : 24143 (java) S 24128 24130 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140023450035976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24144] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24144/stat : 24144 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140023448984464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24145] ppid=24128 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/24130/task/24145/stat : 24145 (java) S 24128 24130 22462 0 -1 4202560 15967 0 0 0 141 3 0 0 20 0 19 0 254391629 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140023447931064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24146] ppid=24128 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/24130/task/24146/stat : 24146 (java) S 24128 24130 22462 0 -1 4202560 8809 0 0 0 73 2 0 0 20 0 19 0 254391629 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140023446878264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24147] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24147/stat : 24147 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140023445826168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24148] ppid=24128 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/24130/task/24148/stat : 24148 (java) S 24128 24130 22462 0 -1 4202560 92 0 0 0 23 22 0 0 20 0 19 0 254391629 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140023444773576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24149] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24149/stat : 24149 (java) S 24128 24130 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254391695 9855975424 174213 33554432000 1073741824 1073778376 140735325347072 140023443719592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1688.54
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/215 24223
/proc/meminfo: memFree=28101668/32873844 swapFree=7124/7124
[pid=24130] ppid=24128 vsize=9624976 CPUtime=1749.52 cores=0,2,4,6
/proc/24130/stat : 24130 (java) S 24128 24130 22462 0 -1 4202496 78528 0 1 0 174764 188 0 0 20 0 19 0 254391623 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140735325338208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24130/statm: 2406244 181995 2283 9 0 2396937 0
[pid=24130/tid=24132] ppid=24128 vsize=9624976 CPUtime=1703.98 cores=0,2,4,6
/proc/24130/task/24132/stat : 24132 (java) R 24128 24130 22462 0 -1 4202560 27132 0 1 0 170346 52 0 0 20 0 19 0 254391624 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140024232992016 140024071589540 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24133] ppid=24128 vsize=9624976 CPUtime=4.7 cores=0,2,4,6
/proc/24130/task/24133/stat : 24133 (java) S 24128 24130 22462 0 -1 4202560 2906 0 0 0 456 14 0 0 20 0 19 0 254391625 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140024194485032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24134] ppid=24128 vsize=9624976 CPUtime=4.82 cores=0,2,4,6
/proc/24130/task/24134/stat : 24134 (java) S 24128 24130 22462 0 -1 4202560 2030 0 0 0 468 14 0 0 20 0 19 0 254391625 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140024193432232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24135] ppid=24128 vsize=9624976 CPUtime=4.69 cores=0,2,4,6
/proc/24130/task/24135/stat : 24135 (java) S 24128 24130 22462 0 -1 4202560 2997 0 0 0 457 12 0 0 20 0 19 0 254391625 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140024192379944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24136] ppid=24128 vsize=9624976 CPUtime=4.65 cores=0,2,4,6
/proc/24130/task/24136/stat : 24136 (java) S 24128 24130 22462 0 -1 4202560 2756 0 0 0 450 15 0 0 20 0 19 0 254391625 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140024191327144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24137] ppid=24128 vsize=9624976 CPUtime=4.63 cores=0,2,4,6
/proc/24130/task/24137/stat : 24137 (java) S 24128 24130 22462 0 -1 4202560 2931 0 0 0 451 12 0 0 20 0 19 0 254391625 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140024190273832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24138] ppid=24128 vsize=9624976 CPUtime=4.78 cores=0,2,4,6
/proc/24130/task/24138/stat : 24138 (java) S 24128 24130 22462 0 -1 4202560 2762 0 0 0 465 13 0 0 20 0 19 0 254391625 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140024070793384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24139] ppid=24128 vsize=9624976 CPUtime=4.67 cores=0,2,4,6
/proc/24130/task/24139/stat : 24139 (java) S 24128 24130 22462 0 -1 4202560 3093 0 0 0 454 13 0 0 20 0 19 0 254391625 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140024069741096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24140] ppid=24128 vsize=9624976 CPUtime=4.84 cores=0,2,4,6
/proc/24130/task/24140/stat : 24140 (java) S 24128 24130 22462 0 -1 4202560 3098 0 0 0 468 16 0 0 20 0 19 0 254391625 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140024068688296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24141] ppid=24128 vsize=9624976 CPUtime=1.19 cores=0,2,4,6
/proc/24130/task/24141/stat : 24141 (java) S 24128 24130 22462 0 -1 4202560 2764 0 0 0 91 28 0 0 20 0 19 0 254391626 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140024056490728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24142] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24142/stat : 24142 (java) S 24128 24130 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140024055436792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24143] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24143/stat : 24143 (java) S 24128 24130 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140023450035976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24144] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24144/stat : 24144 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140023448984464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24145] ppid=24128 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/24130/task/24145/stat : 24145 (java) S 24128 24130 22462 0 -1 4202560 15967 0 0 0 141 3 0 0 20 0 19 0 254391629 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140023447931064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24146] ppid=24128 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/24130/task/24146/stat : 24146 (java) S 24128 24130 22462 0 -1 4202560 8809 0 0 0 73 2 0 0 20 0 19 0 254391629 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140023446878264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24147] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24147/stat : 24147 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140023445826168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24148] ppid=24128 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/24130/task/24148/stat : 24148 (java) S 24128 24130 22462 0 -1 4202560 96 0 0 0 24 22 0 0 20 0 19 0 254391629 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140023444773576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24149] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24149/stat : 24149 (java) S 24128 24130 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254391695 9855975424 181995 33554432000 1073741824 1073778376 140735325347072 140023443719592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1749.52
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.1 s]
/proc/loadavg: 2.07 2.03 2.00 3/215 24224
/proc/meminfo: memFree=28032700/32873844 swapFree=7124/7124
[pid=24130] ppid=24128 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/24130/stat : 24130 (java) S 24128 24130 22462 0 -1 4202496 80900 0 1 0 179814 193 0 0 20 0 19 0 254391623 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140735325338208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24130/statm: 2406244 197862 2283 9 0 2396937 0
[pid=24130/tid=24132] ppid=24128 vsize=9624976 CPUtime=1753.3 cores=0,2,4,6
/proc/24130/task/24132/stat : 24132 (java) R 24128 24130 22462 0 -1 4202560 28829 0 1 0 175276 54 0 0 20 0 19 0 254391624 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140024232992016 140024071589896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24133] ppid=24128 vsize=9624976 CPUtime=4.84 cores=0,2,4,6
/proc/24130/task/24133/stat : 24133 (java) S 24128 24130 22462 0 -1 4202560 2914 0 0 0 470 14 0 0 20 0 19 0 254391625 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140024194485032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24130/tid=24134] ppid=24128 vsize=9624976 CPUtime=4.94 cores=0,2,4,6
/proc/24130/task/24134/stat : 24134 (java) S 24128 24130 22462 0 -1 4202560 2040 0 0 0 479 15 0 0 20 0 19 0 254391625 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140024193432232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24135] ppid=24128 vsize=9624976 CPUtime=4.84 cores=0,2,4,6
/proc/24130/task/24135/stat : 24135 (java) S 24128 24130 22462 0 -1 4202560 3002 0 0 0 471 13 0 0 20 0 19 0 254391625 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140024192379944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24136] ppid=24128 vsize=9624976 CPUtime=4.79 cores=0,2,4,6
/proc/24130/task/24136/stat : 24136 (java) S 24128 24130 22462 0 -1 4202560 3183 0 0 0 463 16 0 0 20 0 19 0 254391625 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140024191327144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24137] ppid=24128 vsize=9624976 CPUtime=4.77 cores=0,2,4,6
/proc/24130/task/24137/stat : 24137 (java) S 24128 24130 22462 0 -1 4202560 2934 0 0 0 465 12 0 0 20 0 19 0 254391625 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140024190273832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24138] ppid=24128 vsize=9624976 CPUtime=4.93 cores=0,2,4,6
/proc/24130/task/24138/stat : 24138 (java) S 24128 24130 22462 0 -1 4202560 2771 0 0 0 479 14 0 0 20 0 19 0 254391625 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140024070793384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24139] ppid=24128 vsize=9624976 CPUtime=4.8 cores=0,2,4,6
/proc/24130/task/24139/stat : 24139 (java) S 24128 24130 22462 0 -1 4202560 3097 0 0 0 467 13 0 0 20 0 19 0 254391625 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140024069741096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24140] ppid=24128 vsize=9624976 CPUtime=4.96 cores=0,2,4,6
/proc/24130/task/24140/stat : 24140 (java) S 24128 24130 22462 0 -1 4202560 3272 0 0 0 480 16 0 0 20 0 19 0 254391625 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140024068688296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24141] ppid=24128 vsize=9624976 CPUtime=1.2 cores=0,2,4,6
/proc/24130/task/24141/stat : 24141 (java) S 24128 24130 22462 0 -1 4202560 2795 0 0 0 91 29 0 0 20 0 19 0 254391626 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140024056490728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24142] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24142/stat : 24142 (java) S 24128 24130 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140024055436792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24143] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24143/stat : 24143 (java) S 24128 24130 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254391626 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140023450035976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24144] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24144/stat : 24144 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140023448984464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24145] ppid=24128 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/24130/task/24145/stat : 24145 (java) S 24128 24130 22462 0 -1 4202560 15967 0 0 0 141 3 0 0 20 0 19 0 254391629 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140023447931064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24130/tid=24146] ppid=24128 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/24130/task/24146/stat : 24146 (java) S 24128 24130 22462 0 -1 4202560 8809 0 0 0 73 2 0 0 20 0 19 0 254391629 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140023446878264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24147] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24147/stat : 24147 (java) S 24128 24130 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254391629 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140023445826168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24130/tid=24148] ppid=24128 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/24130/task/24148/stat : 24148 (java) S 24128 24130 22462 0 -1 4202560 100 0 0 0 25 23 0 0 20 0 19 0 254391629 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140023444773576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24130/tid=24149] ppid=24128 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24130/task/24149/stat : 24149 (java) S 24128 24130 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254391695 9855975424 197862 33554432000 1073741824 1073778376 140735325347072 140023443719592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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

Child status: 143

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

Real time (s): 1772.14
CPU time (s): 1800.07
CPU user time (s): 1798.14
CPU system time (s): 1.93
CPU usage (%): 101.576
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.93
system time used= 2.37264
maximum resident set size= 793052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80931
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94018
involuntary context switches= 137920

runsolver used 6.00109 second user time and 15.1727 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-24 20:04:22
IDJOB=3688327
IDBENCH=2991
IDSOLVER=2269
FILE ID=node134/3688327-1337882662
RUNJOBID= node134-1337871881-22478
PBS_JOBID= 14620070
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688327-1337882662/watcher-3688327-1337882662 -o /tmp/evaluation-result-3688327-1337882662/solver-3688327-1337882662 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688327-1337882662.opb

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

MD5SUM BENCH= 70a36045701f7ebe55c56022c0c942d1
RANDOM SEED=447437323

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29256648 kB
Buffers:          218956 kB
Cached:          2448932 kB
SwapCached:            0 kB
Active:           657064 kB
Inactive:        2192488 kB
Active(anon):     177764 kB
Inactive(anon):     5996 kB
Active(file):     479300 kB
Inactive(file):  2186492 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2400 kB
Writeback:             0 kB
AnonPages:        200960 kB
Mapped:            22412 kB
Shmem:               212 kB
Slab:             628536 kB
SReclaimable:      70224 kB
SUnreclaim:       558312 kB
KernelStack:        1608 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71720 MiB
End job on node134 at 2012-05-24 20:33:57