Trace number 2660478

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.42 1790.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
MD5SUM093efae700664f798191c0b27cec34af
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark419
Best CPU time to get the best result obtained on this benchmark1796.43
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 447
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 494527
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 494527
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.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c solving HOME/instance-2660478-1276381803.opb
0.24/0.22	c reading problem ... 
9.00/7.86	c ... done. Wall clock time 7.646s.
9.00/7.86	c #vars     10000
9.00/7.86	c #constraints  656900
9.00/7.86	c constraints type 
9.00/7.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
9.00/7.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
41.84/39.17	c cleaning 0 clauses out of 5000 with flag 0/5000
64.62/61.70	c cleaning 0 clauses out of 11001 with flag 0/11001
95.68/92.62	c cleaning 0 clauses out of 18000 with flag 0/18000
128.84/125.65	c cleaning 0 clauses out of 26000 with flag 0/26000
176.83/173.42	c cleaning 0 clauses out of 35000 with flag 0/35000
237.94/234.31	c cleaning 0 clauses out of 45000 with flag 0/45000
292.16/288.37	c cleaning 0 clauses out of 56000 with flag 0/56000
366.52/362.48	c cleaning 0 clauses out of 68001 with flag 0/68001
457.42/453.04	c cleaning 0 clauses out of 81000 with flag 0/81000
535.46/530.71	c cleaning 0 clauses out of 95000 with flag 0/95000
635.10/629.91	c cleaning 0 clauses out of 110000 with flag 0/110000
755.87/750.15	c cleaning 0 clauses out of 126002 with flag 0/126002
911.37/905.12	c cleaning 0 clauses out of 143000 with flag 0/143000
1087.90/1081.07	c cleaning 0 clauses out of 161003 with flag 0/161003
1285.11/1277.50	c cleaning 0 clauses out of 180001 with flag 0/180001
1469.48/1461.04	c cleaning 0 clauses out of 200001 with flag 0/200001
1700.97/1691.58	c cleaning 0 clauses out of 221003 with flag 0/221003
1800.09/1790.22	c starts		: 119
1800.09/1790.22	c conflicts		: 229475
1800.09/1790.22	c decisions		: 316443
1800.09/1790.22	c propagations		: 45051309
1800.09/1790.22	c inspects		: 1128298959
1800.09/1790.22	c learnt literals	: 0
1800.09/1790.22	c learnt binary clauses	: 0
1800.09/1790.22	c learnt ternary clauses	: 0
1800.09/1790.22	c learnt clauses	: 229475
1800.09/1790.22	c ignored clauses	: 0
1800.09/1790.22	c root simplifications	: 0
1800.09/1790.22	c removed literals (reason simplification)	: 0
1800.09/1790.22	c reason swapping (by a shorter reason)	: 0
1800.09/1790.22	c Calls to reduceDB	: 17
1800.09/1790.22	c number of reductions to clauses (during analyze)	: 0
1800.09/1790.22	c number of learned constraints concerned by reduction	: 0
1800.09/1790.22	c number of learning phase by resolution	: 0
1800.09/1790.22	c number of learning phase by cutting planes	: 0
1800.09/1790.22	c speed (assignments/second)	: 25276.340630998046
1800.09/1790.22	c non guided choices	0
1800.09/1790.30	c learnt constraints type 
1800.09/1790.30	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 229479
1800.09/1790.30	c constraints type 
1800.09/1790.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.09/1790.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.09/1790.30	s UNKNOWN
1800.09/1790.31	c Total wall clock time (in seconds): 1790.087

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-2660478-1276381803/watcher-2660478-1276381803 -o /tmp/evaluation-result-2660478-1276381803/solver-2660478-1276381803 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660478-1276381803.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 14548
/proc/meminfo: memFree=1787764/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1752 CPUtime=0
/proc/14548/stat : 14548 (java6) R 14546 14548 14180 0 -1 4194304 166 0 0 0 0 0 0 0 19 0 1 0 13781690 1794048 82 1992294400 134512640 134550932 4292254672 18446744073709551615 9184548 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14548/statm: 425 75 56 10 0 30 0

[startup+0.096849 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14548
/proc/meminfo: memFree=1787764/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1522120 CPUtime=0.08
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 3874 0 1 0 6 2 0 0 15 0 8 0 13781690 1558650880 3315 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 380530 3315 1049 10 0 377840 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1522120

[startup+0.101781 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14548
/proc/meminfo: memFree=1787764/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1524024 CPUtime=0.08
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 3940 0 1 0 6 2 0 0 15 0 12 0 13781690 1560600576 3379 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 381006 3379 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.364189 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14548
/proc/meminfo: memFree=1787764/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1526980 CPUtime=0.47
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 5644 0 1 0 44 3 0 0 15 0 12 0 13781690 1563627520 5081 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 381745 5081 1370 10 0 379047 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 1526980

[startup+0.701838 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14548
/proc/meminfo: memFree=1787764/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1528236 CPUtime=1.02
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 7470 0 1 0 98 4 0 0 15 0 12 0 13781690 1564913664 6846 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 382059 6846 1397 10 0 379361 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1528236

[startup+1.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 14560
/proc/meminfo: memFree=1753816/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1528332 CPUtime=2.06
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 20530 0 1 0 195 11 0 0 15 0 12 0 13781690 1565011968 19632 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 382083 19634 1408 10 0 379385 0
[pid=14548/tid=14550] ppid=14546 vsize=1528332 CPUtime=1.16
/proc/14548/task/14550/stat : 14550 (java) R 14546 14548 14180 0 -1 4202560 17923 0 1 0 107 9 0 0 25 0 12 0 13781692 1565011968 19635 1992294400 134512640 134550932 4288585968 18446744073709551615 4109210241 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14548/tid=14551] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14551/stat : 14551 (java) S 14546 14548 14180 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 13781693 1565011968 19636 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14552] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14552/stat : 14552 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 13781693 1565011968 19637 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14553] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14553/stat : 14553 (java) S 14546 14548 14180 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 13781695 1565011968 19639 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14554] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14554/stat : 14554 (java) S 14546 14548 14180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 13781696 1565011968 19640 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14555] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14555/stat : 14555 (java) S 14546 14548 14180 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 13781696 1565011968 19641 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14556] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14556/stat : 14556 (java) S 14546 14548 14180 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 13781700 1565011968 19643 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14557] ppid=14546 vsize=1528332 CPUtime=0.38
/proc/14548/task/14557/stat : 14557 (java) S 14546 14548 14180 0 -1 4202560 670 0 0 0 38 0 0 0 16 0 12 0 13781700 1565011968 19644 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14558] ppid=14546 vsize=1528332 CPUtime=0.48
/proc/14548/task/14558/stat : 14558 (java) S 14546 14548 14180 0 -1 4202560 875 0 0 0 48 0 0 0 15 0 12 0 13781700 1565011968 19645 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14559] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14559/stat : 14559 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 13781700 1565011968 19646 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14560] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14560/stat : 14560 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13781700 1565011968 19648 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1528332

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 14560
/proc/meminfo: memFree=1651392/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1528332 CPUtime=3.74
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 38731 0 1 0 356 18 0 0 15 0 12 0 13781690 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 382083 37810 1418 10 0 379385 0
[pid=14548/tid=14550] ppid=14546 vsize=1528332 CPUtime=2.67
/proc/14548/task/14550/stat : 14550 (java) R 14546 14548 14180 0 -1 4202560 32032 0 1 0 253 14 0 0 25 0 12 0 13781692 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4109198957 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14548/tid=14551] ppid=14546 vsize=1528332 CPUtime=0.08
/proc/14548/task/14551/stat : 14551 (java) S 14546 14548 14180 0 -1 4202560 2057 0 0 0 8 0 0 0 15 0 12 0 13781693 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14552] ppid=14546 vsize=1528332 CPUtime=0.07
/proc/14548/task/14552/stat : 14552 (java) S 14546 14548 14180 0 -1 4202560 2021 0 0 0 7 0 0 0 16 0 12 0 13781693 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14553] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14553/stat : 14553 (java) S 14546 14548 14180 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 13781695 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14554] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14554/stat : 14554 (java) S 14546 14548 14180 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 13781696 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14555] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14555/stat : 14555 (java) S 14546 14548 14180 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 13781696 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14556] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14556/stat : 14556 (java) S 14546 14548 14180 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 13781700 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14557] ppid=14546 vsize=1528332 CPUtime=0.38
/proc/14548/task/14557/stat : 14557 (java) S 14546 14548 14180 0 -1 4202560 670 0 0 0 38 0 0 0 16 0 12 0 13781700 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14558] ppid=14546 vsize=1528332 CPUtime=0.48
/proc/14548/task/14558/stat : 14558 (java) S 14546 14548 14180 0 -1 4202560 875 0 0 0 48 0 0 0 15 0 12 0 13781700 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14559] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14559/stat : 14559 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 13781700 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14560] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14560/stat : 14560 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13781700 1565011968 37810 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1528332

[startup+6.30136 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 14560
/proc/meminfo: memFree=1625352/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1528332 CPUtime=7.3
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 46681 0 1 0 707 23 0 0 15 0 12 0 13781690 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 382083 45557 1418 10 0 379385 0
[pid=14548/tid=14550] ppid=14546 vsize=1528332 CPUtime=5.5
/proc/14548/task/14550/stat : 14550 (java) R 14546 14548 14180 0 -1 4202560 32037 0 1 0 535 15 0 0 24 0 12 0 13781692 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4109253076 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14548/tid=14551] ppid=14546 vsize=1528332 CPUtime=0.43
/proc/14548/task/14551/stat : 14551 (java) S 14546 14548 14180 0 -1 4202560 6171 0 0 0 41 2 0 0 16 0 12 0 13781693 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14552] ppid=14546 vsize=1528332 CPUtime=0.43
/proc/14548/task/14552/stat : 14552 (java) S 14546 14548 14180 0 -1 4202560 5840 0 0 0 41 2 0 0 16 0 12 0 13781693 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14553] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14553/stat : 14553 (java) S 14546 14548 14180 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 12 0 13781695 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14554] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14554/stat : 14554 (java) S 14546 14548 14180 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 13781696 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14555] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14555/stat : 14555 (java) S 14546 14548 14180 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 13781696 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14556] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14556/stat : 14556 (java) S 14546 14548 14180 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 13781700 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14557] ppid=14546 vsize=1528332 CPUtime=0.38
/proc/14548/task/14557/stat : 14557 (java) S 14546 14548 14180 0 -1 4202560 670 0 0 0 38 0 0 0 16 0 12 0 13781700 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14558] ppid=14546 vsize=1528332 CPUtime=0.48
/proc/14548/task/14558/stat : 14558 (java) S 14546 14548 14180 0 -1 4202560 875 0 0 0 48 0 0 0 15 0 12 0 13781700 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14559] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14559/stat : 14559 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 13781700 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14560] ppid=14546 vsize=1528332 CPUtime=0
/proc/14548/task/14560/stat : 14560 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13781700 1565011968 45557 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 1528332

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14561
/proc/meminfo: memFree=1597692/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1531340 CPUtime=15.03
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 50194 0 1 0 1477 26 0 0 15 0 13 0 13781690 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 382835 48540 1441 10 0 380137 0
[pid=14548/tid=14550] ppid=14546 vsize=1531340 CPUtime=11.6
/proc/14548/task/14550/stat : 14550 (java) R 14546 14548 14180 0 -1 4202560 32096 0 1 0 1144 16 0 0 25 0 13 0 13781692 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4109571308 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14548/tid=14551] ppid=14546 vsize=1531340 CPUtime=0.64
/proc/14548/task/14551/stat : 14551 (java) S 14546 14548 14180 0 -1 4202560 7613 0 0 0 60 4 0 0 16 0 13 0 13781693 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14552] ppid=14546 vsize=1531340 CPUtime=0.64
/proc/14548/task/14552/stat : 14552 (java) S 14546 14548 14180 0 -1 4202560 6629 0 0 0 62 2 0 0 16 0 13 0 13781693 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14553] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14553/stat : 14553 (java) S 14546 14548 14180 0 -1 4202560 25 0 0 0 0 0 0 0 16 0 13 0 13781695 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14554] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14554/stat : 14554 (java) S 14546 14548 14180 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14555] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14555/stat : 14555 (java) S 14546 14548 14180 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14556] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14556/stat : 14556 (java) S 14546 14548 14180 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13781700 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14557] ppid=14546 vsize=1531340 CPUtime=0.88
/proc/14548/task/14557/stat : 14557 (java) S 14546 14548 14180 0 -1 4202560 1365 0 0 0 88 0 0 0 15 0 13 0 13781700 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14558] ppid=14546 vsize=1531340 CPUtime=1.21
/proc/14548/task/14558/stat : 14558 (java) S 14546 14548 14180 0 -1 4202560 1399 0 0 0 120 1 0 0 15 0 13 0 13781700 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14559] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14559/stat : 14559 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13781700 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14560] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14560/stat : 14560 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13781700 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14561] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14561/stat : 14561 (java) S 14546 14548 14180 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13782509 1568092160 48540 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.03
Current children cumulated vsize (KiB) 1531340

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14561
/proc/meminfo: memFree=1588268/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1531340 CPUtime=28.11
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 52811 0 1 0 2784 27 0 0 15 0 13 0 13781690 1568092160 51070 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 382835 51070 1441 10 0 380137 0
[pid=14548/tid=14550] ppid=14546 vsize=1531340 CPUtime=24.32
/proc/14548/task/14550/stat : 14550 (java) R 14546 14548 14180 0 -1 4202560 32101 0 1 0 2416 16 0 0 25 0 13 0 13781692 1568092160 51070 1992294400 134512640 134550932 4288585968 18446744073709551615 4109636849 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14548/tid=14551] ppid=14546 vsize=1531340 CPUtime=0.71
/proc/14548/task/14551/stat : 14551 (java) S 14546 14548 14180 0 -1 4202560 9138 0 0 0 67 4 0 0 16 0 13 0 13781693 1568092160 51070 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14552] ppid=14546 vsize=1531340 CPUtime=0.73
/proc/14548/task/14552/stat : 14552 (java) S 14546 14548 14180 0 -1 4202560 7702 0 0 0 70 3 0 0 16 0 13 0 13781693 1568092160 51070 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14553] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14553/stat : 14553 (java) S 14546 14548 14180 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 13781695 1568092160 51070 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14554] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14554/stat : 14554 (java) S 14546 14548 14180 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 51070 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14555] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14555/stat : 14555 (java) S 14546 14548 14180 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 51070 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14556] ppid=14546 vsize=1531340 CPUtime=0

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

[pid=14548/tid=14554] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14554/stat : 14554 (java) S 14546 14548 14180 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 318682 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14555] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14555/stat : 14555 (java) S 14546 14548 14180 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 318682 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14556] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14556/stat : 14556 (java) S 14546 14548 14180 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13781700 1568092160 318682 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14557] ppid=14546 vsize=1531340 CPUtime=1.01
/proc/14548/task/14557/stat : 14557 (java) S 14546 14548 14180 0 -1 4202560 1371 0 0 0 101 0 0 0 15 0 13 0 13781700 1568092160 318682 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14558] ppid=14546 vsize=1531340 CPUtime=1.51
/proc/14548/task/14558/stat : 14558 (java) S 14546 14548 14180 0 -1 4202560 1414 0 0 0 150 1 0 0 15 0 13 0 13781700 1568092160 318682 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14559] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14559/stat : 14559 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13781700 1568092160 318682 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14560] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14560/stat : 14560 (java) S 14546 14548 14180 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 13781700 1568092160 318682 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14561] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14561/stat : 14561 (java) S 14546 14548 14180 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13782509 1568092160 318682 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1611.36
Current children cumulated vsize (KiB) 1531340

[startup+1662.3 s]
/proc/loadavg: 1.11 1.07 1.01 2/119 14605
/proc/meminfo: memFree=480824/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1531340 CPUtime=1671.64
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 353274 0 1 0 166955 209 0 0 15 0 13 0 13781690 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 382835 326949 1447 10 0 380137 0
[pid=14548/tid=14550] ppid=14546 vsize=1531340 CPUtime=1643.29
/proc/14548/task/14550/stat : 14550 (java) R 14546 14548 14180 0 -1 4202560 32667 0 1 0 164291 38 0 0 25 0 13 0 13781692 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4109571265 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14548/tid=14551] ppid=14546 vsize=1531340 CPUtime=8.44
/proc/14548/task/14551/stat : 14551 (java) S 14546 14548 14180 0 -1 4202560 156454 0 0 0 762 82 0 0 15 0 13 0 13781693 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14552] ppid=14546 vsize=1531340 CPUtime=8.48
/proc/14548/task/14552/stat : 14552 (java) S 14546 14548 14180 0 -1 4202560 156530 0 0 0 768 80 0 0 15 0 13 0 13781693 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14553] ppid=14546 vsize=1531340 CPUtime=8.85
/proc/14548/task/14553/stat : 14553 (java) S 14546 14548 14180 0 -1 4202560 3675 0 0 0 880 5 0 0 15 0 13 0 13781695 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14554] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14554/stat : 14554 (java) S 14546 14548 14180 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14555] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14555/stat : 14555 (java) S 14546 14548 14180 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14556] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14556/stat : 14556 (java) S 14546 14548 14180 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13781700 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14557] ppid=14546 vsize=1531340 CPUtime=1.01
/proc/14548/task/14557/stat : 14557 (java) S 14546 14548 14180 0 -1 4202560 1371 0 0 0 101 0 0 0 15 0 13 0 13781700 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14558] ppid=14546 vsize=1531340 CPUtime=1.51
/proc/14548/task/14558/stat : 14558 (java) S 14546 14548 14180 0 -1 4202560 1414 0 0 0 150 1 0 0 15 0 13 0 13781700 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14559] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14559/stat : 14559 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13781700 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14560] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14560/stat : 14560 (java) S 14546 14548 14180 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 13781700 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14561] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14561/stat : 14561 (java) S 14546 14548 14180 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13782509 1568092160 326949 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1671.64
Current children cumulated vsize (KiB) 1531340

[startup+1722.3 s]
/proc/loadavg: 1.30 1.14 1.04 2/119 14607
/proc/meminfo: memFree=448336/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1531340 CPUtime=1731.89
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 361796 0 1 0 172973 216 0 0 15 0 13 0 13781690 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 382835 335048 1447 10 0 380137 0
[pid=14548/tid=14550] ppid=14546 vsize=1531340 CPUtime=1702.24
/proc/14548/task/14550/stat : 14550 (java) R 14546 14548 14180 0 -1 4202560 32682 0 1 0 170185 39 0 0 25 0 13 0 13781692 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4109571479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14548/tid=14551] ppid=14546 vsize=1531340 CPUtime=8.74
/proc/14548/task/14551/stat : 14551 (java) S 14546 14548 14180 0 -1 4202560 160471 0 0 0 790 84 0 0 15 0 13 0 13781693 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14552] ppid=14546 vsize=1531340 CPUtime=8.79
/proc/14548/task/14552/stat : 14552 (java) S 14546 14548 14180 0 -1 4202560 160626 0 0 0 797 82 0 0 16 0 13 0 13781693 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14553] ppid=14546 vsize=1531340 CPUtime=9.5
/proc/14548/task/14553/stat : 14553 (java) S 14546 14548 14180 0 -1 4202560 4064 0 0 0 945 5 0 0 15 0 13 0 13781695 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14554] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14554/stat : 14554 (java) S 14546 14548 14180 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14555] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14555/stat : 14555 (java) S 14546 14548 14180 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14556] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14556/stat : 14556 (java) S 14546 14548 14180 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13781700 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14557] ppid=14546 vsize=1531340 CPUtime=1.01
/proc/14548/task/14557/stat : 14557 (java) S 14546 14548 14180 0 -1 4202560 1371 0 0 0 101 0 0 0 15 0 13 0 13781700 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14558] ppid=14546 vsize=1531340 CPUtime=1.52
/proc/14548/task/14558/stat : 14558 (java) S 14546 14548 14180 0 -1 4202560 1415 0 0 0 151 1 0 0 15 0 13 0 13781700 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14559] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14559/stat : 14559 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13781700 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14560] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14560/stat : 14560 (java) S 14546 14548 14180 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 13781700 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14561] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14561/stat : 14561 (java) S 14546 14548 14180 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13782509 1568092160 335048 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1731.89
Current children cumulated vsize (KiB) 1531340

[startup+1782.3 s]
/proc/loadavg: 1.11 1.11 1.03 2/119 14609
/proc/meminfo: memFree=415476/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1531340 CPUtime=1792.13
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 370521 0 1 0 178991 222 0 0 15 0 13 0 13781690 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 382835 343213 1447 10 0 380137 0
[pid=14548/tid=14550] ppid=14546 vsize=1531340 CPUtime=1761.87
/proc/14548/task/14550/stat : 14550 (java) R 14546 14548 14180 0 -1 4202560 32698 0 1 0 176146 41 0 0 25 0 13 0 13781692 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4109580604 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14548/tid=14551] ppid=14546 vsize=1531340 CPUtime=9.06
/proc/14548/task/14551/stat : 14551 (java) S 14546 14548 14180 0 -1 4202560 165170 0 0 0 819 87 0 0 15 0 13 0 13781693 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14552] ppid=14546 vsize=1531340 CPUtime=9.11
/proc/14548/task/14552/stat : 14552 (java) S 14546 14548 14180 0 -1 4202560 164628 0 0 0 826 85 0 0 16 0 13 0 13781693 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14553] ppid=14546 vsize=1531340 CPUtime=9.5
/proc/14548/task/14553/stat : 14553 (java) S 14546 14548 14180 0 -1 4202560 4068 0 0 0 945 5 0 0 15 0 13 0 13781695 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14554] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14554/stat : 14554 (java) S 14546 14548 14180 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14555] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14555/stat : 14555 (java) S 14546 14548 14180 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14556] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14556/stat : 14556 (java) S 14546 14548 14180 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13781700 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14557] ppid=14546 vsize=1531340 CPUtime=1.01
/proc/14548/task/14557/stat : 14557 (java) S 14546 14548 14180 0 -1 4202560 1371 0 0 0 101 0 0 0 15 0 13 0 13781700 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14558] ppid=14546 vsize=1531340 CPUtime=1.52
/proc/14548/task/14558/stat : 14558 (java) S 14546 14548 14180 0 -1 4202560 1415 0 0 0 151 1 0 0 15 0 13 0 13781700 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14559] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14559/stat : 14559 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13781700 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14560] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14560/stat : 14560 (java) S 14546 14548 14180 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 13781700 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14561] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14561/stat : 14561 (java) S 14546 14548 14180 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13782509 1568092160 343213 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1792.13
Current children cumulated vsize (KiB) 1531340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.2 s]
/proc/loadavg: 1.09 1.11 1.03 2/119 14609
/proc/meminfo: memFree=411384/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=1531340 CPUtime=1800.09
/proc/14548/stat : 14548 (java) S 14546 14548 14180 0 -1 4202496 371602 0 1 0 179786 223 0 0 15 0 13 0 13781690 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 382835 344237 1447 10 0 380137 0
[pid=14548/tid=14550] ppid=14546 vsize=1531340 CPUtime=1769.74
/proc/14548/task/14550/stat : 14550 (java) R 14546 14548 14180 0 -1 4202560 32700 0 1 0 176933 41 0 0 25 0 13 0 13781692 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4109571749 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14548/tid=14551] ppid=14546 vsize=1531340 CPUtime=9.1
/proc/14548/task/14551/stat : 14551 (java) S 14546 14548 14180 0 -1 4202560 165734 0 0 0 823 87 0 0 15 0 13 0 13781693 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14552] ppid=14546 vsize=1531340 CPUtime=9.15
/proc/14548/task/14552/stat : 14552 (java) S 14546 14548 14180 0 -1 4202560 165143 0 0 0 830 85 0 0 16 0 13 0 13781693 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14553] ppid=14546 vsize=1531340 CPUtime=9.5
/proc/14548/task/14553/stat : 14553 (java) S 14546 14548 14180 0 -1 4202560 4068 0 0 0 945 5 0 0 15 0 13 0 13781695 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=14548/tid=14554] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14554/stat : 14554 (java) S 14546 14548 14180 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14555] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14555/stat : 14555 (java) S 14546 14548 14180 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13781696 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14556] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14556/stat : 14556 (java) S 14546 14548 14180 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13781700 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14557] ppid=14546 vsize=1531340 CPUtime=1.01
/proc/14548/task/14557/stat : 14557 (java) S 14546 14548 14180 0 -1 4202560 1371 0 0 0 101 0 0 0 15 0 13 0 13781700 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14558] ppid=14546 vsize=1531340 CPUtime=1.52
/proc/14548/task/14558/stat : 14558 (java) S 14546 14548 14180 0 -1 4202560 1415 0 0 0 151 1 0 0 15 0 13 0 13781700 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14559] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14559/stat : 14559 (java) S 14546 14548 14180 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13781700 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14560] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14560/stat : 14560 (java) S 14546 14548 14180 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 13781700 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=14548/tid=14561] ppid=14546 vsize=1531340 CPUtime=0
/proc/14548/task/14561/stat : 14561 (java) S 14546 14548 14180 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13782509 1568092160 344237 1992294400 134512640 134550932 4288585968 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1531340

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

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

[startup+1790.4 s]
/proc/loadavg: 1.09 1.11 1.03 2/119 14609
/proc/meminfo: memFree=411384/2059040 swapFree=4135844/4192956
[pid=14548] ppid=14546 vsize=0 CPUtime=1800.36
/proc/14548/stat : 14548 (java) Z 14546 14548 14180 0 -1 4203548 371621 0 1 0 179806 230 0 0 15 0 2 0 13781690 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14548/statm: 0 0 0 0 0 0 0
[pid=14548/tid=14559] ppid=14546 vsize=0 CPUtime=0.07
/proc/14548/task/14559/stat : 14559 (java) R 14546 14548 14180 0 -1 4203588 1 0 0 0 0 7 0 0 18 0 2 0 13781700 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.45
CPU time (s): 1800.42
CPU user time (s): 1798.07
CPU system time (s): 2.35864
CPU usage (%): 100.557
Max. virtual memory (cumulated for all children) (KiB): 1531988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.07
system time used= 2.35864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371621
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= 42986
involuntary context switches= 41478

runsolver used 3.71743 second user time and 9.41257 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-13 00:30:04
IDJOB=2660478
IDBENCH=1972
IDSOLVER=1165
FILE ID=node015/2660478-1276381803
PBS_JOBID= 11173234
Free space on /tmp= 62532 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_9.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-2660478-1276381803/watcher-2660478-1276381803 -o /tmp/evaluation-result-2660478-1276381803/solver-2660478-1276381803 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660478-1276381803.opb

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

MD5SUM BENCH= 093efae700664f798191c0b27cec34af
RANDOM SEED=1827938665

node015.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.244
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.48
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.244
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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1788036 kB
Buffers:         60432 kB
Cached:         138936 kB
SwapCached:      14072 kB
Active:         122780 kB
Inactive:        93640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1788036 kB
SwapTotal:     4192956 kB
SwapFree:      4135844 kB
Dirty:           17212 kB
Writeback:           0 kB
AnonPages:       11856 kB
Mapped:           9144 kB
Slab:            32628 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180960 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= 62532 MiB
End job on node015 at 2010-06-13 00:59:56