Trace number 2660477

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.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM54ffab8e8a4cb46f5f9473284ad05d3b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark545
Best CPU time to get the best result obtained on this benchmark1802.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 371
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 495981
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 495981
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2660477-1276381046.opb
0.25/0.21	c reading problem ... 
8.87/7.56	c ... done. Wall clock time 7.355s.
8.87/7.56	c #vars     10000
8.87/7.56	c #constraints  656900
8.87/7.56	c constraints type 
8.87/7.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
8.87/7.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
36.56/33.83	c cleaning 0 clauses out of 5000 with flag 0/5000
59.39/56.56	c cleaning 0 clauses out of 11000 with flag 0/11000
88.45/85.46	c cleaning 0 clauses out of 18001 with flag 0/18001
128.37/125.19	c cleaning 0 clauses out of 26000 with flag 0/26000
179.57/176.17	c cleaning 0 clauses out of 35001 with flag 0/35001
249.36/245.74	c cleaning 0 clauses out of 45000 with flag 0/45000
331.31/327.41	c cleaning 0 clauses out of 56000 with flag 0/56000
426.86/422.78	c cleaning 0 clauses out of 68001 with flag 0/68001
545.08/540.66	c cleaning 0 clauses out of 81000 with flag 0/81000
633.82/629.09	c cleaning 0 clauses out of 95000 with flag 0/95000
744.17/738.99	c cleaning 0 clauses out of 110000 with flag 0/110000
872.94/867.15	c cleaning 0 clauses out of 126000 with flag 0/126000
1054.45/1048.14	c cleaning 0 clauses out of 143002 with flag 0/143002
1281.02/1274.02	c cleaning 0 clauses out of 161000 with flag 0/161000
1541.85/1534.12	c cleaning 0 clauses out of 180001 with flag 0/180001
1732.78/1724.21	c cleaning 0 clauses out of 200003 with flag 0/200003
1800.07/1791.22	c starts		: 118
1800.07/1791.22	c conflicts		: 205765
1800.07/1791.22	c decisions		: 291713
1800.07/1791.22	c propagations		: 41591102
1800.07/1791.22	c inspects		: 1127434033
1800.07/1791.22	c learnt literals	: 0
1800.07/1791.22	c learnt binary clauses	: 0
1800.07/1791.22	c learnt ternary clauses	: 0
1800.07/1791.22	c learnt clauses	: 205765
1800.07/1791.22	c ignored clauses	: 0
1800.07/1791.22	c root simplifications	: 0
1800.07/1791.22	c removed literals (reason simplification)	: 0
1800.07/1791.22	c reason swapping (by a shorter reason)	: 0
1800.07/1791.22	c Calls to reduceDB	: 16
1800.07/1791.22	c number of reductions to clauses (during analyze)	: 0
1800.07/1791.22	c number of learned constraints concerned by reduction	: 0
1800.07/1791.22	c number of learning phase by resolution	: 0
1800.07/1791.22	c number of learning phase by cutting planes	: 0
1800.07/1791.22	c speed (assignments/second)	: 23317.93347697114
1800.07/1791.22	c non guided choices	0
1800.07/1791.29	c learnt constraints type 
1800.07/1791.29	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 205769
1800.07/1791.29	c constraints type 
1800.07/1791.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.07/1791.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.07/1791.29	s UNKNOWN
1800.07/1791.29	c Total wall clock time (in seconds): 1791.086

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-2660477-1276381046/watcher-2660477-1276381046 -o /tmp/evaluation-result-2660477-1276381046/solver-2660477-1276381046 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660477-1276381046.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: 0.93 1.01 0.99 3/106 12308
/proc/meminfo: memFree=1797764/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1832 CPUtime=0
/proc/12308/stat : 12308 (java6) R 12306 12308 12283 0 -1 4194304 245 0 0 0 0 0 0 0 19 0 1 0 13706480 1875968 149 1992294400 134512640 134550932 4294344720 18446744073709551615 12652208 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12308/statm: 458 149 111 10 0 63 0

[startup+0.0903331 s]
/proc/loadavg: 0.93 1.01 0.99 3/106 12308
/proc/meminfo: memFree=1797764/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1521796 CPUtime=0.07
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 3848 0 1 0 5 2 0 0 18 0 7 0 13706480 1558319104 3289 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 380449 3289 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101334 s]
/proc/loadavg: 0.93 1.01 0.99 3/106 12308
/proc/meminfo: memFree=1797764/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1524184 CPUtime=0.08
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 13706480 1560764416 3398 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 381046 3398 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300747 s]
/proc/loadavg: 0.93 1.01 0.99 3/106 12308
/proc/meminfo: memFree=1797764/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1526416 CPUtime=0.37
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 5378 0 1 0 34 3 0 0 18 0 12 0 13706480 1563049984 4815 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 381604 4815 1364 10 0 378906 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526416

[startup+0.700745 s]
/proc/loadavg: 0.93 1.01 0.99 3/106 12308
/proc/meminfo: memFree=1797764/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1529472 CPUtime=1.16
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 7692 0 1 0 112 4 0 0 18 0 12 0 13706480 1566179328 7068 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 382368 7069 1397 10 0 379670 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529472

[startup+1.50174 s]
/proc/loadavg: 0.93 1.01 0.99 4/118 12320
/proc/meminfo: memFree=1760840/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1529388 CPUtime=2.24
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 25727 0 1 0 211 13 0 0 18 0 12 0 13706480 1566093312 24932 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 382347 24932 1406 10 0 379649 0
[pid=12308/tid=12310] ppid=12306 vsize=1529388 CPUtime=1.47
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12283 0 -1 4202560 22981 0 1 0 136 11 0 0 18 0 12 0 13706482 1566093312 24933 1992294400 134512640 134550932 4294366368 18446744073709551615 4109698036 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12283 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 13706483 1566093312 24935 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 13706483 1566093312 24936 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12283 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 13706485 1566093312 24938 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12283 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 13706485 1566093312 24939 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12283 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 13706485 1566093312 24940 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 13706490 1566093312 24942 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=1529388 CPUtime=0.37
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12283 0 -1 4202560 800 0 0 0 37 0 0 0 25 0 12 0 13706490 1566093312 24943 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=1529388 CPUtime=0.37
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12283 0 -1 4202560 881 0 0 0 37 0 0 0 24 0 12 0 13706490 1566093312 24945 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 13706490 1566093312 24946 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13706490 1566093312 24948 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1529388

[startup+3.10173 s]
/proc/loadavg: 0.93 1.01 0.99 2/118 12320
/proc/meminfo: memFree=1660524/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1529388 CPUtime=3.92
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 38838 0 1 0 374 18 0 0 18 0 12 0 13706480 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 382347 38021 1416 10 0 379649 0
[pid=12308/tid=12310] ppid=12306 vsize=1529388 CPUtime=2.98
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12283 0 -1 4202560 32005 0 1 0 284 14 0 0 20 0 12 0 13706482 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4109596923 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=1529388 CPUtime=0.07
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12283 0 -1 4202560 2108 0 0 0 7 0 0 0 18 0 12 0 13706483 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=1529388 CPUtime=0.07
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12283 0 -1 4202560 1969 0 0 0 7 0 0 0 16 0 12 0 13706483 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12283 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 13706485 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 13706485 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12283 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 13706485 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 13706490 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=1529388 CPUtime=0.37
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12283 0 -1 4202560 800 0 0 0 37 0 0 0 25 0 12 0 13706490 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=1529388 CPUtime=0.37
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12283 0 -1 4202560 881 0 0 0 37 0 0 0 24 0 12 0 13706490 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 13706490 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13706490 1566093312 38021 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 1529388

[startup+6.30071 s]
/proc/loadavg: 1.01 1.02 1.00 2/118 12320
/proc/meminfo: memFree=1625308/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1529388 CPUtime=7.47
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 46804 0 1 0 725 22 0 0 18 0 12 0 13706480 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 382347 45768 1416 10 0 379649 0
[pid=12308/tid=12310] ppid=12306 vsize=1529388 CPUtime=5.8
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12283 0 -1 4202560 32011 0 1 0 565 15 0 0 25 0 12 0 13706482 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4109665025 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=1529388 CPUtime=0.44
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12283 0 -1 4202560 6317 0 0 0 42 2 0 0 16 0 12 0 13706483 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=1529388 CPUtime=0.43
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12283 0 -1 4202560 5708 0 0 0 41 2 0 0 16 0 12 0 13706483 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12283 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 12 0 13706485 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 13706485 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12283 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 13706485 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 13706490 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=1529388 CPUtime=0.37
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12283 0 -1 4202560 800 0 0 0 37 0 0 0 18 0 12 0 13706490 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=1529388 CPUtime=0.37
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12283 0 -1 4202560 881 0 0 0 37 0 0 0 24 0 12 0 13706490 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 13706490 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=1529388 CPUtime=0
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 13706490 1566093312 45768 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 1529388

[startup+12.7017 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 12321
/proc/meminfo: memFree=1608932/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1530988 CPUtime=15.1
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 50065 0 1 0 1485 25 0 0 18 0 13 0 13706480 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 382747 48337 1439 10 0 380049 0
[pid=12308/tid=12310] ppid=12306 vsize=1530988 CPUtime=11.62
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12283 0 -1 4202560 32070 0 1 0 1146 16 0 0 25 0 13 0 13706482 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4109904523 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=1530988 CPUtime=0.65
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12283 0 -1 4202560 7718 0 0 0 63 2 0 0 16 0 13 0 13706483 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=1530988 CPUtime=0.64
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12283 0 -1 4202560 6501 0 0 0 62 2 0 0 16 0 13 0 13706483 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12283 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 13706485 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12283 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=1530988 CPUtime=1.03
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12283 0 -1 4202560 1010 0 0 0 103 0 0 0 16 0 13 0 13706490 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=1530988 CPUtime=1.09
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12283 0 -1 4202560 1675 0 0 0 108 1 0 0 15 0 13 0 13706490 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12320/stat : 12320 (java) R 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13706490 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12283 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13707283 1567731712 48337 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.1
Current children cumulated vsize (KiB) 1530988

[startup+25.5021 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 12323
/proc/meminfo: memFree=1584132/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1530988 CPUtime=28.21
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 57139 0 1 0 2793 28 0 0 18 0 13 0 13706480 1567731712 54658 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 382747 54658 1439 10 0 380049 0
[pid=12308/tid=12310] ppid=12306 vsize=1530988 CPUtime=24.15
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12283 0 -1 4202560 32078 0 1 0 2399 16 0 0 25 0 13 0 13706482 1567731712 54658 1992294400 134512640 134550932 4294366368 18446744073709551615 4109950730 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=1530988 CPUtime=0.82
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12283 0 -1 4202560 10869 0 0 0 79 3 0 0 16 0 13 0 13706483 1567731712 54658 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=1530988 CPUtime=0.81
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12283 0 -1 4202560 10220 0 0 0 76 5 0 0 15 0 13 0 13706483 1567731712 54658 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12283 0 -1 4202560 25 0 0 0 0 0 0 0 16 0 13 0 13706485 1567731712 54658 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 54658 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12283 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 54658 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=1530988 CPUtime=0

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

[pid=12308/tid=12314] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 307193 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12283 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 307193 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 307193 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=1530988 CPUtime=1.31
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12283 0 -1 4202560 1021 0 0 0 131 0 0 0 15 0 13 0 13706490 1567731712 307193 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=1530988 CPUtime=1.36
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12283 0 -1 4202560 1953 0 0 0 135 1 0 0 15 0 13 0 13706490 1567731712 307193 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 307193 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12283 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 13706490 1567731712 307193 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12283 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13707283 1567731712 307193 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1610.35
Current children cumulated vsize (KiB) 1530988

[startup+1662.3 s]
/proc/loadavg: 1.06 1.08 1.04 2/119 12365
/proc/meminfo: memFree=537820/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1530988 CPUtime=1670.6
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 339926 0 1 0 166880 180 0 0 18 0 13 0 13706480 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 382747 315241 1445 10 0 380049 0
[pid=12308/tid=12310] ppid=12306 vsize=1530988 CPUtime=1645.22
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12283 0 -1 4202560 32600 0 1 0 164504 18 0 0 25 0 13 0 13706482 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4109904764 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=1530988 CPUtime=7.68
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12283 0 -1 4202560 157497 0 0 0 693 75 0 0 16 0 13 0 13706483 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=1530988 CPUtime=7.54
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12283 0 -1 4202560 142832 0 0 0 676 78 0 0 16 0 13 0 13706483 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=1530988 CPUtime=7.42
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12283 0 -1 4202560 2862 0 0 0 738 4 0 0 15 0 13 0 13706485 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12283 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=1530988 CPUtime=1.31
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12283 0 -1 4202560 1021 0 0 0 131 0 0 0 15 0 13 0 13706490 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=1530988 CPUtime=1.36
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12283 0 -1 4202560 1953 0 0 0 135 1 0 0 15 0 13 0 13706490 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12283 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 13706490 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12283 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13707283 1567731712 315241 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1670.6
Current children cumulated vsize (KiB) 1530988

[startup+1722.3 s]
/proc/loadavg: 1.21 1.11 1.05 3/119 12367
/proc/meminfo: memFree=504836/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1530988 CPUtime=1730.88
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 349033 0 1 0 172903 185 0 0 18 0 13 0 13706480 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 382747 323973 1445 10 0 380049 0
[pid=12308/tid=12310] ppid=12306 vsize=1530988 CPUtime=1704.87
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12283 0 -1 4202560 32616 0 1 0 170468 19 0 0 25 0 13 0 13706482 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4109690073 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=1530988 CPUtime=7.99
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12283 0 -1 4202560 161167 0 0 0 722 77 0 0 16 0 13 0 13706483 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=1530988 CPUtime=7.86
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12283 0 -1 4202560 148245 0 0 0 706 80 0 0 15 0 13 0 13706483 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=1530988 CPUtime=7.42
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12283 0 -1 4202560 2866 0 0 0 738 4 0 0 15 0 13 0 13706485 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12283 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=1530988 CPUtime=1.31
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12283 0 -1 4202560 1021 0 0 0 131 0 0 0 15 0 13 0 13706490 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=1530988 CPUtime=1.36
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12283 0 -1 4202560 1953 0 0 0 135 1 0 0 15 0 13 0 13706490 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12283 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 13706490 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12283 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13707283 1567731712 323973 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1730.88
Current children cumulated vsize (KiB) 1530988

[startup+1782.3 s]
/proc/loadavg: 1.15 1.10 1.05 2/119 12369
/proc/meminfo: memFree=486608/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1530988 CPUtime=1791.1
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 353256 0 1 0 178923 187 0 0 18 0 13 0 13706480 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 382747 327965 1445 10 0 380049 0
[pid=12308/tid=12310] ppid=12306 vsize=1530988 CPUtime=1762.93
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12283 0 -1 4202560 32632 0 1 0 176274 19 0 0 25 0 13 0 13706482 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4109691360 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=1530988 CPUtime=8.25
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12283 0 -1 4202560 163261 0 0 0 747 78 0 0 16 0 13 0 13706483 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=1530988 CPUtime=8.13
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12283 0 -1 4202560 150352 0 0 0 731 82 0 0 15 0 13 0 13706483 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=1530988 CPUtime=9.06
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12283 0 -1 4202560 2868 0 0 0 902 4 0 0 15 0 13 0 13706485 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12283 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=1530988 CPUtime=1.31
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12283 0 -1 4202560 1021 0 0 0 131 0 0 0 15 0 13 0 13706490 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=1530988 CPUtime=1.36
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12283 0 -1 4202560 1953 0 0 0 135 1 0 0 15 0 13 0 13706490 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12283 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 13706490 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12283 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13707283 1567731712 327965 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.1
Current children cumulated vsize (KiB) 1530988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.2 s]
/proc/loadavg: 1.13 1.10 1.05 2/119 12369
/proc/meminfo: memFree=480160/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=1530988 CPUtime=1800.07
/proc/12308/stat : 12308 (java) S 12306 12308 12283 0 -1 4202496 354898 0 1 0 179818 189 0 0 18 0 13 0 13706480 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 382747 329569 1445 10 0 380049 0
[pid=12308/tid=12310] ppid=12306 vsize=1530988 CPUtime=1771.78
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12283 0 -1 4202560 32635 0 1 0 177159 19 0 0 25 0 13 0 13706482 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4109950152 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=1530988 CPUtime=8.3
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12283 0 -1 4202560 163953 0 0 0 752 78 0 0 16 0 13 0 13706483 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=1530988 CPUtime=8.17
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12283 0 -1 4202560 151297 0 0 0 735 82 0 0 15 0 13 0 13706483 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=1530988 CPUtime=9.06
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12283 0 -1 4202560 2870 0 0 0 902 4 0 0 15 0 13 0 13706485 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 0 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12283 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13706485 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=1530988 CPUtime=1.31
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12283 0 -1 4202560 1021 0 0 0 131 0 0 0 15 0 13 0 13706490 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 1 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=1530988 CPUtime=1.36
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12283 0 -1 4202560 1953 0 0 0 135 1 0 0 15 0 13 0 13706490 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13706490 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12283 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 13706490 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=1530988 CPUtime=0
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12283 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 13707283 1567731712 329569 1992294400 134512640 134550932 4294366368 18446744073709551615 4294960144 0 4 0 16800975 18446604437844142976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1530988

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

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

[startup+1791.4 s]
/proc/loadavg: 1.13 1.10 1.05 2/119 12369
/proc/meminfo: memFree=480160/2059040 swapFree=4192956/4192956
[pid=12308] ppid=12306 vsize=0 CPUtime=1800.33
/proc/12308/stat : 12308 (java) Z 12306 12308 12283 0 -1 4203548 354918 0 1 0 179836 197 0 0 16 0 2 0 13706480 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12308/statm: 0 0 0 0 0 0 0
[pid=12308/tid=12310] ppid=12306 vsize=0 CPUtime=1771.94
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12283 0 -1 4203588 32635 0 1 0 177167 27 0 0 25 0 2 0 13706482 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.45
CPU time (s): 1800.39
CPU user time (s): 1798.37
CPU system time (s): 2.01669
CPU usage (%): 100.499
Max. virtual memory (cumulated for all children) (KiB): 1531636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.37
system time used= 2.01669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354918
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= 42693
involuntary context switches= 28370

runsolver used 3.53046 second user time and 9.65753 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-13 00:17:27
IDJOB=2660477
IDBENCH=1971
IDSOLVER=1165
FILE ID=node009/2660477-1276381046
PBS_JOBID= 11173247
Free space on /tmp= 62428 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_8.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-2660477-1276381046/watcher-2660477-1276381046 -o /tmp/evaluation-result-2660477-1276381046/solver-2660477-1276381046 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660477-1276381046.opb

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

MD5SUM BENCH= 54ffab8e8a4cb46f5f9473284ad05d3b
RANDOM SEED=491006309

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1798036 kB
Buffers:         16172 kB
Cached:         117808 kB
SwapCached:          0 kB
Active:         122452 kB
Inactive:        70564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1798036 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           17436 kB
Writeback:           0 kB
AnonPages:       59052 kB
Mapped:          15316 kB
Slab:            45976 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181464 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= 62424 MiB
End job on node009 at 2010-06-13 00:47:20