Trace number 3455970

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.33 1794

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=257-P1=53-P2=163-P3=163-P4=251-P5=269-P6=479-P7=113-B.opb
MD5SUM61ecac306f245a9bac818667ce91a2bc
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.237963
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3455970-1307226167.opb
0.00/0.11	c reading problem ... 
0.13/0.19	c ... done. Wall clock time 0.085s.
0.13/0.19	c #vars     756
0.13/0.19	c #constraints  1156
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
0.13/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
26.43/25.05	c cleaning 0 clauses out of 5000 with flag 0/5000
99.15/97.32	c cleaning 0 clauses out of 11000 with flag 0/11000
269.72/267.59	c cleaning 0 clauses out of 18001 with flag 0/18001
585.27/582.37	c cleaning 0 clauses out of 26000 with flag 0/26000
757.48/754.00	c cleaning 0 clauses out of 35000 with flag 0/35000
1138.89/1134.48	c cleaning 0 clauses out of 45000 with flag 0/45000
1800.10/1793.82	c starts		: 75
1800.10/1793.82	c conflicts		: 54811
1800.10/1793.82	c decisions		: 58731
1800.10/1793.82	c propagations		: 918381
1800.10/1793.82	c inspects		: 2173726957
1800.10/1793.82	c shortcuts		: 0
1800.10/1793.82	c learnt literals	: 0
1800.10/1793.82	c learnt binary clauses	: 0
1800.10/1793.82	c learnt ternary clauses	: 0
1800.10/1793.82	c learnt constraints	: 54810
1800.10/1793.82	c ignored constraints	: 0
1800.10/1793.82	c root simplifications	: 0
1800.10/1793.82	c removed literals (reason simplification)	: 0
1800.10/1793.82	c reason swapping (by a shorter reason)	: 0
1800.10/1793.82	c Calls to reduceDB	: 6
1800.10/1793.82	c number of reductions to clauses (during analyze)	: 0
1800.10/1793.82	c number of learned constraints concerned by reduction	: 0
1800.10/1793.82	c number of learning phase by resolution	: 0
1800.10/1793.82	c number of learning phase by cutting planes	: 0
1800.10/1793.82	c speed (assignments/second)	: 512.0230905782233
1800.10/1793.82	c non guided choices	1114
1800.10/1793.85	c learnt constraints type 
1800.10/1793.85	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 134
1800.10/1793.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 54676
1800.10/1793.85	c constraints type 
1800.10/1793.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
1800.10/1793.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
1800.10/1793.85	s UNKNOWN
1800.10/1793.85	c Total wall clock time (in seconds): 1793.742

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455970-1307226167/watcher-3455970-1307226167 -o /tmp/evaluation-result-3455970-1307226167/solver-3455970-1307226167 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455970-1307226167.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/553 25762
/proc/meminfo: memFree=21023968/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 24457 0 -1 4202496 4840 0 1 0 0 0 0 0 25 0 2 0 815033000 10694979584 4542 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 2611079 4555 917 9 0 2602235 0
[pid=25762/tid=25763] ppid=25760 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4202560 5987 0 1 0 0 0 0 0 25 0 2 0 815033001 10694979584 6803 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.119632 s]
/proc/loadavg: 2.00 2.01 2.00 2/553 25762
/proc/meminfo: memFree=21023968/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=10540004 CPUtime=0.13 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 24457 0 -1 4202496 13357 0 1 0 11 2 0 0 25 0 18 0 815033000 10792964096 13006 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 2635001 13006 2133 9 0 2625735 0
[pid=25762/tid=25763] ppid=25760 vsize=10540004 CPUtime=0.1 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4202560 11350 0 1 0 9 1 0 0 25 0 18 0 815033001 10792964096 13006 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 46912496211677 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10540004

[startup+0.200614 s]
/proc/loadavg: 2.00 2.01 2.00 2/553 25762
/proc/meminfo: memFree=21023968/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=10540516 CPUtime=0.25 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 24457 0 -1 4202496 14181 0 1 0 23 2 0 0 25 0 18 0 815033000 10793488384 13788 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 2635129 13789 2171 9 0 2625863 0
[pid=25762/tid=25763] ppid=25760 vsize=10540516 CPUtime=0.18 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4202560 11840 0 1 0 16 2 0 0 25 0 18 0 815033001 10793488384 13790 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 47540831513509 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540516

[startup+0.300564 s]
/proc/loadavg: 2.00 2.01 2.00 2/553 25762
/proc/meminfo: memFree=21023968/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=10542468 CPUtime=0.51 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 24457 0 -1 4202496 17101 0 1 0 48 3 0 0 25 0 19 0 815033000 10795487232 15833 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 2635617 15833 2200 9 0 2626351 0
[pid=25762/tid=25763] ppid=25760 vsize=10542468 CPUtime=0.28 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4202560 13054 0 1 0 26 2 0 0 25 0 19 0 815033001 10795487232 15833 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10542468

[startup+0.700496 s]
/proc/loadavg: 2.00 2.01 2.00 2/553 25762
/proc/meminfo: memFree=21023968/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=10555776 CPUtime=1.67 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 24457 0 -1 4202496 42230 0 1 0 162 5 0 0 25 0 19 0 815033000 10809114624 37432 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 2638944 37433 2221 9 0 2629678 0
[pid=25762/tid=25763] ppid=25760 vsize=10555776 CPUtime=0.67 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4202560 29453 0 1 0 64 3 0 0 25 0 19 0 815033001 10809114624 37434 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 46912505583269 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 10555776

[startup+1.50139 s]
/proc/loadavg: 2.00 2.01 2.00 3/572 25781
/proc/meminfo: memFree=20729088/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=10552080 CPUtime=2.76 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 24457 0 -1 4202496 120642 0 1 0 262 14 0 0 25 0 19 0 815033000 10805329920 114816 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 2638020 114820 2224 9 0 2628754 0
[pid=25762/tid=25763] ppid=25760 vsize=10552080 CPUtime=1.48 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4202560 107704 0 1 0 136 12 0 0 25 0 19 0 815033001 10805329920 114823 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 46912505541668 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25762/tid=25765] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25765/stat : 25765 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 114825 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25766] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 114828 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 114830 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 114832 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 114835 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 114837 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 114839 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 815033002 10805329920 114841 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25773] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25773/stat : 25773 (java) S 25760 25762 24457 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 815033003 10805329920 114844 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 0 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25774] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25774/stat : 25774 (java) S 25760 25762 24457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 815033004 10805329920 114846 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25775] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25775/stat : 25775 (java) S 25760 25762 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815033004 10805329920 114849 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25776] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25776/stat : 25776 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033006 10805329920 114851 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051478961 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25777] ppid=25760 vsize=10552080 CPUtime=0.65 cores=1,3,5,7
/proc/25762/task/25777/stat : 25777 (java) S 25760 25762 24457 0 -1 4202560 4596 0 0 0 65 0 0 0 21 0 19 0 815033006 10805329920 114853 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25778] ppid=25760 vsize=10552080 CPUtime=0.59 cores=1,3,5,7
/proc/25762/task/25778/stat : 25778 (java) S 25760 25762 24457 0 -1 4202560 7189 0 0 0 59 0 0 0 25 0 19 0 815033006 10805329920 114856 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25779] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25779/stat : 25779 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033006 10805329920 114858 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25780] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25780/stat : 25780 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 815033006 10805329920 114861 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25781] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25781/stat : 25781 (java) S 25760 25762 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815033020 10805329920 114863 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 10552080

[startup+3.1011 s]
/proc/loadavg: 2.00 2.01 2.00 3/572 25781
/proc/meminfo: memFree=20295212/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=10552080 CPUtime=4.38 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 24457 0 -1 4202496 278641 0 1 0 404 34 0 0 25 0 19 0 815033000 10805329920 272814 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 2638020 272816 2224 9 0 2628754 0
[pid=25762/tid=25763] ppid=25760 vsize=10552080 CPUtime=3.08 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4202560 265697 0 1 0 276 32 0 0 25 0 19 0 815033001 10805329920 272818 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 46912505548752 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25762/tid=25765] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25765/stat : 25765 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 272819 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25766] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 272821 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 272823 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 272826 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 272828 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 272831 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 272833 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 815033002 10805329920 272836 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25773] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25773/stat : 25773 (java) S 25760 25762 24457 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 815033003 10805329920 272837 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 0 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25774] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25774/stat : 25774 (java) S 25760 25762 24457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 815033004 10805329920 272839 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25775] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25775/stat : 25775 (java) S 25760 25762 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815033004 10805329920 272841 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25776] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25776/stat : 25776 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033006 10805329920 272841 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051478961 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25777] ppid=25760 vsize=10552080 CPUtime=0.68 cores=1,3,5,7
/proc/25762/task/25777/stat : 25777 (java) S 25760 25762 24457 0 -1 4202560 4599 0 0 0 68 0 0 0 15 0 19 0 815033006 10805329920 272843 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25778] ppid=25760 vsize=10552080 CPUtime=0.59 cores=1,3,5,7
/proc/25762/task/25778/stat : 25778 (java) S 25760 25762 24457 0 -1 4202560 7189 0 0 0 59 0 0 0 25 0 19 0 815033006 10805329920 272844 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25779] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25779/stat : 25779 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033006 10805329920 272845 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25780] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25780/stat : 25780 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 815033006 10805329920 272847 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25781] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25781/stat : 25781 (java) S 25760 25762 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815033020 10805329920 272849 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 10552080

[startup+6.30154 s]
/proc/loadavg: 2.00 2.01 2.00 3/572 25781
/proc/meminfo: memFree=19027504/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=10552080 CPUtime=7.58 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 24457 0 -1 4202496 576185 0 1 0 692 66 0 0 25 0 19 0 815033000 10805329920 570263 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 2638020 570266 2225 9 0 2628754 0
[pid=25762/tid=25763] ppid=25760 vsize=10552080 CPUtime=6.28 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4202560 563241 0 1 0 564 64 0 0 25 0 19 0 815033001 10805329920 570268 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 46912505559186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25762/tid=25765] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25765/stat : 25765 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 570270 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25766] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 570271 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 570273 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 570275 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 570277 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 570279 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033002 10805329920 570281 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 815033002 10805329920 570283 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25773] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25773/stat : 25773 (java) S 25760 25762 24457 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 815033003 10805329920 570284 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 0 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25774] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25774/stat : 25774 (java) S 25760 25762 24457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 815033004 10805329920 570286 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25775] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25775/stat : 25775 (java) S 25760 25762 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815033004 10805329920 570288 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25776] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25776/stat : 25776 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033006 10805329920 570290 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051478961 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25777] ppid=25760 vsize=10552080 CPUtime=0.68 cores=1,3,5,7
/proc/25762/task/25777/stat : 25777 (java) S 25760 25762 24457 0 -1 4202560 4599 0 0 0 68 0 0 0 15 0 19 0 815033006 10805329920 570292 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25778] ppid=25760 vsize=10552080 CPUtime=0.59 cores=1,3,5,7
/proc/25762/task/25778/stat : 25778 (java) S 25760 25762 24457 0 -1 4202560 7189 0 0 0 59 0 0 0 18 0 19 0 815033006 10805329920 570294 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0

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

[pid=25762/tid=25781] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25781/stat : 25781 (java) S 25760 25762 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815033020 10805329920 964485 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1668.23
Current children cumulated vsize (KiB) 10552080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/572 25878
/proc/meminfo: memFree=17412432/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=10552080 CPUtime=1728.39 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 24457 0 -1 4202496 973907 0 1 0 172724 115 0 0 25 0 19 0 815033000 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 2638020 965440 2256 9 0 2628754 0
[pid=25762/tid=25763] ppid=25760 vsize=10552080 CPUtime=1718.22 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4202560 827511 0 1 0 171730 92 0 0 25 0 19 0 815033001 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 46912505557173 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25762/tid=25765] ppid=25760 vsize=10552080 CPUtime=0.94 cores=1,3,5,7
/proc/25762/task/25765/stat : 25765 (java) S 25760 25762 24457 0 -1 4202560 21041 0 0 0 92 2 0 0 16 0 19 0 815033002 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25766] ppid=25760 vsize=10552080 CPUtime=0.9 cores=1,3,5,7
/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 24457 0 -1 4202560 16752 0 0 0 89 1 0 0 16 0 19 0 815033002 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=10552080 CPUtime=0.76 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 24457 0 -1 4202560 13423 0 0 0 74 2 0 0 15 0 19 0 815033002 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 3 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=10552080 CPUtime=0.73 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 24457 0 -1 4202560 11154 0 0 0 73 0 0 0 15 0 19 0 815033002 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=10552080 CPUtime=0.84 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 24457 0 -1 4202560 17069 0 0 0 82 2 0 0 16 0 19 0 815033002 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=10552080 CPUtime=0.92 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 24457 0 -1 4202560 12918 0 0 0 90 2 0 0 15 0 19 0 815033002 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 3 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=10552080 CPUtime=0.88 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 24457 0 -1 4202560 13307 0 0 0 86 2 0 0 16 0 19 0 815033002 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=10552080 CPUtime=0.8 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 24457 0 -1 4202560 16592 0 0 0 78 2 0 0 16 0 19 0 815033002 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25773] ppid=25760 vsize=10552080 CPUtime=1.78 cores=1,3,5,7
/proc/25762/task/25773/stat : 25773 (java) S 25760 25762 24457 0 -1 4202560 11045 0 0 0 176 2 0 0 15 0 19 0 815033003 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 0 0 16800975 18446604457889480960 0 0 -1 3 0 0 0
[pid=25762/tid=25774] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25774/stat : 25774 (java) S 25760 25762 24457 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 815033004 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25775] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25775/stat : 25775 (java) S 25760 25762 24457 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 815033004 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25776] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25776/stat : 25776 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033006 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051478961 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25777] ppid=25760 vsize=10552080 CPUtime=0.78 cores=1,3,5,7
/proc/25762/task/25777/stat : 25777 (java) S 25760 25762 24457 0 -1 4202560 4634 0 0 0 78 0 0 0 15 0 19 0 815033006 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25778] ppid=25760 vsize=10552080 CPUtime=0.69 cores=1,3,5,7
/proc/25762/task/25778/stat : 25778 (java) S 25760 25762 24457 0 -1 4202560 7210 0 0 0 69 0 0 0 15 0 19 0 815033006 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25779] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25779/stat : 25779 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033006 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25780] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25780/stat : 25780 (java) S 25760 25762 24457 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 815033006 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25781] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25781/stat : 25781 (java) S 25760 25762 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815033020 10805329920 965440 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1728.39
Current children cumulated vsize (KiB) 10552080

[startup+1782.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/572 25880
/proc/meminfo: memFree=17402480/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=10552080 CPUtime=1788.55 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 24457 0 -1 4202496 974471 0 1 0 178740 115 0 0 25 0 19 0 815033000 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 2638020 965979 2256 9 0 2628754 0
[pid=25762/tid=25763] ppid=25760 vsize=10552080 CPUtime=1778.16 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4202560 827515 0 1 0 177724 92 0 0 25 0 19 0 815033001 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 46912505557173 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25762/tid=25765] ppid=25760 vsize=10552080 CPUtime=0.95 cores=1,3,5,7
/proc/25762/task/25765/stat : 25765 (java) S 25760 25762 24457 0 -1 4202560 21041 0 0 0 93 2 0 0 15 0 19 0 815033002 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25766] ppid=25760 vsize=10552080 CPUtime=0.93 cores=1,3,5,7
/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 24457 0 -1 4202560 16889 0 0 0 92 1 0 0 15 0 19 0 815033002 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=10552080 CPUtime=0.77 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 24457 0 -1 4202560 13453 0 0 0 75 2 0 0 16 0 19 0 815033002 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 3 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=10552080 CPUtime=0.75 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 24457 0 -1 4202560 11194 0 0 0 75 0 0 0 15 0 19 0 815033002 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=10552080 CPUtime=0.86 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 24457 0 -1 4202560 17074 0 0 0 84 2 0 0 16 0 19 0 815033002 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=10552080 CPUtime=0.96 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 24457 0 -1 4202560 12979 0 0 0 94 2 0 0 16 0 19 0 815033002 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=10552080 CPUtime=0.92 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 24457 0 -1 4202560 13359 0 0 0 90 2 0 0 16 0 19 0 815033002 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=10552080 CPUtime=0.85 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 24457 0 -1 4202560 16823 0 0 0 83 2 0 0 16 0 19 0 815033002 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25773] ppid=25760 vsize=10552080 CPUtime=1.78 cores=1,3,5,7
/proc/25762/task/25773/stat : 25773 (java) S 25760 25762 24457 0 -1 4202560 11047 0 0 0 176 2 0 0 15 0 19 0 815033003 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 0 0 16800975 18446604457889480960 0 0 -1 3 0 0 0
[pid=25762/tid=25774] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25774/stat : 25774 (java) S 25760 25762 24457 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 815033004 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25775] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25775/stat : 25775 (java) S 25760 25762 24457 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 815033004 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25776] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25776/stat : 25776 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033006 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051478961 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25777] ppid=25760 vsize=10552080 CPUtime=0.78 cores=1,3,5,7
/proc/25762/task/25777/stat : 25777 (java) S 25760 25762 24457 0 -1 4202560 4634 0 0 0 78 0 0 0 15 0 19 0 815033006 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25778] ppid=25760 vsize=10552080 CPUtime=0.69 cores=1,3,5,7
/proc/25762/task/25778/stat : 25778 (java) S 25760 25762 24457 0 -1 4202560 7210 0 0 0 69 0 0 0 15 0 19 0 815033006 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25779] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25779/stat : 25779 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033006 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25780] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25780/stat : 25780 (java) S 25760 25762 24457 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 815033006 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25781] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25781/stat : 25781 (java) S 25760 25762 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815033020 10805329920 965979 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1788.55
Current children cumulated vsize (KiB) 10552080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.8 s]
/proc/loadavg: 2.12 2.07 2.01 3/572 25880
/proc/meminfo: memFree=17401980/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=10552080 CPUtime=1800.1 cores=1,3,5,7
/proc/25762/stat : 25762 (java) S 25760 25762 24457 0 -1 4202496 974689 0 1 0 179895 115 0 0 25 0 19 0 815033000 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 2638020 966192 2256 9 0 2628754 0
[pid=25762/tid=25763] ppid=25760 vsize=10552080 CPUtime=1789.66 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4202560 827516 0 1 0 178874 92 0 0 25 0 19 0 815033001 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 46912505902588 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25762/tid=25765] ppid=25760 vsize=10552080 CPUtime=0.96 cores=1,3,5,7
/proc/25762/task/25765/stat : 25765 (java) S 25760 25762 24457 0 -1 4202560 21204 0 0 0 94 2 0 0 16 0 19 0 815033002 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25766] ppid=25760 vsize=10552080 CPUtime=0.93 cores=1,3,5,7
/proc/25762/task/25766/stat : 25766 (java) S 25760 25762 24457 0 -1 4202560 16889 0 0 0 92 1 0 0 15 0 19 0 815033002 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25767] ppid=25760 vsize=10552080 CPUtime=0.77 cores=1,3,5,7
/proc/25762/task/25767/stat : 25767 (java) S 25760 25762 24457 0 -1 4202560 13453 0 0 0 75 2 0 0 15 0 19 0 815033002 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 3 0 0 0
[pid=25762/tid=25768] ppid=25760 vsize=10552080 CPUtime=0.75 cores=1,3,5,7
/proc/25762/task/25768/stat : 25768 (java) S 25760 25762 24457 0 -1 4202560 11194 0 0 0 75 0 0 0 15 0 19 0 815033002 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25769] ppid=25760 vsize=10552080 CPUtime=0.86 cores=1,3,5,7
/proc/25762/task/25769/stat : 25769 (java) S 25760 25762 24457 0 -1 4202560 17074 0 0 0 84 2 0 0 16 0 19 0 815033002 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25770] ppid=25760 vsize=10552080 CPUtime=0.98 cores=1,3,5,7
/proc/25762/task/25770/stat : 25770 (java) S 25760 25762 24457 0 -1 4202560 13018 0 0 0 96 2 0 0 16 0 19 0 815033002 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25771] ppid=25760 vsize=10552080 CPUtime=0.94 cores=1,3,5,7
/proc/25762/task/25771/stat : 25771 (java) S 25760 25762 24457 0 -1 4202560 13370 0 0 0 92 2 0 0 16 0 19 0 815033002 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25772] ppid=25760 vsize=10552080 CPUtime=0.85 cores=1,3,5,7
/proc/25762/task/25772/stat : 25772 (java) S 25760 25762 24457 0 -1 4202560 16823 0 0 0 83 2 0 0 15 0 19 0 815033002 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25773] ppid=25760 vsize=10552080 CPUtime=1.78 cores=1,3,5,7
/proc/25762/task/25773/stat : 25773 (java) S 25760 25762 24457 0 -1 4202560 11049 0 0 0 176 2 0 0 15 0 19 0 815033003 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 0 0 16800975 18446604457889480960 0 0 -1 3 0 0 0
[pid=25762/tid=25774] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25774/stat : 25774 (java) S 25760 25762 24457 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 815033004 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25775] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25775/stat : 25775 (java) S 25760 25762 24457 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 815033004 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25776] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25776/stat : 25776 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033006 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051478961 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25777] ppid=25760 vsize=10552080 CPUtime=0.78 cores=1,3,5,7
/proc/25762/task/25777/stat : 25777 (java) S 25760 25762 24457 0 -1 4202560 4634 0 0 0 78 0 0 0 15 0 19 0 815033006 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 7 0 0 0
[pid=25762/tid=25778] ppid=25760 vsize=10552080 CPUtime=0.69 cores=1,3,5,7
/proc/25762/task/25778/stat : 25778 (java) S 25760 25762 24457 0 -1 4202560 7210 0 0 0 69 0 0 0 15 0 19 0 815033006 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
[pid=25762/tid=25779] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25779/stat : 25779 (java) S 25760 25762 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815033006 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471257 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25780] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25780/stat : 25780 (java) S 25760 25762 24457 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 815033006 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 4 0 16800975 18446604457889480960 0 0 -1 1 0 0 0
[pid=25762/tid=25781] ppid=25760 vsize=10552080 CPUtime=0 cores=1,3,5,7
/proc/25762/task/25781/stat : 25781 (java) S 25760 25762 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815033020 10805329920 966192 33554432000 1073741824 1073778376 140737257838944 18446744073709551615 212051471872 0 4 0 16800975 18446604457889480960 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10552080

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

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

[startup+1793.93 s]
/proc/loadavg: 2.12 2.07 2.01 3/572 25880
/proc/meminfo: memFree=17401980/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=0 CPUtime=1800.24 cores=1,3,5,7
/proc/25762/stat : 25762 (java) Z 25760 25762 24457 0 -1 4203548 974729 0 1 0 179903 121 0 0 17 0 2 0 815033000 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 0 0 0 0 0 0 0
[pid=25762/tid=25763] ppid=25760 vsize=0 CPUtime=1789.76 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4203588 827516 0 1 0 178877 99 0 0 25 0 2 0 815033001 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

[startup+1794 s]
/proc/loadavg: 2.12 2.07 2.01 3/572 25880
/proc/meminfo: memFree=17401980/32951124 swapFree=46970528/67111528
[pid=25762] ppid=25760 vsize=0 CPUtime=1800.32 cores=1,3,5,7
/proc/25762/stat : 25762 (java) Z 25760 25762 24457 0 -1 4203548 974729 0 1 0 179903 129 0 0 17 0 2 0 815033000 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25762/statm: 0 0 0 0 0 0 0
[pid=25762/tid=25763] ppid=25760 vsize=0 CPUtime=1789.83 cores=1,3,5,7
/proc/25762/task/25763/stat : 25763 (java) R 25760 25762 24457 0 -1 4203588 827516 0 1 0 178877 106 0 0 25 0 2 0 815033001 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794
CPU time (s): 1800.33
CPU user time (s): 1799.03
CPU system time (s): 1.2938
CPU usage (%): 100.353
Max. virtual memory (cumulated for all children) (KiB): 10556312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.2938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 974729
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40591
involuntary context switches= 23097

runsolver used 9.78351 second user time and 22.7835 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-05 00:22:47
IDJOB=3455970
IDBENCH=47982
IDSOLVER=1951
FILE ID=node146/3455970-1307226167
RUNJOBID= node146-1307215865-24476
PBS_JOBID= 13509078
Free space on /tmp= 73784 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=257-P1=53-P2=163-P3=163-P4=251-P5=269-P6=479-P7=113-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455970-1307226167/watcher-3455970-1307226167 -o /tmp/evaluation-result-3455970-1307226167/solver-3455970-1307226167 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455970-1307226167.opb

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

MD5SUM BENCH= 61ecac306f245a9bac818667ce91a2bc
RANDOM SEED=695776533

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21024248 kB
Buffers:        194424 kB
Cached:         373668 kB
SwapCached:      60516 kB
Active:        4249292 kB
Inactive:      7424372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21024248 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:    11056040 kB
Mapped:          24828 kB
Slab:            78836 kB
PageTables:     105512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171032796 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73784 MiB
End job on node146 at 2011-06-05 00:52:43