Trace number 1859697

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.51 1741.36

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__64.opb
MD5SUMac3f9f3932c1350445aa95096c36ebc2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables962998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint64
Maximum length of a constraint2881
Number of terms in the objective function 960000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 32510505536
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 32510505536
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.15	c See www.sat4j.org for details.
0.07/0.16	c version 2.1.1.v20090612
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0_12
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1342000320
0.07/0.16	c Max memory 1344274432
0.07/0.16	c Total memory 1344274432
0.07/0.16	c Number of processors 2
0.20/0.23	c Pseudo Boolean Optimization
0.20/0.23	c --- Begin Solver configuration ---
0.20/0.23	c Stops conflict analysis at the first Unique Implication Point
0.20/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.20/0.23	c Learn all clauses as in MiniSAT
0.20/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.20/0.23	c Expensive reason simplification
0.20/0.23	c MiniSAT restarts strategy
0.20/0.23	c Memory based learned constraints deletion strategy
0.20/0.23	c timeout=2147483s
0.20/0.23	c DB Simplification allowed=false
0.20/0.23	c --- End Solver configuration ---
0.20/0.23	c solving HOME/instance-1859697-1244976036.opb
0.20/0.23	c reading problem ... 
124.52/108.18	c ... done. Wall clock time 107.952s.
124.52/108.18	c #vars     962998
124.52/108.18	c #constraints  21000
124.52/108.18	c constraints type 
124.52/108.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 15002
124.52/108.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
124.52/108.18	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1563.39/1510.72	c cleaning 88920 clauses out of 178000
1800.02/1741.07	c starts		: 18
1800.02/1741.07	c conflicts		: 201258
1800.02/1741.07	c decisions		: 47628261
1800.02/1741.07	c propagations		: 306725318
1800.02/1741.07	c inspects		: 686793649
1800.02/1741.07	c learnt literals	: 0
1800.02/1741.07	c learnt binary clauses	: 0
1800.02/1741.07	c learnt ternary clauses	: 0
1800.02/1741.07	c learnt clauses	: 201258
1800.02/1741.07	c ignored clauses	: 0
1800.02/1741.07	c root simplifications	: 0
1800.02/1741.07	c removed literals (reason simplification)	: 645584
1800.02/1741.07	c reason swapping (by a shorter reason)	: 0
1800.02/1741.07	c Calls to reduceDB	: 1
1800.02/1741.07	c speed (assignments/second)	: 187844.31357754924
1800.02/1741.07	c non guided choices	37390624
1800.23/1741.14	c learnt constraints type 
1800.23/1741.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 112338
1800.23/1741.14	c constraints type 
1800.23/1741.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 15002
1800.23/1741.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.23/1741.14	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.23/1741.14	s UNKNOWN
1800.23/1741.14	c Total wall clock time (in seconds): 1740.909

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-1859697-1244976036/watcher-1859697-1244976036 -o /tmp/evaluation-result-1859697-1244976036/solver-1859697-1244976036 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859697-1244976036.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.03 1.04 1.01 3/64 15262
/proc/meminfo: memFree=1527800/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=18576 CPUtime=0
/proc/15262/stat : 15262 (runsolver) R 15260 15262 15186 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 165203124 19021824 284 1992294400 4194304 4302564 548682068432 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15262/statm: 0 0 0 0 0 0 0

[startup+0.0732799 s]
/proc/loadavg: 1.03 1.04 1.01 3/64 15262
/proc/meminfo: memFree=1527800/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1470220 CPUtime=0.05
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 3313 0 1 0 3 2 0 0 18 0 7 0 165203124 1505505280 3058 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 367555 3058 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.101282 s]
/proc/loadavg: 1.03 1.04 1.01 3/64 15262
/proc/meminfo: memFree=1527800/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1470220 CPUtime=0.07
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 3496 0 1 0 5 2 0 0 18 0 7 0 165203124 1505505280 3241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 367555 3241 1040 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.30131 s]
/proc/loadavg: 1.03 1.04 1.01 3/64 15262
/proc/meminfo: memFree=1527800/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1475008 CPUtime=0.31
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 10302 0 1 0 25 6 0 0 18 0 12 0 165203124 1510408192 10039 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 368752 10039 1343 9 0 366095 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1475008

[startup+0.701345 s]
/proc/loadavg: 1.03 1.04 1.01 3/64 15262
/proc/meminfo: memFree=1527800/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1476072 CPUtime=0.92
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 13652 0 1 0 85 7 0 0 18 0 12 0 165203124 1511497728 13128 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 369018 13129 1390 9 0 366361 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1476072

[startup+1.50143 s]
/proc/loadavg: 1.03 1.04 1.01 2/76 15274
/proc/meminfo: memFree=1458136/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1476072 CPUtime=1.72
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 28390 0 1 0 159 13 0 0 18 0 12 0 165203124 1511497728 27866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 369018 27867 1390 9 0 366361 0
[pid=15262/tid=15264] ppid=15260 vsize=1476072 CPUtime=1.36
/proc/15262/task/15264/stat : 15264 (java) R 15260 15262 15186 0 -1 64 26465 0 1 0 125 11 0 0 25 0 12 0 165203126 1511497728 27868 1992294400 134512640 134550932 4294956016 18446744073709551615 4109485240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15265] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15186 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 165203127 1511497728 27868 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15266] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165203127 1511497728 27869 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15267] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15186 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165203129 1511497728 27870 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15186 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 165203130 1511497728 27870 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15186 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 165203130 1511497728 27871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165203134 1511497728 27872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=1476072 CPUtime=0.19
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15186 0 -1 64 597 0 0 0 19 0 0 0 16 0 12 0 165203134 1511497728 27873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15272] ppid=15260 vsize=1476072 CPUtime=0.15
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15186 0 -1 64 586 0 0 0 15 0 0 0 17 0 12 0 165203134 1511497728 27873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15273] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165203134 1511497728 27874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165203134 1511497728 27875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1476072

[startup+3.10261 s]
/proc/loadavg: 1.03 1.04 1.01 2/76 15274
/proc/meminfo: memFree=1365016/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1476072 CPUtime=3.41
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 42323 0 1 0 322 19 0 0 18 0 12 0 165203124 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 369018 41507 1401 9 0 366361 0
[pid=15262/tid=15264] ppid=15260 vsize=1476072 CPUtime=2.84
/proc/15262/task/15264/stat : 15264 (java) R 15260 15262 15186 0 -1 64 30921 0 1 0 271 13 0 0 25 0 12 0 165203126 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4109444441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15265] ppid=15260 vsize=1476072 CPUtime=0.09
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15186 0 -1 64 6608 0 0 0 6 3 0 0 16 0 12 0 165203127 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15266] ppid=15260 vsize=1476072 CPUtime=0.1
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15186 0 -1 64 2860 0 0 0 9 1 0 0 16 0 12 0 165203127 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15186 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165203129 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15186 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165203130 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15186 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165203130 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165203134 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=1476072 CPUtime=0.19
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15186 0 -1 64 597 0 0 0 19 0 0 0 16 0 12 0 165203134 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15272] ppid=15260 vsize=1476072 CPUtime=0.15
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15186 0 -1 64 586 0 0 0 15 0 0 0 17 0 12 0 165203134 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15273] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165203134 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=1476072 CPUtime=0
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165203134 1511497728 41507 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 1476072

[startup+6.30298 s]
/proc/loadavg: 1.03 1.04 1.01 2/76 15274
/proc/meminfo: memFree=1313496/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1486028 CPUtime=7.35
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 68656 0 1 0 700 35 0 0 18 0 12 0 165203124 1521692672 64570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 371507 64571 1411 9 0 368850 0
[pid=15262/tid=15264] ppid=15260 vsize=1486028 CPUtime=5.45
/proc/15262/task/15264/stat : 15264 (java) R 15260 15262 15186 0 -1 64 30940 0 1 0 531 14 0 0 19 0 12 0 165203126 1521692672 64572 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=1486028 CPUtime=0.51
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15186 0 -1 64 20324 0 0 0 40 11 0 0 16 0 12 0 165203127 1521692672 64572 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15266] ppid=15260 vsize=1486028 CPUtime=0.5
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15186 0 -1 64 12181 0 0 0 44 6 0 0 18 0 12 0 165203127 1521692672 64573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15267] ppid=15260 vsize=1486028 CPUtime=0
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15186 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165203129 1521692672 64573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=1486028 CPUtime=0
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15186 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165203130 1521692672 64574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=1486028 CPUtime=0
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15186 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165203130 1521692672 64574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=1486028 CPUtime=0
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165203134 1521692672 64575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=1486028 CPUtime=0.36
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15186 0 -1 64 1259 0 0 0 36 0 0 0 16 0 12 0 165203134 1521692672 64575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15272] ppid=15260 vsize=1486028 CPUtime=0.48
/proc/15262/task/15272/stat : 15272 (java) R 15260 15262 15186 0 -1 64 3207 0 0 0 47 1 0 0 18 0 12 0 165203134 1521692672 64576 1992294400 134512640 134550932 4294956016 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15273] ppid=15260 vsize=1486028 CPUtime=0
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165203134 1521692672 64576 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=1486028 CPUtime=0
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165203134 1521692672 64576 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 1486028

[startup+12.7027 s]
/proc/loadavg: 1.10 1.05 1.01 2/76 15274
/proc/meminfo: memFree=1105624/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1489172 CPUtime=16.53
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 124796 0 1 0 1594 59 0 0 18 0 12 0 165203124 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 372293 110076 1411 9 0 369636 0
[pid=15262/tid=15264] ppid=15260 vsize=1489172 CPUtime=9.42
/proc/15262/task/15264/stat : 15264 (java) R 15260 15262 15186 0 -1 64 30950 0 1 0 927 15 0 0 17 0 12 0 165203126 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4109610140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15265] ppid=15260 vsize=1489172 CPUtime=2.9
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15186 0 -1 64 48085 0 0 0 270 20 0 0 18 0 12 0 165203127 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15266] ppid=15260 vsize=1489172 CPUtime=2.89
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15186 0 -1 64 37319 0 0 0 271 18 0 0 16 0 12 0 165203127 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=1489172 CPUtime=0
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15186 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165203129 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=1489172 CPUtime=0
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15186 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165203130 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=1489172 CPUtime=0
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15186 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165203130 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=1489172 CPUtime=0
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165203134 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=1489172 CPUtime=0.36
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15186 0 -1 64 1259 0 0 0 36 0 0 0 16 0 12 0 165203134 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15272] ppid=15260 vsize=1489172 CPUtime=0.9
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15186 0 -1 64 6432 0 0 0 88 2 0 0 16 0 12 0 165203134 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15273] ppid=15260 vsize=1489172 CPUtime=0
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165203134 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=1489172 CPUtime=0
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165203134 1524912128 110076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.53
Current children cumulated vsize (KiB) 1489172

[startup+25.5011 s]
/proc/loadavg: 1.08 1.05 1.01 3/76 15274
/proc/meminfo: memFree=898008/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1489172 CPUtime=32.37
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 178870 0 1 0 3142 95 0 0 18 0 12 0 165203124 1524912128 158641 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 372293 158641 1411 9 0 369636 0
[pid=15262/tid=15264] ppid=15260 vsize=1489172 CPUtime=18.85
/proc/15262/task/15264/stat : 15264 (java) R 15260 15262 15186 0 -1 64 31027 0 1 0 1868 17 0 0 20 0 12 0 165203126 1524912128 158641 1992294400 134512640 134550932 4294956016 18446744073709551615 106834683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=1489172 CPUtime=6.07
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15186 0 -1 64 75284 0 0 0 568 39 0 0 15 0 12 0 165203127 1524912128 158641 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15266] ppid=15260 vsize=1489172 CPUtime=6.05
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15186 0 -1 64 64100 0 0 0 573 32 0 0 16 0 12 0 165203127 1524912128 158641 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=1489172 CPUtime=0
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15186 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165203129 1524912128 158641 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=1489172 CPUtime=0
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15186 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165203130 1524912128 158641 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=1489172 CPUtime=0
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15186 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165203130 1524912128 158641 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=1489172 CPUtime=0
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165203134 1524912128 158641 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=1489172 CPUtime=0.38

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

/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15186 0 -1 64 1333 0 0 0 135 1 0 0 15 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15272] ppid=15260 vsize=1489496 CPUtime=1.56
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15186 0 -1 64 6496 0 0 0 154 2 0 0 16 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15273] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15275] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15275/stat : 15275 (java) S 15260 15262 15186 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 165214146 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.78
Current children cumulated vsize (KiB) 1489496

[startup+1602.3 s]
/proc/loadavg: 1.04 1.05 1.01 2/77 15283
/proc/meminfo: memFree=253648/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1489496 CPUtime=1657.38
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 366190 0 1 0 165454 284 0 0 18 0 13 0 165203124 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 372374 319266 1438 9 0 369717 0
[pid=15262/tid=15264] ppid=15260 vsize=1489496 CPUtime=1538.53
/proc/15262/task/15264/stat : 15264 (java) R 15260 15262 15186 0 -1 64 32472 0 1 0 153828 25 0 0 25 0 13 0 165203126 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4109897722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=1489496 CPUtime=57.15
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15186 0 -1 64 159995 0 0 0 5594 121 0 0 17 0 13 0 165203127 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15266] ppid=15260 vsize=1489496 CPUtime=56.19
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15186 0 -1 64 159040 0 0 0 5495 124 0 0 16 0 13 0 165203127 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=1489496 CPUtime=2.53
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15186 0 -1 64 6106 0 0 0 246 7 0 0 15 0 13 0 165203129 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15186 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165203130 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15186 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165203130 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=1489496 CPUtime=1.36
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15186 0 -1 64 1333 0 0 0 135 1 0 0 15 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15272] ppid=15260 vsize=1489496 CPUtime=1.56
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15186 0 -1 64 6496 0 0 0 154 2 0 0 16 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15273] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15275] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15275/stat : 15275 (java) S 15260 15262 15186 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 165214146 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.38
Current children cumulated vsize (KiB) 1489496

[startup+1662.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/77 15283
/proc/meminfo: memFree=253648/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1489496 CPUtime=1718.69
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 366216 0 1 0 171583 286 0 0 18 0 13 0 165203124 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 372374 319266 1438 9 0 369717 0
[pid=15262/tid=15264] ppid=15260 vsize=1489496 CPUtime=1596.87
/proc/15262/task/15264/stat : 15264 (java) R 15260 15262 15186 0 -1 64 32498 0 1 0 159662 25 0 0 25 0 13 0 165203126 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4109851970 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=1489496 CPUtime=58.75
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15186 0 -1 64 159995 0 0 0 5754 121 0 0 16 0 13 0 165203127 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15266] ppid=15260 vsize=1489496 CPUtime=57.55
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15186 0 -1 64 159040 0 0 0 5629 126 0 0 16 0 13 0 165203127 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=1489496 CPUtime=2.53
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15186 0 -1 64 6106 0 0 0 246 7 0 0 16 0 13 0 165203129 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15186 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165203130 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15186 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165203130 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=1489496 CPUtime=1.36
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15186 0 -1 64 1333 0 0 0 135 1 0 0 15 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15272] ppid=15260 vsize=1489496 CPUtime=1.56
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15186 0 -1 64 6496 0 0 0 154 2 0 0 16 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15273] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15275] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15275/stat : 15275 (java) S 15260 15262 15186 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 165214146 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.69
Current children cumulated vsize (KiB) 1489496

[startup+1722.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/77 15283
/proc/meminfo: memFree=253584/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1489496 CPUtime=1780.67
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 366252 0 1 0 177779 288 0 0 18 0 13 0 165203124 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 372374 319266 1438 9 0 369717 0
[pid=15262/tid=15264] ppid=15260 vsize=1489496 CPUtime=1654.44
/proc/15262/task/15264/stat : 15264 (java) S 15260 15262 15186 0 -1 64 32534 0 1 0 165419 25 0 0 25 0 13 0 165203126 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=1489496 CPUtime=61.12
/proc/15262/task/15265/stat : 15265 (java) R 15260 15262 15186 0 -1 64 159995 0 0 0 5991 121 0 0 16 0 13 0 165203127 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 105886420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15266] ppid=15260 vsize=1489496 CPUtime=59.58
/proc/15262/task/15266/stat : 15266 (java) R 15260 15262 15186 0 -1 64 159040 0 0 0 5831 127 0 0 16 0 13 0 165203127 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 103115900 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=1489496 CPUtime=2.53
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15186 0 -1 64 6106 0 0 0 246 7 0 0 15 0 13 0 165203129 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15186 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165203130 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15186 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165203130 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=1489496 CPUtime=1.36
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15186 0 -1 64 1333 0 0 0 135 1 0 0 15 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15272] ppid=15260 vsize=1489496 CPUtime=1.56
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15186 0 -1 64 6496 0 0 0 154 2 0 0 16 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15273] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15275] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15275/stat : 15275 (java) S 15260 15262 15186 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 165214146 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.67
Current children cumulated vsize (KiB) 1489496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1741 s]
/proc/loadavg: 1.04 1.04 1.00 4/77 15283
/proc/meminfo: memFree=253648/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=1489496 CPUtime=1800.02
/proc/15262/stat : 15262 (java) S 15260 15262 15186 0 -1 0 366264 0 1 0 179713 289 0 0 18 0 13 0 165203124 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15262/statm: 372374 319266 1438 9 0 369717 0
[pid=15262/tid=15264] ppid=15260 vsize=1489496 CPUtime=1672.34
/proc/15262/task/15264/stat : 15264 (java) R 15260 15262 15186 0 -1 64 32546 0 1 0 167209 25 0 0 25 0 13 0 165203126 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=1489496 CPUtime=61.89
/proc/15262/task/15265/stat : 15265 (java) R 15260 15262 15186 0 -1 64 159995 0 0 0 6068 121 0 0 16 0 13 0 165203127 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 104188403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15266] ppid=15260 vsize=1489496 CPUtime=60.26
/proc/15262/task/15266/stat : 15266 (java) R 15260 15262 15186 0 -1 64 159040 0 0 0 5898 128 0 0 16 0 13 0 165203127 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 103111781 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15267] ppid=15260 vsize=1489496 CPUtime=2.53
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15186 0 -1 64 6106 0 0 0 246 7 0 0 15 0 13 0 165203129 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15186 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165203130 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15186 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165203130 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=1489496 CPUtime=1.36
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15186 0 -1 64 1333 0 0 0 135 1 0 0 15 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15272] ppid=15260 vsize=1489496 CPUtime=1.56
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15186 0 -1 64 6496 0 0 0 154 2 0 0 16 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15262/tid=15273] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165203134 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15262/tid=15275] ppid=15260 vsize=1489496 CPUtime=0
/proc/15262/task/15275/stat : 15275 (java) S 15260 15262 15186 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 165214146 1525243904 319266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1489496

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

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

[startup+1741.2 s]
/proc/loadavg: 1.04 1.04 1.00 2/67 15286
/proc/meminfo: memFree=482632/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=0 CPUtime=1800.35
/proc/15262/stat : 15262 (java) Z 15260 15262 15186 0 -1 1036 366291 0 1 0 179742 293 0 0 15 0 2 0 165203124 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15262/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

[startup+1741.31 s]
/proc/loadavg: 1.04 1.04 1.00 2/67 15286
/proc/meminfo: memFree=482632/2055920 swapFree=4192952/4192956
[pid=15262] ppid=15260 vsize=0 CPUtime=1800.45
/proc/15262/stat : 15262 (java) Z 15260 15262 15186 0 -1 1036 366291 0 1 0 179742 303 0 0 15 0 2 0 165203124 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15262/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1741.36
CPU time (s): 1800.51
CPU user time (s): 1797.42
CPU system time (s): 3.08753
CPU usage (%): 103.397
Max. virtual memory (cumulated for all children) (KiB): 1502628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.42
system time used= 3.08753
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366291
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= 58069
involuntary context switches= 52798

runsolver used 1.9997 second user time and 5.2392 second system time

The end

Launcher Data

Begin job on node35 at 2009-06-14 12:40:38
IDJOB=1859697
IDBENCH=71897
IDSOLVER=682
FILE ID=node35/1859697-1244976036
PBS_JOBID= 9355055
Free space on /tmp= 66160 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__64.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859697-1244976036/watcher-1859697-1244976036 -o /tmp/evaluation-result-1859697-1244976036/solver-1859697-1244976036 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859697-1244976036.opb

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

MD5SUM BENCH= ac3f9f3932c1350445aa95096c36ebc2
RANDOM SEED=1543817950

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.232
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.232
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1528408 kB
Buffers:         70516 kB
Cached:         371684 kB
SwapCached:          4 kB
Active:          75888 kB
Inactive:       380212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1528408 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           44916 kB
Writeback:           0 kB
Mapped:          23740 kB
Slab:            57404 kB
Committed_AS:   133088 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66160 MiB
End job on node35 at 2009-06-14 13:09:41