Trace number 2660476

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 PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.41 1791.58

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM5f836d1b8d150c1925229546ed283812
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark371
Best CPU time to get the best result obtained on this benchmark1796.29
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 453
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 491651
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 491651
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c solving HOME/instance-2660476-1276380264.opb
0.21/0.23	c reading problem ... 
8.89/7.74	c ... done. Wall clock time 7.515s.
8.89/7.74	c #vars     10000
8.89/7.74	c #constraints  656900
8.89/7.74	c constraints type 
8.89/7.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
8.89/7.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
37.98/35.26	c cleaning 0 clauses out of 5000 with flag 0/5000
59.60/56.71	c cleaning 0 clauses out of 11000 with flag 0/11000
90.25/87.28	c cleaning 0 clauses out of 18000 with flag 0/18000
126.81/123.69	c cleaning 0 clauses out of 26001 with flag 0/26001
177.38/174.03	c cleaning 0 clauses out of 35000 with flag 0/35000
238.98/235.48	c cleaning 0 clauses out of 45000 with flag 0/45000
304.81/301.09	c cleaning 0 clauses out of 56000 with flag 0/56000
375.25/371.25	c cleaning 0 clauses out of 68002 with flag 0/68002
470.36/466.08	c cleaning 0 clauses out of 81001 with flag 0/81001
600.24/595.63	c cleaning 0 clauses out of 95000 with flag 0/95000
743.22/738.12	c cleaning 0 clauses out of 110003 with flag 0/110003
874.09/868.41	c cleaning 0 clauses out of 126001 with flag 0/126001
1006.51/1000.33	c cleaning 0 clauses out of 143000 with flag 0/143000
1186.56/1179.93	c cleaning 0 clauses out of 161000 with flag 0/161000
1395.39/1388.08	c cleaning 0 clauses out of 180003 with flag 0/180003
1633.74/1625.67	c cleaning 0 clauses out of 200000 with flag 0/200000
1800.03/1791.32	c starts		: 119
1800.03/1791.32	c conflicts		: 212855
1800.03/1791.32	c decisions		: 299265
1800.03/1791.32	c propagations		: 40377342
1800.03/1791.32	c inspects		: 1200727895
1800.03/1791.32	c learnt literals	: 0
1800.03/1791.32	c learnt binary clauses	: 0
1800.03/1791.32	c learnt ternary clauses	: 0
1800.03/1791.32	c learnt clauses	: 212854
1800.03/1791.32	c ignored clauses	: 0
1800.03/1791.32	c root simplifications	: 0
1800.03/1791.32	c removed literals (reason simplification)	: 0
1800.03/1791.32	c reason swapping (by a shorter reason)	: 0
1800.03/1791.32	c Calls to reduceDB	: 16
1800.03/1791.32	c number of reductions to clauses (during analyze)	: 0
1800.03/1791.32	c number of learned constraints concerned by reduction	: 0
1800.03/1791.32	c number of learning phase by resolution	: 0
1800.03/1791.32	c number of learning phase by cutting planes	: 0
1800.03/1791.32	c speed (assignments/second)	: 22638.48313299555
1800.03/1791.32	c non guided choices	0
1800.03/1791.40	c learnt constraints type 
1800.03/1791.40	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 212862
1800.03/1791.40	c constraints type 
1800.03/1791.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.03/1791.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.03/1791.40	s UNKNOWN
1800.03/1791.40	c Total wall clock time (in seconds): 1791.173

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2660476-1276380264/watcher-2660476-1276380264 -o /tmp/evaluation-result-2660476-1276380264/solver-2660476-1276380264 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660476-1276380264.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16748
/proc/meminfo: memFree=1811952/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=428 CPUtime=0
/proc/16748/stat : 16748 (java6) R 16746 16748 16403 0 -1 4194304 124 0 0 0 0 0 0 0 19 0 1 0 13628035 438272 42 1992294400 134512640 134550932 4293604288 18446744073709551615 6382164 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16748/statm: 111 45 36 10 0 25 0

[startup+0.051851 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16748
/proc/meminfo: memFree=1811952/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1521016 CPUtime=0.03
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 3479 0 1 0 1 2 0 0 15 0 5 0 13628035 1557520384 2921 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 380254 2922 984 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.100851 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16748
/proc/meminfo: memFree=1811952/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1524024 CPUtime=0.08
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 3936 0 1 0 6 2 0 0 15 0 12 0 13628035 1560600576 3374 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 381006 3374 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.30085 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16748
/proc/meminfo: memFree=1811952/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1526864 CPUtime=0.32
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 5423 0 1 0 28 4 0 0 15 0 12 0 13628035 1563508736 4859 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 381716 4859 1359 10 0 379018 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1526864

[startup+0.70085 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16748
/proc/meminfo: memFree=1811952/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1527540 CPUtime=1
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 7475 0 1 0 95 5 0 0 15 0 12 0 13628035 1564200960 6624 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 381885 6625 1397 10 0 379187 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1527540

[startup+1.50185 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16760
/proc/meminfo: memFree=1778624/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1528936 CPUtime=2.06
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 20674 0 1 0 195 11 0 0 15 0 12 0 13628035 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 382234 19727 1408 10 0 379536 0
[pid=16748/tid=16750] ppid=16746 vsize=1528936 CPUtime=1.15
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 16403 0 -1 4202560 17949 0 1 0 107 8 0 0 25 0 12 0 13628037 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4108988702 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 16403 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 13628038 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 13628038 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 16403 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 13628040 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 16403 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 13628041 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 16403 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 13628041 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 13628045 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=1528936 CPUtime=0.43
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 16403 0 -1 4202560 366 0 0 0 43 0 0 0 18 0 12 0 13628045 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=1528936 CPUtime=0.44
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 16403 0 -1 4202560 1292 0 0 0 44 0 0 0 16 0 12 0 13628045 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 13628045 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13628045 1565630464 19727 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1528936

[startup+3.10185 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16760
/proc/meminfo: memFree=1675332/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1528936 CPUtime=3.74
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 38818 0 1 0 356 18 0 0 15 0 12 0 13628035 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 382234 37854 1418 10 0 379536 0
[pid=16748/tid=16750] ppid=16746 vsize=1528936 CPUtime=2.66
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 16403 0 -1 4202560 32011 0 1 0 252 14 0 0 25 0 12 0 13628037 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4108928384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=1528936 CPUtime=0.07
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 16403 0 -1 4202560 2090 0 0 0 7 0 0 0 15 0 12 0 13628038 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=1528936 CPUtime=0.07
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 16403 0 -1 4202560 1981 0 0 0 7 0 0 0 16 0 12 0 13628038 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 16403 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 12 0 13628040 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 16403 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 13628041 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 16403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 13628041 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 13628045 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=1528936 CPUtime=0.43
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 16403 0 -1 4202560 366 0 0 0 43 0 0 0 18 0 12 0 13628045 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=1528936 CPUtime=0.44
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 16403 0 -1 4202560 1292 0 0 0 44 0 0 0 16 0 12 0 13628045 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 13628045 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=1528936 CPUtime=0
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13628045 1565630464 37854 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1528936

[startup+6.30184 s]
/proc/loadavg: 1.08 1.02 1.01 4/118 16760
/proc/meminfo: memFree=1644208/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1528620 CPUtime=7.28
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 46733 0 1 0 706 22 0 0 15 0 12 0 13628035 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 382155 45536 1418 10 0 379457 0
[pid=16748/tid=16750] ppid=16746 vsize=1528620 CPUtime=5.49
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 16403 0 -1 4202560 32016 0 1 0 534 15 0 0 25 0 12 0 13628037 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4108993414 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=1528620 CPUtime=0.45
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 16403 0 -1 4202560 6436 0 0 0 42 3 0 0 16 0 12 0 13628038 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=1528620 CPUtime=0.43
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 16403 0 -1 4202560 5533 0 0 0 42 1 0 0 16 0 12 0 13628038 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=1528620 CPUtime=0
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 16403 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 12 0 13628040 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=1528620 CPUtime=0
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 16403 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 13628041 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=1528620 CPUtime=0
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 16403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 13628041 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=1528620 CPUtime=0
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 13628045 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=1528620 CPUtime=0.43
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 16403 0 -1 4202560 366 0 0 0 43 0 0 0 18 0 12 0 13628045 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=1528620 CPUtime=0.44
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 16403 0 -1 4202560 1292 0 0 0 44 0 0 0 16 0 12 0 13628045 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=1528620 CPUtime=0
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 13628045 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=1528620 CPUtime=0
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13628045 1565306880 45536 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1528620

[startup+12.7014 s]
/proc/loadavg: 1.15 1.03 1.01 2/119 16761
/proc/meminfo: memFree=1621260/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1533040 CPUtime=15.09
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 51243 0 1 0 1484 25 0 0 15 0 13 0 13628035 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 383260 48809 1441 10 0 380562 0
[pid=16748/tid=16750] ppid=16746 vsize=1533040 CPUtime=11.51
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 16403 0 -1 4202560 32076 0 1 0 1135 16 0 0 25 0 13 0 13628037 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4109322707 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=1533040 CPUtime=0.65
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 16403 0 -1 4202560 7287 0 0 0 62 3 0 0 16 0 13 0 13628038 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=1533040 CPUtime=0.64
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 16403 0 -1 4202560 6912 0 0 0 62 2 0 0 16 0 13 0 13628038 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=1533040 CPUtime=0
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 16403 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 13628040 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=1533040 CPUtime=0
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 16403 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13628041 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=1533040 CPUtime=0
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 16403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13628041 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=1533040 CPUtime=0
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 13628045 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=1533040 CPUtime=0.68
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 16403 0 -1 4202560 384 0 0 0 68 0 0 0 15 0 13 0 13628045 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=1533040 CPUtime=1.54
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 16403 0 -1 4202560 3489 0 0 0 153 1 0 0 16 0 13 0 13628045 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=1533040 CPUtime=0
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13628045 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=1533040 CPUtime=0
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13628045 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=1533040 CPUtime=0
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 16403 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 13628843 1569832960 48809 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 1533040

[startup+25.5009 s]
/proc/loadavg: 1.12 1.03 1.01 2/119 16761
/proc/meminfo: memFree=1596708/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1533000 CPUtime=28.23
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 58099 0 1 0 2794 29 0 0 15 0 13 0 13628035 1569792000 55032 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 383250 55032 1441 10 0 380552 0
[pid=16748/tid=16750] ppid=16746 vsize=1533000 CPUtime=24.01
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 16403 0 -1 4202560 32083 0 1 0 2385 16 0 0 25 0 13 0 13628037 1569792000 55032 1992294400 134512640 134550932 4292822768 18446744073709551615 4109417599 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=1533000 CPUtime=0.82
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 16403 0 -1 4202560 10890 0 0 0 77 5 0 0 16 0 13 0 13628038 1569792000 55032 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=1533000 CPUtime=0.8
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 16403 0 -1 4202560 10110 0 0 0 77 3 0 0 15 0 13 0 13628038 1569792000 55032 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 16403 0 -1 4202560 25 0 0 0 0 0 0 0 16 0 13 0 13628040 1569792000 55032 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 16403 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13628041 1569792000 55032 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 16403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13628041 1569792000 55032 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=1533000 CPUtime=0

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

[pid=16748/tid=16754] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 16403 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13628041 1569792000 313417 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 16403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13628041 1569792000 313417 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 13628045 1569792000 313417 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=1533000 CPUtime=0.97
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 16403 0 -1 4202560 433 0 0 0 97 0 0 0 15 0 13 0 13628045 1569792000 313417 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=1533000 CPUtime=1.78
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 16403 0 -1 4202560 3495 0 0 0 177 1 0 0 15 0 13 0 13628045 1569792000 313417 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13628045 1569792000 313417 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 16403 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 13628045 1569792000 313417 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 16403 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 13628843 1569792000 313417 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1670.56
Current children cumulated vsize (KiB) 1533000

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 16810
/proc/meminfo: memFree=534772/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1533000 CPUtime=1730.78
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 346048 0 1 0 172894 184 0 0 15 0 13 0 13628035 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 383250 320045 1447 10 0 380552 0
[pid=16748/tid=16750] ppid=16746 vsize=1533000 CPUtime=1703.11
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 16403 0 -1 4202560 32619 0 1 0 170286 25 0 0 25 0 13 0 13628037 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4109310458 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=1533000 CPUtime=7.91
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 16403 0 -1 4202560 153963 0 0 0 718 73 0 0 15 0 13 0 13628038 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=1533000 CPUtime=7.91
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 16403 0 -1 4202560 151779 0 0 0 715 76 0 0 16 0 13 0 13628038 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=1533000 CPUtime=9.01
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 16403 0 -1 4202560 2591 0 0 0 898 3 0 0 16 0 13 0 13628040 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 16403 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13628041 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 16403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13628041 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 13628045 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=1533000 CPUtime=0.97
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 16403 0 -1 4202560 433 0 0 0 97 0 0 0 15 0 13 0 13628045 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=1533000 CPUtime=1.78
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 16403 0 -1 4202560 3495 0 0 0 177 1 0 0 15 0 13 0 13628045 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13628045 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 16403 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 13628045 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 16403 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 13628843 1569792000 320045 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1730.78
Current children cumulated vsize (KiB) 1533000

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 16810
/proc/meminfo: memFree=506004/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1533000 CPUtime=1790.98
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 353005 0 1 0 178911 187 0 0 15 0 13 0 13628035 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 383250 326682 1447 10 0 380552 0
[pid=16748/tid=16750] ppid=16746 vsize=1533000 CPUtime=1762.85
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 16403 0 -1 4202560 32631 0 1 0 176259 26 0 0 25 0 13 0 13628037 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4109417730 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=1533000 CPUtime=8.16
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 16403 0 -1 4202560 157221 0 0 0 740 76 0 0 16 0 13 0 13628038 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=1533000 CPUtime=8.15
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 16403 0 -1 4202560 155462 0 0 0 738 77 0 0 15 0 13 0 13628038 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=1533000 CPUtime=9.02
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 16403 0 -1 4202560 2593 0 0 0 898 4 0 0 15 0 13 0 13628040 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 16403 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13628041 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 16403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13628041 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 13628045 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=1533000 CPUtime=0.97
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 16403 0 -1 4202560 433 0 0 0 97 0 0 0 15 0 13 0 13628045 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=1533000 CPUtime=1.78
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 16403 0 -1 4202560 3495 0 0 0 177 1 0 0 15 0 13 0 13628045 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13628045 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 16403 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 13628045 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 16403 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 13628843 1569792000 326682 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1790.98
Current children cumulated vsize (KiB) 1533000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 16812
/proc/meminfo: memFree=501788/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1533000 CPUtime=1800.03
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 354116 0 1 0 179815 188 0 0 15 0 13 0 13628035 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 383250 327745 1447 10 0 380552 0
[pid=16748/tid=16750] ppid=16746 vsize=1533000 CPUtime=1771.81
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 16403 0 -1 4202560 32633 0 1 0 177155 26 0 0 25 0 13 0 13628037 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4109417599 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=1533000 CPUtime=8.2
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 16403 0 -1 4202560 157729 0 0 0 744 76 0 0 16 0 13 0 13628038 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=1533000 CPUtime=8.19
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 16403 0 -1 4202560 156059 0 0 0 742 77 0 0 15 0 13 0 13628038 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=1533000 CPUtime=9.02
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 16403 0 -1 4202560 2595 0 0 0 898 4 0 0 15 0 13 0 13628040 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 16403 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13628041 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 16403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13628041 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 13628045 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=1533000 CPUtime=0.97
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 16403 0 -1 4202560 433 0 0 0 97 0 0 0 15 0 13 0 13628045 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=1533000 CPUtime=1.78
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 16403 0 -1 4202560 3495 0 0 0 177 1 0 0 15 0 13 0 13628045 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13628045 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 16403 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 13628045 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=1533000 CPUtime=0
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 16403 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 13628843 1569792000 327745 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1533000

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

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

[startup+1791.42 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 16812
/proc/meminfo: memFree=501788/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=1533648 CPUtime=1800.23
/proc/16748/stat : 16748 (java) S 16746 16748 16403 0 -1 4202496 354134 0 1 0 179835 188 0 0 15 0 14 0 13628035 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 383412 327763 1448 10 0 380714 0
[pid=16748/tid=16750] ppid=16746 vsize=1533648 CPUtime=1771.91
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 16403 0 -1 4202560 32633 0 1 0 177165 26 0 0 25 0 14 0 13628037 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4109322792 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=1533648 CPUtime=8.2
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 16403 0 -1 4202560 157729 0 0 0 744 76 0 0 16 0 14 0 13628038 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=1533648 CPUtime=8.19
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 16403 0 -1 4202560 156059 0 0 0 742 77 0 0 15 0 14 0 13628038 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=1533648 CPUtime=9.02
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 16403 0 -1 4202560 2595 0 0 0 898 4 0 0 15 0 14 0 13628040 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=1533648 CPUtime=0
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 16403 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 13628041 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=1533648 CPUtime=0
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 16403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 13628041 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=1533648 CPUtime=0
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 16403 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 13628045 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=1533648 CPUtime=0.97
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 16403 0 -1 4202560 433 0 0 0 97 0 0 0 15 0 14 0 13628045 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=1533648 CPUtime=1.82
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 16403 0 -1 4202560 3495 0 0 0 181 1 0 0 15 0 14 0 13628045 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=1533648 CPUtime=0
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 16403 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 13628045 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=1533648 CPUtime=0
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 16403 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 14 0 13628045 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=1533648 CPUtime=0
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 16403 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 13628843 1570455552 327763 1992294400 134512640 134550932 4292822768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845081152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1533648

[startup+1791.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 16812
/proc/meminfo: memFree=501788/2059040 swapFree=4136168/4192956
[pid=16748] ppid=16746 vsize=0 CPUtime=1800.31
/proc/16748/stat : 16748 (java) Z 16746 16748 16403 0 -1 4203548 354135 0 1 0 179839 192 0 0 15 0 2 0 13628035 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16748/statm: 0 0 0 0 0 0 0
[pid=16748/tid=16750] ppid=16746 vsize=0 CPUtime=1772
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 16403 0 -1 4203588 32633 0 1 0 177170 30 0 0 25 0 2 0 13628037 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.58
CPU time (s): 1800.41
CPU user time (s): 1798.39
CPU system time (s): 2.01169
CPU usage (%): 100.492
Max. virtual memory (cumulated for all children) (KiB): 1533648

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

runsolver used 3.62745 second user time and 9.50955 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-13 00:04:25
IDJOB=2660476
IDBENCH=1970
IDSOLVER=1165
FILE ID=node011/2660476-1276380264
PBS_JOBID= 11173233
Free space on /tmp= 62248 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660476-1276380264/watcher-2660476-1276380264 -o /tmp/evaluation-result-2660476-1276380264/solver-2660476-1276380264 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660476-1276380264.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5f836d1b8d150c1925229546ed283812
RANDOM SEED=594242586

node011.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1812348 kB
Buffers:         54876 kB
Cached:         128940 kB
SwapCached:      11032 kB
Active:         107148 kB
Inactive:        90132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1812348 kB
SwapTotal:     4192956 kB
SwapFree:      4136168 kB
Dirty:           17196 kB
Writeback:           0 kB
AnonPages:       10732 kB
Mapped:           9140 kB
Slab:            27504 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62248 MiB
End job on node011 at 2010-06-13 00:34:18