Trace number 3457581

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.28 1775.52

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__512.opb
MD5SUM7d1adc3133a79c22930d70932a76965e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables2560998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint512
Maximum length of a constraint20993
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 87925664256
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 87925664256
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-3457581-1307228547/watcher-3457581-1307228547 -o /tmp/evaluation-result-3457581-1307228547/solver-3457581-1307228547 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457581-1307228547.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.01 2.03 2.00 2/516 31894
/proc/meminfo: memFree=26581212/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31892 31894 29867 0 -1 4202496 6131 0 1 0 0 0 0 0 20 0 2 0 834455961 10694979584 5833 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 2611079 5846 917 9 0 2602235 0
[pid=31894/tid=31895] ppid=31892 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4202560 5075 0 1 0 0 0 0 0 21 0 2 0 834455962 10694979584 5891 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270612804667 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.051609 s]
/proc/loadavg: 2.01 2.03 2.00 2/516 31894
/proc/meminfo: memFree=26581212/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31892 31894 29867 0 -1 4202496 11385 0 1 0 2 1 0 0 20 0 13 0 834455961 10718699520 11082 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624913381 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 2616870 11083 1682 9 0 2607618 0
[pid=31894/tid=31895] ppid=31892 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4202560 10238 0 1 0 2 1 0 0 25 0 13 0 834455962 10718699520 11083 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 47216963830531 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100566 s]
/proc/loadavg: 2.01 2.03 2.00 2/516 31894
/proc/meminfo: memFree=26581212/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=10540084 CPUtime=0.1 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31892 31894 29867 0 -1 4202496 12977 0 1 0 8 2 0 0 20 0 18 0 834455961 10793046016 12674 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 2635021 12676 2092 9 0 2625755 0
[pid=31894/tid=31895] ppid=31892 vsize=10540084 CPUtime=0.08 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4202560 11102 0 1 0 6 2 0 0 18 0 18 0 834455962 10793046016 12676 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 46912496197400 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540084

[startup+0.300581 s]
/proc/loadavg: 2.01 2.03 2.00 2/516 31894
/proc/meminfo: memFree=26581212/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=10541012 CPUtime=0.45 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31892 31894 29867 0 -1 4202496 32201 0 1 0 41 4 0 0 20 0 18 0 834455961 10793996288 31582 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 2635253 31584 2199 9 0 2625987 0
[pid=31894/tid=31895] ppid=31892 vsize=10541012 CPUtime=0.28 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4202560 29431 0 1 0 24 4 0 0 18 0 18 0 834455962 10793996288 31586 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 46912505576467 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10541012

[startup+0.700496 s]
/proc/loadavg: 2.01 2.03 2.00 2/516 31894
/proc/meminfo: memFree=26581212/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=10541012 CPUtime=0.85 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31892 31894 29867 0 -1 4202496 64011 0 1 0 77 8 0 0 20 0 18 0 834455961 10793996288 63393 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 2635253 63396 2199 9 0 2625987 0
[pid=31894/tid=31895] ppid=31892 vsize=10541012 CPUtime=0.67 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4202560 61243 0 1 0 60 7 0 0 18 0 18 0 834455962 10793996288 63398 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 46912505576665 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 10541012

[startup+1.50135 s]
/proc/loadavg: 2.01 2.03 2.00 4/534 31912
/proc/meminfo: memFree=26238092/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=10541012 CPUtime=1.66 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31892 31894 29867 0 -1 4202496 128476 0 1 0 152 14 0 0 20 0 18 0 834455961 10793996288 127857 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 2635253 127860 2199 9 0 2625987 0
[pid=31894/tid=31895] ppid=31892 vsize=10541012 CPUtime=1.48 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4202560 125707 0 1 0 135 13 0 0 20 0 18 0 834455962 10793996288 127862 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 46912505586744 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31894/tid=31897] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 834455963 10793996288 127864 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31898] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 834455963 10793996288 127866 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31899] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 834455963 10793996288 127868 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31900] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793996288 127870 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31901] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793996288 127871 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31902] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793996288 127873 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31903] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793996288 127875 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31904] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793996288 127877 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31905] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31892 31894 29867 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 834455964 10793996288 127879 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 0 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31906] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31892 31894 29867 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834455965 10793996288 127881 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31907] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31892 31894 29867 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 834455965 10793996288 127883 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31908] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455967 10793996288 127885 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624934321 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31909] ppid=31892 vsize=10541012 CPUtime=0.07 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31892 31894 29867 0 -1 4202560 714 0 0 0 7 0 0 0 25 0 18 0 834455967 10793996288 127887 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31910] ppid=31892 vsize=10541012 CPUtime=0.09 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31892 31894 29867 0 -1 4202560 908 0 0 0 9 0 0 0 18 0 18 0 834455967 10793996288 127889 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31911] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455967 10793996288 127891 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31912] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31892 31894 29867 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 834455967 10793996288 127893 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10541012

[startup+3.10107 s]
/proc/loadavg: 2.01 2.03 2.00 3/534 31912
/proc/meminfo: memFree=25896472/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=10541012 CPUtime=3.25 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31892 31894 29867 0 -1 4202496 250477 0 1 0 298 27 0 0 20 0 18 0 834455961 10793996288 249858 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 2635253 249859 2203 9 0 2625987 0
[pid=31894/tid=31895] ppid=31892 vsize=10541012 CPUtime=3.08 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4202560 247702 0 1 0 282 26 0 0 25 0 18 0 834455962 10793996288 249861 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 46912505576568 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31894/tid=31897] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 834455963 10793996288 249863 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31898] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 834455963 10793996288 249865 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31899] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 834455963 10793996288 249866 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31900] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793996288 249868 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31901] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793996288 249870 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31902] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793996288 249872 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31903] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793996288 249874 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31904] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793996288 249876 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31905] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31892 31894 29867 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 834455964 10793996288 249877 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 0 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31906] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31892 31894 29867 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834455965 10793996288 249879 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31907] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31892 31894 29867 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 834455965 10793996288 249881 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31908] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455967 10793996288 249883 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624934321 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31909] ppid=31892 vsize=10541012 CPUtime=0.07 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31892 31894 29867 0 -1 4202560 714 0 0 0 7 0 0 0 25 0 18 0 834455967 10793996288 249885 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31910] ppid=31892 vsize=10541012 CPUtime=0.09 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31892 31894 29867 0 -1 4202560 912 0 0 0 9 0 0 0 18 0 18 0 834455967 10793996288 249886 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31911] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455967 10793996288 249888 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31912] ppid=31892 vsize=10541012 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31892 31894 29867 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 834455967 10793996288 249890 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 10541012

[startup+6.30152 s]
/proc/loadavg: 2.01 2.03 2.00 3/534 31912
/proc/meminfo: memFree=24752244/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=10540452 CPUtime=6.62 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31892 31894 29867 0 -1 4202496 561602 0 1 0 603 59 0 0 20 0 18 0 834455961 10793422848 560731 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 2635113 560736 2216 9 0 2625847 0
[pid=31894/tid=31895] ppid=31892 vsize=10540452 CPUtime=6.28 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4202560 558641 0 1 0 569 59 0 0 19 0 18 0 834455962 10793422848 560739 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 46912505548777 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31894/tid=31897] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 834455963 10793422848 560739 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31898] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 834455963 10793422848 560742 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31899] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 834455963 10793422848 560745 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31900] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793422848 560747 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31901] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793422848 560750 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31902] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793422848 560753 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31903] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793422848 560756 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31904] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455963 10793422848 560759 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31905] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31892 31894 29867 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 834455964 10793422848 560762 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 0 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31906] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31892 31894 29867 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834455965 10793422848 560765 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31907] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31892 31894 29867 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 834455965 10793422848 560768 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31908] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455967 10793422848 560771 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624934321 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31909] ppid=31892 vsize=10540452 CPUtime=0.15 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31892 31894 29867 0 -1 4202560 887 0 0 0 15 0 0 0 16 0 18 0 834455967 10793422848 560774 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31910] ppid=31892 vsize=10540452 CPUtime=0.18 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31892 31894 29867 0 -1 4202560 926 0 0 0 18 0 0 0 15 0 18 0 834455967 10793422848 560777 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31911] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834455967 10793422848 560780 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31912] ppid=31892 vsize=10540452 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31892 31894 29867 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 834455967 10793422848 560783 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0

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

[pid=31894/tid=31914] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31914/stat : 31914 (java) S 31892 31894 29867 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834457783 10795692032 1296506 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1625.79
Current children cumulated vsize (KiB) 10542668

[startup+1662.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/535 32008
/proc/meminfo: memFree=21460016/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=10542668 CPUtime=1686.24 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31892 31894 29867 0 -1 4202496 1306985 0 1 0 168463 161 0 0 20 0 19 0 834455961 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 2635667 1297029 2245 9 0 2626401 0
[pid=31894/tid=31895] ppid=31892 vsize=10542668 CPUtime=1653.57 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4202560 651222 0 1 0 165285 72 0 0 25 0 19 0 834455962 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 46912506042107 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31894/tid=31897] ppid=31892 vsize=10542668 CPUtime=4.68 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31892 31894 29867 0 -1 4202560 132786 0 0 0 451 17 0 0 16 0 19 0 834455963 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31898] ppid=31892 vsize=10542668 CPUtime=3.57 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31892 31894 29867 0 -1 4202560 54111 0 0 0 351 6 0 0 15 0 19 0 834455963 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31899] ppid=31892 vsize=10542668 CPUtime=4.16 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31892 31894 29867 0 -1 4202560 128671 0 0 0 398 18 0 0 15 0 19 0 834455963 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31900] ppid=31892 vsize=10542668 CPUtime=4.53 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31892 31894 29867 0 -1 4202560 87452 0 0 0 442 11 0 0 15 0 19 0 834455963 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 1 0 0 0
[pid=31894/tid=31901] ppid=31892 vsize=10542668 CPUtime=3.93 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31892 31894 29867 0 -1 4202560 97427 0 0 0 384 9 0 0 16 0 19 0 834455963 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31902] ppid=31892 vsize=10542668 CPUtime=3.19 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31892 31894 29867 0 -1 4202560 39027 0 0 0 313 6 0 0 16 0 19 0 834455963 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 1 0 0 0
[pid=31894/tid=31903] ppid=31892 vsize=10542668 CPUtime=3.84 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31892 31894 29867 0 -1 4202560 56462 0 0 0 378 6 0 0 16 0 19 0 834455963 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31904] ppid=31892 vsize=10542668 CPUtime=3.23 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31892 31894 29867 0 -1 4202560 50566 0 0 0 316 7 0 0 15 0 19 0 834455963 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31905] ppid=31892 vsize=10542668 CPUtime=0.01 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31892 31894 29867 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 19 0 834455964 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 0 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31906] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31892 31894 29867 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834455965 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31907] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31892 31894 29867 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834455965 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31908] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834455967 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624934321 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31909] ppid=31892 vsize=10542668 CPUtime=0.58 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31892 31894 29867 0 -1 4202560 3459 0 0 0 58 0 0 0 15 0 19 0 834455967 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31910] ppid=31892 vsize=10542668 CPUtime=0.8 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31892 31894 29867 0 -1 4202560 4452 0 0 0 79 1 0 0 15 0 19 0 834455967 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 1 0 0 0
[pid=31894/tid=31911] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834455967 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31912] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31892 31894 29867 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 834455967 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31914] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31914/stat : 31914 (java) S 31892 31894 29867 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834457783 10795692032 1297029 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1686.24
Current children cumulated vsize (KiB) 10542668

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/535 32010
/proc/meminfo: memFree=21422880/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=10542668 CPUtime=1746.58 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31892 31894 29867 0 -1 4202496 1307402 0 1 0 174497 161 0 0 20 0 19 0 834455961 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 2635667 1297433 2245 9 0 2626401 0
[pid=31894/tid=31895] ppid=31892 vsize=10542668 CPUtime=1713.4 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4202560 651227 0 1 0 171268 72 0 0 25 0 19 0 834455962 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 46912506042107 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31894/tid=31897] ppid=31892 vsize=10542668 CPUtime=4.75 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31892 31894 29867 0 -1 4202560 132786 0 0 0 458 17 0 0 16 0 19 0 834455963 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31898] ppid=31892 vsize=10542668 CPUtime=3.65 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31892 31894 29867 0 -1 4202560 54151 0 0 0 359 6 0 0 16 0 19 0 834455963 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31899] ppid=31892 vsize=10542668 CPUtime=4.2 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31892 31894 29867 0 -1 4202560 128672 0 0 0 402 18 0 0 16 0 19 0 834455963 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31900] ppid=31892 vsize=10542668 CPUtime=4.57 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31892 31894 29867 0 -1 4202560 87452 0 0 0 446 11 0 0 16 0 19 0 834455963 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 1 0 0 0
[pid=31894/tid=31901] ppid=31892 vsize=10542668 CPUtime=4 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31892 31894 29867 0 -1 4202560 97506 0 0 0 390 10 0 0 16 0 19 0 834455963 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31902] ppid=31892 vsize=10542668 CPUtime=3.29 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31892 31894 29867 0 -1 4202560 39111 0 0 0 323 6 0 0 16 0 19 0 834455963 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31903] ppid=31892 vsize=10542668 CPUtime=3.88 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31892 31894 29867 0 -1 4202560 56540 0 0 0 382 6 0 0 16 0 19 0 834455963 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31904] ppid=31892 vsize=10542668 CPUtime=3.32 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31892 31894 29867 0 -1 4202560 50688 0 0 0 325 7 0 0 16 0 19 0 834455963 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 1 0 0 0
[pid=31894/tid=31905] ppid=31892 vsize=10542668 CPUtime=0.01 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31892 31894 29867 0 -1 4202560 105 0 0 0 1 0 0 0 15 0 19 0 834455964 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 0 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31906] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31892 31894 29867 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834455965 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31907] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31892 31894 29867 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834455965 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31908] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834455967 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624934321 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31909] ppid=31892 vsize=10542668 CPUtime=0.58 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31892 31894 29867 0 -1 4202560 3459 0 0 0 58 0 0 0 15 0 19 0 834455967 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31910] ppid=31892 vsize=10542668 CPUtime=0.8 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31892 31894 29867 0 -1 4202560 4452 0 0 0 79 1 0 0 15 0 19 0 834455967 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 1 0 0 0
[pid=31894/tid=31911] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834455967 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31912] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31892 31894 29867 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 834455967 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31914] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31914/stat : 31914 (java) S 31892 31894 29867 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834457783 10795692032 1297433 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1746.58
Current children cumulated vsize (KiB) 10542668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/535 32011
/proc/meminfo: memFree=21367800/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=10542668 CPUtime=1800.06 cores=1,3,5,7
/proc/31894/stat : 31894 (java) S 31892 31894 29867 0 -1 4202496 1318136 0 1 0 179844 162 0 0 20 0 19 0 834455961 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 2635667 1307967 2245 9 0 2626401 0
[pid=31894/tid=31895] ppid=31892 vsize=10542668 CPUtime=1766.24 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4202560 651232 0 1 0 176552 72 0 0 25 0 19 0 834455962 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 46912505886868 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31894/tid=31897] ppid=31892 vsize=10542668 CPUtime=4.86 cores=1,3,5,7
/proc/31894/task/31897/stat : 31897 (java) S 31892 31894 29867 0 -1 4202560 137907 0 0 0 468 18 0 0 16 0 19 0 834455963 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31898] ppid=31892 vsize=10542668 CPUtime=3.68 cores=1,3,5,7
/proc/31894/task/31898/stat : 31898 (java) S 31892 31894 29867 0 -1 4202560 54192 0 0 0 362 6 0 0 16 0 19 0 834455963 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 1 0 0 0
[pid=31894/tid=31899] ppid=31892 vsize=10542668 CPUtime=4.28 cores=1,3,5,7
/proc/31894/task/31899/stat : 31899 (java) S 31892 31894 29867 0 -1 4202560 128713 0 0 0 410 18 0 0 16 0 19 0 834455963 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 1 0 0 0
[pid=31894/tid=31900] ppid=31892 vsize=10542668 CPUtime=4.6 cores=1,3,5,7
/proc/31894/task/31900/stat : 31900 (java) S 31892 31894 29867 0 -1 4202560 87452 0 0 0 449 11 0 0 15 0 19 0 834455963 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 1 0 0 0
[pid=31894/tid=31901] ppid=31892 vsize=10542668 CPUtime=4.1 cores=1,3,5,7
/proc/31894/task/31901/stat : 31901 (java) S 31892 31894 29867 0 -1 4202560 98820 0 0 0 400 10 0 0 15 0 19 0 834455963 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31902] ppid=31892 vsize=10542668 CPUtime=3.39 cores=1,3,5,7
/proc/31894/task/31902/stat : 31902 (java) S 31892 31894 29867 0 -1 4202560 40208 0 0 0 333 6 0 0 16 0 19 0 834455963 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31903] ppid=31892 vsize=10542668 CPUtime=4.01 cores=1,3,5,7
/proc/31894/task/31903/stat : 31903 (java) S 31892 31894 29867 0 -1 4202560 58310 0 0 0 394 7 0 0 16 0 19 0 834455963 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31904] ppid=31892 vsize=10542668 CPUtime=3.39 cores=1,3,5,7
/proc/31894/task/31904/stat : 31904 (java) S 31892 31894 29867 0 -1 4202560 52029 0 0 0 332 7 0 0 16 0 19 0 834455963 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31905] ppid=31892 vsize=10542668 CPUtime=0.01 cores=1,3,5,7
/proc/31894/task/31905/stat : 31905 (java) S 31892 31894 29867 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 834455964 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 0 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31906] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31906/stat : 31906 (java) S 31892 31894 29867 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834455965 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31907] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31907/stat : 31907 (java) S 31892 31894 29867 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834455965 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 7 0 0 0
[pid=31894/tid=31908] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31908/stat : 31908 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834455967 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624934321 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31909] ppid=31892 vsize=10542668 CPUtime=0.58 cores=1,3,5,7
/proc/31894/task/31909/stat : 31909 (java) S 31892 31894 29867 0 -1 4202560 3459 0 0 0 58 0 0 0 15 0 19 0 834455967 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
[pid=31894/tid=31910] ppid=31892 vsize=10542668 CPUtime=0.8 cores=1,3,5,7
/proc/31894/task/31910/stat : 31910 (java) S 31892 31894 29867 0 -1 4202560 4452 0 0 0 79 1 0 0 15 0 19 0 834455967 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 1 0 0 0
[pid=31894/tid=31911] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31911/stat : 31911 (java) S 31892 31894 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834455967 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624926617 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31912] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31912/stat : 31912 (java) S 31892 31894 29867 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 834455967 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 4 0 16800975 18446604467742496576 0 0 -1 5 0 0 0
[pid=31894/tid=31914] ppid=31892 vsize=10542668 CPUtime=0 cores=1,3,5,7
/proc/31894/task/31914/stat : 31914 (java) S 31892 31894 29867 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834457783 10795692032 1307967 33554432000 1073741824 1073778376 140733393429808 18446744073709551615 270624927232 0 4 0 16800975 18446604467742496576 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10542668

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

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

[startup+1775.42 s]
/proc/loadavg: 2.00 2.04 2.00 3/535 32011
/proc/meminfo: memFree=21367800/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=0 CPUtime=1800.17 cores=1,3,5,7
/proc/31894/stat : 31894 (java) Z 31892 31894 29867 0 -1 4203548 1318164 0 1 0 179845 172 0 0 17 0 2 0 834455961 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 0 0 0 0 0 0 0
[pid=31894/tid=31895] ppid=31892 vsize=0 CPUtime=1766.35 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4203588 651232 0 1 0 176553 82 0 0 25 0 2 0 834455962 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

[startup+1775.5 s]
/proc/loadavg: 2.00 2.04 2.00 3/535 32011
/proc/meminfo: memFree=21367800/32951124 swapFree=53876548/67111528
[pid=31894] ppid=31892 vsize=0 CPUtime=1800.25 cores=1,3,5,7
/proc/31894/stat : 31894 (java) Z 31892 31894 29867 0 -1 4203548 1318164 0 1 0 179845 180 0 0 17 0 2 0 834455961 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31894/statm: 0 0 0 0 0 0 0
[pid=31894/tid=31895] ppid=31892 vsize=0 CPUtime=1766.43 cores=1,3,5,7
/proc/31894/task/31895/stat : 31895 (java) R 31892 31894 29867 0 -1 4203588 651232 0 1 0 176553 90 0 0 25 0 2 0 834455962 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1775.52
CPU time (s): 1800.28
CPU user time (s): 1798.45
CPU system time (s): 1.82272
CPU usage (%): 101.394
Max. virtual memory (cumulated for all children) (KiB): 10545208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.45
system time used= 1.82272
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1318164
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= 40402
involuntary context switches= 26849

runsolver used 8.76267 second user time and 20.7688 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-05 01:02:30
IDJOB=3457581
IDBENCH=71878
IDSOLVER=1951
FILE ID=node108/3457581-1307228547
RUNJOBID= node108-1307215872-29886
PBS_JOBID= 13509110
Free space on /tmp= 73712 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__512.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457581-1307228547/watcher-3457581-1307228547 -o /tmp/evaluation-result-3457581-1307228547/solver-3457581-1307228547 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457581-1307228547.opb

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

MD5SUM BENCH= 7d1adc3133a79c22930d70932a76965e
RANDOM SEED=1334358469

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26581244 kB
Buffers:        336844 kB
Cached:        1202604 kB
SwapCached:      13540 kB
Active:        5098980 kB
Inactive:       975184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26581244 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:          125964 kB
Writeback:           0 kB
AnonPages:     4531968 kB
Mapped:          20944 kB
Slab:           153304 kB
PageTables:      72724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 144919796 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= 73708 MiB
End job on node108 at 2011-06-05 01:32:08