Trace number 1857995

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 NameAnswerCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.4 1787

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/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.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
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 phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based 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-1857995-1244969272.opb
0.23/0.21	c reading problem ... 
96.12/95.08	c ... done. Wall clock time 94.87s.
96.12/95.08	c #vars     16706
96.12/95.08	c #constraints  32915
96.12/95.08	c constraints type 
96.12/95.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
96.12/95.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
96.12/95.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
96.12/95.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
1800.03/1786.71	c starts		: 19
1800.03/1786.71	c conflicts		: 360039
1800.03/1786.71	c decisions		: 928793
1800.03/1786.71	c propagations		: 77349758
1800.03/1786.71	c inspects		: 1600575300
1800.03/1786.71	c learnt literals	: 0
1800.03/1786.71	c learnt binary clauses	: 0
1800.03/1786.71	c learnt ternary clauses	: 3267
1800.03/1786.71	c learnt clauses	: 360039
1800.03/1786.71	c ignored clauses	: 0
1800.03/1786.71	c root simplifications	: 0
1800.03/1786.71	c removed literals (reason simplification)	: 33696506
1800.03/1786.71	c reason swapping (by a shorter reason)	: 0
1800.03/1786.71	c Calls to reduceDB	: 0
1800.03/1786.71	c speed (assignments/second)	: 45725.01078841117
1800.03/1786.71	c non guided choices	25664
1800.03/1786.78	c learnt constraints type 
1800.03/1786.78	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 360049
1800.03/1786.78	c constraints type 
1800.03/1786.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
1800.03/1786.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.03/1786.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.03/1786.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
1800.03/1786.78	s UNKNOWN
1800.03/1786.78	c Total wall clock time (in seconds): 1786.57

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-1857995-1244969272/watcher-1857995-1244969272 -o /tmp/evaluation-result-1857995-1244969272/solver-1857995-1244969272 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1857995-1244969272.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.00 3/64 12882
/proc/meminfo: memFree=1301448/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=152 CPUtime=0
/proc/12882/stat : 12882 (java6) D 12880 12882 12753 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 164528085 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7893796 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12882/statm: 38 26 19 9 0 4 0

[startup+0.092617 s]
/proc/loadavg: 1.03 1.04 1.00 3/64 12882
/proc/meminfo: memFree=1301448/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1470788 CPUtime=0.07
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 3511 0 1 0 5 2 0 0 18 0 7 0 164528085 1506086912 3256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 367697 3256 1043 9 0 365048 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470788

[startup+0.101619 s]
/proc/loadavg: 1.03 1.04 1.00 3/64 12882
/proc/meminfo: memFree=1301448/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1472996 CPUtime=0.08
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 3602 0 1 0 6 2 0 0 18 0 12 0 164528085 1508347904 3345 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 368249 3345 1066 9 0 365597 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472996

[startup+0.301658 s]
/proc/loadavg: 1.03 1.04 1.00 3/64 12882
/proc/meminfo: memFree=1301448/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1474264 CPUtime=0.33
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 5030 0 1 0 30 3 0 0 18 0 12 0 164528085 1509646336 4767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 368566 4767 1354 9 0 365909 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1474264

[startup+0.701735 s]
/proc/loadavg: 1.03 1.04 1.00 3/64 12882
/proc/meminfo: memFree=1301448/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1475668 CPUtime=0.94
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 6596 0 1 0 90 4 0 0 18 0 12 0 164528085 1511084032 5973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 368917 5973 1390 9 0 366260 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1475668

[startup+1.50289 s]
/proc/loadavg: 1.03 1.04 1.00 2/76 12894
/proc/meminfo: memFree=1280168/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1476516 CPUtime=1.99
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 8284 0 1 0 194 5 0 0 18 0 12 0 164528085 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 369129 7093 1401 9 0 366472 0
[pid=12882/tid=12884] ppid=12880 vsize=1476516 CPUtime=1.34
/proc/12882/task/12884/stat : 12884 (java) R 12880 12882 12753 0 -1 64 5402 0 1 0 131 3 0 0 20 0 12 0 164528086 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4109447617 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12885] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12885/stat : 12885 (java) S 12880 12882 12753 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164528087 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12886] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12886/stat : 12886 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164528087 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12887] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12887/stat : 12887 (java) S 12880 12882 12753 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164528089 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12888] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12888/stat : 12888 (java) S 12880 12882 12753 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 164528090 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12889] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12889/stat : 12889 (java) S 12880 12882 12753 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 164528090 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12890] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12890/stat : 12890 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 164528094 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12891] ppid=12880 vsize=1476516 CPUtime=0.2
/proc/12882/task/12891/stat : 12891 (java) S 12880 12882 12753 0 -1 64 764 0 0 0 20 0 0 0 16 0 12 0 164528094 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12892] ppid=12880 vsize=1476516 CPUtime=0.42
/proc/12882/task/12892/stat : 12892 (java) S 12880 12882 12753 0 -1 64 1377 0 0 0 42 0 0 0 17 0 12 0 164528094 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12893] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12893/stat : 12893 (java) S 12880 12882 12753 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 164528094 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12894] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12894/stat : 12894 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164528094 1511952384 7093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1476516

[startup+3.10219 s]
/proc/loadavg: 1.03 1.04 1.00 2/76 12894
/proc/meminfo: memFree=1276584/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1476516 CPUtime=3.62
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 9183 0 1 0 357 5 0 0 18 0 12 0 164528085 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 369129 7992 1401 9 0 366472 0
[pid=12882/tid=12884] ppid=12880 vsize=1476516 CPUtime=2.94
/proc/12882/task/12884/stat : 12884 (java) R 12880 12882 12753 0 -1 64 6299 0 1 0 290 4 0 0 25 0 12 0 164528086 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12885] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12885/stat : 12885 (java) S 12880 12882 12753 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164528087 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12886] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12886/stat : 12886 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164528087 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12887] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12887/stat : 12887 (java) S 12880 12882 12753 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164528089 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12888] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12888/stat : 12888 (java) S 12880 12882 12753 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 164528090 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12889] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12889/stat : 12889 (java) S 12880 12882 12753 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 164528090 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12890] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12890/stat : 12890 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 164528094 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12891] ppid=12880 vsize=1476516 CPUtime=0.2
/proc/12882/task/12891/stat : 12891 (java) S 12880 12882 12753 0 -1 64 764 0 0 0 20 0 0 0 16 0 12 0 164528094 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12892] ppid=12880 vsize=1476516 CPUtime=0.45
/proc/12882/task/12892/stat : 12892 (java) S 12880 12882 12753 0 -1 64 1379 0 0 0 45 0 0 0 16 0 12 0 164528094 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12893] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12893/stat : 12893 (java) S 12880 12882 12753 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 164528094 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12894] ppid=12880 vsize=1476516 CPUtime=0
/proc/12882/task/12894/stat : 12894 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164528094 1511952384 7992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 1476516

[startup+6.3018 s]
/proc/loadavg: 1.02 1.03 1.00 2/76 12894
/proc/meminfo: memFree=1271080/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1476012 CPUtime=6.92
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 10372 0 1 0 686 6 0 0 18 0 12 0 164528085 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 369003 9105 1410 9 0 366346 0
[pid=12882/tid=12884] ppid=12880 vsize=1476012 CPUtime=6.1
/proc/12882/task/12884/stat : 12884 (java) R 12880 12882 12753 0 -1 64 7477 0 1 0 606 4 0 0 25 0 12 0 164528086 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4109447939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12885] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12885/stat : 12885 (java) S 12880 12882 12753 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164528087 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12886] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12886/stat : 12886 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164528087 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12887] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12887/stat : 12887 (java) S 12880 12882 12753 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164528089 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12888] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12888/stat : 12888 (java) S 12880 12882 12753 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 164528090 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12889] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12889/stat : 12889 (java) S 12880 12882 12753 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 164528090 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12890] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12890/stat : 12890 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 164528094 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12891] ppid=12880 vsize=1476012 CPUtime=0.27
/proc/12882/task/12891/stat : 12891 (java) S 12880 12882 12753 0 -1 64 771 0 0 0 27 0 0 0 16 0 12 0 164528094 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12892] ppid=12880 vsize=1476012 CPUtime=0.52
/proc/12882/task/12892/stat : 12892 (java) S 12880 12882 12753 0 -1 64 1382 0 0 0 52 0 0 0 17 0 12 0 164528094 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12893] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12893/stat : 12893 (java) S 12880 12882 12753 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 164528094 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12894] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12894/stat : 12894 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164528094 1511436288 9105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 1476012

[startup+12.703 s]
/proc/loadavg: 1.02 1.03 1.00 2/76 12894
/proc/meminfo: memFree=1262440/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1476012 CPUtime=13.37
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 12400 0 1 0 1329 8 0 0 18 0 12 0 164528085 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 369003 11133 1410 9 0 366346 0
[pid=12882/tid=12884] ppid=12880 vsize=1476012 CPUtime=12.5
/proc/12882/task/12884/stat : 12884 (java) R 12880 12882 12753 0 -1 64 9500 0 1 0 1244 6 0 0 25 0 12 0 164528086 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4109447939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12885] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12885/stat : 12885 (java) S 12880 12882 12753 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164528087 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12886] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12886/stat : 12886 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164528087 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12887] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12887/stat : 12887 (java) S 12880 12882 12753 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164528089 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12888] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12888/stat : 12888 (java) S 12880 12882 12753 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 164528090 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12889] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12889/stat : 12889 (java) S 12880 12882 12753 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 164528090 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12890] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12890/stat : 12890 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 164528094 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12891] ppid=12880 vsize=1476012 CPUtime=0.31
/proc/12882/task/12891/stat : 12891 (java) S 12880 12882 12753 0 -1 64 775 0 0 0 31 0 0 0 15 0 12 0 164528094 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12892] ppid=12880 vsize=1476012 CPUtime=0.53
/proc/12882/task/12892/stat : 12892 (java) S 12880 12882 12753 0 -1 64 1383 0 0 0 53 0 0 0 16 0 12 0 164528094 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12893] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12893/stat : 12893 (java) S 12880 12882 12753 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 164528094 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12894] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12894/stat : 12894 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164528094 1511436288 11133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.37
Current children cumulated vsize (KiB) 1476012

[startup+25.5015 s]
/proc/loadavg: 1.02 1.03 1.00 2/76 12894
/proc/meminfo: memFree=1248680/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1476012 CPUtime=26.4
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 16347 0 1 0 2630 10 0 0 18 0 12 0 164528085 1511436288 14448 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 369003 14448 1410 9 0 366346 0
[pid=12882/tid=12884] ppid=12880 vsize=1476012 CPUtime=25.29
/proc/12882/task/12884/stat : 12884 (java) R 12880 12882 12753 0 -1 64 12799 0 1 0 2521 8 0 0 25 0 12 0 164528086 1511436288 14448 1992294400 134512640 134550932 4294956016 18446744073709551615 4109447954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12885] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12885/stat : 12885 (java) S 12880 12882 12753 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164528087 1511436288 14448 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12886] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12886/stat : 12886 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164528087 1511436288 14448 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12887] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12887/stat : 12887 (java) S 12880 12882 12753 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164528089 1511436288 14448 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12888] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12888/stat : 12888 (java) S 12880 12882 12753 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 164528090 1511436288 14448 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12889] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12889/stat : 12889 (java) S 12880 12882 12753 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 164528090 1511436288 14448 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12890] ppid=12880 vsize=1476012 CPUtime=0
/proc/12882/task/12890/stat : 12890 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 164528094 1511436288 14448 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12891] ppid=12880 vsize=1476012 CPUtime=0.39

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

[pid=12882/tid=12887] ppid=12880 vsize=1476552 CPUtime=0.1
/proc/12882/task/12887/stat : 12887 (java) S 12880 12882 12753 0 -1 64 29 0 0 0 8 2 0 0 16 0 13 0 164528089 1511989248 268534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12888] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12888/stat : 12888 (java) S 12880 12882 12753 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 164528090 1511989248 268534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12889] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12889/stat : 12889 (java) S 12880 12882 12753 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528090 1511989248 268534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12890] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12890/stat : 12890 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164528094 1511989248 268534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12891] ppid=12880 vsize=1476552 CPUtime=1.06
/proc/12882/task/12891/stat : 12891 (java) S 12880 12882 12753 0 -1 64 1557 0 0 0 106 0 0 0 16 0 13 0 164528094 1511989248 268534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12892] ppid=12880 vsize=1476552 CPUtime=1.17
/proc/12882/task/12892/stat : 12892 (java) S 12880 12882 12753 0 -1 64 2635 0 0 0 116 1 0 0 16 0 13 0 164528094 1511989248 268534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12893] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12893/stat : 12893 (java) S 12880 12882 12753 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 164528094 1511989248 268534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12894] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12894/stat : 12894 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528094 1511989248 268534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12895] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12895/stat : 12895 (java) S 12880 12882 12753 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164537598 1511989248 268534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.27
Current children cumulated vsize (KiB) 1476552

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12903
/proc/meminfo: memFree=203936/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1476552 CPUtime=1674.8
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 326508 0 1 0 167295 185 0 0 18 0 13 0 164528085 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 369138 275008 1431 9 0 366481 0
[pid=12882/tid=12884] ppid=12880 vsize=1476552 CPUtime=1648.5
/proc/12882/task/12884/stat : 12884 (java) R 12880 12882 12753 0 -1 64 31481 0 1 0 164828 22 0 0 25 0 13 0 164528086 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4109981367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12885] ppid=12880 vsize=1476552 CPUtime=11.93
/proc/12882/task/12885/stat : 12885 (java) S 12880 12882 12753 0 -1 64 147535 0 0 0 1114 79 0 0 16 0 13 0 164528087 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12886] ppid=12880 vsize=1476552 CPUtime=11.97
/proc/12882/task/12886/stat : 12886 (java) S 12880 12882 12753 0 -1 64 142527 0 0 0 1120 77 0 0 17 0 13 0 164528087 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12887] ppid=12880 vsize=1476552 CPUtime=0.1
/proc/12882/task/12887/stat : 12887 (java) S 12880 12882 12753 0 -1 64 29 0 0 0 8 2 0 0 16 0 13 0 164528089 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12888] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12888/stat : 12888 (java) S 12880 12882 12753 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 164528090 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12889] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12889/stat : 12889 (java) S 12880 12882 12753 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528090 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12890] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12890/stat : 12890 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164528094 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12891] ppid=12880 vsize=1476552 CPUtime=1.06
/proc/12882/task/12891/stat : 12891 (java) S 12880 12882 12753 0 -1 64 1557 0 0 0 106 0 0 0 16 0 13 0 164528094 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12892] ppid=12880 vsize=1476552 CPUtime=1.17
/proc/12882/task/12892/stat : 12892 (java) S 12880 12882 12753 0 -1 64 2635 0 0 0 116 1 0 0 16 0 13 0 164528094 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12893] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12893/stat : 12893 (java) S 12880 12882 12753 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 164528094 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12894] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12894/stat : 12894 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528094 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12895] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12895/stat : 12895 (java) S 12880 12882 12753 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164537598 1511989248 275008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1674.8
Current children cumulated vsize (KiB) 1476552

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12903
/proc/meminfo: memFree=178656/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1476552 CPUtime=1735.27
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 333164 0 1 0 173339 188 0 0 18 0 13 0 164528085 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 369138 281322 1431 9 0 366481 0
[pid=12882/tid=12884] ppid=12880 vsize=1476552 CPUtime=1707.91
/proc/12882/task/12884/stat : 12884 (java) R 12880 12882 12753 0 -1 64 31498 0 1 0 170769 22 0 0 25 0 13 0 164528086 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4109981172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12885] ppid=12880 vsize=1476552 CPUtime=12.47
/proc/12882/task/12885/stat : 12885 (java) S 12880 12882 12753 0 -1 64 150683 0 0 0 1166 81 0 0 16 0 13 0 164528087 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12886] ppid=12880 vsize=1476552 CPUtime=12.5
/proc/12882/task/12886/stat : 12886 (java) S 12880 12882 12753 0 -1 64 146018 0 0 0 1171 79 0 0 16 0 13 0 164528087 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12887] ppid=12880 vsize=1476552 CPUtime=0.1
/proc/12882/task/12887/stat : 12887 (java) S 12880 12882 12753 0 -1 64 29 0 0 0 8 2 0 0 15 0 13 0 164528089 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12888] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12888/stat : 12888 (java) S 12880 12882 12753 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 164528090 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12889] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12889/stat : 12889 (java) S 12880 12882 12753 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528090 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12890] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12890/stat : 12890 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164528094 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12891] ppid=12880 vsize=1476552 CPUtime=1.06
/proc/12882/task/12891/stat : 12891 (java) S 12880 12882 12753 0 -1 64 1557 0 0 0 106 0 0 0 16 0 13 0 164528094 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12892] ppid=12880 vsize=1476552 CPUtime=1.17
/proc/12882/task/12892/stat : 12892 (java) S 12880 12882 12753 0 -1 64 2635 0 0 0 116 1 0 0 16 0 13 0 164528094 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12893] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12893/stat : 12893 (java) S 12880 12882 12753 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 164528094 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12894] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12894/stat : 12894 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528094 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12895] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12895/stat : 12895 (java) S 12880 12882 12753 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164537598 1511989248 281322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.27
Current children cumulated vsize (KiB) 1476552

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12903
/proc/meminfo: memFree=153952/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1476552 CPUtime=1795.59
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 339472 0 1 0 179369 190 0 0 18 0 13 0 164528085 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 369138 287467 1431 9 0 366481 0
[pid=12882/tid=12884] ppid=12880 vsize=1476552 CPUtime=1767.47
/proc/12882/task/12884/stat : 12884 (java) R 12880 12882 12753 0 -1 64 31510 0 1 0 176725 22 0 0 25 0 13 0 164528086 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4109980024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12885] ppid=12880 vsize=1476552 CPUtime=12.86
/proc/12882/task/12885/stat : 12885 (java) S 12880 12882 12753 0 -1 64 153200 0 0 0 1204 82 0 0 16 0 13 0 164528087 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12886] ppid=12880 vsize=1476552 CPUtime=12.87
/proc/12882/task/12886/stat : 12886 (java) S 12880 12882 12753 0 -1 64 149797 0 0 0 1207 80 0 0 17 0 13 0 164528087 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12887] ppid=12880 vsize=1476552 CPUtime=0.1
/proc/12882/task/12887/stat : 12887 (java) S 12880 12882 12753 0 -1 64 29 0 0 0 8 2 0 0 16 0 13 0 164528089 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12888] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12888/stat : 12888 (java) S 12880 12882 12753 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 164528090 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12889] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12889/stat : 12889 (java) S 12880 12882 12753 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528090 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12890] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12890/stat : 12890 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164528094 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12891] ppid=12880 vsize=1476552 CPUtime=1.06
/proc/12882/task/12891/stat : 12891 (java) S 12880 12882 12753 0 -1 64 1557 0 0 0 106 0 0 0 16 0 13 0 164528094 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12892] ppid=12880 vsize=1476552 CPUtime=1.17
/proc/12882/task/12892/stat : 12892 (java) S 12880 12882 12753 0 -1 64 2635 0 0 0 116 1 0 0 16 0 13 0 164528094 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12893] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12893/stat : 12893 (java) S 12880 12882 12753 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 164528094 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12894] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12894/stat : 12894 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528094 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12895] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12895/stat : 12895 (java) S 12880 12882 12753 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164537598 1511989248 287467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 1476552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12903
/proc/meminfo: memFree=151136/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=1476552 CPUtime=1800.03
/proc/12882/stat : 12882 (java) S 12880 12882 12753 0 -1 0 340224 0 1 0 179812 191 0 0 18 0 13 0 164528085 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12882/statm: 369138 288183 1431 9 0 366481 0
[pid=12882/tid=12884] ppid=12880 vsize=1476552 CPUtime=1771.84
/proc/12882/task/12884/stat : 12884 (java) R 12880 12882 12753 0 -1 64 31511 0 1 0 177162 22 0 0 25 0 13 0 164528086 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4109812460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12885] ppid=12880 vsize=1476552 CPUtime=12.9
/proc/12882/task/12885/stat : 12885 (java) S 12880 12882 12753 0 -1 64 153778 0 0 0 1208 82 0 0 16 0 13 0 164528087 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12886] ppid=12880 vsize=1476552 CPUtime=12.9
/proc/12882/task/12886/stat : 12886 (java) S 12880 12882 12753 0 -1 64 149970 0 0 0 1210 80 0 0 16 0 13 0 164528087 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12887] ppid=12880 vsize=1476552 CPUtime=0.1
/proc/12882/task/12887/stat : 12887 (java) S 12880 12882 12753 0 -1 64 29 0 0 0 8 2 0 0 16 0 13 0 164528089 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12882/tid=12888] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12888/stat : 12888 (java) S 12880 12882 12753 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 164528090 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12889] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12889/stat : 12889 (java) S 12880 12882 12753 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528090 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12890] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12890/stat : 12890 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164528094 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12891] ppid=12880 vsize=1476552 CPUtime=1.06
/proc/12882/task/12891/stat : 12891 (java) S 12880 12882 12753 0 -1 64 1557 0 0 0 106 0 0 0 16 0 13 0 164528094 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12892] ppid=12880 vsize=1476552 CPUtime=1.17
/proc/12882/task/12892/stat : 12892 (java) S 12880 12882 12753 0 -1 64 2635 0 0 0 116 1 0 0 16 0 13 0 164528094 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12893] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12893/stat : 12893 (java) S 12880 12882 12753 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 164528094 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12894] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12894/stat : 12894 (java) S 12880 12882 12753 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528094 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12882/tid=12895] ppid=12880 vsize=1476552 CPUtime=0
/proc/12882/task/12895/stat : 12895 (java) S 12880 12882 12753 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164537598 1511989248 288183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1476552

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

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

[startup+1787 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12903
/proc/meminfo: memFree=151136/2055920 swapFree=4183064/4192956
[pid=12882] ppid=12880 vsize=0 CPUtime=1800.39
/proc/12882/stat : 12882 (java) Z 12880 12882 12753 0 -1 1036 340243 0 1 0 179832 207 0 0 15 0 2 0 164528085 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12882/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787
CPU time (s): 1800.4
CPU user time (s): 1798.32
CPU system time (s): 2.08068
CPU usage (%): 100.75
Max. virtual memory (cumulated for all children) (KiB): 1478704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.32
system time used= 2.08068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340243
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= 43076
involuntary context switches= 8422

runsolver used 2.19667 second user time and 4.32734 second system time

The end

Launcher Data

Begin job on node5 at 2009-06-14 10:47:52
IDJOB=1857995
IDBENCH=48295
IDSOLVER=682
FILE ID=node5/1857995-1244969272
PBS_JOBID= 9355030
Free space on /tmp= 66352 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1857995-1244969272/watcher-1857995-1244969272 -o /tmp/evaluation-result-1857995-1244969272/solver-1857995-1244969272 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1857995-1244969272.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=1935285147

node5.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.259
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	: 5931.00
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.259
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:       1301864 kB
Buffers:         82748 kB
Cached:         581524 kB
SwapCached:       4304 kB
Active:         106424 kB
Inactive:       566412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1301864 kB
SwapTotal:     4192956 kB
SwapFree:      4183064 kB
Dirty:             716 kB
Writeback:           0 kB
Mapped:          14600 kB
Slab:            67204 kB
Committed_AS:   123220 kB
PageTables:       1392 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= 66352 MiB
End job on node5 at 2009-06-14 11:17:41