Trace number 3456427

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.22 1795.95

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-boeing1.opb
MD5SUM89b57889d16cd406631a12aac7aefa29
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8869
Total number of constraints561
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 constraints561
Minimum length of a constraint11
Maximum length of a constraint6849
Number of terms in the objective function 6523
Biggest coefficient in the objective function 24535000678400
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 1761916844753634
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 4102681610158080
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 384599747612655519
Number of bits of the biggest sum of numbers59
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.18-164.el5
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3456427-1307659031.opb
0.07/0.12	c reading problem ... 
1.02/0.51	c ... done. Wall clock time 0.384s.
1.02/0.51	c #vars     8869
1.02/0.51	c #constraints  3553
1.02/0.51	c constraints type 
1.02/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 568
1414.21/1410.98	c cleaning 0 clauses out of 5017 with flag 0/5017
1800.06/1795.81	c starts		: 10
1800.06/1795.81	c conflicts		: 5604
1800.06/1795.81	c decisions		: 487693
1800.06/1795.81	c propagations		: 1094714
1800.06/1795.81	c inspects		: 813499524
1800.06/1795.81	c shortcuts		: 0
1800.06/1795.81	c learnt literals	: 0
1800.06/1795.81	c learnt binary clauses	: 0
1800.06/1795.81	c learnt ternary clauses	: 0
1800.06/1795.81	c learnt constraints	: 5604
1800.06/1795.81	c ignored constraints	: 0
1800.06/1795.81	c root simplifications	: 0
1800.06/1795.81	c removed literals (reason simplification)	: 0
1800.06/1795.81	c reason swapping (by a shorter reason)	: 0
1800.06/1795.81	c Calls to reduceDB	: 1
1800.06/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.81	c number of learned constraints concerned by reduction	: 0
1800.06/1795.81	c number of learning phase by resolution	: 0
1800.06/1795.81	c number of learning phase by cutting planes	: 0
1800.06/1795.81	c speed (assignments/second)	: 609.7659335309603
1800.06/1795.81	c non guided choices	0
1800.06/1795.81	c learnt constraints type 
1800.06/1795.81	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.06/1795.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5602
1800.06/1795.81	c constraints type 
1800.06/1795.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 568
1800.06/1795.81	s UNKNOWN
1800.06/1795.81	c Total wall clock time (in seconds): 1795.692

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-3456427-1307659031/watcher-3456427-1307659031 -o /tmp/evaluation-result-3456427-1307659031/solver-3456427-1307659031 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456427-1307659031.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: 1.00 1.00 1.00 4/174 30475
/proc/meminfo: memFree=32101244/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/30475/stat : 30475 (java) R 30473 30475 27745 0 -1 4202496 951 0 0 0 0 0 0 0 17 0 1 0 956133808 23580672 694 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256410429329 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30475/statm: 5757 694 510 9 0 124 0

[startup+0.020201 s]
/proc/loadavg: 1.00 1.00 1.00 4/174 30475
/proc/meminfo: memFree=32101244/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/30475/stat : 30475 (java) S 30473 30475 27745 0 -1 4202496 7284 0 1 0 0 1 0 0 17 0 2 0 956133808 10694979584 6986 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/30475/statm: 2611079 7009 917 9 0 2602235 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.100126 s]
/proc/loadavg: 1.00 1.00 1.00 4/174 30475
/proc/meminfo: memFree=32101244/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=10539056 CPUtime=0.07 cores=1,3,5,7
/proc/30475/stat : 30475 (java) S 30473 30475 27745 0 -1 4202496 12312 0 1 0 6 1 0 0 17 0 18 0 956133808 10791993344 12008 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30475/statm: 2634764 12008 1915 9 0 2625498 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10539056

[startup+0.304481 s]
/proc/loadavg: 1.00 1.00 1.00 4/174 30475
/proc/meminfo: memFree=32101244/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=10544060 CPUtime=0.53 cores=1,3,5,7
/proc/30475/stat : 30475 (java) S 30473 30475 27745 0 -1 4202496 19219 0 1 0 50 3 0 0 17 0 18 0 956133808 10797117440 17641 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30475/statm: 2636015 17642 2203 9 0 2626749 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10544060

[startup+0.701079 s]
/proc/loadavg: 1.00 1.00 1.00 4/174 30475
/proc/meminfo: memFree=32101244/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=10552732 CPUtime=1.43 cores=1,3,5,7
/proc/30475/stat : 30475 (java) S 30473 30475 27745 0 -1 4202496 35782 0 1 0 138 5 0 0 17 0 19 0 956133808 10805997568 32135 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30475/statm: 2638183 32135 2227 9 0 2628917 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 10552732

[startup+1.50093 s]
/proc/loadavg: 1.16 1.03 1.01 3/193 30494
/proc/meminfo: memFree=31902716/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=10552732 CPUtime=2.48 cores=1,3,5,7
/proc/30475/stat : 30475 (java) S 30473 30475 27745 0 -1 4202496 70893 0 1 0 238 10 0 0 17 0 19 0 956133808 10805997568 66719 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30475/statm: 2638183 66723 2234 9 0 2628917 0
[pid=30475/tid=30477] ppid=30473 vsize=10552732 CPUtime=1.47 cores=1,3,5,7
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 27745 0 -1 4202560 59681 0 1 0 139 8 0 0 20 0 19 0 956133809 10805997568 66725 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 46912505621611 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 956133811 10805997568 66727 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 66727 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 66727 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 66731 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 66732 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 66732 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 66732 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 956133811 10805997568 66733 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 27745 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 956133813 10805997568 66735 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 0 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 27745 0 -1 4202560 16 0 0 0 0 0 0 0 22 0 19 0 956133813 10805997568 66738 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 27745 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 956133813 10805997568 66742 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 956133816 10805997568 66746 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427215281 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=10552732 CPUtime=0.5 cores=1,3,5,7
/proc/30475/task/30490/stat : 30490 (java) R 30473 30475 27745 0 -1 4202560 5213 0 0 0 49 1 0 0 15 0 19 0 956133816 10805997568 66749 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 47921821429576 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=10552732 CPUtime=0.49 cores=1,3,5,7
/proc/30475/task/30491/stat : 30491 (java) R 30473 30475 27745 0 -1 4202560 4843 0 0 0 49 0 0 0 15 0 19 0 956133816 10805997568 66752 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 47921821429576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956133816 10805997568 66755 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 956133816 10805997568 66757 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 27745 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956133870 10805997568 66758 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 10552732

[startup+3.10162 s]
/proc/loadavg: 1.16 1.03 1.01 3/213 30522
/proc/meminfo: memFree=31507492/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=10552732 CPUtime=4.18 cores=1,3,5,7
/proc/30475/stat : 30475 (java) S 30473 30475 27745 0 -1 4202496 141723 0 1 0 401 17 0 0 17 0 19 0 956133808 10805997568 137549 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30475/statm: 2638183 137549 2235 9 0 2628917 0
[pid=30475/tid=30477] ppid=30473 vsize=10552732 CPUtime=3.07 cores=1,3,5,7
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 27745 0 -1 4202560 130489 0 1 0 292 15 0 0 25 0 19 0 956133809 10805997568 137550 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 46912505797597 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 956133811 10805997568 137550 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 137550 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 137551 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 137551 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 137551 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 137552 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 137552 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 956133811 10805997568 137552 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 27745 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 956133813 10805997568 137552 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 0 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 27745 0 -1 4202560 16 0 0 0 0 0 0 0 22 0 19 0 956133813 10805997568 137552 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 27745 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 956133813 10805997568 137552 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 956133816 10805997568 137552 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427215281 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=10552732 CPUtime=0.55 cores=1,3,5,7
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 27745 0 -1 4202560 5221 0 0 0 54 1 0 0 15 0 19 0 956133816 10805997568 137553 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=10552732 CPUtime=0.55 cores=1,3,5,7
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 27745 0 -1 4202560 4852 0 0 0 55 0 0 0 15 0 19 0 956133816 10805997568 137553 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956133816 10805997568 137553 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 956133816 10805997568 137553 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 27745 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956133870 10805997568 137553 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 10552732

[startup+6.30101 s]
/proc/loadavg: 1.23 1.05 1.02 3/213 30522
/proc/meminfo: memFree=30006672/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=10552732 CPUtime=7.5 cores=1,3,5,7
/proc/30475/stat : 30475 (java) S 30473 30475 27745 0 -1 4202496 331236 0 1 0 713 37 0 0 17 0 19 0 956133808 10805997568 326976 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30475/statm: 2638183 326976 2236 9 0 2628917 0
[pid=30475/tid=30477] ppid=30473 vsize=10552732 CPUtime=6.27 cores=1,3,5,7
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 27745 0 -1 4202560 319985 0 1 0 592 35 0 0 25 0 19 0 956133809 10805997568 326976 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 46912505799242 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 956133811 10805997568 326977 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 326977 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 326978 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 326979 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 326979 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 326979 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 956133811 10805997568 326980 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 956133811 10805997568 326980 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 27745 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 956133813 10805997568 326980 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 0 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 27745 0 -1 4202560 16 0 0 0 0 0 0 0 22 0 19 0 956133813 10805997568 326980 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 27745 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 956133813 10805997568 326980 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 956133816 10805997568 326981 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427215281 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=10552732 CPUtime=0.55 cores=1,3,5,7
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 27745 0 -1 4202560 5221 0 0 0 54 1 0 0 15 0 19 0 956133816 10805997568 326981 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=10552732 CPUtime=0.66 cores=1,3,5,7
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 27745 0 -1 4202560 4868 0 0 0 66 0 0 0 15 0 19 0 956133816 10805997568 326982 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956133816 10805997568 326983 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 27745 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 956133816 10805997568 326983 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 27745 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956133870 10805997568 326983 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 10552732

[startup+12.7008 s]

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

/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 27745 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956133813 10805997568 930777 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 956133816 10805997568 930777 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427215281 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=10552732 CPUtime=0.76 cores=1,3,5,7
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 27745 0 -1 4202560 7098 0 0 0 75 1 0 0 16 0 19 0 956133816 10805997568 930777 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=10552732 CPUtime=0.82 cores=1,3,5,7
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 27745 0 -1 4202560 4906 0 0 0 82 0 0 0 15 0 19 0 956133816 10805997568 930777 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956133816 10805997568 930777 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 27745 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 956133816 10805997568 930777 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 27745 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956133870 10805997568 930777 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1666.24
Current children cumulated vsize (KiB) 10552732

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.83 3/214 30580
/proc/meminfo: memFree=24385092/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=10552732 CPUtime=1726.38 cores=1,3,5,7
/proc/30475/stat : 30475 (java) S 30473 30475 27745 0 -1 4202496 938980 0 1 0 172528 110 0 0 17 0 19 0 956133808 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30475/statm: 2638183 931180 2266 9 0 2628917 0
[pid=30475/tid=30477] ppid=30473 vsize=10552732 CPUtime=1721.01 cores=1,3,5,7
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 27745 0 -1 4202560 833269 0 1 0 172009 92 0 0 25 0 19 0 956133809 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 46912505799394 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=10552732 CPUtime=0.45 cores=1,3,5,7
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 27745 0 -1 4202560 12999 0 0 0 43 2 0 0 16 0 19 0 956133811 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=10552732 CPUtime=0.37 cores=1,3,5,7
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 27745 0 -1 4202560 10718 0 0 0 35 2 0 0 16 0 19 0 956133811 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=10552732 CPUtime=0.47 cores=1,3,5,7
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 27745 0 -1 4202560 12480 0 0 0 46 1 0 0 15 0 19 0 956133811 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=10552732 CPUtime=0.45 cores=1,3,5,7
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 27745 0 -1 4202560 13052 0 0 0 44 1 0 0 15 0 19 0 956133811 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=10552732 CPUtime=0.44 cores=1,3,5,7
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 27745 0 -1 4202560 12926 0 0 0 43 1 0 0 16 0 19 0 956133811 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=10552732 CPUtime=0.41 cores=1,3,5,7
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 27745 0 -1 4202560 10515 0 0 0 39 2 0 0 16 0 19 0 956133811 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=10552732 CPUtime=0.38 cores=1,3,5,7
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 27745 0 -1 4202560 10890 0 0 0 37 1 0 0 15 0 19 0 956133811 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=10552732 CPUtime=0.43 cores=1,3,5,7
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 27745 0 -1 4202560 8301 0 0 0 42 1 0 0 15 0 19 0 956133811 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=10552732 CPUtime=0.31 cores=1,3,5,7
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 27745 0 -1 4202560 573 0 0 0 30 1 0 0 15 0 19 0 956133813 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 0 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 27745 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 956133813 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 27745 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956133813 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 956133816 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427215281 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=10552732 CPUtime=0.76 cores=1,3,5,7
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 27745 0 -1 4202560 7098 0 0 0 75 1 0 0 16 0 19 0 956133816 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=10552732 CPUtime=0.82 cores=1,3,5,7
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 27745 0 -1 4202560 4906 0 0 0 82 0 0 0 15 0 19 0 956133816 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956133816 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 27745 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 956133816 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 27745 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956133870 10805997568 931180 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1726.38
Current children cumulated vsize (KiB) 10552732

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.84 3/214 30582
/proc/meminfo: memFree=24313752/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=10552732 CPUtime=1786.52 cores=1,3,5,7
/proc/30475/stat : 30475 (java) S 30473 30475 27745 0 -1 4202496 939364 0 1 0 178541 111 0 0 17 0 19 0 956133808 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30475/statm: 2638183 931545 2266 9 0 2628917 0
[pid=30475/tid=30477] ppid=30473 vsize=10552732 CPUtime=1780.95 cores=1,3,5,7
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 27745 0 -1 4202560 833275 0 1 0 178003 92 0 0 25 0 19 0 956133809 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 46912505826874 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=10552732 CPUtime=0.46 cores=1,3,5,7
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 27745 0 -1 4202560 13042 0 0 0 44 2 0 0 16 0 19 0 956133811 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=10552732 CPUtime=0.4 cores=1,3,5,7
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 27745 0 -1 4202560 10742 0 0 0 38 2 0 0 16 0 19 0 956133811 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=10552732 CPUtime=0.5 cores=1,3,5,7
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 27745 0 -1 4202560 12526 0 0 0 49 1 0 0 16 0 19 0 956133811 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=10552732 CPUtime=0.47 cores=1,3,5,7
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 27745 0 -1 4202560 13104 0 0 0 46 1 0 0 15 0 19 0 956133811 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=10552732 CPUtime=0.46 cores=1,3,5,7
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 27745 0 -1 4202560 12929 0 0 0 45 1 0 0 15 0 19 0 956133811 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=10552732 CPUtime=0.43 cores=1,3,5,7
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 27745 0 -1 4202560 10546 0 0 0 40 3 0 0 15 0 19 0 956133811 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=10552732 CPUtime=0.41 cores=1,3,5,7
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 27745 0 -1 4202560 10990 0 0 0 40 1 0 0 15 0 19 0 956133811 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=10552732 CPUtime=0.45 cores=1,3,5,7
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 27745 0 -1 4202560 8374 0 0 0 44 1 0 0 16 0 19 0 956133811 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=10552732 CPUtime=0.31 cores=1,3,5,7
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 27745 0 -1 4202560 577 0 0 0 30 1 0 0 15 0 19 0 956133813 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 0 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 27745 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 956133813 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 27745 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956133813 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 956133816 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427215281 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=10552732 CPUtime=0.76 cores=1,3,5,7
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 27745 0 -1 4202560 7098 0 0 0 75 1 0 0 16 0 19 0 956133816 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=10552732 CPUtime=0.82 cores=1,3,5,7
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 27745 0 -1 4202560 4906 0 0 0 82 0 0 0 15 0 19 0 956133816 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956133816 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 27745 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 956133816 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 27745 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956133870 10805997568 931545 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (KiB) 10552732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 1.92 1.99 1.83 2/194 30585
/proc/meminfo: memFree=28337436/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=10552732 CPUtime=1800.06 cores=1,3,5,7
/proc/30475/stat : 30475 (java) S 30473 30475 27745 0 -1 4202496 939490 0 1 0 179895 111 0 0 17 0 19 0 956133808 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30475/statm: 2638183 931663 2266 9 0 2628917 0
[pid=30475/tid=30477] ppid=30473 vsize=10552732 CPUtime=1794.45 cores=1,3,5,7
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 27745 0 -1 4202560 833277 0 1 0 179353 92 0 0 25 0 19 0 956133809 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 46912505800067 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=10552732 CPUtime=0.47 cores=1,3,5,7
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 27745 0 -1 4202560 13059 0 0 0 45 2 0 0 16 0 19 0 956133811 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=10552732 CPUtime=0.4 cores=1,3,5,7
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 27745 0 -1 4202560 10742 0 0 0 38 2 0 0 15 0 19 0 956133811 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=10552732 CPUtime=0.5 cores=1,3,5,7
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 27745 0 -1 4202560 12526 0 0 0 49 1 0 0 15 0 19 0 956133811 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=10552732 CPUtime=0.48 cores=1,3,5,7
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 27745 0 -1 4202560 13110 0 0 0 47 1 0 0 16 0 19 0 956133811 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=10552732 CPUtime=0.46 cores=1,3,5,7
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 27745 0 -1 4202560 12938 0 0 0 45 1 0 0 15 0 19 0 956133811 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=10552732 CPUtime=0.44 cores=1,3,5,7
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 27745 0 -1 4202560 10615 0 0 0 41 3 0 0 16 0 19 0 956133811 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=10552732 CPUtime=0.42 cores=1,3,5,7
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 27745 0 -1 4202560 11009 0 0 0 41 1 0 0 16 0 19 0 956133811 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=10552732 CPUtime=0.45 cores=1,3,5,7
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 27745 0 -1 4202560 8374 0 0 0 44 1 0 0 15 0 19 0 956133811 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=10552732 CPUtime=0.31 cores=1,3,5,7
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 27745 0 -1 4202560 579 0 0 0 30 1 0 0 15 0 19 0 956133813 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 0 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 27745 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 956133813 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 27745 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956133813 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 956133816 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427215281 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=10552732 CPUtime=0.76 cores=1,3,5,7
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 27745 0 -1 4202560 7098 0 0 0 75 1 0 0 16 0 19 0 956133816 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=10552732 CPUtime=0.82 cores=1,3,5,7
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 27745 0 -1 4202560 4906 0 0 0 82 0 0 0 15 0 19 0 956133816 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 5 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 27745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956133816 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427207577 0 4 0 16800975 18446604456089441536 0 0 -1 1 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 27745 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 956133816 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 3 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=10552732 CPUtime=0 cores=1,3,5,7
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 27745 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956133870 10805997568 931663 33554432000 1073741824 1073778376 140733484780784 18446744073709551615 256427208192 0 4 0 16800975 18446604456089441536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10552732

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

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

[startup+1795.91 s]
/proc/loadavg: 1.92 1.99 1.83 2/194 30585
/proc/meminfo: memFree=28337436/32950928 swapFree=67056212/67111528
[pid=30475] ppid=30473 vsize=0 CPUtime=1800.17 cores=1,3,5,7
/proc/30475/stat : 30475 (java) Z 30473 30475 27745 0 -1 4203548 939518 0 1 0 179897 120 0 0 15 0 2 0 956133808 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30475/statm: 0 0 0 0 0 0 0
[pid=30475/tid=30477] ppid=30473 vsize=0 CPUtime=1794.55 cores=1,3,5,7
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 27745 0 -1 4203588 833277 0 1 0 179354 101 0 0 25 0 2 0 956133809 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.95
CPU time (s): 1800.22
CPU user time (s): 1798.98
CPU system time (s): 1.24181
CPU usage (%): 100.238
Max. virtual memory (cumulated for all children) (KiB): 10552732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.24181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 939518
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= 40313
involuntary context switches= 11083

runsolver used 2.88256 second user time and 6.93295 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-10 00:37:11
IDJOB=3456427
IDBENCH=2442
IDSOLVER=1951
FILE ID=node115/3456427-1307659031
RUNJOBID= node115-1307659031-30458
PBS_JOBID= 13549376
Free space on /tmp= 74164 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-boeing1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456427-1307659031/watcher-3456427-1307659031 -o /tmp/evaluation-result-3456427-1307659031/solver-3456427-1307659031 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456427-1307659031.opb

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

MD5SUM BENCH= 89b57889d16cd406631a12aac7aefa29
RANDOM SEED=713488818

node115.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.811
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.62
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.811
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.811
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.811
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.811
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32102672 kB
Buffers:        215616 kB
Cached:         421372 kB
SwapCached:       9444 kB
Active:         318724 kB
Inactive:       340984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32102672 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:            1956 kB
Writeback:           0 kB
AnonPages:       19752 kB
Mapped:          12832 kB
Slab:           123852 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188524 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= 74164 MiB
End job on node115 at 2011-06-10 01:07:09