Trace number 3717926

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.05 1797.74

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph11reduc_wcsp.wbo
MD5SUM3ff13fa479c6c78fc8aaed860067b111
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 variables5855
Total number of constraints283196
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3080
Min constraint cost 1
Max constraint cost 3080
Sum of constraints costs 64455868
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120528
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3717926-1338259057.wbo
0.07/0.13	c reading problem ... 
2.92/1.92	c ... done. Wall clock time 1.795s.
2.92/1.92	c declared #vars     5855
2.92/1.92	c internal #vars     288711
2.92/1.92	c #constraints  283429
2.92/1.92	c constraints type 
2.92/1.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 280476
2.92/1.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 226
2.92/1.92	c ignored satisfied constraints => 108
2.92/1.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2618
2.92/1.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 108
2.92/1.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.92/1.92	c 283537 constraints processed.
2.92/1.92	c objective function length is 282856 literals
49.41/47.75	c cleaning 2500 clauses out of 5000 with flag 53509/5000
108.94/107.07	c cleaning 4238 clauses out of 8500 with flag 147291/11000
176.35/174.44	c cleaning 5626 clauses out of 11262 with flag 264247/18000
253.28/251.30	c cleaning 6791 clauses out of 13637 with flag 388266/26001
343.11/341.14	c cleaning 7856 clauses out of 15845 with flag 519445/35000
428.52/426.55	c cleaning 8973 clauses out of 17990 with flag 657727/45001
529.21/527.29	c cleaning 9986 clauses out of 20016 with flag 792514/56000
629.83/627.86	c cleaning 10969 clauses out of 22030 with flag 909675/68000
754.62/752.63	c cleaning 12029 clauses out of 24061 with flag 1098580/81000
871.75/869.76	c cleaning 13007 clauses out of 26033 with flag 1273584/95001
996.30/994.30	c cleaning 13986 clauses out of 28025 with flag 1496986/110000
1134.85/1132.78	c cleaning 14942 clauses out of 30040 with flag 1748593/126001
1304.10/1301.99	c cleaning 16026 clauses out of 32097 with flag 1983132/143000
1492.57/1490.33	c cleaning 17013 clauses out of 34072 with flag 2239414/161001
1674.61/1672.36	c cleaning 18018 clauses out of 36058 with flag 2560080/180000
1800.05/1797.71	c starts		: 117
1800.05/1797.71	c conflicts		: 192311
1800.05/1797.71	c decisions		: 4343680
1800.05/1797.71	c propagations		: 6799431434
1800.05/1797.71	c inspects		: 207572108
1800.05/1797.71	c shortcuts		: 0
1800.05/1797.71	c learnt literals	: 0
1800.05/1797.71	c learnt binary clauses	: 0
1800.05/1797.71	c learnt ternary clauses	: 0
1800.05/1797.71	c learnt constraints	: 192310
1800.05/1797.71	c ignored constraints	: 0
1800.05/1797.71	c root simplifications	: 0
1800.05/1797.71	c removed literals (reason simplification)	: 0
1800.05/1797.71	c reason swapping (by a shorter reason)	: 0
1800.05/1797.71	c Calls to reduceDB	: 15
1800.05/1797.71	c Number of update (reduction) of LBD	: 101543
1800.05/1797.71	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.71	c number of learned constraints concerned by reduction	: 0
1800.05/1797.71	c number of learning phase by resolution	: 0
1800.05/1797.71	c number of learning phase by cutting planes	: 0
1800.05/1797.71	c speed (assignments/second)	: 3786853.3039716273
1800.05/1797.71	c non guided choices	416
1800.05/1797.72	c learnt constraints type 
1800.05/1797.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 30351
1800.05/1797.72	c constraints type 
1800.05/1797.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 280476
1800.05/1797.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 226
1800.05/1797.72	c ignored satisfied constraints => 108
1800.05/1797.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2618
1800.05/1797.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 108
1800.05/1797.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.05/1797.72	c 283537 constraints processed.
1800.05/1797.72	s UNKNOWN
1800.05/1797.72	c Total wall clock time (in seconds): 1797.595

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-3717926-1338259057/watcher-3717926-1338259057 -o /tmp/evaluation-result-3717926-1338259057/solver-3717926-1338259057 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3717926-1338259057.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: 1.78 1.95 1.98 3/173 2635
/proc/meminfo: memFree=31257720/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2635/stat : 2635 (java) D 2633 2635 32222 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 291972776 9515008 175 33554432000 1073741824 1073778376 140736818072096 140736818054824 209097409424 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/2635/statm: 2323 175 133 9 0 71 0

[startup+0.0439009 s]
/proc/loadavg: 1.78 1.95 1.98 3/173 2635
/proc/meminfo: memFree=31257720/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/2635/stat : 2635 (java) S 2633 2635 32222 0 -1 4202496 2970 0 1 0 1 1 0 0 20 0 13 0 291972776 9446973440 3669 33554432000 1073741824 1073778376 140736949264000 140736949255136 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2635/statm: 2306390 3673 1667 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.10027 s]
/proc/loadavg: 1.78 1.95 1.98 3/173 2635
/proc/meminfo: memFree=31257720/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/2635/stat : 2635 (java) S 2633 2635 32222 0 -1 4202496 3918 0 1 0 6 1 0 0 20 0 18 0 291972776 9787817984 5116 33554432000 1073741824 1073778376 140736949264000 140736949255136 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2635/statm: 2389604 5124 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.300249 s]
/proc/loadavg: 1.78 1.95 1.98 3/173 2635
/proc/meminfo: memFree=31257720/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9558944 CPUtime=0.49 cores=0,2,4,6
/proc/2635/stat : 2635 (java) S 2633 2635 32222 0 -1 4202496 6375 0 1 0 47 2 0 0 20 0 18 0 291972776 9788358656 11376 33554432000 1073741824 1073778376 140736949264000 140736949255136 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2635/statm: 2389736 11404 2216 9 0 2380428 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558944

[startup+0.700256 s]
/proc/loadavg: 1.78 1.95 1.98 3/173 2635
/proc/meminfo: memFree=31257720/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9558416 CPUtime=1.3 cores=0,2,4,6
/proc/2635/stat : 2635 (java) S 2633 2635 32222 0 -1 4202496 8825 0 1 0 125 5 0 0 20 0 18 0 291972776 9787817984 44850 33554432000 1073741824 1073778376 140736949264000 140736949255136 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2635/statm: 2389604 44850 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9558416

[startup+1.50075 s]
/proc/loadavg: 1.78 1.95 1.98 3/211 2680
/proc/meminfo: memFree=30923456/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9558416 CPUtime=2.48 cores=0,2,4,6
/proc/2635/stat : 2635 (java) S 2633 2635 32222 0 -1 4202496 9595 0 1 0 230 18 0 0 20 0 18 0 291972776 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140736949255136 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2635/statm: 2389604 98622 2251 9 0 2380296 0
[pid=2635/tid=2637] ppid=2633 vsize=9558416 CPUtime=1.28 cores=0,2,4,6
/proc/2635/task/2637/stat : 2637 (java) R 2633 2635 32222 0 -1 4202560 2568 0 1 0 124 4 0 0 20 0 18 0 291972777 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339443916152 140339281602719 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2638] ppid=2633 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/2635/task/2638/stat : 2638 (java) S 2633 2635 32222 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 291972778 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339405408936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2639] ppid=2633 vsize=9558416 CPUtime=0.05 cores=0,2,4,6
/proc/2635/task/2639/stat : 2639 (java) S 2633 2635 32222 0 -1 4202560 46 0 0 0 4 1 0 0 20 0 18 0 291972778 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339404356392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2640] ppid=2633 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/2635/task/2640/stat : 2640 (java) S 2633 2635 32222 0 -1 4202560 110 0 0 0 8 1 0 0 20 0 18 0 291972778 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339403303848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2641] ppid=2633 vsize=9558416 CPUtime=0.13 cores=0,2,4,6
/proc/2635/task/2641/stat : 2641 (java) S 2633 2635 32222 0 -1 4202560 150 0 0 0 10 3 0 0 20 0 18 0 291972778 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339402251304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2642] ppid=2633 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/2635/task/2642/stat : 2642 (java) S 2633 2635 32222 0 -1 4202560 102 0 0 0 4 2 0 0 20 0 18 0 291972778 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339401197736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2643] ppid=2633 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/2635/task/2643/stat : 2643 (java) S 2633 2635 32222 0 -1 4202560 117 0 0 0 3 1 0 0 20 0 18 0 291972778 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339400145192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2644] ppid=2633 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/2635/task/2644/stat : 2644 (java) S 2633 2635 32222 0 -1 4202560 71 0 0 0 5 1 0 0 20 0 18 0 291972778 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339281127848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2645] ppid=2633 vsize=9558416 CPUtime=0.05 cores=0,2,4,6
/proc/2635/task/2645/stat : 2645 (java) S 2633 2635 32222 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 18 0 291972778 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339280075304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2646] ppid=2633 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2646/stat : 2646 (java) S 2633 2635 32222 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 291972779 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339267877480 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2647] ppid=2633 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2647/stat : 2647 (java) S 2633 2635 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291972780 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339266823800 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2648] ppid=2633 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2648/stat : 2648 (java) S 2633 2635 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291972780 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140339265771144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2649] ppid=2633 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2649/stat : 2649 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291972783 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140338526153744 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2650] ppid=2633 vsize=9558416 CPUtime=0.24 cores=0,2,4,6
/proc/2635/task/2650/stat : 2650 (java) S 2633 2635 32222 0 -1 4202560 2487 0 0 0 24 0 0 0 20 0 18 0 291972783 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140338525100088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2651] ppid=2633 vsize=9558416 CPUtime=0.25 cores=0,2,4,6
/proc/2635/task/2651/stat : 2651 (java) S 2633 2635 32222 0 -1 4202560 2519 0 0 0 25 0 0 0 20 0 18 0 291972783 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140338524047544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2652] ppid=2633 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2652/stat : 2652 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291972783 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140338522995192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2653] ppid=2633 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2653/stat : 2653 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291972783 9787817984 98622 33554432000 1073741824 1073778376 140736949264000 140338521942856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9558416

[startup+3.10068 s]
/proc/loadavg: 1.80 1.95 1.98 10/211 2680
/proc/meminfo: memFree=30410840/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9624980 CPUtime=4.77 cores=0,2,4,6
/proc/2635/stat : 2635 (java) S 2633 2635 32222 0 -1 4202496 10913 0 1 0 449 28 0 0 20 0 19 0 291972776 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140736949255136 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2635/statm: 2406245 119401 2268 9 0 2396937 0
[pid=2635/tid=2637] ppid=2633 vsize=9624980 CPUtime=2.78 cores=0,2,4,6
/proc/2635/task/2637/stat : 2637 (java) R 2633 2635 32222 0 -1 4202560 2582 0 1 0 273 5 0 0 20 0 19 0 291972777 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339443917160 140339281908004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2638] ppid=2633 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/2635/task/2638/stat : 2638 (java) S 2633 2635 32222 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 19 0 291972778 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339405408936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2639] ppid=2633 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/2635/task/2639/stat : 2639 (java) S 2633 2635 32222 0 -1 4202560 72 0 0 0 7 2 0 0 20 0 19 0 291972778 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339404356392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2640] ppid=2633 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/2635/task/2640/stat : 2640 (java) S 2633 2635 32222 0 -1 4202560 141 0 0 0 11 3 0 0 20 0 19 0 291972778 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339403303848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2641] ppid=2633 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/2635/task/2641/stat : 2641 (java) S 2633 2635 32222 0 -1 4202560 165 0 0 0 14 4 0 0 20 0 19 0 291972778 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339402251304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2642] ppid=2633 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/2635/task/2642/stat : 2642 (java) S 2633 2635 32222 0 -1 4202560 124 0 0 0 8 3 0 0 20 0 19 0 291972778 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339401197736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2643] ppid=2633 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/2635/task/2643/stat : 2643 (java) S 2633 2635 32222 0 -1 4202560 165 0 0 0 10 3 0 0 20 0 19 0 291972778 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339400145192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2644] ppid=2633 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/2635/task/2644/stat : 2644 (java) S 2633 2635 32222 0 -1 4202560 227 0 0 0 9 3 0 0 20 0 19 0 291972778 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339281127848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2645] ppid=2633 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/2635/task/2645/stat : 2645 (java) S 2633 2635 32222 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 19 0 291972778 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339280075304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2646] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2646/stat : 2646 (java) S 2633 2635 32222 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 291972779 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339267877480 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2647] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2647/stat : 2647 (java) S 2633 2635 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291972780 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339266823800 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2648] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2648/stat : 2648 (java) S 2633 2635 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291972780 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140339265771144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2649] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2649/stat : 2649 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140338526153744 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2650] ppid=2633 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/2635/task/2650/stat : 2650 (java) S 2633 2635 32222 0 -1 4202560 2498 0 0 0 40 0 0 0 20 0 19 0 291972783 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140338525100088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2651] ppid=2633 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/2635/task/2651/stat : 2651 (java) S 2633 2635 32222 0 -1 4202560 3461 0 0 0 50 0 0 0 20 0 19 0 291972783 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140338524047544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2652] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2652/stat : 2652 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140338522995192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2653] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2653/stat : 2653 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 119401 33554432000 1073741824 1073778376 140736949264000 140338521942856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 9624980

[startup+6.30084 s]
/proc/loadavg: 1.80 1.95 1.98 3/212 2681
/proc/meminfo: memFree=29865020/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9624980 CPUtime=8 cores=0,2,4,6
/proc/2635/stat : 2635 (java) S 2633 2635 32222 0 -1 4202496 10915 0 1 0 771 29 0 0 20 0 19 0 291972776 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140736949255136 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2635/statm: 2406245 119392 2268 9 0 2396937 0
[pid=2635/tid=2637] ppid=2633 vsize=9624980 CPUtime=5.96 cores=0,2,4,6
/proc/2635/task/2637/stat : 2637 (java) R 2633 2635 32222 0 -1 4202560 2584 0 1 0 591 5 0 0 20 0 19 0 291972777 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339443915232 140339281991397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2638] ppid=2633 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/2635/task/2638/stat : 2638 (java) S 2633 2635 32222 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 19 0 291972778 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339405408936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2639] ppid=2633 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/2635/task/2639/stat : 2639 (java) S 2633 2635 32222 0 -1 4202560 72 0 0 0 7 2 0 0 20 0 19 0 291972778 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339404356392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2640] ppid=2633 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/2635/task/2640/stat : 2640 (java) S 2633 2635 32222 0 -1 4202560 141 0 0 0 11 3 0 0 20 0 19 0 291972778 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339403303848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2641] ppid=2633 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/2635/task/2641/stat : 2641 (java) S 2633 2635 32222 0 -1 4202560 165 0 0 0 14 4 0 0 20 0 19 0 291972778 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339402251304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2642] ppid=2633 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/2635/task/2642/stat : 2642 (java) S 2633 2635 32222 0 -1 4202560 124 0 0 0 8 3 0 0 20 0 19 0 291972778 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339401197736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2643] ppid=2633 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/2635/task/2643/stat : 2643 (java) S 2633 2635 32222 0 -1 4202560 165 0 0 0 10 3 0 0 20 0 19 0 291972778 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339400145192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2644] ppid=2633 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/2635/task/2644/stat : 2644 (java) S 2633 2635 32222 0 -1 4202560 227 0 0 0 9 3 0 0 20 0 19 0 291972778 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339281127848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2645] ppid=2633 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/2635/task/2645/stat : 2645 (java) S 2633 2635 32222 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 19 0 291972778 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339280075304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2646] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2646/stat : 2646 (java) S 2633 2635 32222 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 291972779 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339267877480 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2647] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2647/stat : 2647 (java) S 2633 2635 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291972780 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339266823800 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2648] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2648/stat : 2648 (java) S 2633 2635 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291972780 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140339265771144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2649] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2649/stat : 2649 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140338526153744 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2650] ppid=2633 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/2635/task/2650/stat : 2650 (java) S 2633 2635 32222 0 -1 4202560 2498 0 0 0 40 0 0 0 20 0 19 0 291972783 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140338525100088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2651] ppid=2633 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/2635/task/2651/stat : 2651 (java) S 2633 2635 32222 0 -1 4202560 3461 0 0 0 53 0 0 0 20 0 19 0 291972783 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140338524047544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2652] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2652/stat : 2652 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140338522995192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2653] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2653/stat : 2653 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140338521942856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2681] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2681/stat : 2681 (java) S 2633 2635 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291972993 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140338520888616 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 9624980

[startup+12.7008 s]
/proc/loadavg: 1.83 1.95 1.98 3/213 2682
/proc/meminfo: memFree=28967020/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9624980 CPUtime=14.4 cores=0,2,4,6
/proc/2635/stat : 2635 (java) S 2633 2635 32222 0 -1 4202496 10915 0 1 0 1411 29 0 0 20 0 19 0 291972776 9855979520 119392 33554432000 1073741824 1073778376 140736949264000 140736949255136 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0

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

[pid=2635/tid=2650] ppid=2633 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/2635/task/2650/stat : 2650 (java) S 2633 2635 32222 0 -1 4202560 2508 0 0 0 49 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338525100088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2651] ppid=2633 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/2635/task/2651/stat : 2651 (java) S 2633 2635 32222 0 -1 4202560 3473 0 0 0 62 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338524047544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2652] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2652/stat : 2652 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338522995192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2653] ppid=2633 vsize=9624980 CPUtime=0.77 cores=0,2,4,6
/proc/2635/task/2653/stat : 2653 (java) S 2633 2635 32222 0 -1 4202560 99 0 0 0 41 36 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338521942856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2681] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2681/stat : 2681 (java) S 2633 2635 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291972993 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338520888616 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.64
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2721
/proc/meminfo: memFree=28454412/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9624980 CPUtime=1784.64 cores=0,2,4,6
/proc/2635/stat : 2635 (java) S 2633 2635 32222 0 -1 4202496 64676 0 1 0 178393 71 0 0 20 0 19 0 291972776 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140736949255136 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2635/statm: 2406245 135342 2282 9 0 2396937 0
[pid=2635/tid=2637] ppid=2633 vsize=9624980 CPUtime=1771.16 cores=0,2,4,6
/proc/2635/task/2637/stat : 2637 (java) R 2633 2635 32222 0 -1 4202560 2599 0 1 0 177084 32 0 0 20 0 19 0 291972777 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339443917088 140339281908255 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2638] ppid=2633 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/2635/task/2638/stat : 2638 (java) S 2633 2635 32222 0 -1 4202560 53 0 0 0 11 2 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339405408936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2639] ppid=2633 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/2635/task/2639/stat : 2639 (java) S 2633 2635 32222 0 -1 4202560 84 0 0 0 14 3 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339404356392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2640] ppid=2633 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/2635/task/2640/stat : 2640 (java) S 2633 2635 32222 0 -1 4202560 153 0 0 0 16 4 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339403303848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2641] ppid=2633 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/2635/task/2641/stat : 2641 (java) S 2633 2635 32222 0 -1 4202560 177 0 0 0 22 5 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339402251304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2642] ppid=2633 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/2635/task/2642/stat : 2642 (java) S 2633 2635 32222 0 -1 4202560 132 0 0 0 14 3 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339401197736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2643] ppid=2633 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/2635/task/2643/stat : 2643 (java) S 2633 2635 32222 0 -1 4202560 166 0 0 0 14 4 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339400145192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2644] ppid=2633 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/2635/task/2644/stat : 2644 (java) S 2633 2635 32222 0 -1 4202560 235 0 0 0 16 3 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339281127848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2645] ppid=2633 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/2635/task/2645/stat : 2645 (java) S 2633 2635 32222 0 -1 4202560 55 0 0 0 11 2 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339280075304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2646] ppid=2633 vsize=9624980 CPUtime=5.83 cores=0,2,4,6
/proc/2635/task/2646/stat : 2646 (java) S 2633 2635 32222 0 -1 4202560 53758 0 0 0 571 12 0 0 20 0 19 0 291972779 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339267877480 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2647] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2647/stat : 2647 (java) S 2633 2635 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291972780 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339266823800 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2648] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2648/stat : 2648 (java) S 2633 2635 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291972780 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339265771144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2649] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2649/stat : 2649 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338526153744 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2650] ppid=2633 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/2635/task/2650/stat : 2650 (java) S 2633 2635 32222 0 -1 4202560 2508 0 0 0 49 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338525100088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2651] ppid=2633 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/2635/task/2651/stat : 2651 (java) S 2633 2635 32222 0 -1 4202560 3473 0 0 0 62 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338524047544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2652] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2652/stat : 2652 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338522995192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2653] ppid=2633 vsize=9624980 CPUtime=0.79 cores=0,2,4,6
/proc/2635/task/2653/stat : 2653 (java) S 2633 2635 32222 0 -1 4202560 103 0 0 0 42 37 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338521942856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2681] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2681/stat : 2681 (java) S 2633 2635 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291972993 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338520888616 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.64
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 2731
/proc/meminfo: memFree=30701992/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9624980 CPUtime=1800.05 cores=0,2,4,6
/proc/2635/stat : 2635 (java) S 2633 2635 32222 0 -1 4202496 64676 0 1 0 179934 71 0 0 20 0 19 0 291972776 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140736949255136 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2635/statm: 2406245 135342 2282 9 0 2396937 0
[pid=2635/tid=2637] ppid=2633 vsize=9624980 CPUtime=1786.53 cores=0,2,4,6
/proc/2635/task/2637/stat : 2637 (java) R 2633 2635 32222 0 -1 4202560 2599 0 1 0 178620 33 0 0 20 0 19 0 291972777 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339443917088 140339281984721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2638] ppid=2633 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/2635/task/2638/stat : 2638 (java) S 2633 2635 32222 0 -1 4202560 53 0 0 0 11 2 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339405408936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2639] ppid=2633 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/2635/task/2639/stat : 2639 (java) S 2633 2635 32222 0 -1 4202560 84 0 0 0 14 3 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339404356392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2640] ppid=2633 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/2635/task/2640/stat : 2640 (java) S 2633 2635 32222 0 -1 4202560 153 0 0 0 16 4 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339403303848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2641] ppid=2633 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/2635/task/2641/stat : 2641 (java) S 2633 2635 32222 0 -1 4202560 177 0 0 0 22 5 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339402251304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2642] ppid=2633 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/2635/task/2642/stat : 2642 (java) S 2633 2635 32222 0 -1 4202560 132 0 0 0 14 3 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339401197736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2643] ppid=2633 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/2635/task/2643/stat : 2643 (java) S 2633 2635 32222 0 -1 4202560 166 0 0 0 14 4 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339400145192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2644] ppid=2633 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/2635/task/2644/stat : 2644 (java) S 2633 2635 32222 0 -1 4202560 235 0 0 0 16 3 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339281127848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2645] ppid=2633 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/2635/task/2645/stat : 2645 (java) S 2633 2635 32222 0 -1 4202560 55 0 0 0 11 2 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339280075304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2646] ppid=2633 vsize=9624980 CPUtime=5.83 cores=0,2,4,6
/proc/2635/task/2646/stat : 2646 (java) S 2633 2635 32222 0 -1 4202560 53758 0 0 0 571 12 0 0 20 0 19 0 291972779 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339267877480 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2647] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2647/stat : 2647 (java) S 2633 2635 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291972780 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339266823800 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2648] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2648/stat : 2648 (java) S 2633 2635 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291972780 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339265771144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2649] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2649/stat : 2649 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338526153744 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2650] ppid=2633 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/2635/task/2650/stat : 2650 (java) S 2633 2635 32222 0 -1 4202560 2508 0 0 0 49 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338525100088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2651] ppid=2633 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/2635/task/2651/stat : 2651 (java) S 2633 2635 32222 0 -1 4202560 3473 0 0 0 62 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338524047544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2652] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2652/stat : 2652 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338522995192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2653] ppid=2633 vsize=9624980 CPUtime=0.8 cores=0,2,4,6
/proc/2635/task/2653/stat : 2653 (java) S 2633 2635 32222 0 -1 4202560 103 0 0 0 43 37 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338521942856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2681] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2681/stat : 2681 (java) S 2633 2635 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291972993 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338520888616 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 2731
/proc/meminfo: memFree=30701992/32873844 swapFree=6872/6872
[pid=2635] ppid=2633 vsize=9624980 CPUtime=1800.05 cores=0,2,4,6
/proc/2635/stat : 2635 (java) S 2633 2635 32222 0 -1 4202496 64676 0 1 0 179934 71 0 0 20 0 19 0 291972776 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140736949255136 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2635/statm: 2406245 135342 2282 9 0 2396937 0
[pid=2635/tid=2637] ppid=2633 vsize=9624980 CPUtime=1786.53 cores=0,2,4,6
/proc/2635/task/2637/stat : 2637 (java) R 2633 2635 32222 0 -1 4202560 2599 0 1 0 178620 33 0 0 20 0 19 0 291972777 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339443917088 140339281984721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2638] ppid=2633 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/2635/task/2638/stat : 2638 (java) S 2633 2635 32222 0 -1 4202560 53 0 0 0 11 2 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339405408936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2639] ppid=2633 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/2635/task/2639/stat : 2639 (java) S 2633 2635 32222 0 -1 4202560 84 0 0 0 14 3 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339404356392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2640] ppid=2633 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/2635/task/2640/stat : 2640 (java) S 2633 2635 32222 0 -1 4202560 153 0 0 0 16 4 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339403303848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2635/tid=2641] ppid=2633 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/2635/task/2641/stat : 2641 (java) S 2633 2635 32222 0 -1 4202560 177 0 0 0 22 5 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339402251304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2642] ppid=2633 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/2635/task/2642/stat : 2642 (java) S 2633 2635 32222 0 -1 4202560 132 0 0 0 14 3 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339401197736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2643] ppid=2633 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/2635/task/2643/stat : 2643 (java) S 2633 2635 32222 0 -1 4202560 166 0 0 0 14 4 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339400145192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2644] ppid=2633 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/2635/task/2644/stat : 2644 (java) S 2633 2635 32222 0 -1 4202560 235 0 0 0 16 3 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339281127848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2645] ppid=2633 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/2635/task/2645/stat : 2645 (java) S 2633 2635 32222 0 -1 4202560 55 0 0 0 11 2 0 0 20 0 19 0 291972778 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339280075304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2646] ppid=2633 vsize=9624980 CPUtime=5.83 cores=0,2,4,6
/proc/2635/task/2646/stat : 2646 (java) S 2633 2635 32222 0 -1 4202560 53758 0 0 0 571 12 0 0 20 0 19 0 291972779 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339267877480 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2647] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2647/stat : 2647 (java) S 2633 2635 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291972780 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339266823800 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2648] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2648/stat : 2648 (java) S 2633 2635 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291972780 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140339265771144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2649] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2649/stat : 2649 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338526153744 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2650] ppid=2633 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/2635/task/2650/stat : 2650 (java) S 2633 2635 32222 0 -1 4202560 2508 0 0 0 49 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338525100088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2651] ppid=2633 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/2635/task/2651/stat : 2651 (java) S 2633 2635 32222 0 -1 4202560 3473 0 0 0 62 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338524047544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2635/tid=2652] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2652/stat : 2652 (java) S 2633 2635 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338522995192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2635/tid=2653] ppid=2633 vsize=9624980 CPUtime=0.8 cores=0,2,4,6
/proc/2635/task/2653/stat : 2653 (java) S 2633 2635 32222 0 -1 4202560 103 0 0 0 43 37 0 0 20 0 19 0 291972783 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338521942856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2635/tid=2681] ppid=2633 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2635/task/2681/stat : 2681 (java) S 2633 2635 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291972993 9855979520 135342 33554432000 1073741824 1073778376 140736949264000 140338520888616 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624980

Child status: 143

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

Real time (s): 1797.74
CPU time (s): 1800.05
CPU user time (s): 1799.34
CPU system time (s): 0.71
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.23581
maximum resident set size= 555628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64715
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38551
involuntary context switches= 11664

runsolver used 6.65999 second user time and 14.4458 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-29 04:37:38
IDJOB=3717926
IDBENCH=79644
IDSOLVER=2301
FILE ID=node105/3717926-1338259057
RUNJOBID= node105-1338259057-2617
PBS_JOBID= 14624634
Free space on /tmp= 71568 MiB

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

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

MD5SUM BENCH= 3ff13fa479c6c78fc8aaed860067b111
RANDOM SEED=1765457331

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31258728 kB
Buffers:          420672 kB
Cached:           328340 kB
SwapCached:         1708 kB
Active:           419440 kB
Inactive:         338680 kB
Active(anon):       5708 kB
Inactive(anon):     4812 kB
Active(file):     413732 kB
Inactive(file):   333868 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:             19612 kB
Writeback:             0 kB
AnonPages:         15832 kB
Mapped:             8116 kB
Shmem:                 0 kB
Slab:             718452 kB
SReclaimable:     159812 kB
SUnreclaim:       558640 kB
KernelStack:        1424 kB
PageTables:         3828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71544 MiB
End job on node105 at 2012-05-29 05:07:37