Trace number 1884056

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.1UNSAT 861.926 861.208

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/others/
QG-gensys-icl003.sat05-2715.reshuffled-07.opb
MD5SUMa2cf12abae22f22f6e09cef43636656a
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark106.217
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1472
Total number of constraints7737
Number of constraints which are clauses7737
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 constraint1
Maximum length of a constraint16
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 28
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-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.16	c version 2.1.1.v20090612
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1884056-1245254148.opb
0.21/0.22	c reading problem ... 
1.43/1.09	c ... done. Wall clock time 0.872s.
1.43/1.09	c #vars     1472
1.43/1.09	c #constraints  7555
1.43/1.09	c constraints type 
1.43/1.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 486
1.43/1.09	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 7035
861.78/861.12	c starts		: 18
861.78/861.12	c conflicts		: 290429
861.78/861.12	c decisions		: 550424
861.78/861.12	c propagations		: 11013667
861.78/861.12	c inspects		: 2576575313
861.78/861.12	c learnt literals	: 16
861.78/861.12	c learnt binary clauses	: 337
861.78/861.12	c learnt ternary clauses	: 923
861.78/861.12	c learnt clauses	: 290412
861.78/861.12	c ignored clauses	: 0
861.78/861.12	c root simplifications	: 0
861.78/861.12	c removed literals (reason simplification)	: 3659080
861.78/861.12	c reason swapping (by a shorter reason)	: 0
861.78/861.12	c Calls to reduceDB	: 0
861.78/861.12	c speed (assignments/second)	: 12806.202370626004
861.78/861.12	c non guided choices	46002
861.78/861.18	c learnt constraints type 
861.78/861.18	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 290075
861.78/861.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 337
861.78/861.18	c constraints type 
861.78/861.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 486
861.78/861.18	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 7035
861.78/861.18	s UNSATISFIABLE
861.78/861.18	c Total wall clock time (in seconds): 860.96

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8639
/proc/meminfo: memFree=1843904/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=152 CPUtime=0
/proc/8639/stat : 8639 (java6) R 8637 8639 8602 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 193010325 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 4870443 0 0 4096 0 0 0 0 17 1 0 0
/proc/8639/statm: 38 26 19 9 0 4 0

[startup+0.061212 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8639
/proc/meminfo: memFree=1843904/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1470088 CPUtime=0.04
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 3237 0 1 0 2 2 0 0 18 0 7 0 193010325 1505370112 2982 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 367522 2982 1010 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.101214 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8639
/proc/meminfo: memFree=1843904/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1472428 CPUtime=0.08
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 3573 0 1 0 6 2 0 0 18 0 12 0 193010325 1507766272 3316 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 368107 3316 1063 9 0 365455 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472428

[startup+0.301234 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8639
/proc/meminfo: memFree=1843904/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1474800 CPUtime=0.32
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 4997 0 1 0 29 3 0 0 18 0 12 0 193010325 1510195200 4735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 368700 4735 1352 9 0 366043 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1474800

[startup+0.701276 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8639
/proc/meminfo: memFree=1843904/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1476412 CPUtime=1.07
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 7433 0 1 0 102 5 0 0 18 0 12 0 193010325 1511845888 6889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 369103 6889 1396 9 0 366446 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1476412

[startup+1.50134 s]
/proc/loadavg: 0.00 0.00 0.00 2/76 8651
/proc/meminfo: memFree=1803424/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1477140 CPUtime=2.27
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 14689 0 1 0 219 8 0 0 18 0 13 0 193010325 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 369285 13389 1416 9 0 366628 0
[pid=8639/tid=8641] ppid=8637 vsize=1477140 CPUtime=1.24
/proc/8639/task/8641/stat : 8641 (java) R 8637 8639 8602 0 -1 64 11598 0 1 0 118 6 0 0 19 0 13 0 193010327 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 103241291 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8642] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8642/stat : 8642 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010328 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8643] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8643/stat : 8643 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193010328 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8644] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8644/stat : 8644 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010330 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8645] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8645/stat : 8645 (java) S 8637 8639 8602 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 193010331 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8646] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8646/stat : 8646 (java) S 8637 8639 8602 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193010331 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8647] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8647/stat : 8647 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193010335 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8648] ppid=8637 vsize=1477140 CPUtime=0.55
/proc/8639/task/8648/stat : 8648 (java) R 8637 8639 8602 0 -1 64 1294 0 0 0 55 0 0 0 17 0 13 0 193010335 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 103263152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8649] ppid=8637 vsize=1477140 CPUtime=0.44
/proc/8639/task/8649/stat : 8649 (java) R 8637 8639 8602 0 -1 64 1047 0 0 0 44 0 0 0 17 0 13 0 193010335 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 105496286 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8650] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8650/stat : 8650 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193010335 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8651] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8651/stat : 8651 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193010335 1512591360 13389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1477140

[startup+3.10247 s]
/proc/loadavg: 0.00 0.00 0.00 2/77 8652
/proc/meminfo: memFree=1794008/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1477140 CPUtime=3.99
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 15471 0 1 0 391 8 0 0 18 0 13 0 193010325 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 369285 14108 1420 9 0 366628 0
[pid=8639/tid=8641] ppid=8637 vsize=1477140 CPUtime=2.83
/proc/8639/task/8641/stat : 8641 (java) R 8637 8639 8602 0 -1 64 12302 0 1 0 276 7 0 0 17 0 13 0 193010327 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4109613322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8642] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8642/stat : 8642 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010328 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8643] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8643/stat : 8643 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193010328 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8644] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8644/stat : 8644 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010330 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8645] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8645/stat : 8645 (java) S 8637 8639 8602 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 193010331 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8646] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8646/stat : 8646 (java) S 8637 8639 8602 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193010331 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8647] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8647/stat : 8647 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193010335 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8648] ppid=8637 vsize=1477140 CPUtime=0.66
/proc/8639/task/8648/stat : 8648 (java) S 8637 8639 8602 0 -1 64 1366 0 0 0 66 0 0 0 16 0 13 0 193010335 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8649] ppid=8637 vsize=1477140 CPUtime=0.48
/proc/8639/task/8649/stat : 8649 (java) S 8637 8639 8602 0 -1 64 1053 0 0 0 48 0 0 0 16 0 13 0 193010335 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8650] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8650/stat : 8650 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193010335 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8651] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8651/stat : 8651 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193010335 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8652] ppid=8637 vsize=1477140 CPUtime=0
/proc/8639/task/8652/stat : 8652 (java) S 8637 8639 8602 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 193010436 1512591360 14108 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1477140

[startup+6.30275 s]
/proc/loadavg: 0.08 0.02 0.01 2/77 8652
/proc/meminfo: memFree=1791064/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1476352 CPUtime=7.19
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 16096 0 1 0 710 9 0 0 18 0 13 0 193010325 1511784448 14513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 369088 14513 1420 9 0 366431 0
[pid=8639/tid=8641] ppid=8637 vsize=1476352 CPUtime=6.02
/proc/8639/task/8641/stat : 8641 (java) R 8637 8639 8602 0 -1 64 12927 0 1 0 595 7 0 0 25 0 13 0 193010327 1511784448 14513 1992294400 134512640 134550932 4294956016 18446744073709551615 4109269858 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8642] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8642/stat : 8642 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010328 1511784448 14513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8643] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8643/stat : 8643 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193010328 1511784448 14513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8644] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8644/stat : 8644 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010330 1511784448 14513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8645] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8645/stat : 8645 (java) S 8637 8639 8602 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 193010331 1511784448 14513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8646] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8646/stat : 8646 (java) S 8637 8639 8602 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193010331 1511784448 14513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8647] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8647/stat : 8647 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193010335 1511784448 14513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8648] ppid=8637 vsize=1476352 CPUtime=0.66
/proc/8639/task/8648/stat : 8648 (java) S 8637 8639 8602 0 -1 64 1366 0 0 0 66 0 0 0 16 0 13 0 193010335 1511784448 14514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8649] ppid=8637 vsize=1476352 CPUtime=0.48
/proc/8639/task/8649/stat : 8649 (java) S 8637 8639 8602 0 -1 64 1053 0 0 0 48 0 0 0 16 0 13 0 193010335 1511784448 14514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8650] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8650/stat : 8650 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193010335 1511784448 14514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8651] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8651/stat : 8651 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193010335 1511784448 14514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8652] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8652/stat : 8652 (java) S 8637 8639 8602 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 193010436 1511784448 14514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 1476352

[startup+12.7023 s]
/proc/loadavg: 0.15 0.03 0.01 2/77 8652
/proc/meminfo: memFree=1787544/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1476352 CPUtime=13.59
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 16937 0 1 0 1349 10 0 0 18 0 13 0 193010325 1511784448 15354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 369088 15354 1420 9 0 366431 0
[pid=8639/tid=8641] ppid=8637 vsize=1476352 CPUtime=12.41
/proc/8639/task/8641/stat : 8641 (java) R 8637 8639 8602 0 -1 64 13768 0 1 0 1233 8 0 0 25 0 13 0 193010327 1511784448 15354 1992294400 134512640 134550932 4294956016 18446744073709551615 4109600383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8642] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8642/stat : 8642 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010328 1511784448 15354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8643] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8643/stat : 8643 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193010328 1511784448 15354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8644] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8644/stat : 8644 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010330 1511784448 15354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8645] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8645/stat : 8645 (java) S 8637 8639 8602 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 193010331 1511784448 15354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8646] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8646/stat : 8646 (java) S 8637 8639 8602 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193010331 1511784448 15354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8647] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8647/stat : 8647 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193010335 1511784448 15354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8648] ppid=8637 vsize=1476352 CPUtime=0.66
/proc/8639/task/8648/stat : 8648 (java) S 8637 8639 8602 0 -1 64 1366 0 0 0 66 0 0 0 16 0 13 0 193010335 1511784448 15355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8649] ppid=8637 vsize=1476352 CPUtime=0.49
/proc/8639/task/8649/stat : 8649 (java) S 8637 8639 8602 0 -1 64 1053 0 0 0 49 0 0 0 17 0 13 0 193010335 1511784448 15355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8650] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8650/stat : 8650 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193010335 1511784448 15355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8651] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8651/stat : 8651 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193010335 1511784448 15355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8652] ppid=8637 vsize=1476352 CPUtime=0
/proc/8639/task/8652/stat : 8652 (java) S 8637 8639 8602 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 193010436 1511784448 15355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.59
Current children cumulated vsize (KiB) 1476352

[startup+25.5014 s]
/proc/loadavg: 0.34 0.08 0.02 2/77 8652
/proc/meminfo: memFree=1783256/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1476224 CPUtime=26.38
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 17956 0 1 0 2628 10 0 0 18 0 13 0 193010325 1511653376 16340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 369056 16340 1420 9 0 366399 0
[pid=8639/tid=8641] ppid=8637 vsize=1476224 CPUtime=25.2
/proc/8639/task/8641/stat : 8641 (java) R 8637 8639 8602 0 -1 64 14786 0 1 0 2511 9 0 0 25 0 13 0 193010327 1511653376 16340 1992294400 134512640 134550932 4294956016 18446744073709551615 4109600383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8642] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8642/stat : 8642 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010328 1511653376 16340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8643] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8643/stat : 8643 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193010328 1511653376 16340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8644] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8644/stat : 8644 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010330 1511653376 16340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8645] ppid=8637 vsize=1476224 CPUtime=0

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

[pid=8639] ppid=8637 vsize=1476224 CPUtime=858.18
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 33165 0 1 0 85792 26 0 0 18 0 13 0 193010325 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 369056 31548 1420 9 0 366399 0
[pid=8639/tid=8641] ppid=8637 vsize=1476224 CPUtime=856.97
/proc/8639/task/8641/stat : 8641 (java) R 8637 8639 8602 0 -1 64 29993 0 1 0 85673 24 0 0 25 0 13 0 193010327 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4109613162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8642] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8642/stat : 8642 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010328 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8643] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8643/stat : 8643 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193010328 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8644] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8644/stat : 8644 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010330 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8645] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8645/stat : 8645 (java) S 8637 8639 8602 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 193010331 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8646] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8646/stat : 8646 (java) S 8637 8639 8602 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193010331 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8647] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8647/stat : 8647 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193010335 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8648] ppid=8637 vsize=1476224 CPUtime=0.66
/proc/8639/task/8648/stat : 8648 (java) S 8637 8639 8602 0 -1 64 1366 0 0 0 66 0 0 0 16 0 13 0 193010335 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8649] ppid=8637 vsize=1476224 CPUtime=0.52
/proc/8639/task/8649/stat : 8649 (java) S 8637 8639 8602 0 -1 64 1056 0 0 0 52 0 0 0 17 0 13 0 193010335 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8650] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8650/stat : 8650 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193010335 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8651] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8651/stat : 8651 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193010335 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8652] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8652/stat : 8652 (java) S 8637 8639 8602 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 193010436 1511653376 31548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 858.18
Current children cumulated vsize (KiB) 1476224

[startup+859.106 s]
/proc/loadavg: 0.99 0.93 0.57 2/77 8658
/proc/meminfo: memFree=1721560/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1476224 CPUtime=859.78
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 33171 0 1 0 85952 26 0 0 18 0 13 0 193010325 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 369056 31554 1420 9 0 366399 0
[pid=8639/tid=8641] ppid=8637 vsize=1476224 CPUtime=858.57
/proc/8639/task/8641/stat : 8641 (java) R 8637 8639 8602 0 -1 64 29999 0 1 0 85833 24 0 0 25 0 13 0 193010327 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4109600383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8642] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8642/stat : 8642 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010328 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8643] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8643/stat : 8643 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193010328 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8644] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8644/stat : 8644 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010330 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8645] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8645/stat : 8645 (java) S 8637 8639 8602 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 193010331 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8646] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8646/stat : 8646 (java) S 8637 8639 8602 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193010331 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8647] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8647/stat : 8647 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193010335 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8648] ppid=8637 vsize=1476224 CPUtime=0.66
/proc/8639/task/8648/stat : 8648 (java) S 8637 8639 8602 0 -1 64 1366 0 0 0 66 0 0 0 16 0 13 0 193010335 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8649] ppid=8637 vsize=1476224 CPUtime=0.52
/proc/8639/task/8649/stat : 8649 (java) S 8637 8639 8602 0 -1 64 1056 0 0 0 52 0 0 0 17 0 13 0 193010335 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8650] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8650/stat : 8650 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193010335 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8651] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8651/stat : 8651 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193010335 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8652] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8652/stat : 8652 (java) S 8637 8639 8602 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 193010436 1511653376 31554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 859.78
Current children cumulated vsize (KiB) 1476224

[startup+859.902 s]
/proc/loadavg: 0.99 0.93 0.57 2/77 8658
/proc/meminfo: memFree=1721560/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1476224 CPUtime=860.58
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 33174 0 1 0 86032 26 0 0 18 0 13 0 193010325 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 369056 31557 1420 9 0 366399 0
[pid=8639/tid=8641] ppid=8637 vsize=1476224 CPUtime=859.37
/proc/8639/task/8641/stat : 8641 (java) R 8637 8639 8602 0 -1 64 30002 0 1 0 85913 24 0 0 25 0 13 0 193010327 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4109613064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8642] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8642/stat : 8642 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010328 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8643] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8643/stat : 8643 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193010328 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8644] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8644/stat : 8644 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010330 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8645] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8645/stat : 8645 (java) S 8637 8639 8602 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 193010331 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8646] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8646/stat : 8646 (java) S 8637 8639 8602 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193010331 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8647] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8647/stat : 8647 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193010335 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8648] ppid=8637 vsize=1476224 CPUtime=0.66
/proc/8639/task/8648/stat : 8648 (java) S 8637 8639 8602 0 -1 64 1366 0 0 0 66 0 0 0 16 0 13 0 193010335 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8649] ppid=8637 vsize=1476224 CPUtime=0.52
/proc/8639/task/8649/stat : 8649 (java) S 8637 8639 8602 0 -1 64 1056 0 0 0 52 0 0 0 17 0 13 0 193010335 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8650] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8650/stat : 8650 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193010335 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8651] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8651/stat : 8651 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193010335 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8652] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8652/stat : 8652 (java) S 8637 8639 8602 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 193010436 1511653376 31557 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 860.58
Current children cumulated vsize (KiB) 1476224

[startup+860.702 s]
/proc/loadavg: 0.99 0.93 0.58 2/77 8658
/proc/meminfo: memFree=1721560/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1476224 CPUtime=861.38
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 33177 0 1 0 86112 26 0 0 18 0 13 0 193010325 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 369056 31560 1420 9 0 366399 0
[pid=8639/tid=8641] ppid=8637 vsize=1476224 CPUtime=860.17
/proc/8639/task/8641/stat : 8641 (java) R 8637 8639 8602 0 -1 64 30005 0 1 0 85993 24 0 0 25 0 13 0 193010327 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8642] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8642/stat : 8642 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010328 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8643] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8643/stat : 8643 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193010328 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8644] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8644/stat : 8644 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010330 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8645] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8645/stat : 8645 (java) S 8637 8639 8602 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 193010331 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8646] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8646/stat : 8646 (java) S 8637 8639 8602 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193010331 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8647] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8647/stat : 8647 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193010335 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8648] ppid=8637 vsize=1476224 CPUtime=0.66
/proc/8639/task/8648/stat : 8648 (java) S 8637 8639 8602 0 -1 64 1366 0 0 0 66 0 0 0 16 0 13 0 193010335 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8649] ppid=8637 vsize=1476224 CPUtime=0.52
/proc/8639/task/8649/stat : 8649 (java) S 8637 8639 8602 0 -1 64 1056 0 0 0 52 0 0 0 17 0 13 0 193010335 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8650] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8650/stat : 8650 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193010335 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8651] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8651/stat : 8651 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193010335 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8652] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8652/stat : 8652 (java) S 8637 8639 8602 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 193010436 1511653376 31560 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 861.38
Current children cumulated vsize (KiB) 1476224

[startup+861.102 s]
/proc/loadavg: 0.99 0.93 0.58 2/77 8658
/proc/meminfo: memFree=1721560/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=1476224 CPUtime=861.78
/proc/8639/stat : 8639 (java) S 8637 8639 8602 0 -1 0 33178 0 1 0 86152 26 0 0 18 0 13 0 193010325 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 369056 31561 1420 9 0 366399 0
[pid=8639/tid=8641] ppid=8637 vsize=1476224 CPUtime=860.57
/proc/8639/task/8641/stat : 8641 (java) R 8637 8639 8602 0 -1 64 30006 0 1 0 86033 24 0 0 25 0 13 0 193010327 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4109611765 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8642] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8642/stat : 8642 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010328 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8643] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8643/stat : 8643 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193010328 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8644] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8644/stat : 8644 (java) S 8637 8639 8602 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193010330 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8645] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8645/stat : 8645 (java) S 8637 8639 8602 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 193010331 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8646] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8646/stat : 8646 (java) S 8637 8639 8602 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193010331 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8647] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8647/stat : 8647 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193010335 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8648] ppid=8637 vsize=1476224 CPUtime=0.66
/proc/8639/task/8648/stat : 8648 (java) S 8637 8639 8602 0 -1 64 1366 0 0 0 66 0 0 0 16 0 13 0 193010335 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8649] ppid=8637 vsize=1476224 CPUtime=0.52
/proc/8639/task/8649/stat : 8649 (java) S 8637 8639 8602 0 -1 64 1056 0 0 0 52 0 0 0 17 0 13 0 193010335 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8650] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8650/stat : 8650 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193010335 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8639/tid=8651] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8651/stat : 8651 (java) S 8637 8639 8602 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193010335 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8639/tid=8652] ppid=8637 vsize=1476224 CPUtime=0
/proc/8639/task/8652/stat : 8652 (java) S 8637 8639 8602 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 193010436 1511653376 31561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 861.78
Current children cumulated vsize (KiB) 1476224

[startup+861.203 s]
/proc/loadavg: 0.99 0.93 0.58 2/66 8659
/proc/meminfo: memFree=1814168/2055920 swapFree=4192952/4192956
[pid=8639] ppid=8637 vsize=0 CPUtime=861.92
/proc/8639/stat : 8639 (java) Z 8637 8639 8602 0 -1 1036 33232 0 1 0 86164 28 0 0 16 0 2 0 193010325 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8639/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 861.92
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 861.208
CPU time (s): 861.926
CPU user time (s): 861.641
CPU system time (s): 0.284956
CPU usage (%): 100.083
Max. virtual memory (cumulated for all children) (KiB): 1477140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 861.641
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33232
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= 17872
involuntary context switches= 17558

runsolver used 1.11983 second user time and 2.02869 second system time

The end

Launcher Data

Begin job on node58 at 2009-06-17 17:55:48
IDJOB=1884056
IDBENCH=71919
IDSOLVER=682
FILE ID=node58/1884056-1245254148
PBS_JOBID= 9372398
Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/crafted/Medium/contest05/others/QG-gensys-icl003.sat05-2715.reshuffled-07.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884056-1245254148/watcher-1884056-1245254148 -o /tmp/evaluation-result-1884056-1245254148/solver-1884056-1245254148 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884056-1245254148.opb

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

MD5SUM BENCH= a2cf12abae22f22f6e09cef43636656a
RANDOM SEED=249797269

node58.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.243
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.243
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:       1844320 kB
Buffers:         30040 kB
Cached:         114660 kB
SwapCached:          4 kB
Active:          33076 kB
Inactive:       124988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844320 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1072 kB
Writeback:           0 kB
Mapped:          23096 kB
Slab:            39560 kB
Committed_AS:    88408 kB
PageTables:       1360 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= 66560 MiB
End job on node58 at 2009-06-17 18:10:09