Trace number 3717988

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28? (TO) 1800.09 1797.33

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06reduc_wcsp.wbo
MD5SUMc6376a45287ec410a1be42a1f73e9b68
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3196
Total number of constraints341814
Number of soft constraints341732
Number of constraints which are clauses341732
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3389
Min constraint cost 1
Max constraint cost 2302
Sum of constraints costs 126251161
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120528
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/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.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3717988-1338258171.wbo
0.08/0.13	c reading problem ... 
3.51/2.24	c ... done. Wall clock time 2.111s.
3.51/2.24	c declared #vars     3196
3.51/2.24	c internal #vars     344928
3.51/2.24	c #constraints  341897
3.51/2.24	c constraints type 
3.51/2.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 340670
3.51/2.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
3.51/2.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
3.51/2.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
3.51/2.24	c 341897 constraints processed.
3.51/2.24	c objective function length is 341732 literals
79.14/77.48	c cleaning 2488 clauses out of 5003 with flag 21941/5003
182.68/180.63	c cleaning 4254 clauses out of 8513 with flag 58044/11001
272.41/270.31	c cleaning 5624 clauses out of 11258 with flag 130105/18000
351.79/349.63	c cleaning 6811 clauses out of 13634 with flag 192529/26000
502.26/500.07	c cleaning 7868 clauses out of 15823 with flag 296458/35000
719.51/717.25	c cleaning 8939 clauses out of 17956 with flag 445475/45001
931.30/928.96	c cleaning 9994 clauses out of 20016 with flag 646185/56000
1158.92/1156.42	c cleaning 10975 clauses out of 22024 with flag 833483/68002
1391.70/1389.11	c cleaning 12008 clauses out of 24047 with flag 1076069/81000
1636.76/1634.15	c cleaning 12980 clauses out of 26039 with flag 1319072/95000
1800.09/1797.32	c starts		: 91
1800.09/1797.32	c conflicts		: 105684
1800.09/1797.32	c decisions		: 3031208
1800.09/1797.32	c propagations		: 4902261433
1800.09/1797.32	c inspects		: 112026163
1800.09/1797.32	c shortcuts		: 0
1800.09/1797.32	c learnt literals	: 0
1800.09/1797.32	c learnt binary clauses	: 0
1800.09/1797.32	c learnt ternary clauses	: 8
1800.09/1797.32	c learnt constraints	: 105683
1800.09/1797.32	c ignored constraints	: 0
1800.09/1797.32	c root simplifications	: 0
1800.09/1797.32	c removed literals (reason simplification)	: 0
1800.09/1797.32	c reason swapping (by a shorter reason)	: 0
1800.09/1797.32	c Calls to reduceDB	: 10
1800.09/1797.32	c Number of update (reduction) of LBD	: 76679
1800.09/1797.32	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.32	c number of learned constraints concerned by reduction	: 0
1800.09/1797.32	c number of learning phase by resolution	: 0
1800.09/1797.32	c number of learning phase by cutting planes	: 0
1800.09/1797.32	c speed (assignments/second)	: 2731195.7196835056
1800.09/1797.32	c non guided choices	4101
1800.09/1797.32	c learnt constraints type 
1800.09/1797.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23743
1800.09/1797.32	c constraints type 
1800.09/1797.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 340670
1800.09/1797.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
1800.09/1797.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
1800.09/1797.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.09/1797.32	c 341897 constraints processed.
1800.09/1797.32	s UNKNOWN
1800.09/1797.32	c Total wall clock time (in seconds): 1797.198

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

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.06 2.03 2.00 3/192 29475
/proc/meminfo: memFree=30809788/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29475/stat : 29475 (java) D 29473 29475 23595 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 291945573 9515008 175 33554432000 1073741824 1073778376 140735650707232 140735650689960 226329707408 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/29475/statm: 2323 175 133 9 0 71 0

[startup+0.0488309 s]
/proc/loadavg: 2.06 2.03 2.00 3/192 29475
/proc/meminfo: memFree=30809788/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/29475/stat : 29475 (java) S 29473 29475 23595 0 -1 4202496 3011 0 1 0 2 1 0 0 20 0 13 0 291945573 9446973440 3709 33554432000 1073741824 1073778376 140734969834128 140734969825264 226333065277 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29475/statm: 2306390 3709 1691 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100279 s]
/proc/loadavg: 2.06 2.03 2.00 3/192 29475
/proc/meminfo: memFree=30809788/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/29475/stat : 29475 (java) S 29473 29475 23595 0 -1 4202496 3818 0 1 0 7 1 0 0 20 0 18 0 291945573 9787817984 5022 33554432000 1073741824 1073778376 140734969834128 140734969825264 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29475/statm: 2389604 5037 2012 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300268 s]
/proc/loadavg: 2.06 2.03 2.00 3/192 29475
/proc/meminfo: memFree=30809788/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9558416 CPUtime=0.46 cores=0,2,4,6
/proc/29475/stat : 29475 (java) S 29473 29475 23595 0 -1 4202496 5435 0 1 0 44 2 0 0 20 0 18 0 291945573 9787817984 8741 33554432000 1073741824 1073778376 140734969834128 140734969825264 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29475/statm: 2389604 8736 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558416

[startup+0.700273 s]
/proc/loadavg: 2.06 2.03 2.00 3/192 29475
/proc/meminfo: memFree=30809788/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9558416 CPUtime=1.26 cores=0,2,4,6
/proc/29475/stat : 29475 (java) S 29473 29475 23595 0 -1 4202496 9029 0 1 0 118 8 0 0 20 0 18 0 291945573 9787817984 46065 33554432000 1073741824 1073778376 140734969834128 140734969825264 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29475/statm: 2389604 46065 2249 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558416

[startup+1.50069 s]
/proc/loadavg: 2.06 2.03 2.00 3/210 29493
/proc/meminfo: memFree=30591256/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9558416 CPUtime=2.47 cores=0,2,4,6
/proc/29475/stat : 29475 (java) S 29473 29475 23595 0 -1 4202496 9835 0 1 0 225 22 0 0 20 0 18 0 291945573 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 140734969825264 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29475/statm: 2389604 99364 2249 9 0 2380296 0
[pid=29475/tid=29477] ppid=29473 vsize=9558416 CPUtime=1.29 cores=0,2,4,6
/proc/29475/task/29477/stat : 29477 (java) R 29473 29475 23595 0 -1 4202560 2568 0 1 0 124 5 0 0 20 0 18 0 291945574 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714970573992 226333091085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29478] ppid=29473 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/29475/task/29478/stat : 29478 (java) S 29473 29475 23595 0 -1 4202560 80 0 0 0 7 2 0 0 20 0 18 0 291945575 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714959637160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29479] ppid=29473 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/29475/task/29479/stat : 29479 (java) S 29473 29475 23595 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 291945575 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714958584616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29480] ppid=29473 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/29475/task/29480/stat : 29480 (java) S 29473 29475 23595 0 -1 4202560 58 0 0 0 5 3 0 0 20 0 18 0 291945575 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714957532072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29481] ppid=29473 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/29475/task/29481/stat : 29481 (java) S 29473 29475 23595 0 -1 4202560 280 0 0 0 5 1 0 0 20 0 18 0 291945575 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714956479528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29482] ppid=29473 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/29475/task/29482/stat : 29482 (java) S 29473 29475 23595 0 -1 4202560 69 0 0 0 4 2 0 0 20 0 18 0 291945575 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714955425960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29483] ppid=29473 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/29475/task/29483/stat : 29483 (java) S 29473 29475 23595 0 -1 4202560 72 0 0 0 4 2 0 0 20 0 18 0 291945575 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714954373416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29484] ppid=29473 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/29475/task/29484/stat : 29484 (java) S 29473 29475 23595 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 291945575 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714953320872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29485] ppid=29473 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/29475/task/29485/stat : 29485 (java) S 29473 29475 23595 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 18 0 291945575 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714952268328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29486] ppid=29473 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29486/stat : 29486 (java) S 29473 29475 23595 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 291945577 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714794433128 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29487] ppid=29473 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29487/stat : 29487 (java) S 29473 29475 23595 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291945577 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714793379448 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29488] ppid=29473 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29488/stat : 29488 (java) S 29473 29475 23595 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291945577 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714792326792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29489] ppid=29473 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29489/stat : 29489 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291945580 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714791275536 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29490] ppid=29473 vsize=9558416 CPUtime=0.24 cores=0,2,4,6
/proc/29475/task/29490/stat : 29490 (java) S 29473 29475 23595 0 -1 4202560 2958 0 0 0 24 0 0 0 20 0 18 0 291945580 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714790221880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29491] ppid=29473 vsize=9558416 CPUtime=0.22 cores=0,2,4,6
/proc/29475/task/29491/stat : 29491 (java) S 29473 29475 23595 0 -1 4202560 2245 0 0 0 22 0 0 0 20 0 18 0 291945580 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714789169336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29492] ppid=29473 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29492/stat : 29492 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291945580 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714788116984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29493] ppid=29473 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29493/stat : 29493 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291945580 9787817984 99364 33554432000 1073741824 1073778376 140734969834128 139714787064648 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9558416

[startup+3.10065 s]
/proc/loadavg: 2.06 2.03 2.00 4/210 29493
/proc/meminfo: memFree=30355988/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9624980 CPUtime=4.8 cores=0,2,4,6
/proc/29475/stat : 29475 (java) S 29473 29475 23595 0 -1 4202496 10513 0 1 0 452 28 0 0 20 0 19 0 291945573 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 140734969825264 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29475/statm: 2406245 115300 2268 9 0 2396937 0
[pid=29475/tid=29477] ppid=29473 vsize=9624980 CPUtime=2.78 cores=0,2,4,6
/proc/29475/task/29477/stat : 29477 (java) R 29473 29475 23595 0 -1 4202560 2581 0 1 0 273 5 0 0 20 0 19 0 291945574 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714970575448 139714833907022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29478] ppid=29473 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/29475/task/29478/stat : 29478 (java) S 29473 29475 23595 0 -1 4202560 107 0 0 0 9 3 0 0 20 0 19 0 291945575 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714959637160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29479] ppid=29473 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/29475/task/29479/stat : 29479 (java) S 29473 29475 23595 0 -1 4202560 86 0 0 0 13 3 0 0 20 0 19 0 291945575 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714958584616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29480] ppid=29473 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/29475/task/29480/stat : 29480 (java) S 29473 29475 23595 0 -1 4202560 74 0 0 0 8 3 0 0 20 0 19 0 291945575 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714957532072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29481] ppid=29473 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/29475/task/29481/stat : 29481 (java) S 29473 29475 23595 0 -1 4202560 292 0 0 0 9 3 0 0 20 0 19 0 291945575 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714956479528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29482] ppid=29473 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/29475/task/29482/stat : 29482 (java) S 29473 29475 23595 0 -1 4202560 323 0 0 0 6 3 0 0 20 0 19 0 291945575 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714955425960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29483] ppid=29473 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/29475/task/29483/stat : 29483 (java) S 29473 29475 23595 0 -1 4202560 80 0 0 0 7 2 0 0 20 0 19 0 291945575 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714954373416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29484] ppid=29473 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/29475/task/29484/stat : 29484 (java) S 29473 29475 23595 0 -1 4202560 282 0 0 0 10 3 0 0 20 0 19 0 291945575 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714953320872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29485] ppid=29473 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/29475/task/29485/stat : 29485 (java) S 29473 29475 23595 0 -1 4202560 78 0 0 0 10 3 0 0 20 0 19 0 291945575 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714952268328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29486] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29486/stat : 29486 (java) S 29473 29475 23595 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714794433128 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29487] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29487/stat : 29487 (java) S 29473 29475 23595 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714793379448 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29488] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29488/stat : 29488 (java) S 29473 29475 23595 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714792326792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29489] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29489/stat : 29489 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714791275536 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29490] ppid=29473 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/29475/task/29490/stat : 29490 (java) S 29473 29475 23595 0 -1 4202560 2980 0 0 0 45 1 0 0 20 0 19 0 291945580 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714790221880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29491] ppid=29473 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/29475/task/29491/stat : 29491 (java) S 29473 29475 23595 0 -1 4202560 2251 0 0 0 44 0 0 0 20 0 19 0 291945580 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714789169336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29492] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29492/stat : 29492 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714788116984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29493] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29493/stat : 29493 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 115300 33554432000 1073741824 1073778376 140734969834128 139714787064648 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 9624980

[startup+6.30076 s]
/proc/loadavg: 2.06 2.03 2.00 3/211 29494
/proc/meminfo: memFree=30356228/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9624980 CPUtime=8.02 cores=0,2,4,6
/proc/29475/stat : 29475 (java) S 29473 29475 23595 0 -1 4202496 10515 0 1 0 774 28 0 0 20 0 19 0 291945573 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 140734969825264 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29475/statm: 2406245 115103 2268 9 0 2396937 0
[pid=29475/tid=29477] ppid=29473 vsize=9624980 CPUtime=5.97 cores=0,2,4,6
/proc/29475/task/29477/stat : 29477 (java) R 29473 29475 23595 0 -1 4202560 2583 0 1 0 592 5 0 0 20 0 19 0 291945574 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714970575192 139714834008227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29478] ppid=29473 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/29475/task/29478/stat : 29478 (java) S 29473 29475 23595 0 -1 4202560 107 0 0 0 9 3 0 0 20 0 19 0 291945575 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714959637160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29479] ppid=29473 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/29475/task/29479/stat : 29479 (java) S 29473 29475 23595 0 -1 4202560 86 0 0 0 13 3 0 0 20 0 19 0 291945575 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714958584616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29480] ppid=29473 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/29475/task/29480/stat : 29480 (java) S 29473 29475 23595 0 -1 4202560 74 0 0 0 8 3 0 0 20 0 19 0 291945575 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714957532072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29481] ppid=29473 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/29475/task/29481/stat : 29481 (java) S 29473 29475 23595 0 -1 4202560 292 0 0 0 9 3 0 0 20 0 19 0 291945575 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714956479528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29482] ppid=29473 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/29475/task/29482/stat : 29482 (java) S 29473 29475 23595 0 -1 4202560 323 0 0 0 6 3 0 0 20 0 19 0 291945575 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714955425960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29483] ppid=29473 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/29475/task/29483/stat : 29483 (java) S 29473 29475 23595 0 -1 4202560 80 0 0 0 7 2 0 0 20 0 19 0 291945575 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714954373416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29484] ppid=29473 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/29475/task/29484/stat : 29484 (java) S 29473 29475 23595 0 -1 4202560 282 0 0 0 10 3 0 0 20 0 19 0 291945575 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714953320872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29485] ppid=29473 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/29475/task/29485/stat : 29485 (java) S 29473 29475 23595 0 -1 4202560 78 0 0 0 10 3 0 0 20 0 19 0 291945575 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714952268328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29486] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29486/stat : 29486 (java) S 29473 29475 23595 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714794433128 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29487] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29487/stat : 29487 (java) S 29473 29475 23595 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714793379448 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29488] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29488/stat : 29488 (java) S 29473 29475 23595 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714792326792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29489] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29489/stat : 29489 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714791275536 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29490] ppid=29473 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/29475/task/29490/stat : 29490 (java) S 29473 29475 23595 0 -1 4202560 2980 0 0 0 48 1 0 0 20 0 19 0 291945580 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714790221880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29491] ppid=29473 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/29475/task/29491/stat : 29491 (java) S 29473 29475 23595 0 -1 4202560 2251 0 0 0 44 0 0 0 20 0 19 0 291945580 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714789169336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29492] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29492/stat : 29492 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714788116984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29493] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29493/stat : 29493 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714787064648 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29494] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29494/stat : 29494 (java) S 29473 29475 23595 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291945814 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 139714786010408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]
/proc/loadavg: 2.05 2.03 2.00 3/211 29494
/proc/meminfo: memFree=30355756/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9624980 CPUtime=14.43 cores=0,2,4,6
/proc/29475/stat : 29475 (java) S 29473 29475 23595 0 -1 4202496 10515 0 1 0 1415 28 0 0 20 0 19 0 291945573 9855979520 115103 33554432000 1073741824 1073778376 140734969834128 140734969825264 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0

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

[pid=29475/tid=29490] ppid=29473 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/29475/task/29490/stat : 29490 (java) S 29473 29475 23595 0 -1 4202560 3008 0 0 0 56 1 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714790221880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29491] ppid=29473 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/29475/task/29491/stat : 29491 (java) S 29473 29475 23595 0 -1 4202560 2281 0 0 0 53 0 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714789169336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29492] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29492/stat : 29492 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714788116984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29493] ppid=29473 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/29475/task/29493/stat : 29493 (java) S 29473 29475 23595 0 -1 4202560 99 0 0 0 44 24 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714787064648 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29494] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29494/stat : 29494 (java) S 29473 29475 23595 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291945814 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714786010408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.05
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 1.00 1.15 1.53 2/187 29535
/proc/meminfo: memFree=30361356/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9624980 CPUtime=1785.07 cores=0,2,4,6
/proc/29475/stat : 29475 (java) S 29473 29475 23595 0 -1 4202496 32477 0 1 0 178438 69 0 0 20 0 19 0 291945573 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 140734969825264 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29475/statm: 2406245 150367 2282 9 0 2396937 0
[pid=29475/tid=29477] ppid=29473 vsize=9624980 CPUtime=1772.59 cores=0,2,4,6
/proc/29475/task/29477/stat : 29477 (java) R 29473 29475 23595 0 -1 4202560 2594 0 1 0 177227 32 0 0 20 0 19 0 291945574 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714970575136 139714833384967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29478] ppid=29473 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/29475/task/29478/stat : 29478 (java) S 29473 29475 23595 0 -1 4202560 130 0 0 0 19 4 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714959637160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29479] ppid=29473 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/29475/task/29479/stat : 29479 (java) S 29473 29475 23595 0 -1 4202560 120 0 0 0 21 5 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714958584616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29480] ppid=29473 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/29475/task/29480/stat : 29480 (java) S 29473 29475 23595 0 -1 4202560 90 0 0 0 15 4 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714957532072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29481] ppid=29473 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/29475/task/29481/stat : 29481 (java) S 29473 29475 23595 0 -1 4202560 308 0 0 0 17 3 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714956479528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29482] ppid=29473 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/29475/task/29482/stat : 29482 (java) S 29473 29475 23595 0 -1 4202560 339 0 0 0 14 3 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714955425960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29483] ppid=29473 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/29475/task/29483/stat : 29483 (java) S 29473 29475 23595 0 -1 4202560 100 0 0 0 14 3 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714954373416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29484] ppid=29473 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/29475/task/29484/stat : 29484 (java) S 29473 29475 23595 0 -1 4202560 295 0 0 0 18 4 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714953320872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29485] ppid=29473 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/29475/task/29485/stat : 29485 (java) S 29473 29475 23595 0 -1 4202560 111 0 0 0 21 5 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714952268328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29486] ppid=29473 vsize=9624980 CPUtime=4.55 cores=0,2,4,6
/proc/29475/task/29486/stat : 29486 (java) S 29473 29475 23595 0 -1 4202560 21818 0 0 0 449 6 0 0 20 0 19 0 291945577 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714794433128 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29487] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29487/stat : 29487 (java) S 29473 29475 23595 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714793379448 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29488] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29488/stat : 29488 (java) S 29473 29475 23595 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714792326792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29489] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29489/stat : 29489 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714791275536 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29490] ppid=29473 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/29475/task/29490/stat : 29490 (java) S 29473 29475 23595 0 -1 4202560 3008 0 0 0 56 1 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714790221880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29491] ppid=29473 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/29475/task/29491/stat : 29491 (java) S 29473 29475 23595 0 -1 4202560 2281 0 0 0 53 0 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714789169336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29492] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29492/stat : 29492 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714788116984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29493] ppid=29473 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/29475/task/29493/stat : 29493 (java) S 29473 29475 23595 0 -1 4202560 103 0 0 0 45 26 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714787064648 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29494] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29494/stat : 29494 (java) S 29473 29475 23595 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291945814 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714786010408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.07
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 1.00 1.14 1.52 2/187 29536
/proc/meminfo: memFree=30361356/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9624980 CPUtime=1800.09 cores=0,2,4,6
/proc/29475/stat : 29475 (java) S 29473 29475 23595 0 -1 4202496 32477 0 1 0 179940 69 0 0 20 0 19 0 291945573 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 140734969825264 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29475/statm: 2406245 150367 2282 9 0 2396937 0
[pid=29475/tid=29477] ppid=29473 vsize=9624980 CPUtime=1787.56 cores=0,2,4,6
/proc/29475/task/29477/stat : 29477 (java) R 29473 29475 23595 0 -1 4202560 2594 0 1 0 178723 33 0 0 20 0 19 0 291945574 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714970575136 139714834008292 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29478] ppid=29473 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/29475/task/29478/stat : 29478 (java) S 29473 29475 23595 0 -1 4202560 130 0 0 0 19 4 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714959637160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29479] ppid=29473 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/29475/task/29479/stat : 29479 (java) S 29473 29475 23595 0 -1 4202560 120 0 0 0 21 5 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714958584616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29480] ppid=29473 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/29475/task/29480/stat : 29480 (java) S 29473 29475 23595 0 -1 4202560 90 0 0 0 15 4 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714957532072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29481] ppid=29473 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/29475/task/29481/stat : 29481 (java) S 29473 29475 23595 0 -1 4202560 308 0 0 0 17 3 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714956479528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29482] ppid=29473 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/29475/task/29482/stat : 29482 (java) S 29473 29475 23595 0 -1 4202560 339 0 0 0 14 3 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714955425960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29483] ppid=29473 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/29475/task/29483/stat : 29483 (java) S 29473 29475 23595 0 -1 4202560 100 0 0 0 14 3 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714954373416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29484] ppid=29473 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/29475/task/29484/stat : 29484 (java) S 29473 29475 23595 0 -1 4202560 295 0 0 0 18 4 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714953320872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29485] ppid=29473 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/29475/task/29485/stat : 29485 (java) S 29473 29475 23595 0 -1 4202560 111 0 0 0 21 5 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714952268328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29486] ppid=29473 vsize=9624980 CPUtime=4.55 cores=0,2,4,6
/proc/29475/task/29486/stat : 29486 (java) S 29473 29475 23595 0 -1 4202560 21818 0 0 0 449 6 0 0 20 0 19 0 291945577 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714794433128 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29487] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29487/stat : 29487 (java) S 29473 29475 23595 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714793379448 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29488] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29488/stat : 29488 (java) S 29473 29475 23595 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714792326792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29489] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29489/stat : 29489 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714791275536 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29490] ppid=29473 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/29475/task/29490/stat : 29490 (java) S 29473 29475 23595 0 -1 4202560 3008 0 0 0 56 1 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714790221880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29491] ppid=29473 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/29475/task/29491/stat : 29491 (java) S 29473 29475 23595 0 -1 4202560 2281 0 0 0 53 0 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714789169336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29492] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29492/stat : 29492 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714788116984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29493] ppid=29473 vsize=9624980 CPUtime=0.72 cores=0,2,4,6
/proc/29475/task/29493/stat : 29493 (java) S 29473 29475 23595 0 -1 4202560 103 0 0 0 46 26 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714787064648 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29494] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29494/stat : 29494 (java) S 29473 29475 23595 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291945814 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714786010408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624980

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

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

[startup+1797.3 s]
/proc/loadavg: 1.00 1.14 1.52 2/187 29536
/proc/meminfo: memFree=30361356/32873844 swapFree=6088/6088
[pid=29475] ppid=29473 vsize=9624980 CPUtime=1800.09 cores=0,2,4,6
/proc/29475/stat : 29475 (java) S 29473 29475 23595 0 -1 4202496 32477 0 1 0 179940 69 0 0 20 0 19 0 291945573 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 140734969825264 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29475/statm: 2406245 150367 2282 9 0 2396937 0
[pid=29475/tid=29477] ppid=29473 vsize=9624980 CPUtime=1787.56 cores=0,2,4,6
/proc/29475/task/29477/stat : 29477 (java) R 29473 29475 23595 0 -1 4202560 2594 0 1 0 178723 33 0 0 20 0 19 0 291945574 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714970575136 139714834008292 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29478] ppid=29473 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/29475/task/29478/stat : 29478 (java) S 29473 29475 23595 0 -1 4202560 130 0 0 0 19 4 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714959637160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29479] ppid=29473 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/29475/task/29479/stat : 29479 (java) S 29473 29475 23595 0 -1 4202560 120 0 0 0 21 5 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714958584616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29480] ppid=29473 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/29475/task/29480/stat : 29480 (java) S 29473 29475 23595 0 -1 4202560 90 0 0 0 15 4 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714957532072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29481] ppid=29473 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/29475/task/29481/stat : 29481 (java) S 29473 29475 23595 0 -1 4202560 308 0 0 0 17 3 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714956479528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29482] ppid=29473 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/29475/task/29482/stat : 29482 (java) S 29473 29475 23595 0 -1 4202560 339 0 0 0 14 3 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714955425960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29483] ppid=29473 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/29475/task/29483/stat : 29483 (java) S 29473 29475 23595 0 -1 4202560 100 0 0 0 14 3 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714954373416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29484] ppid=29473 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/29475/task/29484/stat : 29484 (java) S 29473 29475 23595 0 -1 4202560 295 0 0 0 18 4 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714953320872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29475/tid=29485] ppid=29473 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/29475/task/29485/stat : 29485 (java) S 29473 29475 23595 0 -1 4202560 111 0 0 0 21 5 0 0 20 0 19 0 291945575 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714952268328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29486] ppid=29473 vsize=9624980 CPUtime=4.55 cores=0,2,4,6
/proc/29475/task/29486/stat : 29486 (java) S 29473 29475 23595 0 -1 4202560 21818 0 0 0 449 6 0 0 20 0 19 0 291945577 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714794433128 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29487] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29487/stat : 29487 (java) S 29473 29475 23595 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714793379448 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29488] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29488/stat : 29488 (java) S 29473 29475 23595 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291945577 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714792326792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29489] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29489/stat : 29489 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714791275536 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29475/tid=29490] ppid=29473 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/29475/task/29490/stat : 29490 (java) S 29473 29475 23595 0 -1 4202560 3008 0 0 0 56 1 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714790221880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29491] ppid=29473 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/29475/task/29491/stat : 29491 (java) S 29473 29475 23595 0 -1 4202560 2281 0 0 0 53 0 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714789169336 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29492] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29492/stat : 29492 (java) S 29473 29475 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714788116984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29475/tid=29493] ppid=29473 vsize=9624980 CPUtime=0.72 cores=0,2,4,6
/proc/29475/task/29493/stat : 29493 (java) S 29473 29475 23595 0 -1 4202560 103 0 0 0 46 26 0 0 20 0 19 0 291945580 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714787064648 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29475/tid=29494] ppid=29473 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/29475/task/29494/stat : 29494 (java) S 29473 29475 23595 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291945814 9855979520 150367 33554432000 1073741824 1073778376 140734969834128 139714786010408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624980

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29475 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=820145
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=103832
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.33
CPU time (s): 1800.09
CPU user time (s): 1799.4
CPU system time (s): 0.69
CPU usage (%): 100.153
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.82
system time used= 1.10383
maximum resident set size= 601604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32515
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38431
involuntary context switches= 9187

runsolver used 7.35988 second user time and 12.4231 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-29 04:22:51
IDJOB=3717988
IDBENCH=79581
IDSOLVER=2301
FILE ID=node110/3717988-1338258171
RUNJOBID= node110-1338248661-26151
PBS_JOBID= 14624626
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06reduc_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717988-1338258171/watcher-3717988-1338258171 -o /tmp/evaluation-result-3717988-1338258171/solver-3717988-1338258171 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717988-1338258171.wbo

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

MD5SUM BENCH= c6376a45287ec410a1be42a1f73e9b68
RANDOM SEED=374796351

node110.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		: 2666.893
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	: 5333.78
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		: 2666.893
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		: 2666.893
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.92
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		: 2666.893
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		: 2666.893
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		: 2666.893
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.90
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		: 2666.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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:        30809696 kB
Buffers:          362244 kB
Cached:           708580 kB
SwapCached:          144 kB
Active:           763332 kB
Inactive:         458060 kB
Active(anon):     140680 kB
Inactive(anon):    12496 kB
Active(file):     622652 kB
Inactive(file):   445564 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108008 kB
Dirty:             10728 kB
Writeback:             0 kB
AnonPages:        162720 kB
Mapped:            22540 kB
Shmem:               196 kB
Slab:             696880 kB
SReclaimable:     139056 kB
SUnreclaim:       557824 kB
KernelStack:        1568 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     685416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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= 71652 MiB
End job on node110 at 2012-05-29 04:52:51