Trace number 3457033

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 NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.28 1795.32

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557362.opb
MD5SUM0fb4f85eaa7daeec6ae4b4468524bb94
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.05238
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3457033-1307215870.opb
0.10/0.10	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.185s.
0.27/0.29	c #vars     231
0.27/0.29	c #constraints  2707
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.27/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.27/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
41.70/40.23	c cleaning 0 clauses out of 5004 with flag 0/5004
225.72/223.78	c cleaning 0 clauses out of 11001 with flag 0/11001
685.95/683.18	c cleaning 0 clauses out of 18000 with flag 0/18000
1689.00/1684.40	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.07/1795.14	c starts		: 54
1800.07/1795.14	c conflicts		: 26727
1800.07/1795.14	c decisions		: 63954
1800.07/1795.14	c propagations		: 788098
1800.07/1795.14	c inspects		: 2243610379
1800.07/1795.14	c shortcuts		: 0
1800.07/1795.14	c learnt literals	: 0
1800.07/1795.14	c learnt binary clauses	: 0
1800.07/1795.14	c learnt ternary clauses	: 5
1800.07/1795.14	c learnt constraints	: 26726
1800.07/1795.14	c ignored constraints	: 0
1800.07/1795.14	c root simplifications	: 0
1800.07/1795.14	c removed literals (reason simplification)	: 0
1800.07/1795.14	c reason swapping (by a shorter reason)	: 0
1800.07/1795.14	c Calls to reduceDB	: 4
1800.07/1795.14	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.14	c number of learned constraints concerned by reduction	: 0
1800.07/1795.14	c number of learning phase by resolution	: 0
1800.07/1795.14	c number of learning phase by cutting planes	: 0
1800.07/1795.14	c speed (assignments/second)	: 439.0870353944829
1800.07/1795.14	c non guided choices	121
1800.07/1795.16	c learnt constraints type 
1800.07/1795.16	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 691
1800.07/1795.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
1800.07/1795.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25985
1800.07/1795.16	c constraints type 
1800.07/1795.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.07/1795.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.07/1795.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.07/1795.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.07/1795.16	s UNKNOWN
1800.07/1795.16	c Total wall clock time (in seconds): 1795.056

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-3457033-1307215870/watcher-3457033-1307215870 -o /tmp/evaluation-result-3457033-1307215870/solver-3457033-1307215870 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457033-1307215870.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: 0.00 0.00 0.00 2/547 12478
/proc/meminfo: memFree=15163700/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/12478/stat : 12478 (java) S 12476 12478 12416 0 -1 4202496 5661 0 1 0 0 0 0 0 22 0 2 0 833185679 10694979584 5362 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 2611079 5375 917 9 0 2602235 0
[pid=12478/tid=12479] ppid=12476 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4202560 8540 0 1 0 0 1 0 0 24 0 2 0 833185680 10694979584 9356 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242970244155 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0560531 s]
/proc/loadavg: 0.00 0.00 0.00 2/547 12478
/proc/meminfo: memFree=15163700/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/12478/stat : 12478 (java) S 12476 12478 12416 0 -1 4202496 11531 0 1 0 3 1 0 0 22 0 13 0 833185679 10718838784 11227 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982352869 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 2616904 11228 1686 9 0 2607652 0
[pid=12478/tid=12479] ppid=12476 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4202560 10383 0 1 0 3 1 0 0 25 0 13 0 833185680 10718838784 11228 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 47686949834659 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.101046 s]
/proc/loadavg: 0.00 0.00 0.00 2/547 12478
/proc/meminfo: memFree=15163700/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=10540084 CPUtime=0.1 cores=1,3,5,7
/proc/12478/stat : 12478 (java) S 12476 12478 12416 0 -1 4202496 13117 0 1 0 9 1 0 0 22 0 18 0 833185679 10793046016 12776 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 2635021 12776 2093 9 0 2625755 0
[pid=12478/tid=12479] ppid=12476 vsize=10540084 CPUtime=0.08 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4202560 11170 0 1 0 7 1 0 0 25 0 18 0 833185680 10793046016 12777 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 47686952867352 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540084

[startup+0.300975 s]
/proc/loadavg: 0.00 0.00 0.00 2/547 12478
/proc/meminfo: memFree=15163700/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=10543748 CPUtime=0.49 cores=1,3,5,7
/proc/12478/stat : 12478 (java) S 12476 12478 12416 0 -1 4202496 16085 0 1 0 47 2 0 0 22 0 19 0 833185679 10796797952 15441 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 2635937 15441 2210 9 0 2626671 0
[pid=12478/tid=12479] ppid=12476 vsize=10543748 CPUtime=0.29 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4202560 12990 0 1 0 27 2 0 0 25 0 19 0 833185680 10796797952 15441 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 46912505121090 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10543748

[startup+0.700911 s]
/proc/loadavg: 0.00 0.00 0.00 2/547 12478
/proc/meminfo: memFree=15163700/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=10550752 CPUtime=1.62 cores=1,3,5,7
/proc/12478/stat : 12478 (java) S 12476 12478 12416 0 -1 4202496 45286 0 1 0 156 6 0 0 22 0 19 0 833185679 10803970048 40003 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 2637688 40008 2223 9 0 2628422 0
[pid=12478/tid=12479] ppid=12476 vsize=10550752 CPUtime=0.69 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4202560 33448 0 1 0 64 5 0 0 18 0 19 0 833185680 10803970048 40011 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 46912505683299 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 10550752

[startup+1.50082 s]
/proc/loadavg: 0.00 0.00 0.00 5/567 12499
/proc/meminfo: memFree=14606808/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=10550752 CPUtime=2.59 cores=1,3,5,7
/proc/12478/stat : 12478 (java) S 12476 12478 12416 0 -1 4202496 135438 0 1 0 243 16 0 0 22 0 19 0 833185679 10803970048 129595 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 2637688 129598 2226 9 0 2628422 0
[pid=12478/tid=12479] ppid=12476 vsize=10550752 CPUtime=1.48 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4202560 123003 0 1 0 134 14 0 0 18 0 19 0 833185680 10803970048 129599 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 46912505640248 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12478/tid=12481] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12481/stat : 12481 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10803970048 129601 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12482] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12482/stat : 12482 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10803970048 129603 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12483] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12483/stat : 12483 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10803970048 129604 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12484] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12484/stat : 12484 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10803970048 129606 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12485] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12485/stat : 12485 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10803970048 129607 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12486] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12486/stat : 12486 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10803970048 129608 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12487] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12487/stat : 12487 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10803970048 129609 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12488] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12488/stat : 12488 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10803970048 129611 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12489] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12489/stat : 12489 (java) S 12476 12478 12416 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833185682 10803970048 129612 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 0 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12490] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12490/stat : 12490 (java) S 12476 12478 12416 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833185683 10803970048 129614 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12491] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12491/stat : 12491 (java) S 12476 12478 12416 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833185683 10803970048 129617 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12492] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12492/stat : 12492 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185685 10803970048 129618 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982373809 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12493] ppid=12476 vsize=10550752 CPUtime=0.56 cores=1,3,5,7
/proc/12478/task/12493/stat : 12493 (java) S 12476 12478 12416 0 -1 4202560 7025 0 0 0 56 0 0 0 15 0 19 0 833185685 10803970048 129621 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12494] ppid=12476 vsize=10550752 CPUtime=0.51 cores=1,3,5,7
/proc/12478/task/12494/stat : 12494 (java) S 12476 12478 12416 0 -1 4202560 4253 0 0 0 51 0 0 0 15 0 19 0 833185685 10803970048 129624 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12495] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12495/stat : 12495 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185685 10803970048 129627 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12496] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12496/stat : 12496 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833185685 10803970048 129630 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12499] ppid=12476 vsize=10550752 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12499/stat : 12499 (java) S 12476 12478 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833185709 10803970048 129633 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 10550752

[startup+3.10154 s]
/proc/loadavg: 0.00 0.00 0.00 4/567 12499
/proc/meminfo: memFree=13651308/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=10552308 CPUtime=4.33 cores=1,3,5,7
/proc/12478/stat : 12478 (java) S 12476 12478 12416 0 -1 4202496 312927 0 1 0 396 37 0 0 22 0 19 0 833185679 10805563392 307002 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 2638077 307006 2227 9 0 2628811 0
[pid=12478/tid=12479] ppid=12476 vsize=10552308 CPUtime=3.09 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4202560 300032 0 1 0 274 35 0 0 21 0 19 0 833185680 10805563392 307008 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 46912505703542 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12478/tid=12481] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12481/stat : 12481 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 307009 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12482] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12482/stat : 12482 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 307010 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12483] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12483/stat : 12483 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 307012 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12484] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12484/stat : 12484 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 307014 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12485] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12485/stat : 12485 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 307016 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12486] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12486/stat : 12486 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 307018 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12487] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12487/stat : 12487 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 307020 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12488] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12488/stat : 12488 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 307021 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12489] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12489/stat : 12489 (java) S 12476 12478 12416 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833185682 10805563392 307023 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 0 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12490] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12490/stat : 12490 (java) S 12476 12478 12416 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833185683 10805563392 307025 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12491] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12491/stat : 12491 (java) S 12476 12478 12416 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833185683 10805563392 307028 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12492] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12492/stat : 12492 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185685 10805563392 307031 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982373809 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12493] ppid=12476 vsize=10552308 CPUtime=0.61 cores=1,3,5,7
/proc/12478/task/12493/stat : 12493 (java) S 12476 12478 12416 0 -1 4202560 7112 0 0 0 61 0 0 0 15 0 19 0 833185685 10805563392 307033 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12494] ppid=12476 vsize=10552308 CPUtime=0.6 cores=1,3,5,7
/proc/12478/task/12494/stat : 12494 (java) S 12476 12478 12416 0 -1 4202560 4627 0 0 0 60 0 0 0 15 0 19 0 833185685 10805563392 307036 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12495] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12495/stat : 12495 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185685 10805563392 307038 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12496] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12496/stat : 12496 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833185685 10805563392 307041 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12499] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12499/stat : 12499 (java) S 12476 12478 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833185709 10805563392 307043 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 10552308

[startup+6.30099 s]
/proc/loadavg: 0.32 0.07 0.02 3/567 12499
/proc/meminfo: memFree=11038672/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=10552308 CPUtime=7.54 cores=1,3,5,7
/proc/12478/stat : 12478 (java) S 12476 12478 12416 0 -1 4202496 637483 0 1 0 684 70 0 0 22 0 19 0 833185679 10805563392 631524 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 2638077 631527 2228 9 0 2628811 0
[pid=12478/tid=12479] ppid=12476 vsize=10552308 CPUtime=6.28 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4202560 624583 0 1 0 560 68 0 0 21 0 19 0 833185680 10805563392 631529 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 46912505660132 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12478/tid=12481] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12481/stat : 12481 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 631530 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12482] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12482/stat : 12482 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 631532 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12483] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12483/stat : 12483 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 631535 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12484] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12484/stat : 12484 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 631537 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12485] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12485/stat : 12485 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 631539 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12486] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12486/stat : 12486 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 631541 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12487] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12487/stat : 12487 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 631543 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12488] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12488/stat : 12488 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185681 10805563392 631545 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12489] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12489/stat : 12489 (java) S 12476 12478 12416 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833185682 10805563392 631547 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 0 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12490] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12490/stat : 12490 (java) S 12476 12478 12416 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833185683 10805563392 631549 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12491] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12491/stat : 12491 (java) S 12476 12478 12416 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833185683 10805563392 631551 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12492] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12492/stat : 12492 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185685 10805563392 631553 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982373809 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12493] ppid=12476 vsize=10552308 CPUtime=0.61 cores=1,3,5,7
/proc/12478/task/12493/stat : 12493 (java) S 12476 12478 12416 0 -1 4202560 7113 0 0 0 61 0 0 0 15 0 19 0 833185685 10805563392 631555 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12494] ppid=12476 vsize=10552308 CPUtime=0.62 cores=1,3,5,7
/proc/12478/task/12494/stat : 12494 (java) S 12476 12478 12416 0 -1 4202560 4629 0 0 0 62 0 0 0 15 0 19 0 833185685 10805563392 631557 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0

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

[pid=12478/tid=12499] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12499/stat : 12499 (java) S 12476 12478 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833185709 10805563392 918195 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1666.93
Current children cumulated vsize (KiB) 10552308

[startup+1722.3 s]
/proc/loadavg: 2.08 2.06 1.70 3/567 12545
/proc/meminfo: memFree=7867996/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=10552308 CPUtime=1727.11 cores=1,3,5,7
/proc/12478/stat : 12478 (java) S 12476 12478 12416 0 -1 4202496 926342 0 1 0 172606 105 0 0 22 0 19 0 833185679 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 2638077 919266 2257 9 0 2628811 0
[pid=12478/tid=12479] ppid=12476 vsize=10552308 CPUtime=1719.64 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4202560 835762 0 1 0 171873 91 0 0 25 0 19 0 833185680 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 46912505778249 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12478/tid=12481] ppid=12476 vsize=10552308 CPUtime=0.64 cores=1,3,5,7
/proc/12478/task/12481/stat : 12481 (java) S 12476 12478 12416 0 -1 4202560 10917 0 0 0 63 1 0 0 15 0 19 0 833185681 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12482] ppid=12476 vsize=10552308 CPUtime=0.71 cores=1,3,5,7
/proc/12478/task/12482/stat : 12482 (java) S 12476 12478 12416 0 -1 4202560 9388 0 0 0 70 1 0 0 16 0 19 0 833185681 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12483] ppid=12476 vsize=10552308 CPUtime=0.56 cores=1,3,5,7
/proc/12478/task/12483/stat : 12483 (java) S 12476 12478 12416 0 -1 4202560 8484 0 0 0 55 1 0 0 15 0 19 0 833185681 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12484] ppid=12476 vsize=10552308 CPUtime=0.51 cores=1,3,5,7
/proc/12478/task/12484/stat : 12484 (java) S 12476 12478 12416 0 -1 4202560 8860 0 0 0 50 1 0 0 15 0 19 0 833185681 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12485] ppid=12476 vsize=10552308 CPUtime=0.59 cores=1,3,5,7
/proc/12478/task/12485/stat : 12485 (java) S 12476 12478 12416 0 -1 4202560 8078 0 0 0 58 1 0 0 16 0 19 0 833185681 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12486] ppid=12476 vsize=10552308 CPUtime=0.73 cores=1,3,5,7
/proc/12478/task/12486/stat : 12486 (java) S 12476 12478 12416 0 -1 4202560 10662 0 0 0 72 1 0 0 15 0 19 0 833185681 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12487] ppid=12476 vsize=10552308 CPUtime=0.63 cores=1,3,5,7
/proc/12478/task/12487/stat : 12487 (java) S 12476 12478 12416 0 -1 4202560 7735 0 0 0 62 1 0 0 16 0 19 0 833185681 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12488] ppid=12476 vsize=10552308 CPUtime=0.49 cores=1,3,5,7
/proc/12478/task/12488/stat : 12488 (java) S 12476 12478 12416 0 -1 4202560 7340 0 0 0 49 0 0 0 15 0 19 0 833185681 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12489] ppid=12476 vsize=10552308 CPUtime=0.98 cores=1,3,5,7
/proc/12478/task/12489/stat : 12489 (java) S 12476 12478 12416 0 -1 4202560 6062 0 0 0 97 1 0 0 15 0 19 0 833185682 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 0 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12490] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12490/stat : 12490 (java) S 12476 12478 12416 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833185683 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12491] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12491/stat : 12491 (java) S 12476 12478 12416 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 833185683 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12492] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12492/stat : 12492 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185685 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982373809 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12493] ppid=12476 vsize=10552308 CPUtime=0.81 cores=1,3,5,7
/proc/12478/task/12493/stat : 12493 (java) S 12476 12478 12416 0 -1 4202560 7151 0 0 0 81 0 0 0 15 0 19 0 833185685 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12494] ppid=12476 vsize=10552308 CPUtime=0.71 cores=1,3,5,7
/proc/12478/task/12494/stat : 12494 (java) S 12476 12478 12416 0 -1 4202560 4649 0 0 0 71 0 0 0 16 0 19 0 833185685 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12495] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12495/stat : 12495 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185685 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12496] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12496/stat : 12496 (java) S 12476 12478 12416 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 833185685 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12499] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12499/stat : 12499 (java) S 12476 12478 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833185709 10805563392 919266 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1727.11
Current children cumulated vsize (KiB) 10552308

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 1.72 3/567 12547
/proc/meminfo: memFree=7864516/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=10552308 CPUtime=1787.21 cores=1,3,5,7
/proc/12478/stat : 12478 (java) S 12476 12478 12416 0 -1 4202496 926383 0 1 0 178616 105 0 0 22 0 19 0 833185679 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 2638077 919295 2257 9 0 2628811 0
[pid=12478/tid=12479] ppid=12476 vsize=10552308 CPUtime=1779.57 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4202560 835766 0 1 0 177866 91 0 0 25 0 19 0 833185680 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 46912505777791 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12478/tid=12481] ppid=12476 vsize=10552308 CPUtime=0.68 cores=1,3,5,7
/proc/12478/task/12481/stat : 12481 (java) S 12476 12478 12416 0 -1 4202560 10921 0 0 0 67 1 0 0 15 0 19 0 833185681 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12482] ppid=12476 vsize=10552308 CPUtime=0.73 cores=1,3,5,7
/proc/12478/task/12482/stat : 12482 (java) S 12476 12478 12416 0 -1 4202560 9394 0 0 0 72 1 0 0 16 0 19 0 833185681 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12483] ppid=12476 vsize=10552308 CPUtime=0.58 cores=1,3,5,7
/proc/12478/task/12483/stat : 12483 (java) S 12476 12478 12416 0 -1 4202560 8485 0 0 0 57 1 0 0 15 0 19 0 833185681 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12484] ppid=12476 vsize=10552308 CPUtime=0.54 cores=1,3,5,7
/proc/12478/task/12484/stat : 12484 (java) S 12476 12478 12416 0 -1 4202560 8864 0 0 0 53 1 0 0 15 0 19 0 833185681 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12485] ppid=12476 vsize=10552308 CPUtime=0.6 cores=1,3,5,7
/proc/12478/task/12485/stat : 12485 (java) S 12476 12478 12416 0 -1 4202560 8083 0 0 0 59 1 0 0 15 0 19 0 833185681 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12486] ppid=12476 vsize=10552308 CPUtime=0.73 cores=1,3,5,7
/proc/12478/task/12486/stat : 12486 (java) S 12476 12478 12416 0 -1 4202560 10662 0 0 0 72 1 0 0 15 0 19 0 833185681 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12487] ppid=12476 vsize=10552308 CPUtime=0.65 cores=1,3,5,7
/proc/12478/task/12487/stat : 12487 (java) S 12476 12478 12416 0 -1 4202560 7739 0 0 0 64 1 0 0 16 0 19 0 833185681 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12488] ppid=12476 vsize=10552308 CPUtime=0.52 cores=1,3,5,7
/proc/12478/task/12488/stat : 12488 (java) S 12476 12478 12416 0 -1 4202560 7345 0 0 0 52 0 0 0 16 0 19 0 833185681 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12489] ppid=12476 vsize=10552308 CPUtime=0.98 cores=1,3,5,7
/proc/12478/task/12489/stat : 12489 (java) S 12476 12478 12416 0 -1 4202560 6066 0 0 0 97 1 0 0 15 0 19 0 833185682 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 0 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12490] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12490/stat : 12490 (java) S 12476 12478 12416 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833185683 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12491] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12491/stat : 12491 (java) S 12476 12478 12416 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 833185683 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12492] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12492/stat : 12492 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185685 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982373809 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12493] ppid=12476 vsize=10552308 CPUtime=0.81 cores=1,3,5,7
/proc/12478/task/12493/stat : 12493 (java) S 12476 12478 12416 0 -1 4202560 7151 0 0 0 81 0 0 0 15 0 19 0 833185685 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12494] ppid=12476 vsize=10552308 CPUtime=0.71 cores=1,3,5,7
/proc/12478/task/12494/stat : 12494 (java) S 12476 12478 12416 0 -1 4202560 4649 0 0 0 71 0 0 0 16 0 19 0 833185685 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12495] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12495/stat : 12495 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185685 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12496] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12496/stat : 12496 (java) S 12476 12478 12416 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 833185685 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12499] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12499/stat : 12499 (java) S 12476 12478 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833185709 10805563392 919295 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1787.21
Current children cumulated vsize (KiB) 10552308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.02 2.04 1.72 4/567 12556
/proc/meminfo: memFree=7862872/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=10552308 CPUtime=1800.07 cores=1,3,5,7
/proc/12478/stat : 12478 (java) S 12476 12478 12416 0 -1 4202496 926387 0 1 0 179902 105 0 0 22 0 19 0 833185679 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 2638077 919298 2257 9 0 2628811 0
[pid=12478/tid=12479] ppid=12476 vsize=10552308 CPUtime=1792.38 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4202560 835767 0 1 0 179147 91 0 0 25 0 19 0 833185680 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 46912505703777 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12478/tid=12481] ppid=12476 vsize=10552308 CPUtime=0.7 cores=1,3,5,7
/proc/12478/task/12481/stat : 12481 (java) S 12476 12478 12416 0 -1 4202560 10922 0 0 0 69 1 0 0 16 0 19 0 833185681 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12482] ppid=12476 vsize=10552308 CPUtime=0.73 cores=1,3,5,7
/proc/12478/task/12482/stat : 12482 (java) S 12476 12478 12416 0 -1 4202560 9394 0 0 0 72 1 0 0 15 0 19 0 833185681 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12483] ppid=12476 vsize=10552308 CPUtime=0.58 cores=1,3,5,7
/proc/12478/task/12483/stat : 12483 (java) S 12476 12478 12416 0 -1 4202560 8485 0 0 0 57 1 0 0 15 0 19 0 833185681 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12484] ppid=12476 vsize=10552308 CPUtime=0.54 cores=1,3,5,7
/proc/12478/task/12484/stat : 12484 (java) S 12476 12478 12416 0 -1 4202560 8864 0 0 0 53 1 0 0 15 0 19 0 833185681 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12485] ppid=12476 vsize=10552308 CPUtime=0.62 cores=1,3,5,7
/proc/12478/task/12485/stat : 12485 (java) S 12476 12478 12416 0 -1 4202560 8085 0 0 0 61 1 0 0 16 0 19 0 833185681 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12486] ppid=12476 vsize=10552308 CPUtime=0.73 cores=1,3,5,7
/proc/12478/task/12486/stat : 12486 (java) S 12476 12478 12416 0 -1 4202560 10662 0 0 0 72 1 0 0 15 0 19 0 833185681 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12487] ppid=12476 vsize=10552308 CPUtime=0.65 cores=1,3,5,7
/proc/12478/task/12487/stat : 12487 (java) S 12476 12478 12416 0 -1 4202560 7739 0 0 0 64 1 0 0 15 0 19 0 833185681 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12488] ppid=12476 vsize=10552308 CPUtime=0.52 cores=1,3,5,7
/proc/12478/task/12488/stat : 12488 (java) S 12476 12478 12416 0 -1 4202560 7345 0 0 0 52 0 0 0 15 0 19 0 833185681 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12489] ppid=12476 vsize=10552308 CPUtime=0.98 cores=1,3,5,7
/proc/12478/task/12489/stat : 12489 (java) S 12476 12478 12416 0 -1 4202560 6066 0 0 0 97 1 0 0 15 0 19 0 833185682 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 0 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12490] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12490/stat : 12490 (java) S 12476 12478 12416 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833185683 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12491] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12491/stat : 12491 (java) S 12476 12478 12416 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 833185683 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 7 0 0 0
[pid=12478/tid=12492] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12492/stat : 12492 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185685 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982373809 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12493] ppid=12476 vsize=10552308 CPUtime=0.81 cores=1,3,5,7
/proc/12478/task/12493/stat : 12493 (java) S 12476 12478 12416 0 -1 4202560 7151 0 0 0 81 0 0 0 15 0 19 0 833185685 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 1 0 0 0
[pid=12478/tid=12494] ppid=12476 vsize=10552308 CPUtime=0.71 cores=1,3,5,7
/proc/12478/task/12494/stat : 12494 (java) S 12476 12478 12416 0 -1 4202560 4649 0 0 0 71 0 0 0 16 0 19 0 833185685 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
[pid=12478/tid=12495] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12495/stat : 12495 (java) S 12476 12478 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833185685 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366105 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12496] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12496/stat : 12496 (java) S 12476 12478 12416 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 833185685 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 4 0 16800975 18446604470261283712 0 0 -1 3 0 0 0
[pid=12478/tid=12499] ppid=12476 vsize=10552308 CPUtime=0 cores=1,3,5,7
/proc/12478/task/12499/stat : 12499 (java) S 12476 12478 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833185709 10805563392 919298 33554432000 1073741824 1073778376 140734584629760 18446744073709551615 242982366720 0 4 0 16800975 18446604470261283712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10552308

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

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

[startup+1795.25 s]
/proc/loadavg: 2.02 2.04 1.72 4/567 12556
/proc/meminfo: memFree=7862872/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=0 CPUtime=1800.19 cores=1,3,5,7
/proc/12478/stat : 12478 (java) Z 12476 12478 12416 0 -1 4203548 926428 0 1 0 179907 112 0 0 17 0 2 0 833185679 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 0 0 0 0 0 0 0
[pid=12478/tid=12479] ppid=12476 vsize=0 CPUtime=1792.47 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4203588 835767 0 1 0 179149 98 0 0 25 0 2 0 833185680 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

[startup+1795.3 s]
/proc/loadavg: 2.02 2.04 1.72 4/567 12556
/proc/meminfo: memFree=7862872/32951132 swapFree=46579808/67111528
[pid=12478] ppid=12476 vsize=0 CPUtime=1800.25 cores=1,3,5,7
/proc/12478/stat : 12478 (java) Z 12476 12478 12416 0 -1 4203548 926428 0 1 0 179907 118 0 0 17 0 2 0 833185679 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12478/statm: 0 0 0 0 0 0 0
[pid=12478/tid=12479] ppid=12476 vsize=0 CPUtime=1792.52 cores=1,3,5,7
/proc/12478/task/12479/stat : 12479 (java) R 12476 12478 12416 0 -1 4203588 835767 0 1 0 179149 103 0 0 25 0 2 0 833185680 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.32
CPU time (s): 1800.28
CPU user time (s): 1799.08
CPU system time (s): 1.19982
CPU usage (%): 100.276
Max. virtual memory (cumulated for all children) (KiB): 10553196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.19982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 926428
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= 40371
involuntary context switches= 13699

runsolver used 9.67553 second user time and 23.0115 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-04 21:31:10
IDJOB=3457033
IDBENCH=1301
IDSOLVER=1951
FILE ID=node128/3457033-1307215870
RUNJOBID= node128-1307215869-12435
PBS_JOBID= 13509096
Free space on /tmp= 73920 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900557362.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457033-1307215870/watcher-3457033-1307215870 -o /tmp/evaluation-result-3457033-1307215870/solver-3457033-1307215870 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457033-1307215870.opb

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

MD5SUM BENCH= 0fb4f85eaa7daeec6ae4b4468524bb94
RANDOM SEED=133619212

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15163980 kB
Buffers:        334072 kB
Cached:        3504108 kB
SwapCached:      35620 kB
Active:        9077860 kB
Inactive:      8391796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15163980 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:             836 kB
Writeback:           0 kB
AnonPages:    13605500 kB
Mapped:          24804 kB
Slab:           134860 kB
PageTables:     112252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 185126036 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node128 at 2011-06-04 22:01:07