Trace number 2660474

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.39 1791.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMca3282cf347faf21ba3550ec87dd7af4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark483
Best CPU time to get the best result obtained on this benchmark1796.63
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 466
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 494728
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 494728
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660474-1276378876.opb
0.22/0.22	c reading problem ... 
9.11/7.92	c ... done. Wall clock time 7.7s.
9.11/7.92	c #vars     10000
9.11/7.92	c #constraints  656900
9.11/7.92	c constraints type 
9.11/7.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
9.11/7.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
43.14/40.79	c cleaning 0 clauses out of 5001 with flag 0/5001
62.16/59.61	c cleaning 0 clauses out of 11000 with flag 0/11000
94.55/91.80	c cleaning 0 clauses out of 18001 with flag 0/18001
126.71/123.84	c cleaning 0 clauses out of 26002 with flag 0/26002
165.99/162.92	c cleaning 0 clauses out of 35001 with flag 0/35001
226.18/222.95	c cleaning 0 clauses out of 45000 with flag 0/45000
298.11/294.65	c cleaning 0 clauses out of 56000 with flag 0/56000
386.00/382.21	c cleaning 0 clauses out of 68002 with flag 0/68002
467.71/463.62	c cleaning 0 clauses out of 81000 with flag 0/81000
564.38/559.95	c cleaning 0 clauses out of 95000 with flag 0/95000
698.59/693.77	c cleaning 0 clauses out of 110000 with flag 0/110000
831.64/826.21	c cleaning 0 clauses out of 126000 with flag 0/126000
993.96/988.03	c cleaning 0 clauses out of 143000 with flag 0/143000
1228.31/1221.84	c cleaning 0 clauses out of 161000 with flag 0/161000
1458.74/1451.57	c cleaning 0 clauses out of 180000 with flag 0/180000
1603.60/1595.51	c cleaning 0 clauses out of 200000 with flag 0/200000
1789.62/1780.58	c cleaning 0 clauses out of 221003 with flag 0/221003
1800.06/1790.91	c starts		: 119
1800.06/1790.91	c conflicts		: 222034
1800.06/1790.91	c decisions		: 312449
1800.06/1790.91	c propagations		: 43007147
1800.06/1790.91	c inspects		: 1183728405
1800.06/1790.91	c learnt literals	: 0
1800.06/1790.91	c learnt binary clauses	: 0
1800.06/1790.91	c learnt ternary clauses	: 0
1800.06/1790.91	c learnt clauses	: 222034
1800.06/1790.91	c ignored clauses	: 0
1800.06/1790.91	c root simplifications	: 0
1800.06/1790.91	c removed literals (reason simplification)	: 0
1800.06/1790.91	c reason swapping (by a shorter reason)	: 0
1800.06/1790.91	c Calls to reduceDB	: 17
1800.06/1790.91	c number of reductions to clauses (during analyze)	: 0
1800.06/1790.91	c number of learned constraints concerned by reduction	: 0
1800.06/1790.91	c number of learning phase by resolution	: 0
1800.06/1790.92	c number of learning phase by cutting planes	: 0
1800.06/1790.92	c speed (assignments/second)	: 24120.67926005567
1800.06/1790.92	c non guided choices	0
1800.06/1791.00	c learnt constraints type 
1800.06/1791.00	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 222040
1800.06/1791.00	c constraints type 
1800.06/1791.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.06/1791.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.06/1791.00	s UNKNOWN
1800.06/1791.00	c Total wall clock time (in seconds): 1790.782

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-2660474-1276378876/watcher-2660474-1276378876 -o /tmp/evaluation-result-2660474-1276378876/solver-2660474-1276378876 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660474-1276378876.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 13303
/proc/meminfo: memFree=1798580/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1832 CPUtime=0
/proc/13303/stat : 13303 (java6) R 13301 13303 13115 0 -1 4194304 234 0 0 0 0 0 0 0 16 0 1 0 13491396 1875968 138 1992294400 134512640 134550932 4286696928 18446744073709551615 9063376 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13303/statm: 458 143 107 10 0 63 0

[startup+0.088431 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13303
/proc/meminfo: memFree=1798580/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1521796 CPUtime=0.07
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 3825 0 1 0 5 2 0 0 15 0 7 0 13491396 1558319104 3266 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 380449 3266 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.10143 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13303
/proc/meminfo: memFree=1798580/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1524184 CPUtime=0.08
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 3951 0 1 0 6 2 0 0 15 0 12 0 13491396 1560764416 3390 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 381046 3390 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300454 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13303
/proc/meminfo: memFree=1798580/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1526412 CPUtime=0.35
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 5360 0 1 0 31 4 0 0 15 0 12 0 13491396 1563045888 4797 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 381603 4797 1359 10 0 378905 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526412

[startup+0.700499 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13303
/proc/meminfo: memFree=1798580/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1527748 CPUtime=1.03
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 7464 0 1 0 98 5 0 0 15 0 12 0 13491396 1564413952 6678 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 381937 6678 1397 10 0 379239 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527748

[startup+1.50158 s]
/proc/loadavg: 1.16 1.03 1.01 4/118 13315
/proc/meminfo: memFree=1763144/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1528896 CPUtime=2.03
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 24112 0 1 0 190 13 0 0 15 0 12 0 13491396 1565589504 23318 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 382224 23320 1406 10 0 379526 0
[pid=13303/tid=13305] ppid=13301 vsize=1528896 CPUtime=1.32
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13115 0 -1 4202560 21581 0 1 0 121 11 0 0 25 0 12 0 13491398 1565589504 23321 1992294400 134512640 134550932 4289654528 18446744073709551615 4109213860 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13115 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 13491399 1565589504 23322 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 13491399 1565589504 23323 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 13491401 1565589504 23325 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13115 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 13491402 1565589504 23326 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13115 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 13491402 1565589504 23327 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13115 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 13491406 1565589504 23328 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1528896 CPUtime=0.26
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13115 0 -1 4202560 140 0 0 0 26 0 0 0 16 0 12 0 13491406 1565589504 23330 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1528896 CPUtime=0.42
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13115 0 -1 4202560 1328 0 0 0 42 0 0 0 15 0 12 0 13491406 1565589504 23331 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 13491406 1565589504 23332 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13491406 1565589504 23334 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1528896

[startup+3.10176 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 13315
/proc/meminfo: memFree=1662208/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1528896 CPUtime=3.72
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 38638 0 1 0 353 19 0 0 15 0 12 0 13491396 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 382224 37819 1416 10 0 379526 0
[pid=13303/tid=13305] ppid=13301 vsize=1528896 CPUtime=2.83
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13115 0 -1 4202560 32014 0 1 0 267 16 0 0 25 0 12 0 13491398 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4109131831 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1528896 CPUtime=0.07
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13115 0 -1 4202560 2062 0 0 0 7 0 0 0 16 0 12 0 13491399 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1528896 CPUtime=0.07
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13115 0 -1 4202560 2018 0 0 0 7 0 0 0 18 0 12 0 13491399 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13115 0 -1 4202560 13 0 0 0 0 0 0 0 17 0 12 0 13491401 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 13491402 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13115 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 13491402 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13115 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 13491406 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1528896 CPUtime=0.26
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13115 0 -1 4202560 140 0 0 0 26 0 0 0 16 0 12 0 13491406 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1528896 CPUtime=0.42
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13115 0 -1 4202560 1328 0 0 0 42 0 0 0 15 0 12 0 13491406 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 13491406 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13491406 1565589504 37819 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1528896

[startup+6.30212 s]
/proc/loadavg: 1.15 1.03 1.01 4/118 13315
/proc/meminfo: memFree=1635672/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1528896 CPUtime=7.27
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 46618 0 1 0 703 24 0 0 15 0 12 0 13491396 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 382224 45571 1416 10 0 379526 0
[pid=13303/tid=13305] ppid=13301 vsize=1528896 CPUtime=5.67
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13115 0 -1 4202560 32020 0 1 0 550 17 0 0 24 0 12 0 13491398 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4109123284 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1528896 CPUtime=0.43
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13115 0 -1 4202560 6188 0 0 0 41 2 0 0 16 0 12 0 13491399 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1528896 CPUtime=0.44
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13115 0 -1 4202560 5854 0 0 0 42 2 0 0 16 0 12 0 13491399 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13115 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 12 0 13491401 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 13491402 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13115 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 13491402 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13115 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 13491406 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1528896 CPUtime=0.26
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13115 0 -1 4202560 140 0 0 0 26 0 0 0 15 0 12 0 13491406 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1528896 CPUtime=0.42
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13115 0 -1 4202560 1328 0 0 0 42 0 0 0 15 0 12 0 13491406 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 13491406 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1528896 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13491406 1565589504 45571 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 1528896

[startup+12.7018 s]
/proc/loadavg: 1.13 1.03 1.01 2/119 13316
/proc/meminfo: memFree=1607392/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1532776 CPUtime=14.76
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 51055 0 1 0 1450 26 0 0 15 0 13 0 13491396 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 383194 48839 1439 10 0 380496 0
[pid=13303/tid=13305] ppid=13301 vsize=1532776 CPUtime=11.33
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13115 0 -1 4202560 32079 0 1 0 1116 17 0 0 25 0 13 0 13491398 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4109478542 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1532776 CPUtime=0.65
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13115 0 -1 4202560 7534 0 0 0 62 3 0 0 16 0 13 0 13491399 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1532776 CPUtime=0.66
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13115 0 -1 4202560 6695 0 0 0 63 3 0 0 16 0 13 0 13491399 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13115 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 13491401 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13115 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13115 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13491406 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1532776 CPUtime=0.92
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13115 0 -1 4202560 760 0 0 0 92 0 0 0 15 0 13 0 13491406 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1532776 CPUtime=1.14
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13115 0 -1 4202560 2895 0 0 0 114 0 0 0 16 0 13 0 13491406 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13491406 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13491406 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13115 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13492226 1569562624 48839 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1532776

[startup+25.5013 s]
/proc/loadavg: 1.10 1.03 1.01 2/119 13318
/proc/meminfo: memFree=1597596/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1532776 CPUtime=27.69
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 53816 0 1 0 2742 27 0 0 15 0 13 0 13491396 1569562624 51448 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 383194 51448 1439 10 0 380496 0
[pid=13303/tid=13305] ppid=13301 vsize=1532776 CPUtime=24
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13115 0 -1 4202560 32083 0 1 0 2383 17 0 0 25 0 13 0 13491398 1569562624 51448 1992294400 134512640 134550932 4289654528 18446744073709551615 4109478548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1532776 CPUtime=0.73
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13115 0 -1 4202560 9299 0 0 0 70 3 0 0 15 0 13 0 13491399 1569562624 51448 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1532776 CPUtime=0.74
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13115 0 -1 4202560 7659 0 0 0 71 3 0 0 16 0 13 0 13491399 1569562624 51448 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13115 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 13491401 1569562624 51448 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 51448 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13115 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 51448 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1532776 CPUtime=0

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

[pid=13303/tid=13308] ppid=13301 vsize=1532776 CPUtime=8.84
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13115 0 -1 4202560 4049 0 0 0 880 4 0 0 15 0 13 0 13491401 1569562624 319263 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 319263 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13115 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 319263 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13115 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13491406 1569562624 319263 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1532776 CPUtime=1.05
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13115 0 -1 4202560 763 0 0 0 105 0 0 0 15 0 13 0 13491406 1569562624 319263 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1532776 CPUtime=1.51
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13115 0 -1 4202560 2935 0 0 0 151 0 0 0 15 0 13 0 13491406 1569562624 319263 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13491406 1569562624 319263 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13115 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 13491406 1569562624 319263 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13115 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13492226 1569562624 319263 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1670.77
Current children cumulated vsize (KiB) 1532776

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 13371
/proc/meminfo: memFree=483704/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1532776 CPUtime=1731.1
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 355379 0 1 0 172891 219 0 0 15 0 13 0 13491396 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 383194 328996 1445 10 0 380496 0
[pid=13303/tid=13305] ppid=13301 vsize=1532776 CPUtime=1702.92
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13115 0 -1 4202560 32648 0 1 0 170238 54 0 0 25 0 13 0 13491398 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4109515730 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1532776 CPUtime=8.4
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13115 0 -1 4202560 161247 0 0 0 762 78 0 0 15 0 13 0 13491399 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1532776 CPUtime=8.29
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13115 0 -1 4202560 152566 0 0 0 752 77 0 0 15 0 13 0 13491399 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1532776 CPUtime=8.84
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13115 0 -1 4202560 4053 0 0 0 880 4 0 0 15 0 13 0 13491401 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13115 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13115 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13491406 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1532776 CPUtime=1.05
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13115 0 -1 4202560 763 0 0 0 105 0 0 0 15 0 13 0 13491406 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1532776 CPUtime=1.51
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13115 0 -1 4202560 2935 0 0 0 151 0 0 0 15 0 13 0 13491406 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13491406 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13115 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 13491406 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13115 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13492226 1569562624 328996 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1731.1
Current children cumulated vsize (KiB) 1532776

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 13373
/proc/meminfo: memFree=440180/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1532776 CPUtime=1791.44
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 366682 0 1 0 178918 226 0 0 15 0 13 0 13491396 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 383194 339806 1445 10 0 380496 0
[pid=13303/tid=13305] ppid=13301 vsize=1532776 CPUtime=1761.81
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13115 0 -1 4202560 32668 0 1 0 176127 54 0 0 21 0 13 0 13491398 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4109462448 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1532776 CPUtime=8.79
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13115 0 -1 4202560 167233 0 0 0 797 82 0 0 15 0 13 0 13491399 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1532776 CPUtime=8.69
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13115 0 -1 4202560 157564 0 0 0 789 80 0 0 16 0 13 0 13491399 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1532776 CPUtime=9.49
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13115 0 -1 4202560 4350 0 0 0 945 4 0 0 15 0 13 0 13491401 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13115 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13115 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13491406 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1532776 CPUtime=1.05
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13115 0 -1 4202560 763 0 0 0 105 0 0 0 15 0 13 0 13491406 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1532776 CPUtime=1.51
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13115 0 -1 4202560 2935 0 0 0 151 0 0 0 15 0 13 0 13491406 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13491406 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13115 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 13491406 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13115 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13492226 1569562624 339806 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 1532776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 13373
/proc/meminfo: memFree=437948/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1532776 CPUtime=1800.06
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 367262 0 1 0 179780 226 0 0 15 0 13 0 13491396 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 383194 340353 1445 10 0 380496 0
[pid=13303/tid=13305] ppid=13301 vsize=1532776 CPUtime=1770.37
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13115 0 -1 4202560 32670 0 1 0 176983 54 0 0 25 0 13 0 13491398 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4109590190 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1532776 CPUtime=8.83
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13115 0 -1 4202560 167605 0 0 0 800 83 0 0 16 0 13 0 13491399 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1532776 CPUtime=8.73
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13115 0 -1 4202560 157766 0 0 0 793 80 0 0 16 0 13 0 13491399 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1532776 CPUtime=9.49
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13115 0 -1 4202560 4352 0 0 0 945 4 0 0 15 0 13 0 13491401 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13115 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13491402 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13115 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13491406 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1532776 CPUtime=1.05
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13115 0 -1 4202560 763 0 0 0 105 0 0 0 15 0 13 0 13491406 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1532776 CPUtime=1.51
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13115 0 -1 4202560 2935 0 0 0 151 0 0 0 15 0 13 0 13491406 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13491406 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13115 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 13491406 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1532776 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13115 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13492226 1569562624 340353 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1532776

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

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

[startup+1791.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 13373
/proc/meminfo: memFree=437948/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=1533424 CPUtime=1800.25
/proc/13303/stat : 13303 (java) S 13301 13303 13115 0 -1 4202496 367285 0 1 0 179799 226 0 0 15 0 14 0 13491396 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 383356 340376 1448 10 0 380658 0
[pid=13303/tid=13305] ppid=13301 vsize=1533424 CPUtime=1770.44
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13115 0 -1 4202560 32670 0 1 0 176990 54 0 0 25 0 14 0 13491398 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4109620831 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1533424 CPUtime=8.83
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13115 0 -1 4202560 167605 0 0 0 800 83 0 0 16 0 14 0 13491399 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1533424 CPUtime=8.73
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13115 0 -1 4202560 157766 0 0 0 793 80 0 0 16 0 14 0 13491399 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1533424 CPUtime=9.49
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13115 0 -1 4202560 4352 0 0 0 945 4 0 0 15 0 14 0 13491401 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1533424 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 13491402 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1533424 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13115 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 13491402 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1533424 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13115 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 14 0 13491406 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1533424 CPUtime=1.06
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13115 0 -1 4202560 763 0 0 0 106 0 0 0 16 0 14 0 13491406 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1533424 CPUtime=1.54
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13115 0 -1 4202560 2939 0 0 0 154 0 0 0 15 0 14 0 13491406 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1533424 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 13491406 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1533424 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13115 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 13491406 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1533424 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13115 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 13492226 1570226176 340376 1992294400 134512640 134550932 4289654528 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1533424

[startup+1791.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 13373
/proc/meminfo: memFree=437948/2059040 swapFree=4192956/4192956
[pid=13303] ppid=13301 vsize=0 CPUtime=1800.34
/proc/13303/stat : 13303 (java) Z 13301 13303 13115 0 -1 4203548 367285 0 1 0 179800 234 0 0 15 0 2 0 13491396 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13303/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.15
CPU time (s): 1800.39
CPU user time (s): 1798.01
CPU system time (s): 2.38764
CPU usage (%): 100.516
Max. virtual memory (cumulated for all children) (KiB): 1534448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.01
system time used= 2.38764
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367285
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= 42668
involuntary context switches= 36836

runsolver used 3.84042 second user time and 9.51255 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-12 23:41:17
IDJOB=2660474
IDBENCH=1968
IDSOLVER=1165
FILE ID=node005/2660474-1276378876
PBS_JOBID= 11173236
Free space on /tmp= 62516 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_4.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-2660474-1276378876/watcher-2660474-1276378876 -o /tmp/evaluation-result-2660474-1276378876/solver-2660474-1276378876 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660474-1276378876.opb

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

MD5SUM BENCH= ca3282cf347faf21ba3550ec87dd7af4
RANDOM SEED=1849323029

node005.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.246
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.49
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.246
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:       1798976 kB
Buffers:         19292 kB
Cached:         114676 kB
SwapCached:          0 kB
Active:         122784 kB
Inactive:        70476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1798976 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           17224 kB
Writeback:           0 kB
AnonPages:       59216 kB
Mapped:          15388 kB
Slab:            44948 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180584 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= 62516 MiB
End job on node005 at 2010-06-13 00:11:10