Trace number 3456643

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.16 1796.85

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mkc.opb
MD5SUMeae2e8a732d92a062f083ccb58900b63
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -144250
Optimality of the best value was proved NO
Number of variables5383
Total number of constraints3279
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)276
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint2
Maximum length of a constraint2952
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 138201238403
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-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.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456643-1307660487.opb
0.10/0.11	c reading problem ... 
0.53/0.34	c ... done. Wall clock time 0.234s.
0.53/0.34	c #vars     5383
0.53/0.34	c #constraints  3312
0.53/0.34	c constraints type 
0.53/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2921
0.53/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
0.53/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
1800.00/1796.71	c starts		: 1
1800.00/1796.71	c conflicts		: 788
1800.00/1796.71	c decisions		: 19423
1800.00/1796.71	c propagations		: 1693635
1800.00/1796.71	c inspects		: 338349643
1800.00/1796.71	c shortcuts		: 0
1800.00/1796.71	c learnt literals	: 0
1800.00/1796.71	c learnt binary clauses	: 0
1800.00/1796.71	c learnt ternary clauses	: 0
1800.00/1796.71	c learnt constraints	: 787
1800.00/1796.71	c ignored constraints	: 0
1800.00/1796.71	c root simplifications	: 0
1800.00/1796.71	c removed literals (reason simplification)	: 0
1800.00/1796.71	c reason swapping (by a shorter reason)	: 0
1800.00/1796.71	c Calls to reduceDB	: 0
1800.00/1796.71	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.71	c number of learned constraints concerned by reduction	: 0
1800.00/1796.71	c number of learning phase by resolution	: 0
1800.00/1796.71	c number of learning phase by cutting planes	: 0
1800.00/1796.71	c speed (assignments/second)	: 942.8101910019601
1800.00/1796.71	c non guided choices	0
1800.00/1796.71	c learnt constraints type 
1800.00/1796.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 787
1800.00/1796.71	c constraints type 
1800.00/1796.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2921
1800.00/1796.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
1800.00/1796.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
1800.00/1796.71	s UNKNOWN
1800.00/1796.71	c Total wall clock time (in seconds): 1796.604

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-3456643-1307660487/watcher-3456643-1307660487 -o /tmp/evaluation-result-3456643-1307660487/solver-3456643-1307660487 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456643-1307660487.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 1.90 2/175 31124
/proc/meminfo: memFree=32227844/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/31124/stat : 31124 (java) R 31122 31124 28735 0 -1 4202496 954 0 0 0 0 0 0 0 25 0 1 0 956279396 23580672 698 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260900431336 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31124/statm: 5757 699 516 9 0 124 0

[startup+0.015637 s]
/proc/loadavg: 2.00 2.01 1.90 2/175 31124
/proc/meminfo: memFree=32227844/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/31124/stat : 31124 (java) S 31122 31124 28735 0 -1 4202496 4456 0 1 0 0 0 0 0 25 0 2 0 956279396 10694979584 4158 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/31124/statm: 2611079 4174 917 9 0 2602235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100624 s]
/proc/loadavg: 2.00 2.01 1.90 2/175 31124
/proc/meminfo: memFree=32227844/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=10539848 CPUtime=0.1 cores=1,3,5,7
/proc/31124/stat : 31124 (java) S 31122 31124 28735 0 -1 4202496 13049 0 1 0 8 2 0 0 25 0 18 0 956279396 10792804352 12717 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31124/statm: 2634962 12717 2092 9 0 2625696 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539848

[startup+0.300587 s]
/proc/loadavg: 2.00 2.01 1.90 2/175 31124
/proc/meminfo: memFree=32227844/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=10541520 CPUtime=0.53 cores=1,3,5,7
/proc/31124/stat : 31124 (java) S 31122 31124 28735 0 -1 4202496 17450 0 1 0 50 3 0 0 25 0 18 0 956279396 10794516480 16336 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31124/statm: 2635380 16338 2203 9 0 2626114 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10541520

[startup+0.700519 s]
/proc/loadavg: 2.00 2.01 1.90 2/175 31124
/proc/meminfo: memFree=32227844/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=10542408 CPUtime=1.23 cores=1,3,5,7
/proc/31124/stat : 31124 (java) S 31122 31124 28735 0 -1 4202496 42285 0 1 0 117 6 0 0 25 0 19 0 956279396 10795425792 40249 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31124/statm: 2635602 40255 2228 9 0 2626336 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 10542408

[startup+1.50137 s]
/proc/loadavg: 2.00 2.01 1.90 2/194 31143
/proc/meminfo: memFree=31907920/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=10542408 CPUtime=2.04 cores=1,3,5,7
/proc/31124/stat : 31124 (java) S 31122 31124 28735 0 -1 4202496 151483 0 1 0 184 20 0 0 25 0 19 0 956279396 10795425792 149447 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31124/statm: 2635602 149453 2230 9 0 2626336 0
[pid=31124/tid=31126] ppid=31122 vsize=10542408 CPUtime=1.48 cores=1,3,5,7
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 28735 0 -1 4202560 146422 0 1 0 130 18 0 0 25 0 19 0 956279396 10795425792 149453 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 46912505590634 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795425792 149454 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31128] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795425792 149460 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31129] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795425792 149464 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31130] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795425792 149464 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795425792 149464 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31132] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795425792 149470 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795425792 149475 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31134] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31134/stat : 31134 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795425792 149475 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31135] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31135/stat : 31135 (java) S 31122 31124 28735 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 956279399 10795425792 149475 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 0 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31136] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31136/stat : 31136 (java) S 31122 31124 28735 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 956279399 10795425792 149481 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31137] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31137/stat : 31137 (java) S 31122 31124 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279399 10795425792 149486 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31138] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31138/stat : 31138 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10795425792 149486 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917217713 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31139] ppid=31122 vsize=10542408 CPUtime=0.27 cores=1,3,5,7
/proc/31124/task/31139/stat : 31139 (java) S 31122 31124 28735 0 -1 4202560 2419 0 0 0 27 0 0 0 25 0 19 0 956279402 10795425792 149486 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31140] ppid=31122 vsize=10542408 CPUtime=0.26 cores=1,3,5,7
/proc/31124/task/31140/stat : 31140 (java) S 31122 31124 28735 0 -1 4202560 1490 0 0 0 26 0 0 0 22 0 19 0 956279402 10795425792 149491 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31141] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31141/stat : 31141 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10795425792 149497 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31142] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31142/stat : 31142 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 956279402 10795425792 149497 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31143] ppid=31122 vsize=10542408 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31143/stat : 31143 (java) S 31122 31124 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279433 10795425792 149497 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 10542408

[startup+3.10108 s]
/proc/loadavg: 1.92 1.99 1.89 4/213 31198
/proc/meminfo: memFree=31269164/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=10542288 CPUtime=3.68 cores=1,3,5,7
/proc/31124/stat : 31124 (java) S 31122 31124 28735 0 -1 4202496 368736 0 1 0 323 45 0 0 25 0 19 0 956279396 10795302912 366377 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31124/statm: 2635572 366385 2230 9 0 2626306 0
[pid=31124/tid=31126] ppid=31122 vsize=10542288 CPUtime=3.08 cores=1,3,5,7
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 28735 0 -1 4202560 363347 0 1 0 265 43 0 0 25 0 19 0 956279396 10795302912 366385 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 46912505709953 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795302912 366385 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31128] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795302912 366385 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31129] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795302912 366386 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31130] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795302912 366391 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795302912 366397 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31132] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795302912 366403 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795302912 366409 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31134] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31134/stat : 31134 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279398 10795302912 366415 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31135] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31135/stat : 31135 (java) S 31122 31124 28735 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 956279399 10795302912 366421 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 0 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31136] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31136/stat : 31136 (java) S 31122 31124 28735 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 956279399 10795302912 366426 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31137] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31137/stat : 31137 (java) S 31122 31124 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279399 10795302912 366426 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31138] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31138/stat : 31138 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10795302912 366426 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917217713 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31139] ppid=31122 vsize=10542288 CPUtime=0.27 cores=1,3,5,7
/proc/31124/task/31139/stat : 31139 (java) S 31122 31124 28735 0 -1 4202560 2419 0 0 0 27 0 0 0 25 0 19 0 956279402 10795302912 366426 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31140] ppid=31122 vsize=10542288 CPUtime=0.3 cores=1,3,5,7
/proc/31124/task/31140/stat : 31140 (java) S 31122 31124 28735 0 -1 4202560 1820 0 0 0 30 0 0 0 15 0 19 0 956279402 10795302912 366427 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31141] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31141/stat : 31141 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10795302912 366433 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31142] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31142/stat : 31142 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 956279402 10795302912 366439 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31143] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31143/stat : 31143 (java) S 31122 31124 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279433 10795302912 366445 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 10542288

[startup+6.30149 s]
/proc/loadavg: 1.92 1.99 1.89 3/214 31199
/proc/meminfo: memFree=28786804/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=10542288 CPUtime=6.93 cores=1,3,5,7
/proc/31124/stat : 31124 (java) S 31122 31124 28735 0 -1 4202496 657219 0 1 0 618 75 0 0 25 0 19 0 956279396 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31124/statm: 2635572 654681 2244 9 0 2626306 0
[pid=31124/tid=31126] ppid=31122 vsize=10542288 CPUtime=6.27 cores=1,3,5,7
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 28735 0 -1 4202560 651013 0 1 0 554 73 0 0 25 0 19 0 956279396 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 46912505717953 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 956279398 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31128] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 956279398 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31129] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 956279398 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31130] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 956279398 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 28735 0 -1 4202560 41 0 0 0 0 0 0 0 18 0 19 0 956279398 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31132] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 28735 0 -1 4202560 106 0 0 0 0 0 0 0 18 0 19 0 956279398 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 7 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 28735 0 -1 4202560 264 0 0 0 0 0 0 0 18 0 19 0 956279398 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31134] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31134/stat : 31134 (java) S 31122 31124 28735 0 -1 4202560 386 0 0 0 0 0 0 0 18 0 19 0 956279398 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31135] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31135/stat : 31135 (java) S 31122 31124 28735 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 956279399 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 0 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31136] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31136/stat : 31136 (java) S 31122 31124 28735 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 956279399 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31137] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31137/stat : 31137 (java) S 31122 31124 28735 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956279399 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31138] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31138/stat : 31138 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917217713 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31139] ppid=31122 vsize=10542288 CPUtime=0.29 cores=1,3,5,7
/proc/31124/task/31139/stat : 31139 (java) S 31122 31124 28735 0 -1 4202560 2423 0 0 0 29 0 0 0 17 0 19 0 956279402 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31140] ppid=31122 vsize=10542288 CPUtime=0.32 cores=1,3,5,7
/proc/31124/task/31140/stat : 31140 (java) S 31122 31124 28735 0 -1 4202560 1822 0 0 0 32 0 0 0 15 0 19 0 956279402 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31141] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31141/stat : 31141 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31142] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31142/stat : 31142 (java) S 31122 31124 28735 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 956279402 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31143] ppid=31122 vsize=10542288 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31143/stat : 31143 (java) S 31122 31124 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279433 10795302912 654681 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 10542288

[startup+12.7013 s]

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

/proc/31124/task/31137/stat : 31137 (java) S 31122 31124 28735 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956279399 10798342144 918121 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31138] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31138/stat : 31138 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10798342144 918121 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917217713 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31139] ppid=31122 vsize=10545256 CPUtime=0.41 cores=1,3,5,7
/proc/31124/task/31139/stat : 31139 (java) S 31122 31124 28735 0 -1 4202560 2482 0 0 0 41 0 0 0 15 0 19 0 956279402 10798342144 918121 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31140] ppid=31122 vsize=10545256 CPUtime=0.63 cores=1,3,5,7
/proc/31124/task/31140/stat : 31140 (java) S 31122 31124 28735 0 -1 4202560 6223 0 0 0 63 0 0 0 15 0 19 0 956279402 10798342144 918121 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31141] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31141/stat : 31141 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10798342144 918121 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31142] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31142/stat : 31142 (java) S 31122 31124 28735 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 956279402 10798342144 918121 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31143] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31143/stat : 31143 (java) S 31122 31124 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279433 10798342144 918121 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1665.5
Current children cumulated vsize (KiB) 10545256

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/214 31245
/proc/meminfo: memFree=24816220/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=10545256 CPUtime=1725.54 cores=1,3,5,7
/proc/31124/stat : 31124 (java) S 31122 31124 28735 0 -1 4202496 926357 0 1 0 172447 107 0 0 25 0 19 0 956279396 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31124/statm: 2636314 918141 2248 9 0 2627048 0
[pid=31124/tid=31126] ppid=31122 vsize=10545256 CPUtime=1721.33 cores=1,3,5,7
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 28735 0 -1 4202560 859558 0 1 0 172038 95 0 0 25 0 19 0 956279396 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 46912505590491 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=10545256 CPUtime=0.37 cores=1,3,5,7
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 28735 0 -1 4202560 7466 0 0 0 36 1 0 0 16 0 19 0 956279398 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31128] ppid=31122 vsize=10545256 CPUtime=0.37 cores=1,3,5,7
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 28735 0 -1 4202560 6653 0 0 0 36 1 0 0 16 0 19 0 956279398 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31129] ppid=31122 vsize=10545256 CPUtime=0.37 cores=1,3,5,7
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 28735 0 -1 4202560 6936 0 0 0 37 0 0 0 16 0 19 0 956279398 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 7 0 0 0
[pid=31124/tid=31130] ppid=31122 vsize=10545256 CPUtime=0.36 cores=1,3,5,7
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 28735 0 -1 4202560 6537 0 0 0 36 0 0 0 15 0 19 0 956279398 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=10545256 CPUtime=0.35 cores=1,3,5,7
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 28735 0 -1 4202560 5870 0 0 0 34 1 0 0 16 0 19 0 956279398 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31132] ppid=31122 vsize=10545256 CPUtime=0.41 cores=1,3,5,7
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 28735 0 -1 4202560 8850 0 0 0 41 0 0 0 15 0 19 0 956279398 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=10545256 CPUtime=0.4 cores=1,3,5,7
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 28735 0 -1 4202560 6620 0 0 0 39 1 0 0 15 0 19 0 956279398 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31134] ppid=31122 vsize=10545256 CPUtime=0.42 cores=1,3,5,7
/proc/31124/task/31134/stat : 31134 (java) S 31122 31124 28735 0 -1 4202560 7805 0 0 0 41 1 0 0 15 0 19 0 956279398 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31135] ppid=31122 vsize=10545256 CPUtime=0.01 cores=1,3,5,7
/proc/31124/task/31135/stat : 31135 (java) S 31122 31124 28735 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 956279399 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 0 0 16800975 18446604471108812928 0 0 -1 7 0 0 0
[pid=31124/tid=31136] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31136/stat : 31136 (java) S 31122 31124 28735 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 956279399 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31137] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31137/stat : 31137 (java) S 31122 31124 28735 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956279399 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31138] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31138/stat : 31138 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917217713 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31139] ppid=31122 vsize=10545256 CPUtime=0.41 cores=1,3,5,7
/proc/31124/task/31139/stat : 31139 (java) S 31122 31124 28735 0 -1 4202560 2482 0 0 0 41 0 0 0 15 0 19 0 956279402 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31140] ppid=31122 vsize=10545256 CPUtime=0.63 cores=1,3,5,7
/proc/31124/task/31140/stat : 31140 (java) S 31122 31124 28735 0 -1 4202560 6223 0 0 0 63 0 0 0 15 0 19 0 956279402 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31141] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31141/stat : 31141 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31142] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31142/stat : 31142 (java) S 31122 31124 28735 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 956279402 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31143] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31143/stat : 31143 (java) S 31122 31124 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279433 10798342144 918141 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1725.54
Current children cumulated vsize (KiB) 10545256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/214 31246
/proc/meminfo: memFree=24812116/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=10545256 CPUtime=1785.59 cores=1,3,5,7
/proc/31124/stat : 31124 (java) S 31122 31124 28735 0 -1 4202496 926382 0 1 0 178452 107 0 0 25 0 19 0 956279396 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31124/statm: 2636314 918145 2248 9 0 2627048 0
[pid=31124/tid=31126] ppid=31122 vsize=10545256 CPUtime=1781.29 cores=1,3,5,7
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 28735 0 -1 4202560 859573 0 1 0 178034 95 0 0 25 0 19 0 956279396 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 46912505718580 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=10545256 CPUtime=0.38 cores=1,3,5,7
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 28735 0 -1 4202560 7467 0 0 0 37 1 0 0 16 0 19 0 956279398 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31128] ppid=31122 vsize=10545256 CPUtime=0.38 cores=1,3,5,7
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 28735 0 -1 4202560 6653 0 0 0 37 1 0 0 16 0 19 0 956279398 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 7 0 0 0
[pid=31124/tid=31129] ppid=31122 vsize=10545256 CPUtime=0.38 cores=1,3,5,7
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 28735 0 -1 4202560 6937 0 0 0 38 0 0 0 15 0 19 0 956279398 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 7 0 0 0
[pid=31124/tid=31130] ppid=31122 vsize=10545256 CPUtime=0.36 cores=1,3,5,7
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 28735 0 -1 4202560 6537 0 0 0 36 0 0 0 15 0 19 0 956279398 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=10545256 CPUtime=0.36 cores=1,3,5,7
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 28735 0 -1 4202560 5871 0 0 0 35 1 0 0 15 0 19 0 956279398 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31132] ppid=31122 vsize=10545256 CPUtime=0.42 cores=1,3,5,7
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 28735 0 -1 4202560 8851 0 0 0 42 0 0 0 16 0 19 0 956279398 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=10545256 CPUtime=0.4 cores=1,3,5,7
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 28735 0 -1 4202560 6620 0 0 0 39 1 0 0 15 0 19 0 956279398 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31134] ppid=31122 vsize=10545256 CPUtime=0.43 cores=1,3,5,7
/proc/31124/task/31134/stat : 31134 (java) S 31122 31124 28735 0 -1 4202560 7805 0 0 0 42 1 0 0 16 0 19 0 956279398 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31135] ppid=31122 vsize=10545256 CPUtime=0.03 cores=1,3,5,7
/proc/31124/task/31135/stat : 31135 (java) S 31122 31124 28735 0 -1 4202560 111 0 0 0 2 1 0 0 15 0 19 0 956279399 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 0 0 16800975 18446604471108812928 0 0 -1 7 0 0 0
[pid=31124/tid=31136] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31136/stat : 31136 (java) S 31122 31124 28735 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 956279399 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31137] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31137/stat : 31137 (java) S 31122 31124 28735 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956279399 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31138] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31138/stat : 31138 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917217713 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31139] ppid=31122 vsize=10545256 CPUtime=0.41 cores=1,3,5,7
/proc/31124/task/31139/stat : 31139 (java) S 31122 31124 28735 0 -1 4202560 2482 0 0 0 41 0 0 0 15 0 19 0 956279402 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31140] ppid=31122 vsize=10545256 CPUtime=0.63 cores=1,3,5,7
/proc/31124/task/31140/stat : 31140 (java) S 31122 31124 28735 0 -1 4202560 6223 0 0 0 63 0 0 0 15 0 19 0 956279402 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31141] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31141/stat : 31141 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31142] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31142/stat : 31142 (java) S 31122 31124 28735 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 956279402 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31143] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31143/stat : 31143 (java) S 31122 31124 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279433 10798342144 918145 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1785.59
Current children cumulated vsize (KiB) 10545256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/214 31247
/proc/meminfo: memFree=24812204/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=10545256 CPUtime=1800 cores=1,3,5,7
/proc/31124/stat : 31124 (java) S 31122 31124 28735 0 -1 4202496 926390 0 1 0 179893 107 0 0 25 0 19 0 956279396 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31124/statm: 2636314 918146 2248 9 0 2627048 0
[pid=31124/tid=31126] ppid=31122 vsize=10545256 CPUtime=1795.69 cores=1,3,5,7
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 28735 0 -1 4202560 859576 0 1 0 179474 95 0 0 25 0 19 0 956279396 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 46912505709812 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=10545256 CPUtime=0.38 cores=1,3,5,7
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 28735 0 -1 4202560 7467 0 0 0 37 1 0 0 16 0 19 0 956279398 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31128] ppid=31122 vsize=10545256 CPUtime=0.39 cores=1,3,5,7
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 28735 0 -1 4202560 6654 0 0 0 38 1 0 0 15 0 19 0 956279398 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 7 0 0 0
[pid=31124/tid=31129] ppid=31122 vsize=10545256 CPUtime=0.38 cores=1,3,5,7
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 28735 0 -1 4202560 6937 0 0 0 38 0 0 0 15 0 19 0 956279398 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 7 0 0 0
[pid=31124/tid=31130] ppid=31122 vsize=10545256 CPUtime=0.36 cores=1,3,5,7
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 28735 0 -1 4202560 6537 0 0 0 36 0 0 0 16 0 19 0 956279398 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=10545256 CPUtime=0.36 cores=1,3,5,7
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 28735 0 -1 4202560 5871 0 0 0 35 1 0 0 15 0 19 0 956279398 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31132] ppid=31122 vsize=10545256 CPUtime=0.42 cores=1,3,5,7
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 28735 0 -1 4202560 8851 0 0 0 42 0 0 0 15 0 19 0 956279398 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=10545256 CPUtime=0.41 cores=1,3,5,7
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 28735 0 -1 4202560 6620 0 0 0 40 1 0 0 15 0 19 0 956279398 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31134] ppid=31122 vsize=10545256 CPUtime=0.43 cores=1,3,5,7
/proc/31124/task/31134/stat : 31134 (java) S 31122 31124 28735 0 -1 4202560 7805 0 0 0 42 1 0 0 16 0 19 0 956279398 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31135] ppid=31122 vsize=10545256 CPUtime=0.03 cores=1,3,5,7
/proc/31124/task/31135/stat : 31135 (java) S 31122 31124 28735 0 -1 4202560 113 0 0 0 2 1 0 0 15 0 19 0 956279399 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 0 0 16800975 18446604471108812928 0 0 -1 7 0 0 0
[pid=31124/tid=31136] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31136/stat : 31136 (java) S 31122 31124 28735 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 956279399 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31137] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31137/stat : 31137 (java) S 31122 31124 28735 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956279399 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31138] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31138/stat : 31138 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917217713 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31139] ppid=31122 vsize=10545256 CPUtime=0.41 cores=1,3,5,7
/proc/31124/task/31139/stat : 31139 (java) S 31122 31124 28735 0 -1 4202560 2482 0 0 0 41 0 0 0 15 0 19 0 956279402 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31140] ppid=31122 vsize=10545256 CPUtime=0.63 cores=1,3,5,7
/proc/31124/task/31140/stat : 31140 (java) S 31122 31124 28735 0 -1 4202560 6223 0 0 0 63 0 0 0 15 0 19 0 956279402 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 5 0 0 0
[pid=31124/tid=31141] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31141/stat : 31141 (java) S 31122 31124 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279402 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210009 0 4 0 16800975 18446604471108812928 0 0 -1 1 0 0 0
[pid=31124/tid=31142] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31142/stat : 31142 (java) S 31122 31124 28735 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 956279402 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
[pid=31124/tid=31143] ppid=31122 vsize=10545256 CPUtime=0 cores=1,3,5,7
/proc/31124/task/31143/stat : 31143 (java) S 31122 31124 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279433 10798342144 918146 33554432000 1073741824 1073778376 140733527527680 18446744073709551615 260917210624 0 4 0 16800975 18446604471108812928 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 10545256

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

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

[startup+1796.81 s]
/proc/loadavg: 2.00 2.00 1.93 3/214 31247
/proc/meminfo: memFree=24812204/32950928 swapFree=67051812/67111528
[pid=31124] ppid=31122 vsize=0 CPUtime=1800.11 cores=1,3,5,7
/proc/31124/stat : 31124 (java) Z 31122 31124 28735 0 -1 4203548 926418 0 1 0 179894 117 0 0 17 0 2 0 956279396 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31124/statm: 0 0 0 0 0 0 0
[pid=31124/tid=31126] ppid=31122 vsize=0 CPUtime=1795.8 cores=1,3,5,7
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 28735 0 -1 4203588 859576 0 1 0 179475 105 0 0 25 0 2 0 956279396 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.85
CPU time (s): 1800.16
CPU user time (s): 1798.95
CPU system time (s): 1.21081
CPU usage (%): 100.184
Max. virtual memory (cumulated for all children) (KiB): 10547980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.21081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 926418
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= 42600
involuntary context switches= 25948

runsolver used 3.05553 second user time and 6.75797 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-10 01:01:27
IDJOB=3456643
IDBENCH=2519
IDSOLVER=1951
FILE ID=node116/3456643-1307660487
RUNJOBID= node116-1307658690-30957
PBS_JOBID= 13549375
Free space on /tmp= 74192 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mkc.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456643-1307660487/watcher-3456643-1307660487 -o /tmp/evaluation-result-3456643-1307660487/solver-3456643-1307660487 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456643-1307660487.opb

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

MD5SUM BENCH= eae2e8a732d92a062f083ccb58900b63
RANDOM SEED=644813394

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      32228652 kB
Buffers:        228440 kB
Cached:         294076 kB
SwapCached:      13040 kB
Active:         312336 kB
Inactive:       232276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32228652 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:             556 kB
Writeback:           0 kB
AnonPages:       19984 kB
Mapped:           9264 kB
Slab:           113028 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   223616 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= 74192 MiB
End job on node116 at 2011-06-10 01:31:26