Trace number 3456481

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.24 1794.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-410184650-max.opb
MD5SUM8dbba4128860c0dcf60d2ae6d42e2446
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 variables20501
Total number of constraints60601
Number of constraints which are clauses60600
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376818271167362115627974489459407595858486846194981300150535267275
Number of bits of the biggest sum of numbers301
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-3456481-1307223064/watcher-3456481-1307223064 -o /tmp/evaluation-result-3456481-1307223064/solver-3456481-1307223064 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456481-1307223064.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.15 2.06 2.01 2/491 7826
/proc/meminfo: memFree=16777364/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/7826/stat : 7826 (java) S 7824 7826 7022 0 -1 4202496 1956 0 1 0 0 0 0 0 24 0 2 0 833906060 10681323520 1657 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 2607745 1669 906 9 0 2598901 0
[pid=7826/tid=7827] ppid=7824 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7827/stat : 7827 (java) R 7824 7826 7022 0 -1 4202560 6704 0 1 0 0 0 0 0 25 0 2 0 833906061 10694979584 7519 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.036492 s]
/proc/loadavg: 2.15 2.06 2.01 2/491 7826
/proc/meminfo: memFree=16777364/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=10533016 CPUtime=0.02 cores=1,3,5,7
/proc/7826/stat : 7826 (java) S 7824 7826 7022 0 -1 4202496 11112 0 1 0 1 1 0 0 24 0 13 0 833906060 10785808384 10808 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 2633254 10808 1644 9 0 2624002 0
[pid=7826/tid=7827] ppid=7824 vsize=10533016 CPUtime=0.02 cores=1,3,5,7
/proc/7826/task/7827/stat : 7827 (java) R 7824 7826 7022 0 -1 4202560 9965 0 1 0 1 1 0 0 25 0 13 0 833906061 10785808384 10809 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 47778874107635 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10533016

[startup+0.100541 s]
/proc/loadavg: 2.15 2.06 2.01 2/491 7826
/proc/meminfo: memFree=16777364/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=10540036 CPUtime=0.11 cores=1,3,5,7
/proc/7826/stat : 7826 (java) S 7824 7826 7022 0 -1 4202496 13096 0 1 0 9 2 0 0 24 0 18 0 833906060 10792996864 12792 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 2635009 12792 2092 9 0 2625743 0
[pid=7826/tid=7827] ppid=7824 vsize=10540036 CPUtime=0.08 cores=1,3,5,7
/proc/7826/task/7827/stat : 7827 (java) R 7824 7826 7022 0 -1 4202560 11208 0 1 0 7 1 0 0 25 0 18 0 833906061 10792996864 12792 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 47778877965848 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540036

[startup+0.300445 s]
/proc/loadavg: 2.15 2.06 2.01 2/491 7826
/proc/meminfo: memFree=16777364/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=10541732 CPUtime=0.5 cores=1,3,5,7
/proc/7826/stat : 7826 (java) S 7824 7826 7022 0 -1 4202496 16525 0 1 0 48 2 0 0 24 0 18 0 833906060 10794733568 15724 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 2635433 15725 2201 9 0 2626167 0
[pid=7826/tid=7827] ppid=7824 vsize=10541732 CPUtime=0.28 cores=1,3,5,7
/proc/7826/task/7827/stat : 7827 (java) R 7824 7826 7022 0 -1 4202560 13309 0 1 0 27 1 0 0 25 0 18 0 833906061 10794733568 15725 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10541732

[startup+0.700375 s]
/proc/loadavg: 2.15 2.06 2.01 2/491 7826
/proc/meminfo: memFree=16777364/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=10545456 CPUtime=1.18 cores=1,3,5,7
/proc/7826/stat : 7826 (java) S 7824 7826 7022 0 -1 4202496 49668 0 1 0 113 5 0 0 24 0 18 0 833906060 10798546944 46967 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 2636364 46969 2213 9 0 2627098 0
[pid=7826/tid=7827] ppid=7824 vsize=10545456 CPUtime=0.69 cores=1,3,5,7
/proc/7826/task/7827/stat : 7827 (java) R 7824 7826 7022 0 -1 4202560 42793 0 1 0 64 5 0 0 25 0 18 0 833906061 10798546944 46970 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 46912505578348 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10545456

[startup+1.50123 s]
/proc/loadavg: 2.15 2.06 2.01 5/510 7845
/proc/meminfo: memFree=16581240/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=10546484 CPUtime=2.43 cores=1,3,5,7
/proc/7826/stat : 7826 (java) S 7824 7826 7022 0 -1 4202496 57321 0 1 0 237 6 0 0 24 0 19 0 833906060 10799599616 54369 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 2636621 54369 2233 9 0 2627355 0
[pid=7826/tid=7827] ppid=7824 vsize=10546484 CPUtime=1.49 cores=1,3,5,7
/proc/7826/task/7827/stat : 7827 (java) R 7824 7826 7022 0 -1 4202560 50101 0 1 0 143 6 0 0 25 0 19 0 833906061 10799599616 54369 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 46912505854249 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7826/tid=7829] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7829/stat : 7829 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 54369 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7830] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7830/stat : 7830 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 54369 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7831] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7831/stat : 7831 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 54369 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7832] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7832/stat : 7832 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 54369 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7833] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7833/stat : 7833 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 54369 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7834] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7834/stat : 7834 (java) S 7824 7826 7022 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 54369 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7835] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7835/stat : 7835 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 54370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7836] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7836/stat : 7836 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 54370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7837] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7837/stat : 7837 (java) S 7824 7826 7022 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833906063 10799599616 54370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 0 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7838] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7838/stat : 7838 (java) S 7824 7826 7022 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833906064 10799599616 54370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7839] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7839/stat : 7839 (java) S 7824 7826 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833906064 10799599616 54370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7840] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7840/stat : 7840 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10799599616 54370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485791153 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7841] ppid=7824 vsize=10546484 CPUtime=0.51 cores=1,3,5,7
/proc/7826/task/7841/stat : 7841 (java) S 7824 7826 7022 0 -1 4202560 3442 0 0 0 51 0 0 0 21 0 19 0 833906066 10799599616 54370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7842] ppid=7824 vsize=10546484 CPUtime=0.41 cores=1,3,5,7
/proc/7826/task/7842/stat : 7842 (java) S 7824 7826 7022 0 -1 4202560 2617 0 0 0 41 0 0 0 21 0 19 0 833906066 10799599616 54370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7843] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7843/stat : 7843 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10799599616 54370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7844] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7844/stat : 7844 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833906066 10799599616 54370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7845] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7845/stat : 7845 (java) S 7824 7826 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833906141 10799599616 54370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 10546484

[startup+3.10095 s]
/proc/loadavg: 2.37 2.11 2.03 3/510 7845
/proc/meminfo: memFree=16545452/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=10546484 CPUtime=4.18 cores=1,3,5,7
/proc/7826/stat : 7826 (java) S 7824 7826 7022 0 -1 4202496 69465 0 1 0 411 7 0 0 24 0 19 0 833906060 10799599616 65982 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 2636621 65982 2233 9 0 2627355 0
[pid=7826/tid=7827] ppid=7824 vsize=10546484 CPUtime=3.09 cores=1,3,5,7
/proc/7826/task/7827/stat : 7827 (java) R 7824 7826 7022 0 -1 4202560 61691 0 1 0 302 7 0 0 25 0 19 0 833906061 10799599616 65982 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 46912505854168 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7826/tid=7829] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7829/stat : 7829 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 65982 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7830] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7830/stat : 7830 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 65982 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7831] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7831/stat : 7831 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 65982 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7832] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7832/stat : 7832 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 65983 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7833] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7833/stat : 7833 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 65983 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7834] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7834/stat : 7834 (java) S 7824 7826 7022 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 65983 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7835] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7835/stat : 7835 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 65983 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7836] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7836/stat : 7836 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 65983 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7837] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7837/stat : 7837 (java) S 7824 7826 7022 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833906063 10799599616 65983 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 0 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7838] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7838/stat : 7838 (java) S 7824 7826 7022 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833906064 10799599616 65983 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7839] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7839/stat : 7839 (java) S 7824 7826 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833906064 10799599616 65983 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7840] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7840/stat : 7840 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10799599616 65984 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485791153 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7841] ppid=7824 vsize=10546484 CPUtime=0.59 cores=1,3,5,7
/proc/7826/task/7841/stat : 7841 (java) S 7824 7826 7022 0 -1 4202560 3453 0 0 0 59 0 0 0 15 0 19 0 833906066 10799599616 65984 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7842] ppid=7824 vsize=10546484 CPUtime=0.49 cores=1,3,5,7
/proc/7826/task/7842/stat : 7842 (java) S 7824 7826 7022 0 -1 4202560 3160 0 0 0 49 0 0 0 15 0 19 0 833906066 10799599616 65984 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7843] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7843/stat : 7843 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10799599616 65984 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7844] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7844/stat : 7844 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833906066 10799599616 65984 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7845] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7845/stat : 7845 (java) S 7824 7826 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833906141 10799599616 65984 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 10546484

[startup+6.30145 s]
/proc/loadavg: 2.37 2.11 2.03 3/510 7845
/proc/meminfo: memFree=16414632/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=10546484 CPUtime=7.49 cores=1,3,5,7
/proc/7826/stat : 7826 (java) S 7824 7826 7022 0 -1 4202496 98882 0 1 0 738 11 0 0 24 0 19 0 833906060 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 2636621 95370 2235 9 0 2627355 0
[pid=7826/tid=7827] ppid=7824 vsize=10546484 CPUtime=6.28 cores=1,3,5,7
/proc/7826/task/7827/stat : 7827 (java) R 7824 7826 7022 0 -1 4202560 91093 0 1 0 618 10 0 0 25 0 19 0 833906061 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 46912505854211 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7826/tid=7829] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7829/stat : 7829 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7830] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7830/stat : 7830 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7831] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7831/stat : 7831 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7832] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7832/stat : 7832 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7833] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7833/stat : 7833 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7834] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7834/stat : 7834 (java) S 7824 7826 7022 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7835] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7835/stat : 7835 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7836] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7836/stat : 7836 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906062 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7837] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7837/stat : 7837 (java) S 7824 7826 7022 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 833906063 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 0 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7838] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7838/stat : 7838 (java) S 7824 7826 7022 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833906064 10799599616 95370 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7839] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7839/stat : 7839 (java) S 7824 7826 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833906064 10799599616 95371 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7840] ppid=7824 vsize=10546484 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7840/stat : 7840 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10799599616 95371 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485791153 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7841] ppid=7824 vsize=10546484 CPUtime=0.64 cores=1,3,5,7
/proc/7826/task/7841/stat : 7841 (java) S 7824 7826 7022 0 -1 4202560 3458 0 0 0 64 0 0 0 15 0 19 0 833906066 10799599616 95371 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7842] ppid=7824 vsize=10546484 CPUtime=0.55 cores=1,3,5,7
/proc/7826/task/7842/stat : 7842 (java) S 7824 7826 7022 0 -1 4202560 3169 0 0 0 55 0 0 0 15 0 19 0 833906066 10799599616 95371 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0

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

[pid=7826/tid=7843] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7843/stat : 7843 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10800209920 1100022 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7844] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7844/stat : 7844 (java) S 7824 7826 7022 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 833906066 10800209920 1100022 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7845] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7845/stat : 7845 (java) S 7824 7826 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833906141 10800209920 1100022 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1667.75
Current children cumulated vsize (KiB) 10547080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/510 7941
/proc/meminfo: memFree=12220876/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=10547080 CPUtime=1727.9 cores=1,3,5,7
/proc/7826/stat : 7826 (java) S 7824 7826 7022 0 -1 4202496 1127995 0 1 0 172647 143 0 0 24 0 19 0 833906060 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 2636770 1110153 2252 9 0 2627504 0
[pid=7826/tid=7827] ppid=7824 vsize=10547080 CPUtime=1720.06 cores=1,3,5,7
/proc/7826/task/7827/stat : 7827 (java) R 7824 7826 7022 0 -1 4202560 840620 0 1 0 171908 98 0 0 25 0 19 0 833906061 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 46912505773107 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7826/tid=7829] ppid=7824 vsize=10547080 CPUtime=0.78 cores=1,3,5,7
/proc/7826/task/7829/stat : 7829 (java) S 7824 7826 7022 0 -1 4202560 48022 0 0 0 71 7 0 0 16 0 19 0 833906062 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7830] ppid=7824 vsize=10547080 CPUtime=0.78 cores=1,3,5,7
/proc/7826/task/7830/stat : 7830 (java) S 7824 7826 7022 0 -1 4202560 34749 0 0 0 74 4 0 0 15 0 19 0 833906062 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7831] ppid=7824 vsize=10547080 CPUtime=0.84 cores=1,3,5,7
/proc/7826/task/7831/stat : 7831 (java) S 7824 7826 7022 0 -1 4202560 31436 0 0 0 80 4 0 0 15 0 19 0 833906062 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7832] ppid=7824 vsize=10547080 CPUtime=0.75 cores=1,3,5,7
/proc/7826/task/7832/stat : 7832 (java) S 7824 7826 7022 0 -1 4202560 29461 0 0 0 71 4 0 0 15 0 19 0 833906062 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7833] ppid=7824 vsize=10547080 CPUtime=0.83 cores=1,3,5,7
/proc/7826/task/7833/stat : 7833 (java) S 7824 7826 7022 0 -1 4202560 39045 0 0 0 77 6 0 0 16 0 19 0 833906062 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7834] ppid=7824 vsize=10547080 CPUtime=0.77 cores=1,3,5,7
/proc/7826/task/7834/stat : 7834 (java) S 7824 7826 7022 0 -1 4202560 30621 0 0 0 73 4 0 0 16 0 19 0 833906062 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7835] ppid=7824 vsize=10547080 CPUtime=0.67 cores=1,3,5,7
/proc/7826/task/7835/stat : 7835 (java) S 7824 7826 7022 0 -1 4202560 33660 0 0 0 62 5 0 0 16 0 19 0 833906062 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7836] ppid=7824 vsize=10547080 CPUtime=0.82 cores=1,3,5,7
/proc/7826/task/7836/stat : 7836 (java) S 7824 7826 7022 0 -1 4202560 31849 0 0 0 78 4 0 0 15 0 19 0 833906062 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7837] ppid=7824 vsize=10547080 CPUtime=0.04 cores=1,3,5,7
/proc/7826/task/7837/stat : 7837 (java) S 7824 7826 7022 0 -1 4202560 98 0 0 0 3 1 0 0 15 0 19 0 833906063 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 0 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7838] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7838/stat : 7838 (java) S 7824 7826 7022 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833906064 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7839] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7839/stat : 7839 (java) S 7824 7826 7022 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833906064 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7840] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7840/stat : 7840 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485791153 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7841] ppid=7824 vsize=10547080 CPUtime=0.84 cores=1,3,5,7
/proc/7826/task/7841/stat : 7841 (java) S 7824 7826 7022 0 -1 4202560 3997 0 0 0 84 0 0 0 15 0 19 0 833906066 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7842] ppid=7824 vsize=10547080 CPUtime=0.6 cores=1,3,5,7
/proc/7826/task/7842/stat : 7842 (java) S 7824 7826 7022 0 -1 4202560 3188 0 0 0 60 0 0 0 15 0 19 0 833906066 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7843] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7843/stat : 7843 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7844] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7844/stat : 7844 (java) S 7824 7826 7022 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 833906066 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7845] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7845/stat : 7845 (java) S 7824 7826 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833906141 10800209920 1110153 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1727.9
Current children cumulated vsize (KiB) 10547080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/510 7943
/proc/meminfo: memFree=12182520/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=10547080 CPUtime=1788.02 cores=1,3,5,7
/proc/7826/stat : 7826 (java) S 7824 7826 7022 0 -1 4202496 1134109 0 1 0 178658 144 0 0 24 0 19 0 833906060 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 2636770 1116125 2252 9 0 2627504 0
[pid=7826/tid=7827] ppid=7824 vsize=10547080 CPUtime=1780 cores=1,3,5,7
/proc/7826/task/7827/stat : 7827 (java) R 7824 7826 7022 0 -1 4202560 840625 0 1 0 177902 98 0 0 25 0 19 0 833906061 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 46912505854287 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7826/tid=7829] ppid=7824 vsize=10547080 CPUtime=0.8 cores=1,3,5,7
/proc/7826/task/7829/stat : 7829 (java) S 7824 7826 7022 0 -1 4202560 48380 0 0 0 73 7 0 0 15 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7830] ppid=7824 vsize=10547080 CPUtime=0.81 cores=1,3,5,7
/proc/7826/task/7830/stat : 7830 (java) S 7824 7826 7022 0 -1 4202560 34941 0 0 0 77 4 0 0 16 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7831] ppid=7824 vsize=10547080 CPUtime=0.86 cores=1,3,5,7
/proc/7826/task/7831/stat : 7831 (java) S 7824 7826 7022 0 -1 4202560 31714 0 0 0 82 4 0 0 15 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7832] ppid=7824 vsize=10547080 CPUtime=0.75 cores=1,3,5,7
/proc/7826/task/7832/stat : 7832 (java) S 7824 7826 7022 0 -1 4202560 29461 0 0 0 71 4 0 0 15 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7833] ppid=7824 vsize=10547080 CPUtime=0.85 cores=1,3,5,7
/proc/7826/task/7833/stat : 7833 (java) S 7824 7826 7022 0 -1 4202560 39546 0 0 0 79 6 0 0 16 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7834] ppid=7824 vsize=10547080 CPUtime=0.77 cores=1,3,5,7
/proc/7826/task/7834/stat : 7834 (java) S 7824 7826 7022 0 -1 4202560 30621 0 0 0 73 4 0 0 15 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7835] ppid=7824 vsize=10547080 CPUtime=0.7 cores=1,3,5,7
/proc/7826/task/7835/stat : 7835 (java) S 7824 7826 7022 0 -1 4202560 34115 0 0 0 65 5 0 0 16 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7836] ppid=7824 vsize=10547080 CPUtime=0.86 cores=1,3,5,7
/proc/7826/task/7836/stat : 7836 (java) S 7824 7826 7022 0 -1 4202560 36165 0 0 0 81 5 0 0 16 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7837] ppid=7824 vsize=10547080 CPUtime=0.04 cores=1,3,5,7
/proc/7826/task/7837/stat : 7837 (java) S 7824 7826 7022 0 -1 4202560 101 0 0 0 3 1 0 0 15 0 19 0 833906063 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 0 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7838] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7838/stat : 7838 (java) S 7824 7826 7022 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833906064 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7839] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7839/stat : 7839 (java) S 7824 7826 7022 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833906064 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7840] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7840/stat : 7840 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485791153 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7841] ppid=7824 vsize=10547080 CPUtime=0.85 cores=1,3,5,7
/proc/7826/task/7841/stat : 7841 (java) S 7824 7826 7022 0 -1 4202560 3999 0 0 0 85 0 0 0 15 0 19 0 833906066 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7842] ppid=7824 vsize=10547080 CPUtime=0.6 cores=1,3,5,7
/proc/7826/task/7842/stat : 7842 (java) S 7824 7826 7022 0 -1 4202560 3188 0 0 0 60 0 0 0 15 0 19 0 833906066 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7843] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7843/stat : 7843 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7844] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7844/stat : 7844 (java) S 7824 7826 7022 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833906066 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7845] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7845/stat : 7845 (java) S 7824 7826 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833906141 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1788.02
Current children cumulated vsize (KiB) 10547080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/510 7943
/proc/meminfo: memFree=12181900/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=10547080 CPUtime=1800.03 cores=1,3,5,7
/proc/7826/stat : 7826 (java) S 7824 7826 7022 0 -1 4202496 1134109 0 1 0 179859 144 0 0 24 0 19 0 833906060 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 2636770 1116125 2252 9 0 2627504 0
[pid=7826/tid=7827] ppid=7824 vsize=10547080 CPUtime=1792.02 cores=1,3,5,7
/proc/7826/task/7827/stat : 7827 (java) R 7824 7826 7022 0 -1 4202560 840625 0 1 0 179104 98 0 0 25 0 19 0 833906061 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 46912505773173 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7826/tid=7829] ppid=7824 vsize=10547080 CPUtime=0.8 cores=1,3,5,7
/proc/7826/task/7829/stat : 7829 (java) S 7824 7826 7022 0 -1 4202560 48380 0 0 0 73 7 0 0 15 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7830] ppid=7824 vsize=10547080 CPUtime=0.81 cores=1,3,5,7
/proc/7826/task/7830/stat : 7830 (java) S 7824 7826 7022 0 -1 4202560 34941 0 0 0 77 4 0 0 16 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7831] ppid=7824 vsize=10547080 CPUtime=0.86 cores=1,3,5,7
/proc/7826/task/7831/stat : 7831 (java) S 7824 7826 7022 0 -1 4202560 31714 0 0 0 82 4 0 0 15 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7832] ppid=7824 vsize=10547080 CPUtime=0.75 cores=1,3,5,7
/proc/7826/task/7832/stat : 7832 (java) S 7824 7826 7022 0 -1 4202560 29461 0 0 0 71 4 0 0 15 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7833] ppid=7824 vsize=10547080 CPUtime=0.85 cores=1,3,5,7
/proc/7826/task/7833/stat : 7833 (java) S 7824 7826 7022 0 -1 4202560 39546 0 0 0 79 6 0 0 16 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7834] ppid=7824 vsize=10547080 CPUtime=0.77 cores=1,3,5,7
/proc/7826/task/7834/stat : 7834 (java) S 7824 7826 7022 0 -1 4202560 30621 0 0 0 73 4 0 0 15 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7835] ppid=7824 vsize=10547080 CPUtime=0.7 cores=1,3,5,7
/proc/7826/task/7835/stat : 7835 (java) S 7824 7826 7022 0 -1 4202560 34115 0 0 0 65 5 0 0 16 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
[pid=7826/tid=7836] ppid=7824 vsize=10547080 CPUtime=0.86 cores=1,3,5,7
/proc/7826/task/7836/stat : 7836 (java) S 7824 7826 7022 0 -1 4202560 36165 0 0 0 81 5 0 0 16 0 19 0 833906062 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7837] ppid=7824 vsize=10547080 CPUtime=0.04 cores=1,3,5,7
/proc/7826/task/7837/stat : 7837 (java) S 7824 7826 7022 0 -1 4202560 101 0 0 0 3 1 0 0 15 0 19 0 833906063 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 0 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7838] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7838/stat : 7838 (java) S 7824 7826 7022 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833906064 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7839] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7839/stat : 7839 (java) S 7824 7826 7022 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833906064 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7840] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7840/stat : 7840 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485791153 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7841] ppid=7824 vsize=10547080 CPUtime=0.85 cores=1,3,5,7
/proc/7826/task/7841/stat : 7841 (java) S 7824 7826 7022 0 -1 4202560 3999 0 0 0 85 0 0 0 15 0 19 0 833906066 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 5 0 0 0
[pid=7826/tid=7842] ppid=7824 vsize=10547080 CPUtime=0.6 cores=1,3,5,7
/proc/7826/task/7842/stat : 7842 (java) S 7824 7826 7022 0 -1 4202560 3188 0 0 0 60 0 0 0 15 0 19 0 833906066 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7843] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7843/stat : 7843 (java) S 7824 7826 7022 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833906066 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485783449 0 4 0 16800975 18446604459768301376 0 0 -1 3 0 0 0
[pid=7826/tid=7844] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7844/stat : 7844 (java) S 7824 7826 7022 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833906066 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 1 0 0 0
[pid=7826/tid=7845] ppid=7824 vsize=10547080 CPUtime=0 cores=1,3,5,7
/proc/7826/task/7845/stat : 7845 (java) S 7824 7826 7022 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833906141 10800209920 1116125 33554432000 1073741824 1073778376 140735873897216 18446744073709551615 274485784064 0 4 0 16800975 18446604459768301376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10547080

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

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

[startup+1794.42 s]
/proc/loadavg: 2.00 2.01 2.00 3/510 7943
/proc/meminfo: memFree=12181900/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=0 CPUtime=1800.14 cores=1,3,5,7
/proc/7826/stat : 7826 (java) Z 7824 7826 7022 0 -1 4203548 1134139 0 1 0 179860 154 0 0 17 0 2 0 833906060 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

[startup+1794.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/510 7943
/proc/meminfo: memFree=12181900/32950928 swapFree=61858088/67111528
[pid=7826] ppid=7824 vsize=0 CPUtime=1800.22 cores=1,3,5,7
/proc/7826/stat : 7826 (java) Z 7824 7826 7022 0 -1 4203548 1134139 0 1 0 179860 162 0 0 17 0 2 0 833906060 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7826/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.51
CPU time (s): 1800.24
CPU user time (s): 1798.61
CPU system time (s): 1.63075
CPU usage (%): 100.319
Max. virtual memory (cumulated for all children) (KiB): 10547080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.63075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1134139
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= 45394
involuntary context switches= 11300

runsolver used 8.20875 second user time and 20.3459 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 23:31:04
IDJOB=3456481
IDBENCH=2987
IDSOLVER=1951
FILE ID=node125/3456481-1307223064
RUNJOBID= node125-1307215870-7041
PBS_JOBID= 13509098
Free space on /tmp= 73788 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=200-sizeP=101-sizeQ=200-410184650-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456481-1307223064/watcher-3456481-1307223064 -o /tmp/evaluation-result-3456481-1307223064/solver-3456481-1307223064 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456481-1307223064.opb

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

MD5SUM BENCH= 8dbba4128860c0dcf60d2ae6d42e2446
RANDOM SEED=1995802860

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.828
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.828
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:      16777520 kB
Buffers:        361484 kB
Cached:        3525708 kB
SwapCached:       3616 kB
Active:       12454248 kB
Inactive:      3368028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16777520 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            2764 kB
Writeback:           0 kB
AnonPages:    11933096 kB
Mapped:          42480 kB
Slab:           214712 kB
PageTables:      68444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 140384124 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= 73788 MiB
End job on node125 at 2011-06-05 00:01:00