Trace number 3456595

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.4 1795.89

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUM35ffbede57b8807d38d913370f4c4486
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark488
Best CPU time to get the best result obtained on this benchmark1800.29
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 419
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495618
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495618
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3456595-1307218258.opb
0.09/0.11	c reading problem ... 
3.42/3.06	c ... done. Wall clock time 2.949s.
3.42/3.06	c #vars     10000
3.42/3.06	c #constraints  656900
3.42/3.06	c constraints type 
3.42/3.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.42/3.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
20.98/19.82	c cleaning 0 clauses out of 5000 with flag 0/5000
32.67/31.34	c cleaning 0 clauses out of 11001 with flag 0/11001
51.21/49.89	c cleaning 0 clauses out of 18000 with flag 0/18000
71.70/70.27	c cleaning 0 clauses out of 26000 with flag 0/26000
96.57/95.02	c cleaning 0 clauses out of 35000 with flag 0/35000
123.01/121.47	c cleaning 0 clauses out of 45002 with flag 0/45002
157.08/155.44	c cleaning 0 clauses out of 56001 with flag 0/56001
196.14/194.49	c cleaning 0 clauses out of 68000 with flag 0/68000
234.51/232.76	c cleaning 0 clauses out of 81000 with flag 0/81000
283.68/281.86	c cleaning 0 clauses out of 95001 with flag 0/95001
349.91/347.90	c cleaning 0 clauses out of 110000 with flag 0/110000
423.14/421.00	c cleaning 0 clauses out of 126001 with flag 0/126001
514.37/512.18	c cleaning 0 clauses out of 143001 with flag 0/143001
608.71/606.33	c cleaning 0 clauses out of 161001 with flag 0/161001
709.18/706.67	c cleaning 0 clauses out of 180000 with flag 0/180000
821.09/818.40	c cleaning 0 clauses out of 200000 with flag 0/200000
962.91/959.92	c cleaning 0 clauses out of 221000 with flag 0/221000
1066.46/1063.36	c cleaning 0 clauses out of 243001 with flag 0/243001
1166.14/1162.87	c cleaning 0 clauses out of 266003 with flag 0/266003
1274.19/1270.63	c cleaning 0 clauses out of 290000 with flag 0/290000
1429.74/1425.98	c cleaning 0 clauses out of 315002 with flag 0/315002
1587.70/1583.68	c cleaning 0 clauses out of 341000 with flag 0/341000
1750.09/1745.75	c cleaning 0 clauses out of 368001 with flag 0/368001
1800.04/1795.62	c starts		: 136
1800.04/1795.62	c conflicts		: 375257
1800.04/1795.62	c decisions		: 508272
1800.04/1795.62	c propagations		: 67190984
1800.04/1795.62	c inspects		: 2653509367
1800.04/1795.62	c shortcuts		: 0
1800.04/1795.62	c learnt literals	: 0
1800.04/1795.62	c learnt binary clauses	: 0
1800.04/1795.62	c learnt ternary clauses	: 0
1800.04/1795.62	c learnt constraints	: 375257
1800.04/1795.62	c ignored constraints	: 0
1800.04/1795.62	c root simplifications	: 0
1800.04/1795.62	c removed literals (reason simplification)	: 0
1800.04/1795.62	c reason swapping (by a shorter reason)	: 0
1800.04/1795.62	c Calls to reduceDB	: 23
1800.04/1795.62	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.62	c number of learned constraints concerned by reduction	: 0
1800.04/1795.62	c number of learning phase by resolution	: 0
1800.04/1795.62	c number of learning phase by cutting planes	: 0
1800.04/1795.62	c speed (assignments/second)	: 37483.2970537076
1800.04/1795.62	c non guided choices	0
1800.04/1795.67	c learnt constraints type 
1800.04/1795.67	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 375261
1800.04/1795.67	c constraints type 
1800.04/1795.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.04/1795.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.04/1795.67	s UNKNOWN
1800.04/1795.67	c Total wall clock time (in seconds): 1795.555

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-3456595-1307218258/watcher-3456595-1307218258 -o /tmp/evaluation-result-3456595-1307218258/solver-3456595-1307218258 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456595-1307218258.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.87 2.00 1.94 2/440 657
/proc/meminfo: memFree=29750864/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/657/stat : 657 (runsolver) R 655 657 31238 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 912056584 12079104 50 33554432000 4194304 5432328 140736911521168 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/657/statm: 2949 53 34 303 0 2643 0
[pid=657/tid=658] ppid=655 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4202560 1749 0 1 0 0 0 0 0 18 0 2 0 912056585 10681323520 2564 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231895184443 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.094651 s]
/proc/loadavg: 1.87 2.00 1.94 2/440 657
/proc/meminfo: memFree=29750864/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=10540076 CPUtime=0.08 cores=1,3,5,7
/proc/657/stat : 657 (java) S 655 657 31238 0 -1 4202496 12911 0 1 0 7 1 0 0 17 0 18 0 912056584 10793037824 12580 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/657/statm: 2635019 12580 2082 9 0 2625753 0
[pid=657/tid=658] ppid=655 vsize=10540076 CPUtime=0.07 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4202560 10986 0 1 0 6 1 0 0 25 0 18 0 912056585 10793037824 12581 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 47155236846388 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10540076

[startup+0.100855 s]
/proc/loadavg: 1.87 2.00 1.94 2/440 657
/proc/meminfo: memFree=29750864/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=10540076 CPUtime=0.09 cores=1,3,5,7
/proc/657/stat : 657 (java) S 655 657 31238 0 -1 4202496 13005 0 1 0 8 1 0 0 17 0 18 0 912056584 10793037824 12674 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/657/statm: 2635019 12674 2092 9 0 2625753 0
[pid=657/tid=658] ppid=655 vsize=10540076 CPUtime=0.07 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4202560 11069 0 1 0 6 1 0 0 25 0 18 0 912056585 10793037824 12674 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 46912505177430 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540076

[startup+0.304963 s]
/proc/loadavg: 1.87 2.00 1.94 2/440 657
/proc/meminfo: memFree=29750864/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=10541724 CPUtime=0.48 cores=1,3,5,7
/proc/657/stat : 657 (java) S 655 657 31238 0 -1 4202496 16689 0 1 0 46 2 0 0 17 0 18 0 912056584 10794725376 16043 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/657/statm: 2635431 16044 2200 9 0 2626165 0
[pid=657/tid=658] ppid=655 vsize=10541724 CPUtime=0.28 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4202560 13921 0 1 0 26 2 0 0 25 0 18 0 912056585 10794725376 16044 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 46912505603353 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541724

[startup+0.700812 s]
/proc/loadavg: 1.87 2.00 1.94 2/440 657
/proc/meminfo: memFree=29750864/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=10544600 CPUtime=1.12 cores=1,3,5,7
/proc/657/stat : 657 (java) S 655 657 31238 0 -1 4202496 52697 0 1 0 105 7 0 0 17 0 18 0 912056584 10797670400 50780 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/657/statm: 2636150 50785 2214 9 0 2626884 0
[pid=657/tid=658] ppid=655 vsize=10544600 CPUtime=0.67 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4202560 47095 0 1 0 61 6 0 0 25 0 18 0 912056585 10797670400 50787 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 46912505584824 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 10544600

[startup+1.50066 s]
/proc/loadavg: 1.87 2.00 1.94 3/478 698
/proc/meminfo: memFree=29177504/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=10544600 CPUtime=1.92 cores=1,3,5,7
/proc/657/stat : 657 (java) S 655 657 31238 0 -1 4202496 133947 0 1 0 175 17 0 0 17 0 18 0 912056584 10797670400 132030 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/657/statm: 2636150 132035 2214 9 0 2626884 0
[pid=657/tid=658] ppid=655 vsize=10544600 CPUtime=1.47 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4202560 128345 0 1 0 131 16 0 0 25 0 18 0 912056585 10797670400 132037 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 46912505649834 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=657/tid=660] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/660/stat : 660 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 912056587 10797670400 132040 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=661] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/661/stat : 661 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 912056587 10797670400 132042 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=662] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/662/stat : 662 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 912056587 10797670400 132045 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=663] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/663/stat : 663 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 912056587 10797670400 132047 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=664] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/664/stat : 664 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 912056587 10797670400 132050 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=665] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/665/stat : 665 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 912056587 10797670400 132052 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=666] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/666/stat : 666 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 912056587 10797670400 132055 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=667] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/667/stat : 667 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 912056587 10797670400 132057 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=668] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/668/stat : 668 (java) S 655 657 31238 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 912056588 10797670400 132060 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 0 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=669] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/669/stat : 669 (java) S 655 657 31238 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 912056588 10797670400 132062 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=670] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/670/stat : 670 (java) S 655 657 31238 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 912056588 10797670400 132065 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=671] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/671/stat : 671 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056591 10797670400 132068 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907314097 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=672] ppid=655 vsize=10544600 CPUtime=0.23 cores=1,3,5,7
/proc/657/task/672/stat : 672 (java) S 655 657 31238 0 -1 4202560 1950 0 0 0 23 0 0 0 18 0 18 0 912056591 10797670400 132070 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=673] ppid=655 vsize=10544600 CPUtime=0.2 cores=1,3,5,7
/proc/657/task/673/stat : 673 (java) S 655 657 31238 0 -1 4202560 2511 0 0 0 20 0 0 0 16 0 18 0 912056591 10797670400 132073 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=674] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/674/stat : 674 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056591 10797670400 132075 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=675] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/675/stat : 675 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 912056591 10797670400 132078 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10544600

[startup+3.10135 s]
/proc/loadavg: 1.87 2.00 1.94 3/478 698
/proc/meminfo: memFree=28262508/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=10544600 CPUtime=3.56 cores=1,3,5,7
/proc/657/stat : 657 (java) S 655 657 31238 0 -1 4202496 292125 0 1 0 319 37 0 0 17 0 18 0 912056584 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/657/statm: 2636150 290199 2228 9 0 2626884 0
[pid=657/tid=658] ppid=655 vsize=10544600 CPUtime=3.07 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4202560 286493 0 1 0 271 36 0 0 25 0 18 0 912056585 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 46912505216225 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=657/tid=660] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/660/stat : 660 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 912056587 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=661] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/661/stat : 661 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 912056587 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=662] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/662/stat : 662 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 912056587 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=663] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/663/stat : 663 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 912056587 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=664] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/664/stat : 664 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 912056587 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=665] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/665/stat : 665 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 912056587 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=666] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/666/stat : 666 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 912056587 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=667] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/667/stat : 667 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 912056587 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=668] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/668/stat : 668 (java) S 655 657 31238 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 912056588 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 0 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=669] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/669/stat : 669 (java) S 655 657 31238 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 912056588 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=670] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/670/stat : 670 (java) S 655 657 31238 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 912056588 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=671] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/671/stat : 671 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056591 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907314097 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=672] ppid=655 vsize=10544600 CPUtime=0.25 cores=1,3,5,7
/proc/657/task/672/stat : 672 (java) R 655 657 31238 0 -1 4202560 1962 0 0 0 25 0 0 0 17 0 18 0 912056591 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 47155236088929 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=657/tid=673] ppid=655 vsize=10544600 CPUtime=0.22 cores=1,3,5,7
/proc/657/task/673/stat : 673 (java) R 655 657 31238 0 -1 4202560 2522 0 0 0 22 0 0 0 15 0 18 0 912056591 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 47155233199478 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=657/tid=674] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/674/stat : 674 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056591 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=675] ppid=655 vsize=10544600 CPUtime=0 cores=1,3,5,7
/proc/657/task/675/stat : 675 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 912056591 10797670400 290199 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 10544600

[startup+6.30076 s]
/proc/loadavg: 1.96 2.02 1.94 3/480 701
/proc/meminfo: memFree=27397908/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=10545024 CPUtime=7.18 cores=1,3,5,7
/proc/657/stat : 657 (java) S 655 657 31238 0 -1 4202496 300407 0 1 0 681 37 0 0 17 0 19 0 912056584 10798104576 296348 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/657/statm: 2636256 296348 2239 9 0 2626990 0
[pid=657/tid=658] ppid=655 vsize=10545024 CPUtime=6.28 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4202560 292769 0 1 0 591 37 0 0 21 0 19 0 912056585 10798104576 296348 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 46912505827287 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=657/tid=660] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/660/stat : 660 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 912056587 10798104576 296348 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=661] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/661/stat : 661 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 912056587 10798104576 296348 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=662] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/662/stat : 662 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 912056587 10798104576 296348 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=663] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/663/stat : 663 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 912056587 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=664] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/664/stat : 664 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 912056587 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=665] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/665/stat : 665 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 912056587 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=666] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/666/stat : 666 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912056587 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=667] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/667/stat : 667 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912056587 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=668] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/668/stat : 668 (java) S 655 657 31238 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 912056588 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 0 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=669] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/669/stat : 669 (java) S 655 657 31238 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 912056588 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=670] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/670/stat : 670 (java) S 655 657 31238 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 912056588 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=671] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/671/stat : 671 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056591 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907314097 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=672] ppid=655 vsize=10545024 CPUtime=0.45 cores=1,3,5,7
/proc/657/task/672/stat : 672 (java) S 655 657 31238 0 -1 4202560 2222 0 0 0 45 0 0 0 15 0 19 0 912056591 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=673] ppid=655 vsize=10545024 CPUtime=0.43 cores=1,3,5,7
/proc/657/task/673/stat : 673 (java) S 655 657 31238 0 -1 4202560 4257 0 0 0 43 0 0 0 15 0 19 0 912056591 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=674] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/674/stat : 674 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056591 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=675] ppid=655 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/657/task/675/stat : 675 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912056591 10798104576 296349 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0

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

/proc/657/task/670/stat : 670 (java) S 655 657 31238 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912056588 10797555712 1346484 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=671] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/671/stat : 671 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056591 10797555712 1346484 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907314097 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=672] ppid=655 vsize=10544488 CPUtime=0.75 cores=1,3,5,7
/proc/657/task/672/stat : 672 (java) S 655 657 31238 0 -1 4202560 2670 0 0 0 75 0 0 0 15 0 19 0 912056591 10797555712 1346484 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=673] ppid=655 vsize=10544488 CPUtime=0.55 cores=1,3,5,7
/proc/657/task/673/stat : 673 (java) S 655 657 31238 0 -1 4202560 4344 0 0 0 55 0 0 0 15 0 19 0 912056591 10797555712 1346484 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=674] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/674/stat : 674 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056591 10797555712 1346484 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=675] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/675/stat : 675 (java) S 655 657 31238 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 912056591 10797555712 1346484 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=699] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/699/stat : 699 (java) S 655 657 31238 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912056895 10797555712 1346484 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1666.51
Current children cumulated vsize (KiB) 10544488

[startup+1722.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/480 749
/proc/meminfo: memFree=18943972/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=10544488 CPUtime=1726.59 cores=1,3,5,7
/proc/657/stat : 657 (java) S 655 657 31238 0 -1 4202496 1392331 0 1 0 172484 175 0 0 17 0 19 0 912056584 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/657/statm: 2636122 1357804 2267 9 0 2626856 0
[pid=657/tid=658] ppid=655 vsize=10544488 CPUtime=1714.72 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4202560 797450 0 1 0 171379 93 0 0 25 0 19 0 912056585 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 46912505831638 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=657/tid=660] ppid=655 vsize=10544488 CPUtime=0.6 cores=1,3,5,7
/proc/657/task/660/stat : 660 (java) S 655 657 31238 0 -1 4202560 63802 0 0 0 50 10 0 0 16 0 19 0 912056587 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=661] ppid=655 vsize=10544488 CPUtime=0.61 cores=1,3,5,7
/proc/657/task/661/stat : 661 (java) S 655 657 31238 0 -1 4202560 64361 0 0 0 52 9 0 0 15 0 19 0 912056587 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=662] ppid=655 vsize=10544488 CPUtime=0.48 cores=1,3,5,7
/proc/657/task/662/stat : 662 (java) S 655 657 31238 0 -1 4202560 40514 0 0 0 43 5 0 0 15 0 19 0 912056587 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=663] ppid=655 vsize=10544488 CPUtime=0.53 cores=1,3,5,7
/proc/657/task/663/stat : 663 (java) S 655 657 31238 0 -1 4202560 53843 0 0 0 46 7 0 0 16 0 19 0 912056587 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=664] ppid=655 vsize=10544488 CPUtime=0.47 cores=1,3,5,7
/proc/657/task/664/stat : 664 (java) S 655 657 31238 0 -1 4202560 37315 0 0 0 41 6 0 0 16 0 19 0 912056587 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=665] ppid=655 vsize=10544488 CPUtime=0.53 cores=1,3,5,7
/proc/657/task/665/stat : 665 (java) S 655 657 31238 0 -1 4202560 51678 0 0 0 45 8 0 0 16 0 19 0 912056587 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=666] ppid=655 vsize=10544488 CPUtime=0.54 cores=1,3,5,7
/proc/657/task/666/stat : 666 (java) S 655 657 31238 0 -1 4202560 58597 0 0 0 45 9 0 0 16 0 19 0 912056587 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=667] ppid=655 vsize=10544488 CPUtime=0.48 cores=1,3,5,7
/proc/657/task/667/stat : 667 (java) S 655 657 31238 0 -1 4202560 46953 0 0 0 41 7 0 0 15 0 19 0 912056587 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=668] ppid=655 vsize=10544488 CPUtime=6.22 cores=1,3,5,7
/proc/657/task/668/stat : 668 (java) S 655 657 31238 0 -1 4202560 169558 0 0 0 606 16 0 0 15 0 19 0 912056588 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 0 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=669] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/669/stat : 669 (java) S 655 657 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912056588 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=670] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/670/stat : 670 (java) S 655 657 31238 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912056588 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=671] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/671/stat : 671 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056591 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907314097 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=672] ppid=655 vsize=10544488 CPUtime=0.75 cores=1,3,5,7
/proc/657/task/672/stat : 672 (java) S 655 657 31238 0 -1 4202560 2670 0 0 0 75 0 0 0 15 0 19 0 912056591 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=673] ppid=655 vsize=10544488 CPUtime=0.55 cores=1,3,5,7
/proc/657/task/673/stat : 673 (java) S 655 657 31238 0 -1 4202560 4344 0 0 0 55 0 0 0 15 0 19 0 912056591 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=674] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/674/stat : 674 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056591 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=675] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/675/stat : 675 (java) S 655 657 31238 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 912056591 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=699] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/699/stat : 699 (java) S 655 657 31238 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912056895 10797555712 1357804 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1726.59
Current children cumulated vsize (KiB) 10544488

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/480 751
/proc/meminfo: memFree=18790064/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=10544488 CPUtime=1786.74 cores=1,3,5,7
/proc/657/stat : 657 (java) S 655 657 31238 0 -1 4202496 1420412 0 1 0 178495 179 0 0 17 0 19 0 912056584 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/657/statm: 2636122 1383698 2267 9 0 2626856 0
[pid=657/tid=658] ppid=655 vsize=10544488 CPUtime=1774.28 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4202560 797452 0 1 0 177335 93 0 0 25 0 19 0 912056585 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 46912505958242 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=657/tid=660] ppid=655 vsize=10544488 CPUtime=0.65 cores=1,3,5,7
/proc/657/task/660/stat : 660 (java) S 655 657 31238 0 -1 4202560 70899 0 0 0 54 11 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=661] ppid=655 vsize=10544488 CPUtime=0.63 cores=1,3,5,7
/proc/657/task/661/stat : 661 (java) S 655 657 31238 0 -1 4202560 67534 0 0 0 54 9 0 0 15 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=662] ppid=655 vsize=10544488 CPUtime=0.49 cores=1,3,5,7
/proc/657/task/662/stat : 662 (java) S 655 657 31238 0 -1 4202560 45166 0 0 0 44 5 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=663] ppid=655 vsize=10544488 CPUtime=0.53 cores=1,3,5,7
/proc/657/task/663/stat : 663 (java) S 655 657 31238 0 -1 4202560 53843 0 0 0 46 7 0 0 15 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=664] ppid=655 vsize=10544488 CPUtime=0.48 cores=1,3,5,7
/proc/657/task/664/stat : 664 (java) S 655 657 31238 0 -1 4202560 37367 0 0 0 42 6 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=665] ppid=655 vsize=10544488 CPUtime=0.57 cores=1,3,5,7
/proc/657/task/665/stat : 665 (java) S 655 657 31238 0 -1 4202560 54783 0 0 0 48 9 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=666] ppid=655 vsize=10544488 CPUtime=0.57 cores=1,3,5,7
/proc/657/task/666/stat : 666 (java) S 655 657 31238 0 -1 4202560 62190 0 0 0 48 9 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=667] ppid=655 vsize=10544488 CPUtime=0.51 cores=1,3,5,7
/proc/657/task/667/stat : 667 (java) S 655 657 31238 0 -1 4202560 49106 0 0 0 44 7 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=668] ppid=655 vsize=10544488 CPUtime=6.61 cores=1,3,5,7
/proc/657/task/668/stat : 668 (java) S 655 657 31238 0 -1 4202560 173808 0 0 0 644 17 0 0 15 0 19 0 912056588 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 0 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=669] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/669/stat : 669 (java) S 655 657 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912056588 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=670] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/670/stat : 670 (java) S 655 657 31238 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912056588 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=671] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/671/stat : 671 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056591 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907314097 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=672] ppid=655 vsize=10544488 CPUtime=0.75 cores=1,3,5,7
/proc/657/task/672/stat : 672 (java) S 655 657 31238 0 -1 4202560 2670 0 0 0 75 0 0 0 15 0 19 0 912056591 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=673] ppid=655 vsize=10544488 CPUtime=0.55 cores=1,3,5,7
/proc/657/task/673/stat : 673 (java) S 655 657 31238 0 -1 4202560 4344 0 0 0 55 0 0 0 15 0 19 0 912056591 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=674] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/674/stat : 674 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056591 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=675] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/675/stat : 675 (java) S 655 657 31238 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 912056591 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=699] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/699/stat : 699 (java) S 655 657 31238 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912056895 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1786.74
Current children cumulated vsize (KiB) 10544488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.07 2.05 2.01 3/480 751
/proc/meminfo: memFree=18789932/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=10544488 CPUtime=1800.04 cores=1,3,5,7
/proc/657/stat : 657 (java) S 655 657 31238 0 -1 4202496 1420412 0 1 0 179825 179 0 0 17 0 19 0 912056584 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/657/statm: 2636122 1383698 2267 9 0 2626856 0
[pid=657/tid=658] ppid=655 vsize=10544488 CPUtime=1787.6 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4202560 797452 0 1 0 178667 93 0 0 25 0 19 0 912056585 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 46912505831946 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=657/tid=660] ppid=655 vsize=10544488 CPUtime=0.65 cores=1,3,5,7
/proc/657/task/660/stat : 660 (java) S 655 657 31238 0 -1 4202560 70899 0 0 0 54 11 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=661] ppid=655 vsize=10544488 CPUtime=0.63 cores=1,3,5,7
/proc/657/task/661/stat : 661 (java) S 655 657 31238 0 -1 4202560 67534 0 0 0 54 9 0 0 15 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=662] ppid=655 vsize=10544488 CPUtime=0.49 cores=1,3,5,7
/proc/657/task/662/stat : 662 (java) S 655 657 31238 0 -1 4202560 45166 0 0 0 44 5 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=663] ppid=655 vsize=10544488 CPUtime=0.53 cores=1,3,5,7
/proc/657/task/663/stat : 663 (java) S 655 657 31238 0 -1 4202560 53843 0 0 0 46 7 0 0 15 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=664] ppid=655 vsize=10544488 CPUtime=0.48 cores=1,3,5,7
/proc/657/task/664/stat : 664 (java) S 655 657 31238 0 -1 4202560 37367 0 0 0 42 6 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=665] ppid=655 vsize=10544488 CPUtime=0.57 cores=1,3,5,7
/proc/657/task/665/stat : 665 (java) S 655 657 31238 0 -1 4202560 54783 0 0 0 48 9 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
[pid=657/tid=666] ppid=655 vsize=10544488 CPUtime=0.57 cores=1,3,5,7
/proc/657/task/666/stat : 666 (java) S 655 657 31238 0 -1 4202560 62190 0 0 0 48 9 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=667] ppid=655 vsize=10544488 CPUtime=0.51 cores=1,3,5,7
/proc/657/task/667/stat : 667 (java) S 655 657 31238 0 -1 4202560 49106 0 0 0 44 7 0 0 16 0 19 0 912056587 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=668] ppid=655 vsize=10544488 CPUtime=6.61 cores=1,3,5,7
/proc/657/task/668/stat : 668 (java) S 655 657 31238 0 -1 4202560 173808 0 0 0 644 17 0 0 15 0 19 0 912056588 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 0 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=669] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/669/stat : 669 (java) S 655 657 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912056588 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=670] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/670/stat : 670 (java) S 655 657 31238 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912056588 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=671] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/671/stat : 671 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056591 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907314097 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=672] ppid=655 vsize=10544488 CPUtime=0.75 cores=1,3,5,7
/proc/657/task/672/stat : 672 (java) S 655 657 31238 0 -1 4202560 2670 0 0 0 75 0 0 0 15 0 19 0 912056591 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=673] ppid=655 vsize=10544488 CPUtime=0.55 cores=1,3,5,7
/proc/657/task/673/stat : 673 (java) S 655 657 31238 0 -1 4202560 4344 0 0 0 55 0 0 0 15 0 19 0 912056591 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 5 0 0 0
[pid=657/tid=674] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/674/stat : 674 (java) S 655 657 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056591 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907306393 0 4 0 16800975 18446604471133747328 0 0 -1 1 0 0 0
[pid=657/tid=675] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/675/stat : 675 (java) S 655 657 31238 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 912056591 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 4 0 16800975 18446604471133747328 0 0 -1 3 0 0 0
[pid=657/tid=699] ppid=655 vsize=10544488 CPUtime=0 cores=1,3,5,7
/proc/657/task/699/stat : 699 (java) S 655 657 31238 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912056895 10797555712 1383698 33554432000 1073741824 1073778376 140734662725840 18446744073709551615 231907307008 0 4 0 16800975 18446604471133747328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10544488

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

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

[startup+1795.8 s]
/proc/loadavg: 2.07 2.05 2.01 3/480 751
/proc/meminfo: memFree=18789932/32950928 swapFree=52246700/67111528
[pid=657] ppid=655 vsize=0 CPUtime=1800.3 cores=1,3,5,7
/proc/657/stat : 657 (java) Z 655 657 31238 0 -1 4203548 1420442 0 1 0 179838 192 0 0 15 0 2 0 912056584 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/657/statm: 0 0 0 0 0 0 0
[pid=657/tid=658] ppid=655 vsize=0 CPUtime=1787.78 cores=1,3,5,7
/proc/657/task/658/stat : 658 (java) R 655 657 31238 0 -1 4203588 797452 0 1 0 178672 106 0 0 25 0 2 0 912056585 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.89
CPU time (s): 1800.4
CPU user time (s): 1798.39
CPU system time (s): 2.01269
CPU usage (%): 100.251
Max. virtual memory (cumulated for all children) (KiB): 10546160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 2.01269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1420442
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= 38532
involuntary context switches= 12866

runsolver used 7.55585 second user time and 18.6312 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-04 22:10:59
IDJOB=3456595
IDBENCH=1964
IDSOLVER=1951
FILE ID=node114/3456595-1307218258
RUNJOBID= node114-1307216461-481
PBS_JOBID= 13509047
Free space on /tmp= 73912 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456595-1307218258/watcher-3456595-1307218258 -o /tmp/evaluation-result-3456595-1307218258/solver-3456595-1307218258 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456595-1307218258.opb

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

MD5SUM BENCH= 35ffbede57b8807d38d913370f4c4486
RANDOM SEED=1578975642

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29750896 kB
Buffers:        336180 kB
Cached:         549460 kB
SwapCached:      10712 kB
Active:        2391732 kB
Inactive:       534104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29750896 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:           28432 kB
Writeback:           0 kB
AnonPages:     2037072 kB
Mapped:          20828 kB
Slab:           144256 kB
PageTables:      61884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108162604 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= 73908 MiB
End job on node114 at 2011-06-04 22:40:57