Trace number 1884676

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.58 1799.2

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/
parity-games/instance_n7_i8_pp.opb
MD5SUM35305423839e59ba6d6aff83c4691c2a
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark147.831
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14896
Total number of constraints152722
Number of constraints which are clauses152722
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint42
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 43
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1884676-1245259967.opb
0.22/0.21	c reading problem ... 
3.98/3.43	c ... done. Wall clock time 3.221s.
3.98/3.43	c #vars     14896
3.98/3.43	c #constraints  152722
3.98/3.43	c constraints type 
3.98/3.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27440
3.98/3.43	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 125282
1800.04/1798.91	c starts		: 20
1800.04/1798.91	c conflicts		: 612208
1800.04/1798.91	c decisions		: 961187
1800.04/1798.91	c propagations		: 408867450
1800.04/1798.91	c inspects		: 4377845162
1800.04/1798.91	c learnt literals	: 103
1800.04/1798.91	c learnt binary clauses	: 740
1800.04/1798.91	c learnt ternary clauses	: 1813
1800.04/1798.91	c learnt clauses	: 612105
1800.04/1798.91	c ignored clauses	: 0
1800.04/1798.91	c root simplifications	: 0
1800.04/1798.91	c removed literals (reason simplification)	: 24543160
1800.04/1798.91	c reason swapping (by a shorter reason)	: 0
1800.04/1798.91	c Calls to reduceDB	: 0
1800.04/1798.91	c speed (assignments/second)	: 227720.6065902191
1800.04/1798.91	c non guided choices	1757
1800.43/1799.13	c learnt constraints type 
1800.43/1799.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 611417
1800.43/1799.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 740
1800.43/1799.14	c constraints type 
1800.43/1799.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27440
1800.43/1799.14	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 125282
1800.43/1799.14	s UNKNOWN
1800.43/1799.14	c Total wall clock time (in seconds): 1798.926

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-1884676-1245259967/watcher-1884676-1245259967 -o /tmp/evaluation-result-1884676-1245259967/solver-1884676-1245259967 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884676-1245259967.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.22 1.07 0.94 3/64 21937
/proc/meminfo: memFree=1547232/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1612 CPUtime=0
/proc/21937/stat : 21937 (java6) D 21935 21937 21304 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 193597713 1650688 147 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/21937/statm: 403 147 111 9 0 45 0

[startup+0.0635959 s]
/proc/loadavg: 1.22 1.07 0.94 3/64 21937
/proc/meminfo: memFree=1547232/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1470220 CPUtime=0.05
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 3333 0 1 0 3 2 0 0 18 0 7 0 193597713 1505505280 3078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 367555 3079 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.101595 s]
/proc/loadavg: 1.22 1.07 0.94 3/64 21937
/proc/meminfo: memFree=1547232/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1472584 CPUtime=0.09
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 3636 0 1 0 7 2 0 0 18 0 12 0 193597713 1507926016 3379 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 368146 3379 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301635 s]
/proc/loadavg: 1.22 1.07 0.94 3/64 21937
/proc/meminfo: memFree=1547232/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1475008 CPUtime=0.34
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 5076 0 1 0 32 2 0 0 18 0 12 0 193597713 1510408192 4813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 368752 4813 1355 9 0 366095 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475008

[startup+0.701705 s]
/proc/loadavg: 1.22 1.07 0.94 3/64 21937
/proc/meminfo: memFree=1547232/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1476372 CPUtime=1.02
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 7294 0 1 0 99 3 0 0 18 0 12 0 193597713 1511804928 6525 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 369093 6525 1396 9 0 366436 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1476372

[startup+1.50185 s]
/proc/loadavg: 1.28 1.08 0.94 3/76 21949
/proc/meminfo: memFree=1512192/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1478080 CPUtime=2
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 20409 0 1 0 190 10 0 0 18 0 12 0 193597713 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 369520 19439 1403 9 0 366863 0
[pid=21937/tid=21939] ppid=21935 vsize=1478080 CPUtime=1.2
/proc/21937/task/21939/stat : 21939 (java) R 21935 21937 21304 0 -1 64 17493 0 1 0 112 8 0 0 25 0 12 0 193597714 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4109476404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21940] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21304 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 193597715 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 193597715 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21304 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 193597717 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21943] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21304 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 193597717 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21944] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21304 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 193597717 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 193597722 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=1478080 CPUtime=0.42
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21304 0 -1 64 975 0 0 0 42 0 0 0 15 0 12 0 193597722 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=1478080 CPUtime=0.34
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21304 0 -1 64 1200 0 0 0 34 0 0 0 17 0 12 0 193597722 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193597722 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193597722 1513553920 19439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1478080

[startup+3.10212 s]
/proc/loadavg: 1.28 1.08 0.94 2/76 21949
/proc/meminfo: memFree=1415424/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1478080 CPUtime=3.68
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 37634 0 1 0 349 19 0 0 18 0 12 0 193597713 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 369520 36640 1413 9 0 366863 0
[pid=21937/tid=21939] ppid=21935 vsize=1478080 CPUtime=2.72
/proc/21937/task/21939/stat : 21939 (java) R 21935 21937 21304 0 -1 64 30920 0 1 0 256 16 0 0 20 0 12 0 193597714 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4109478929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21940] ppid=21935 vsize=1478080 CPUtime=0.07
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21304 0 -1 64 1786 0 0 0 7 0 0 0 17 0 12 0 193597715 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=1478080 CPUtime=0.07
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21304 0 -1 64 2001 0 0 0 7 0 0 0 16 0 12 0 193597715 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21304 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 193597717 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21943] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 193597717 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21944] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 193597717 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 193597722 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=1478080 CPUtime=0.42
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21304 0 -1 64 975 0 0 0 42 0 0 0 16 0 12 0 193597722 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=1478080 CPUtime=0.34
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21304 0 -1 64 1200 0 0 0 34 0 0 0 17 0 12 0 193597722 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193597722 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=1478080 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193597722 1513553920 36640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1478080

[startup+6.30168 s]
/proc/loadavg: 1.28 1.08 0.94 3/77 21950
/proc/meminfo: memFree=1403512/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1479816 CPUtime=7.6
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 39995 0 1 0 740 20 0 0 18 0 13 0 193597713 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 369954 37235 1431 9 0 367297 0
[pid=21937/tid=21939] ppid=21935 vsize=1479816 CPUtime=5.54
/proc/21937/task/21939/stat : 21939 (java) R 21935 21937 21304 0 -1 64 30957 0 1 0 538 16 0 0 17 0 13 0 193597714 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4109548622 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21940] ppid=21935 vsize=1479816 CPUtime=0.07
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21304 0 -1 64 1786 0 0 0 7 0 0 0 17 0 13 0 193597715 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=1479816 CPUtime=0.07
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21304 0 -1 64 2001 0 0 0 7 0 0 0 16 0 13 0 193597715 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21304 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193597717 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193597717 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21944] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193597717 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193597722 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=1479816 CPUtime=0.93
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21304 0 -1 64 1833 0 0 0 93 0 0 0 16 0 13 0 193597722 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=1479816 CPUtime=0.93
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21304 0 -1 64 2662 0 0 0 92 1 0 0 16 0 13 0 193597722 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193597722 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193597722 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21950] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21950/stat : 21950 (java) S 21935 21937 21304 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193598063 1515331584 37235 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 1479816

[startup+12.7028 s]
/proc/loadavg: 1.24 1.08 0.94 2/77 21950
/proc/meminfo: memFree=1402744/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1479816 CPUtime=14.05
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 40008 0 1 0 1385 20 0 0 18 0 13 0 193597713 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 369954 37247 1431 9 0 367297 0
[pid=21937/tid=21939] ppid=21935 vsize=1479816 CPUtime=11.94
/proc/21937/task/21939/stat : 21939 (java) R 21935 21937 21304 0 -1 64 30958 0 1 0 1178 16 0 0 25 0 13 0 193597714 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4109756542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21940] ppid=21935 vsize=1479816 CPUtime=0.07
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21304 0 -1 64 1786 0 0 0 7 0 0 0 17 0 13 0 193597715 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=1479816 CPUtime=0.07
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21304 0 -1 64 2001 0 0 0 7 0 0 0 16 0 13 0 193597715 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21304 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193597717 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193597717 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21944] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193597717 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193597722 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=1479816 CPUtime=0.97
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21304 0 -1 64 1838 0 0 0 97 0 0 0 16 0 13 0 193597722 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21947] ppid=21935 vsize=1479816 CPUtime=0.94
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21304 0 -1 64 2669 0 0 0 93 1 0 0 16 0 13 0 193597722 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193597722 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193597722 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21950] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21950/stat : 21950 (java) S 21935 21937 21304 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193598063 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.05
Current children cumulated vsize (KiB) 1479816

[startup+25.502 s]
/proc/loadavg: 1.20 1.08 0.94 2/77 21950
/proc/meminfo: memFree=1402872/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1479816 CPUtime=26.84
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 40008 0 1 0 2664 20 0 0 18 0 13 0 193597713 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 369954 37247 1431 9 0 367297 0
[pid=21937/tid=21939] ppid=21935 vsize=1479816 CPUtime=24.74
/proc/21937/task/21939/stat : 21939 (java) R 21935 21937 21304 0 -1 64 30958 0 1 0 2458 16 0 0 25 0 13 0 193597714 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4109731273 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21940] ppid=21935 vsize=1479816 CPUtime=0.07
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21304 0 -1 64 1786 0 0 0 7 0 0 0 17 0 13 0 193597715 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=1479816 CPUtime=0.07
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21304 0 -1 64 2001 0 0 0 7 0 0 0 16 0 13 0 193597715 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21304 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193597717 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=1479816 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193597717 1515331584 37247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21944] ppid=21935 vsize=1479816 CPUtime=0

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

[pid=21937/tid=21942] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21304 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21944] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=1479784 CPUtime=0.98
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21304 0 -1 64 1838 0 0 0 98 0 0 0 17 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=1479784 CPUtime=0.95
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21304 0 -1 64 2670 0 0 0 94 1 0 0 16 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21950] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21950/stat : 21950 (java) S 21935 21937 21304 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193598063 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.51
Current children cumulated vsize (KiB) 1479784

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 21958
/proc/meminfo: memFree=1232184/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1479784 CPUtime=1723.47
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 91037 0 1 0 172303 44 0 0 18 0 13 0 193597713 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 369946 79570 1431 9 0 367289 0
[pid=21937/tid=21939] ppid=21935 vsize=1479784 CPUtime=1720.16
/proc/21937/task/21939/stat : 21939 (java) R 21935 21937 21304 0 -1 64 30960 0 1 0 171999 17 0 0 25 0 13 0 193597714 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4109687062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21940] ppid=21935 vsize=1479784 CPUtime=0.66
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21304 0 -1 64 25224 0 0 0 56 10 0 0 16 0 13 0 193597715 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=1479784 CPUtime=0.66
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21304 0 -1 64 29585 0 0 0 53 13 0 0 16 0 13 0 193597715 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21304 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21944] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=1479784 CPUtime=0.98
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21304 0 -1 64 1838 0 0 0 98 0 0 0 17 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=1479784 CPUtime=0.95
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21304 0 -1 64 2670 0 0 0 94 1 0 0 16 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21950] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21950/stat : 21950 (java) S 21935 21937 21304 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193598063 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.47
Current children cumulated vsize (KiB) 1479784

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 21958
/proc/meminfo: memFree=1232184/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1479784 CPUtime=1783.45
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 91037 0 1 0 178301 44 0 0 18 0 13 0 193597713 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 369946 79570 1431 9 0 367289 0
[pid=21937/tid=21939] ppid=21935 vsize=1479784 CPUtime=1780.14
/proc/21937/task/21939/stat : 21939 (java) R 21935 21937 21304 0 -1 64 30960 0 1 0 177997 17 0 0 25 0 13 0 193597714 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4109770203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21940] ppid=21935 vsize=1479784 CPUtime=0.66
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21304 0 -1 64 25224 0 0 0 56 10 0 0 16 0 13 0 193597715 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=1479784 CPUtime=0.66
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21304 0 -1 64 29585 0 0 0 53 13 0 0 16 0 13 0 193597715 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21304 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21944] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=1479784 CPUtime=0.98
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21304 0 -1 64 1838 0 0 0 98 0 0 0 17 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=1479784 CPUtime=0.95
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21304 0 -1 64 2670 0 0 0 94 1 0 0 16 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21950] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21950/stat : 21950 (java) S 21935 21937 21304 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193598063 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.45
Current children cumulated vsize (KiB) 1479784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 21958
/proc/meminfo: memFree=1232184/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1479784 CPUtime=1800.04
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 91037 0 1 0 179960 44 0 0 18 0 13 0 193597713 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 369946 79570 1431 9 0 367289 0
[pid=21937/tid=21939] ppid=21935 vsize=1479784 CPUtime=1796.73
/proc/21937/task/21939/stat : 21939 (java) R 21935 21937 21304 0 -1 64 30960 0 1 0 179656 17 0 0 25 0 13 0 193597714 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4109754482 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21940] ppid=21935 vsize=1479784 CPUtime=0.66
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21304 0 -1 64 25224 0 0 0 56 10 0 0 16 0 13 0 193597715 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=1479784 CPUtime=0.66
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21304 0 -1 64 29585 0 0 0 53 13 0 0 16 0 13 0 193597715 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21304 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21944] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193597717 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=1479784 CPUtime=0.98
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21304 0 -1 64 1838 0 0 0 98 0 0 0 17 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=1479784 CPUtime=0.95
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21304 0 -1 64 2670 0 0 0 94 1 0 0 16 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193597722 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21950] ppid=21935 vsize=1479784 CPUtime=0
/proc/21937/task/21950/stat : 21950 (java) S 21935 21937 21304 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193598063 1515298816 79570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1479784

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

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

[startup+1799.01 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 21958
/proc/meminfo: memFree=1232184/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=1480432 CPUtime=1800.25
/proc/21937/stat : 21937 (java) S 21935 21937 21304 0 -1 0 91139 0 1 0 179981 44 0 0 16 0 15 0 193597713 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21937/statm: 370108 79645 1431 9 0 367451 0
[pid=21937/tid=21939] ppid=21935 vsize=1480432 CPUtime=1796.84
/proc/21937/task/21939/stat : 21939 (java) R 21935 21937 21304 0 -1 64 30960 0 1 0 179667 17 0 0 25 0 15 0 193597714 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4109686986 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21940] ppid=21935 vsize=1480432 CPUtime=0.66
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21304 0 -1 64 25224 0 0 0 56 10 0 0 16 0 15 0 193597715 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=1480432 CPUtime=0.66
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21304 0 -1 64 29585 0 0 0 53 13 0 0 16 0 15 0 193597715 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=1480432 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21304 0 -1 64 17 0 0 0 0 0 0 0 16 0 15 0 193597717 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=1480432 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 193597717 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21944] ppid=21935 vsize=1480432 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 193597717 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=1480432 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21304 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 193597722 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21946] ppid=21935 vsize=1480432 CPUtime=0.98
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21304 0 -1 64 1838 0 0 0 98 0 0 0 17 0 15 0 193597722 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=1480432 CPUtime=0.99
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21304 0 -1 64 2753 0 0 0 98 1 0 0 16 0 15 0 193597722 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=1480432 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 193597722 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=1480432 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 193597722 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21937/tid=21950] ppid=21935 vsize=1480432 CPUtime=0
/proc/21937/task/21950/stat : 21950 (java) S 21935 21937 21304 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 193598063 1515962368 79645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1480432

[startup+1799.2 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 21958
/proc/meminfo: memFree=1232184/2055920 swapFree=4182028/4192956
[pid=21937] ppid=21935 vsize=0 CPUtime=1800.57
/proc/21937/stat : 21937 (java) Z 21935 21937 21304 0 -1 1036 91144 0 1 0 180008 49 0 0 15 0 2 0 193597713 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1799.2
CPU time (s): 1800.58
CPU user time (s): 1800.08
CPU system time (s): 0.499924
CPU usage (%): 100.076
Max. virtual memory (cumulated for all children) (KiB): 1480552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.08
system time used= 0.499924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91144
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= 36992
involuntary context switches= 23184

runsolver used 1.66475 second user time and 4.95825 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-17 19:32:48
IDJOB=1884676
IDBENCH=71981
IDSOLVER=682
FILE ID=node4/1884676-1245259967
PBS_JOBID= 9372449
Free space on /tmp= 66404 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/parity-games/instance_n7_i8_pp.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884676-1245259967/watcher-1884676-1245259967 -o /tmp/evaluation-result-1884676-1245259967/solver-1884676-1245259967 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884676-1245259967.opb

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

MD5SUM BENCH= 35305423839e59ba6d6aff83c4691c2a
RANDOM SEED=961803517

node4.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	: 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.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:       1547712 kB
Buffers:         38924 kB
Cached:         377000 kB
SwapCached:       4996 kB
Active:          52816 kB
Inactive:       371332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1547712 kB
SwapTotal:     4192956 kB
SwapFree:      4182028 kB
Dirty:            6020 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            70048 kB
Committed_AS:   172496 kB
PageTables:       1472 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= 66404 MiB
End job on node4 at 2009-06-17 20:02:49