Trace number 2658785

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 Resolution 2.2.0 2010-05-26? (TO) 1800.18 1796.12

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath3.opb
MD5SUM24a38adb0cf3d573eb3de1ce9ead1201
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables49335
Total number of constraints4902
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)209
Number of constraints which are nor clauses,nor cardinality constraints4693
Minimum length of a constraint1
Maximum length of a constraint46934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4776342294353942
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658785-1276529517.opb
0.23/0.21	c reading problem ... 
5.64/3.96	c ... done. Wall clock time 3.746s.
5.64/3.96	c #vars     49335
5.64/3.96	c #constraints  7117
5.64/3.96	c constraints type 
5.64/3.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4796
378.27/375.49	c cleaning 2501 clauses out of 5003 with flag 5004/5004
448.01/445.07	c cleaning 4238 clauses out of 8498 with flag 11000/11000
593.83/590.77	c cleaning 5628 clauses out of 11269 with flag 18009/18009
687.49/684.39	c cleaning 6817 clauses out of 13633 with flag 26001/26001
820.46/817.19	c cleaning 7901 clauses out of 15815 with flag 35000/35000
887.01/883.67	c cleaning 8946 clauses out of 17914 with flag 45000/45000
990.54/987.00	c cleaning 9480 clauses out of 18970 with flag 55002/55002
1071.10/1067.52	c cleaning 9744 clauses out of 19491 with flag 65003/65003
1224.04/1220.46	c cleaning 9863 clauses out of 19744 with flag 75000/75000
1357.84/1354.18	c cleaning 9929 clauses out of 19882 with flag 85001/85001
1532.06/1528.33	c cleaning 9971 clauses out of 19954 with flag 95002/95002
1602.38/1598.57	c cleaning 9989 clauses out of 19984 with flag 105003/105003
1658.93/1655.01	c cleaning 9993 clauses out of 19992 with flag 115000/115000
1800.02/1796.02	c starts		: 101
1800.02/1796.02	c conflicts		: 124728
1800.02/1796.02	c decisions		: 1641928
1800.02/1796.02	c propagations		: 24534485
1800.02/1796.02	c inspects		: 111066047
1800.02/1796.02	c learnt literals	: 1
1800.02/1796.02	c learnt binary clauses	: 0
1800.02/1796.02	c learnt ternary clauses	: 0
1800.02/1796.02	c learnt clauses	: 124726
1800.02/1796.02	c ignored clauses	: 0
1800.02/1796.02	c root simplifications	: 0
1800.02/1796.02	c removed literals (reason simplification)	: 13130415
1800.02/1796.02	c reason swapping (by a shorter reason)	: 0
1800.02/1796.02	c Calls to reduceDB	: 13
1800.02/1796.02	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.02	c number of learned constraints concerned by reduction	: 0
1800.02/1796.02	c number of learning phase by resolution	: 0
1800.02/1796.02	c number of learning phase by cutting planes	: 0
1800.02/1796.02	c speed (assignments/second)	: 13690.683387860989
1800.02/1796.02	c non guided choices	515908
1800.02/1796.07	c learnt constraints type 
1800.02/1796.07	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19727
1800.02/1796.07	c constraints type 
1800.02/1796.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4796
1800.02/1796.07	s UNKNOWN
1800.02/1796.07	c Total wall clock time (in seconds): 1795.861

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-2658785-1276529517/watcher-2658785-1276529517 -o /tmp/evaluation-result-2658785-1276529517/solver-2658785-1276529517 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658785-1276529517.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.90 1.00 0.99 3/106 30876
/proc/meminfo: memFree=1881300/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=444 CPUtime=0
/proc/30876/stat : 30876 (java6) R 30874 30876 30824 0 -1 4194304 128 0 0 0 0 0 0 0 21 0 1 0 26608046 454656 48 1992294400 134512640 134550932 4287756688 18446744073709551615 5145172 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30876/statm: 111 50 40 10 0 25 0

[startup+0.109979 s]
/proc/loadavg: 0.90 1.00 0.99 3/106 30876
/proc/meminfo: memFree=1881300/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1524184 CPUtime=0.09
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 4008 0 1 0 6 3 0 0 15 0 12 0 26608046 1560764416 3448 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 381046 3448 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.207133 s]
/proc/loadavg: 0.90 1.00 0.99 3/106 30876
/proc/meminfo: memFree=1881300/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1526260 CPUtime=0.23
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 5048 0 1 0 20 3 0 0 15 0 12 0 26608046 1562890240 4486 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 381565 4486 1346 10 0 378867 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526260

[startup+0.300131 s]
/proc/loadavg: 0.90 1.00 0.99 3/106 30876
/proc/meminfo: memFree=1881300/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1526260 CPUtime=0.34
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 5558 0 1 0 30 4 0 0 15 0 12 0 26608046 1562890240 4996 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 381565 4996 1358 10 0 378867 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526260

[startup+0.701123 s]
/proc/loadavg: 0.90 1.00 0.99 3/106 30876
/proc/meminfo: memFree=1881300/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1530096 CPUtime=1.14
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 8457 0 1 0 109 5 0 0 15 0 12 0 26608046 1566818304 7649 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 382524 7649 1404 10 0 379826 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1530096

[startup+1.50111 s]
/proc/loadavg: 0.90 1.00 0.99 2/118 30888
/proc/meminfo: memFree=1830180/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1530240 CPUtime=2.29
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 21239 0 1 0 219 10 0 0 15 0 12 0 26608046 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 382560 20431 1414 10 0 379862 0
[pid=30876/tid=30878] ppid=30874 vsize=1530240 CPUtime=1.46
/proc/30876/task/30878/stat : 30878 (java) R 30874 30876 30824 0 -1 4202560 18340 0 1 0 138 8 0 0 25 0 12 0 26608048 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 4109336197 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=1530240 CPUtime=0
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 30824 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 26608049 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30880] ppid=30874 vsize=1530240 CPUtime=0
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 26608049 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30881] ppid=30874 vsize=1530240 CPUtime=0
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 26608051 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30882] ppid=30874 vsize=1530240 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 30824 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 26608051 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30883] ppid=30874 vsize=1530240 CPUtime=0
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 30824 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 26608051 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30884] ppid=30874 vsize=1530240 CPUtime=0
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 26608056 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30885] ppid=30874 vsize=1530240 CPUtime=0.07
/proc/30876/task/30885/stat : 30885 (java) R 30874 30876 30824 0 -1 4202560 77 0 0 0 7 0 0 0 18 0 12 0 26608056 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 104163978 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30876/tid=30886] ppid=30874 vsize=1530240 CPUtime=0.73
/proc/30876/task/30886/stat : 30886 (java) S 30874 30876 30824 0 -1 4202560 1759 0 0 0 73 0 0 0 15 0 12 0 26608056 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30887] ppid=30874 vsize=1530240 CPUtime=0
/proc/30876/task/30887/stat : 30887 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 26608056 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30888] ppid=30874 vsize=1530240 CPUtime=0
/proc/30876/task/30888/stat : 30888 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26608056 1566965760 20431 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1530240

[startup+3.10107 s]
/proc/loadavg: 0.90 1.00 0.99 2/118 30888
/proc/meminfo: memFree=1770288/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1539784 CPUtime=4.68
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 45799 0 1 0 446 22 0 0 15 0 12 0 26608046 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 384946 42469 1423 10 0 382248 0
[pid=30876/tid=30878] ppid=30874 vsize=1539784 CPUtime=2.93
/proc/30876/task/30878/stat : 30878 (java) R 30874 30876 30824 0 -1 4202560 32006 0 1 0 278 15 0 0 19 0 12 0 26608048 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4109836054 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=1539784 CPUtime=0.11
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 30824 0 -1 4202560 3297 0 0 0 9 2 0 0 16 0 12 0 26608049 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30880] ppid=30874 vsize=1539784 CPUtime=0.11
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 30824 0 -1 4202560 2983 0 0 0 10 1 0 0 18 0 12 0 26608049 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30881] ppid=30874 vsize=1539784 CPUtime=0
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 30824 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 12 0 26608051 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30882] ppid=30874 vsize=1539784 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 30824 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 26608051 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30883] ppid=30874 vsize=1539784 CPUtime=0
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 26608051 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30884] ppid=30874 vsize=1539784 CPUtime=0
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 26608056 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30885] ppid=30874 vsize=1539784 CPUtime=0.74
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 30824 0 -1 4202560 4688 0 0 0 73 1 0 0 17 0 12 0 26608056 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30886] ppid=30874 vsize=1539784 CPUtime=0.73
/proc/30876/task/30886/stat : 30886 (java) S 30874 30876 30824 0 -1 4202560 1759 0 0 0 73 0 0 0 15 0 12 0 26608056 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30887] ppid=30874 vsize=1539784 CPUtime=0
/proc/30876/task/30887/stat : 30887 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 26608056 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30888] ppid=30874 vsize=1539784 CPUtime=0
/proc/30876/task/30888/stat : 30888 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26608056 1576738816 42469 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 1539784

[startup+6.30101 s]
/proc/loadavg: 0.91 1.00 0.99 2/119 30891
/proc/meminfo: memFree=1678644/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1539676 CPUtime=8.34
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 55687 0 1 0 808 26 0 0 15 0 13 0 26608046 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 384919 51690 1431 10 0 382221 0
[pid=30876/tid=30878] ppid=30874 vsize=1539676 CPUtime=5.86
/proc/30876/task/30878/stat : 30878 (java) R 30874 30876 30824 0 -1 4202560 32042 0 1 0 571 15 0 0 25 0 13 0 26608048 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4110041912 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=1539676 CPUtime=0.29
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 30824 0 -1 4202560 8647 0 0 0 25 4 0 0 16 0 13 0 26608049 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30880] ppid=30874 vsize=1539676 CPUtime=0.28
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 30824 0 -1 4202560 7442 0 0 0 25 3 0 0 18 0 13 0 26608049 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30881] ppid=30874 vsize=1539676 CPUtime=0
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 30824 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 26608051 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30882] ppid=30874 vsize=1539676 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 30824 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26608051 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30883] ppid=30874 vsize=1539676 CPUtime=0
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26608051 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30884] ppid=30874 vsize=1539676 CPUtime=0
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26608056 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30885] ppid=30874 vsize=1539676 CPUtime=0.88
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 30824 0 -1 4202560 4704 0 0 0 87 1 0 0 16 0 13 0 26608056 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30886] ppid=30874 vsize=1539676 CPUtime=0.98
/proc/30876/task/30886/stat : 30886 (java) S 30874 30876 30824 0 -1 4202560 1782 0 0 0 98 0 0 0 15 0 13 0 26608056 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30887] ppid=30874 vsize=1539676 CPUtime=0
/proc/30876/task/30887/stat : 30887 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 26608056 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30888] ppid=30874 vsize=1539676 CPUtime=0
/proc/30876/task/30888/stat : 30888 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 26608056 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30891] ppid=30874 vsize=1539676 CPUtime=0
/proc/30876/task/30891/stat : 30891 (java) S 30874 30876 30824 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 26608456 1576628224 51690 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 1539676

[startup+12.7019 s]
/proc/loadavg: 0.99 1.01 0.99 2/119 30891
/proc/meminfo: memFree=1678520/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1539228 CPUtime=15.04
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 55725 0 1 0 1478 26 0 0 15 0 13 0 26608046 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 384807 51610 1433 10 0 382109 0
[pid=30876/tid=30878] ppid=30874 vsize=1539228 CPUtime=12.18
/proc/30876/task/30878/stat : 30878 (java) R 30874 30876 30824 0 -1 4202560 32051 0 1 0 1203 15 0 0 25 0 13 0 26608048 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4110041213 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=1539228 CPUtime=0.29
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 30824 0 -1 4202560 8647 0 0 0 25 4 0 0 16 0 13 0 26608049 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30880] ppid=30874 vsize=1539228 CPUtime=0.28
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 30824 0 -1 4202560 7442 0 0 0 25 3 0 0 18 0 13 0 26608049 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30881] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 30824 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 26608051 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30882] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 30824 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30883] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30884] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26608056 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30885] ppid=30874 vsize=1539228 CPUtime=0.95
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 30824 0 -1 4202560 4706 0 0 0 94 1 0 0 15 0 13 0 26608056 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30886] ppid=30874 vsize=1539228 CPUtime=1.28
/proc/30876/task/30886/stat : 30886 (java) S 30874 30876 30824 0 -1 4202560 1809 0 0 0 128 0 0 0 16 0 13 0 26608056 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30887] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30887/stat : 30887 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 26608056 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30888] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30888/stat : 30888 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 26608056 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30891] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30891/stat : 30891 (java) S 30874 30876 30824 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 26608456 1576169472 51610 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 1539228

[startup+25.5016 s]
/proc/loadavg: 0.99 1.01 0.99 2/119 30891
/proc/meminfo: memFree=1675792/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1539228 CPUtime=27.94
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 56602 0 1 0 2767 27 0 0 15 0 13 0 26608046 1576169472 52428 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 384807 52428 1433 10 0 382109 0
[pid=30876/tid=30878] ppid=30874 vsize=1539228 CPUtime=24.9
/proc/30876/task/30878/stat : 30878 (java) R 30874 30876 30824 0 -1 4202560 32052 0 1 0 2474 16 0 0 25 0 13 0 26608048 1576169472 52428 1992294400 134512640 134550932 4293828928 18446744073709551615 4110159073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=1539228 CPUtime=0.37
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 30824 0 -1 4202560 9281 0 0 0 33 4 0 0 16 0 13 0 26608049 1576169472 52428 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30880] ppid=30874 vsize=1539228 CPUtime=0.36
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 30824 0 -1 4202560 7682 0 0 0 33 3 0 0 18 0 13 0 26608049 1576169472 52428 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30881] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 30824 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 26608051 1576169472 52428 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30882] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 30824 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 52428 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30883] ppid=30874 vsize=1539228 CPUtime=0

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

[pid=30876] ppid=30874 vsize=1539228 CPUtime=1666.25
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 92795 0 1 0 166559 66 0 0 15 0 13 0 26608046 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 384807 85240 1442 10 0 382109 0
[pid=30876/tid=30878] ppid=30874 vsize=1539228 CPUtime=1655.6
/proc/30876/task/30878/stat : 30878 (java) R 30874 30876 30824 0 -1 4202560 32196 0 1 0 165529 31 0 0 25 0 13 0 26608048 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4110041441 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=1539228 CPUtime=2.32
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 30824 0 -1 4202560 28665 0 0 0 218 14 0 0 16 0 13 0 26608049 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30880] ppid=30874 vsize=1539228 CPUtime=2.32
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 30824 0 -1 4202560 23956 0 0 0 218 14 0 0 15 0 13 0 26608049 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30881] ppid=30874 vsize=1539228 CPUtime=3.37
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 30824 0 -1 4202560 277 0 0 0 336 1 0 0 15 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30882] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 30824 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30883] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30884] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30885] ppid=30874 vsize=1539228 CPUtime=1.04
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 30824 0 -1 4202560 4711 0 0 0 103 1 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30886] ppid=30874 vsize=1539228 CPUtime=1.53
/proc/30876/task/30886/stat : 30886 (java) S 30874 30876 30824 0 -1 4202560 1830 0 0 0 153 0 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30887] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30887/stat : 30887 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30888] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30888/stat : 30888 (java) S 30874 30876 30824 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30891] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30891/stat : 30891 (java) S 30874 30876 30824 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 26608456 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.25
Current children cumulated vsize (KiB) 1539228

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30938
/proc/meminfo: memFree=1542740/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1539228 CPUtime=1726.29
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 92807 0 1 0 172563 66 0 0 15 0 13 0 26608046 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 384807 85240 1442 10 0 382109 0
[pid=30876/tid=30878] ppid=30874 vsize=1539228 CPUtime=1715.5
/proc/30876/task/30878/stat : 30878 (java) R 30874 30876 30824 0 -1 4202560 32202 0 1 0 171518 32 0 0 25 0 13 0 26608048 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4109686259 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=1539228 CPUtime=2.39
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 30824 0 -1 4202560 28665 0 0 0 225 14 0 0 16 0 13 0 26608049 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30880] ppid=30874 vsize=1539228 CPUtime=2.39
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 30824 0 -1 4202560 23956 0 0 0 225 14 0 0 16 0 13 0 26608049 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30881] ppid=30874 vsize=1539228 CPUtime=3.37
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 30824 0 -1 4202560 279 0 0 0 336 1 0 0 15 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30882] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 30824 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30883] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30884] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30885] ppid=30874 vsize=1539228 CPUtime=1.04
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 30824 0 -1 4202560 4711 0 0 0 103 1 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30886] ppid=30874 vsize=1539228 CPUtime=1.53
/proc/30876/task/30886/stat : 30886 (java) S 30874 30876 30824 0 -1 4202560 1830 0 0 0 153 0 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30887] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30887/stat : 30887 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30888] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30888/stat : 30888 (java) S 30874 30876 30824 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30891] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30891/stat : 30891 (java) S 30874 30876 30824 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 26608456 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.29
Current children cumulated vsize (KiB) 1539228

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30949
/proc/meminfo: memFree=1541624/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1539228 CPUtime=1786.3
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 92817 0 1 0 178563 67 0 0 15 0 13 0 26608046 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 384807 85240 1442 10 0 382109 0
[pid=30876/tid=30878] ppid=30874 vsize=1539228 CPUtime=1775.43
/proc/30876/task/30878/stat : 30878 (java) R 30874 30876 30824 0 -1 4202560 32206 0 1 0 177510 33 0 0 25 0 13 0 26608048 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4110041519 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=1539228 CPUtime=2.43
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 30824 0 -1 4202560 28665 0 0 0 229 14 0 0 15 0 13 0 26608049 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30880] ppid=30874 vsize=1539228 CPUtime=2.43
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 30824 0 -1 4202560 23956 0 0 0 229 14 0 0 15 0 13 0 26608049 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30881] ppid=30874 vsize=1539228 CPUtime=3.37
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 30824 0 -1 4202560 283 0 0 0 336 1 0 0 15 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30882] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 30824 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30883] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30884] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30885] ppid=30874 vsize=1539228 CPUtime=1.04
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 30824 0 -1 4202560 4711 0 0 0 103 1 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30886] ppid=30874 vsize=1539228 CPUtime=1.53
/proc/30876/task/30886/stat : 30886 (java) S 30874 30876 30824 0 -1 4202560 1830 0 0 0 153 0 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30887] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30887/stat : 30887 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30888] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30888/stat : 30888 (java) S 30874 30876 30824 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30891] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30891/stat : 30891 (java) S 30874 30876 30824 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 26608456 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.3
Current children cumulated vsize (KiB) 1539228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30949
/proc/meminfo: memFree=1541624/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1539228 CPUtime=1800.02
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 92822 0 1 0 179934 68 0 0 15 0 13 0 26608046 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 384807 85240 1442 10 0 382109 0
[pid=30876/tid=30878] ppid=30874 vsize=1539228 CPUtime=1789.12
/proc/30876/task/30878/stat : 30878 (java) R 30874 30876 30824 0 -1 4202560 32207 0 1 0 178879 33 0 0 25 0 13 0 26608048 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4110056927 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=1539228 CPUtime=2.44
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 30824 0 -1 4202560 28665 0 0 0 230 14 0 0 15 0 13 0 26608049 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30880] ppid=30874 vsize=1539228 CPUtime=2.44
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 30824 0 -1 4202560 23956 0 0 0 230 14 0 0 15 0 13 0 26608049 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30881] ppid=30874 vsize=1539228 CPUtime=3.37
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 30824 0 -1 4202560 285 0 0 0 336 1 0 0 15 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30882] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 30824 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30883] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30884] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30885] ppid=30874 vsize=1539228 CPUtime=1.04
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 30824 0 -1 4202560 4711 0 0 0 103 1 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30886] ppid=30874 vsize=1539228 CPUtime=1.53
/proc/30876/task/30886/stat : 30886 (java) S 30874 30876 30824 0 -1 4202560 1830 0 0 0 153 0 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30887] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30887/stat : 30887 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30888] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30888/stat : 30888 (java) S 30874 30876 30824 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30891] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30891/stat : 30891 (java) S 30874 30876 30824 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 26608456 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1539228

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

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

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30949
/proc/meminfo: memFree=1541624/2059040 swapFree=4140228/4192956
[pid=30876] ppid=30874 vsize=1539228 CPUtime=1800.02
/proc/30876/stat : 30876 (java) S 30874 30876 30824 0 -1 4202496 92822 0 1 0 179934 68 0 0 15 0 13 0 26608046 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30876/statm: 384807 85240 1442 10 0 382109 0
[pid=30876/tid=30878] ppid=30874 vsize=1539228 CPUtime=1789.12
/proc/30876/task/30878/stat : 30878 (java) R 30874 30876 30824 0 -1 4202560 32207 0 1 0 178879 33 0 0 25 0 13 0 26608048 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4110056927 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=1539228 CPUtime=2.44
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 30824 0 -1 4202560 28665 0 0 0 230 14 0 0 15 0 13 0 26608049 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30880] ppid=30874 vsize=1539228 CPUtime=2.44
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 30824 0 -1 4202560 23956 0 0 0 230 14 0 0 15 0 13 0 26608049 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30881] ppid=30874 vsize=1539228 CPUtime=3.37
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 30824 0 -1 4202560 285 0 0 0 336 1 0 0 15 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30882] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 30824 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30883] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26608051 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30884] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30885] ppid=30874 vsize=1539228 CPUtime=1.04
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 30824 0 -1 4202560 4711 0 0 0 103 1 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=30876/tid=30886] ppid=30874 vsize=1539228 CPUtime=1.53
/proc/30876/task/30886/stat : 30886 (java) S 30874 30876 30824 0 -1 4202560 1830 0 0 0 153 0 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30887] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30887/stat : 30887 (java) S 30874 30876 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30888] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30888/stat : 30888 (java) S 30874 30876 30824 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 26608056 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=30876/tid=30891] ppid=30874 vsize=1539228 CPUtime=0
/proc/30876/task/30891/stat : 30891 (java) S 30874 30876 30824 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 26608456 1576169472 85240 1992294400 134512640 134550932 4293828928 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1539228

Child status: 143
Real time (s): 1796.12
CPU time (s): 1800.18
CPU user time (s): 1799.47
CPU system time (s): 0.715891
CPU usage (%): 100.226
Max. virtual memory (cumulated for all children) (KiB): 1540804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.715891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92844
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= 38245
involuntary context switches= 27397

runsolver used 3.70144 second user time and 9.44456 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-14 17:31:57
IDJOB=2658785
IDBENCH=2326
IDSOLVER=1164
FILE ID=node018/2658785-1276529517
PBS_JOBID= 11173457
Free space on /tmp= 62364 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-swath3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658785-1276529517/watcher-2658785-1276529517 -o /tmp/evaluation-result-2658785-1276529517/solver-2658785-1276529517 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658785-1276529517.opb

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

MD5SUM BENCH= 24a38adb0cf3d573eb3de1ce9ead1201
RANDOM SEED=1976890662

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1881572 kB
Buffers:          7000 kB
Cached:          83924 kB
SwapCached:       5636 kB
Active:          31084 kB
Inactive:        71928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1881572 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            4940 kB
Writeback:           0 kB
AnonPages:       10808 kB
Mapped:          12832 kB
Slab:            52500 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181236 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= 62364 MiB
End job on node018 at 2010-06-14 18:01:55