Trace number 1884276

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 80.6847 80.0661

General information on the benchmark

Name/PURE-SAT/SAT07/industrial/jarvisalo/
eq.atree.braun.8.unsat.opb
MD5SUMed10322dc5e7340a2e19a953621baa2d
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 benchmark20.3809
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables684
Total number of constraints2300
Number of constraints which are clauses2300
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 constraint15
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.14/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.23	c See www.sat4j.org for details.
0.14/0.24	c version 2.1.1.v20090612
0.14/0.24	c sun.arch.data.model	32
0.14/0.24	c java.version	1.6.0_12
0.14/0.24	c os.name	Linux
0.14/0.24	c os.version	2.6.9-22.EL.rootsmp
0.14/0.24	c os.arch	i386
0.14/0.24	c Free memory 1342000320
0.14/0.24	c Max memory 1344274432
0.14/0.24	c Total memory 1344274432
0.14/0.24	c Number of processors 2
0.26/0.31	c Pseudo Boolean Optimization
0.26/0.31	c --- Begin Solver configuration ---
0.26/0.31	c Stops conflict analysis at the first Unique Implication Point
0.26/0.31	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.26/0.31	c Learn all clauses as in MiniSAT
0.26/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.26/0.31	c Expensive reason simplification
0.26/0.31	c MiniSAT restarts strategy
0.26/0.31	c Memory based learned constraints deletion strategy
0.26/0.31	c timeout=2147483s
0.26/0.31	c DB Simplification allowed=false
0.26/0.31	c --- End Solver configuration ---
0.26/0.31	c solving HOME/instance-1884276-1245256378.opb
0.26/0.31	c reading problem ... 
0.71/0.68	c ... done. Wall clock time 0.37s.
0.71/0.68	c #vars     684
0.71/0.68	c #constraints  2300
0.71/0.68	c constraints type 
0.71/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 978
0.71/0.68	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 1319
80.59/80.00	c starts		: 15
80.59/80.00	c conflicts		: 72133
80.59/80.00	c decisions		: 78046
80.59/80.00	c propagations		: 12968377
80.59/80.00	c inspects		: 284470608
80.59/80.00	c learnt literals	: 14
80.59/80.00	c learnt binary clauses	: 132
80.59/80.00	c learnt ternary clauses	: 388
80.59/80.00	c learnt clauses	: 72118
80.59/80.00	c ignored clauses	: 0
80.59/80.00	c root simplifications	: 0
80.59/80.00	c removed literals (reason simplification)	: 2950141
80.59/80.00	c reason swapping (by a shorter reason)	: 0
80.59/80.00	c Calls to reduceDB	: 0
80.59/80.00	c speed (assignments/second)	: 163504.7216793797
80.59/80.00	c non guided choices	9
80.59/80.05	c learnt constraints type 
80.59/80.05	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 71986
80.59/80.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 132
80.59/80.05	c constraints type 
80.59/80.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 978
80.59/80.05	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 1319
80.59/80.05	s UNSATISFIABLE
80.59/80.05	c Total wall clock time (in seconds): 79.739

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-1884276-1245256378/watcher-1884276-1245256378 -o /tmp/evaluation-result-1884276-1245256378/solver-1884276-1245256378 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884276-1245256378.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: 2.32 1.64 1.14 3/64 20478
/proc/meminfo: memFree=1902372/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1612 CPUtime=0
/proc/20478/stat : 20478 (java6) D 20476 20478 20296 0 -1 0 171 0 0 0 0 0 0 0 21 0 1 0 193235935 1650688 143 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/20478/statm: 403 143 107 9 0 45 0

[startup+0.0642189 s]
/proc/loadavg: 2.32 1.64 1.14 3/64 20478
/proc/meminfo: memFree=1902372/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=12928 CPUtime=0.03
/proc/20478/stat : 20478 (java) D 20476 20478 20296 0 -1 0 522 0 27 0 0 3 0 0 20 0 1 0 193235935 13238272 356 1992294400 134512640 134550932 4294956016 18446744073709551615 10232618 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/20478/statm: 3232 356 138 9 0 1104 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12928

[startup+0.101225 s]
/proc/loadavg: 2.32 1.64 1.14 3/64 20478
/proc/meminfo: memFree=1902372/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1469440 CPUtime=0.05
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 3081 0 30 0 1 4 0 0 20 0 5 0 193235935 1504706560 2857 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 367360 2858 975 9 0 364711 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1469440

[startup+0.301255 s]
/proc/loadavg: 2.32 1.64 1.14 3/64 20478
/proc/meminfo: memFree=1902372/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1474760 CPUtime=0.26
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 4732 0 30 0 19 7 0 0 20 0 12 0 193235935 1510154240 4491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 368690 4491 1340 9 0 366033 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1474760

[startup+0.701294 s]
/proc/loadavg: 2.32 1.64 1.14 3/64 20478
/proc/meminfo: memFree=1902372/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1476776 CPUtime=0.85
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 6693 0 30 0 77 8 0 0 20 0 13 0 193235935 1512218624 6019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 369194 6019 1395 9 0 366537 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1476776

[startup+1.50237 s]
/proc/loadavg: 2.32 1.64 1.14 4/77 20491
/proc/meminfo: memFree=1874300/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1477660 CPUtime=2.02
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 8713 0 30 0 193 9 0 0 20 0 13 0 193235935 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 369415 6558 1411 9 0 366758 0
[pid=20478/tid=20480] ppid=20476 vsize=1477660 CPUtime=1.1
/proc/20478/task/20480/stat : 20480 (java) R 20476 20478 20296 0 -1 64 4544 0 1 0 106 4 0 0 24 0 13 0 193235942 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4109545277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20481] ppid=20476 vsize=1477660 CPUtime=0
/proc/20478/task/20481/stat : 20481 (java) S 20476 20478 20296 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 193235943 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20482] ppid=20476 vsize=1477660 CPUtime=0
/proc/20478/task/20482/stat : 20482 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193235943 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20483] ppid=20476 vsize=1477660 CPUtime=0
/proc/20478/task/20483/stat : 20483 (java) S 20476 20478 20296 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193235945 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20484] ppid=20476 vsize=1477660 CPUtime=0
/proc/20478/task/20484/stat : 20484 (java) S 20476 20478 20296 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193235946 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20485] ppid=20476 vsize=1477660 CPUtime=0
/proc/20478/task/20485/stat : 20485 (java) S 20476 20478 20296 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193235946 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20486] ppid=20476 vsize=1477660 CPUtime=0
/proc/20478/task/20486/stat : 20486 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193235952 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20487] ppid=20476 vsize=1477660 CPUtime=0.43
/proc/20478/task/20487/stat : 20487 (java) S 20476 20478 20296 0 -1 64 1887 0 0 0 42 1 0 0 16 0 13 0 193235952 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20488] ppid=20476 vsize=1477660 CPUtime=0.43
/proc/20478/task/20488/stat : 20488 (java) S 20476 20478 20296 0 -1 64 1562 0 0 0 43 0 0 0 15 0 13 0 193235952 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20489] ppid=20476 vsize=1477660 CPUtime=0
/proc/20478/task/20489/stat : 20489 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193235952 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20490] ppid=20476 vsize=1477660 CPUtime=0
/proc/20478/task/20490/stat : 20490 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193235952 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20491] ppid=20476 vsize=1477660 CPUtime=0
/proc/20478/task/20491/stat : 20491 (java) S 20476 20478 20296 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 193236004 1513123840 6558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1477660

[startup+3.10254 s]
/proc/loadavg: 2.32 1.64 1.14 2/77 20491
/proc/meminfo: memFree=1873340/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1478684 CPUtime=3.71
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 9112 0 30 0 362 9 0 0 20 0 13 0 193235935 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 369671 6933 1415 9 0 367014 0
[pid=20478/tid=20480] ppid=20476 vsize=1478684 CPUtime=2.69
/proc/20478/task/20480/stat : 20480 (java) R 20476 20478 20296 0 -1 64 4874 0 1 0 265 4 0 0 25 0 13 0 193235942 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4109613998 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20481] ppid=20476 vsize=1478684 CPUtime=0
/proc/20478/task/20481/stat : 20481 (java) S 20476 20478 20296 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 193235943 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20482] ppid=20476 vsize=1478684 CPUtime=0
/proc/20478/task/20482/stat : 20482 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193235943 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20483] ppid=20476 vsize=1478684 CPUtime=0
/proc/20478/task/20483/stat : 20483 (java) S 20476 20478 20296 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193235945 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20484] ppid=20476 vsize=1478684 CPUtime=0
/proc/20478/task/20484/stat : 20484 (java) S 20476 20478 20296 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193235946 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20485] ppid=20476 vsize=1478684 CPUtime=0
/proc/20478/task/20485/stat : 20485 (java) S 20476 20478 20296 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193235946 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20486] ppid=20476 vsize=1478684 CPUtime=0
/proc/20478/task/20486/stat : 20486 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193235952 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20487] ppid=20476 vsize=1478684 CPUtime=0.43
/proc/20478/task/20487/stat : 20487 (java) S 20476 20478 20296 0 -1 64 1887 0 0 0 42 1 0 0 15 0 13 0 193235952 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20488] ppid=20476 vsize=1478684 CPUtime=0.53
/proc/20478/task/20488/stat : 20488 (java) S 20476 20478 20296 0 -1 64 1631 0 0 0 53 0 0 0 16 0 13 0 193235952 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20489] ppid=20476 vsize=1478684 CPUtime=0
/proc/20478/task/20489/stat : 20489 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193235952 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20490] ppid=20476 vsize=1478684 CPUtime=0
/proc/20478/task/20490/stat : 20490 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193235952 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20491] ppid=20476 vsize=1478684 CPUtime=0
/proc/20478/task/20491/stat : 20491 (java) S 20476 20478 20296 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 193236004 1514172416 6933 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1478684

[startup+6.30186 s]
/proc/loadavg: 2.22 1.63 1.14 2/77 20491
/proc/meminfo: memFree=1871548/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1477736 CPUtime=6.92
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 9622 0 30 0 682 10 0 0 20 0 13 0 193235935 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 369434 7203 1415 9 0 366777 0
[pid=20478/tid=20480] ppid=20476 vsize=1477736 CPUtime=5.86
/proc/20478/task/20480/stat : 20480 (java) R 20476 20478 20296 0 -1 64 5383 0 1 0 581 5 0 0 25 0 13 0 193235942 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4109611417 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20481] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20481/stat : 20481 (java) S 20476 20478 20296 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 193235943 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20482] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20482/stat : 20482 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193235943 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20483] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20483/stat : 20483 (java) S 20476 20478 20296 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193235945 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20484] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20484/stat : 20484 (java) S 20476 20478 20296 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193235946 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20485] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20485/stat : 20485 (java) S 20476 20478 20296 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193235946 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20486] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20486/stat : 20486 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193235952 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20487] ppid=20476 vsize=1477736 CPUtime=0.45
/proc/20478/task/20487/stat : 20487 (java) S 20476 20478 20296 0 -1 64 1887 0 0 0 44 1 0 0 16 0 13 0 193235952 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20488] ppid=20476 vsize=1477736 CPUtime=0.56
/proc/20478/task/20488/stat : 20488 (java) S 20476 20478 20296 0 -1 64 1632 0 0 0 56 0 0 0 15 0 13 0 193235952 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20489] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20489/stat : 20489 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193235952 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20490] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20490/stat : 20490 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193235952 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20491] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20491/stat : 20491 (java) S 20476 20478 20296 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 193236004 1513201664 7203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 1477736

[startup+12.7015 s]
/proc/loadavg: 2.12 1.62 1.14 2/77 20491
/proc/meminfo: memFree=1868924/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1477736 CPUtime=13.32
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 10204 0 30 0 1321 11 0 0 20 0 13 0 193235935 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 369434 7785 1415 9 0 366777 0
[pid=20478/tid=20480] ppid=20476 vsize=1477736 CPUtime=12.26
/proc/20478/task/20480/stat : 20480 (java) R 20476 20478 20296 0 -1 64 5965 0 1 0 1220 6 0 0 25 0 13 0 193235942 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4109613184 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20481] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20481/stat : 20481 (java) S 20476 20478 20296 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 193235943 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20482] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20482/stat : 20482 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193235943 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20483] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20483/stat : 20483 (java) S 20476 20478 20296 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193235945 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20484] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20484/stat : 20484 (java) S 20476 20478 20296 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193235946 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20485] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20485/stat : 20485 (java) S 20476 20478 20296 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193235946 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20486] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20486/stat : 20486 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193235952 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20487] ppid=20476 vsize=1477736 CPUtime=0.45
/proc/20478/task/20487/stat : 20487 (java) S 20476 20478 20296 0 -1 64 1887 0 0 0 44 1 0 0 16 0 13 0 193235952 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20488] ppid=20476 vsize=1477736 CPUtime=0.56
/proc/20478/task/20488/stat : 20488 (java) S 20476 20478 20296 0 -1 64 1632 0 0 0 56 0 0 0 17 0 13 0 193235952 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20489] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20489/stat : 20489 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193235952 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20490] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20490/stat : 20490 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193235952 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20491] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20491/stat : 20491 (java) S 20476 20478 20296 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 193236004 1513201664 7785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.32
Current children cumulated vsize (KiB) 1477736

[startup+25.5028 s]
/proc/loadavg: 1.87 1.59 1.14 2/77 20491
/proc/meminfo: memFree=1865276/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1477736 CPUtime=26.11
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 11161 0 30 0 2599 12 0 0 20 0 13 0 193235935 1513201664 8742 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 369434 8742 1415 9 0 366777 0
[pid=20478/tid=20480] ppid=20476 vsize=1477736 CPUtime=25.05
/proc/20478/task/20480/stat : 20480 (java) R 20476 20478 20296 0 -1 64 6922 0 1 0 2498 7 0 0 25 0 13 0 193235942 1513201664 8742 1992294400 134512640 134550932 4294956016 18446744073709551615 4109559167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20481] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20481/stat : 20481 (java) S 20476 20478 20296 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 193235943 1513201664 8742 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20482] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20482/stat : 20482 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193235943 1513201664 8742 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20483] ppid=20476 vsize=1477736 CPUtime=0

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

/proc/20478/task/20490/stat : 20490 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193235952 1513201664 10884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20491] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20491/stat : 20491 (java) S 20476 20478 20296 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 193236004 1513201664 10884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.29
Current children cumulated vsize (KiB) 1477736

[startup+78.3023 s]
/proc/loadavg: 1.35 1.49 1.12 2/77 20491
/proc/meminfo: memFree=1856316/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1477736 CPUtime=78.89
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 13379 0 30 0 7874 15 0 0 20 0 13 0 193235935 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 369434 10959 1415 9 0 366777 0
[pid=20478/tid=20480] ppid=20476 vsize=1477736 CPUtime=77.82
/proc/20478/task/20480/stat : 20480 (java) R 20476 20478 20296 0 -1 64 9140 0 1 0 7772 10 0 0 25 0 13 0 193235942 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4109559167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20481] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20481/stat : 20481 (java) S 20476 20478 20296 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 193235943 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20482] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20482/stat : 20482 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193235943 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20483] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20483/stat : 20483 (java) S 20476 20478 20296 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193235945 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20484] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20484/stat : 20484 (java) S 20476 20478 20296 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193235946 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20485] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20485/stat : 20485 (java) S 20476 20478 20296 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193235946 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20486] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20486/stat : 20486 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193235952 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20487] ppid=20476 vsize=1477736 CPUtime=0.45
/proc/20478/task/20487/stat : 20487 (java) S 20476 20478 20296 0 -1 64 1887 0 0 0 44 1 0 0 16 0 13 0 193235952 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20488] ppid=20476 vsize=1477736 CPUtime=0.56
/proc/20478/task/20488/stat : 20488 (java) S 20476 20478 20296 0 -1 64 1632 0 0 0 56 0 0 0 16 0 13 0 193235952 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20489] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20489/stat : 20489 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193235952 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20490] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20490/stat : 20490 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193235952 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20491] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20491/stat : 20491 (java) S 20476 20478 20296 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 193236004 1513201664 10959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.89
Current children cumulated vsize (KiB) 1477736

[startup+79.1024 s]
/proc/loadavg: 1.35 1.49 1.12 2/77 20491
/proc/meminfo: memFree=1856252/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1477736 CPUtime=79.69
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 13388 0 30 0 7954 15 0 0 20 0 13 0 193235935 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 369434 10968 1415 9 0 366777 0
[pid=20478/tid=20480] ppid=20476 vsize=1477736 CPUtime=78.62
/proc/20478/task/20480/stat : 20480 (java) R 20476 20478 20296 0 -1 64 9149 0 1 0 7852 10 0 0 25 0 13 0 193235942 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4109559167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20481] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20481/stat : 20481 (java) S 20476 20478 20296 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 193235943 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20482] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20482/stat : 20482 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193235943 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20483] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20483/stat : 20483 (java) S 20476 20478 20296 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193235945 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20484] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20484/stat : 20484 (java) S 20476 20478 20296 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193235946 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20485] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20485/stat : 20485 (java) S 20476 20478 20296 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193235946 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20486] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20486/stat : 20486 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193235952 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20487] ppid=20476 vsize=1477736 CPUtime=0.45
/proc/20478/task/20487/stat : 20487 (java) S 20476 20478 20296 0 -1 64 1887 0 0 0 44 1 0 0 16 0 13 0 193235952 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20488] ppid=20476 vsize=1477736 CPUtime=0.57
/proc/20478/task/20488/stat : 20488 (java) S 20476 20478 20296 0 -1 64 1632 0 0 0 57 0 0 0 17 0 13 0 193235952 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20489] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20489/stat : 20489 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193235952 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20490] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20490/stat : 20490 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193235952 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20491] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20491/stat : 20491 (java) S 20476 20478 20296 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 193236004 1513201664 10968 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.69
Current children cumulated vsize (KiB) 1477736

[startup+79.5024 s]
/proc/loadavg: 1.35 1.49 1.12 2/77 20491
/proc/meminfo: memFree=1856252/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1477736 CPUtime=80.09
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 13391 0 30 0 7994 15 0 0 20 0 13 0 193235935 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 369434 10971 1415 9 0 366777 0
[pid=20478/tid=20480] ppid=20476 vsize=1477736 CPUtime=79.02
/proc/20478/task/20480/stat : 20480 (java) R 20476 20478 20296 0 -1 64 9152 0 1 0 7892 10 0 0 25 0 13 0 193235942 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4109633300 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20481] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20481/stat : 20481 (java) S 20476 20478 20296 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 193235943 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20482] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20482/stat : 20482 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193235943 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20483] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20483/stat : 20483 (java) S 20476 20478 20296 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193235945 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20484] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20484/stat : 20484 (java) S 20476 20478 20296 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193235946 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20485] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20485/stat : 20485 (java) S 20476 20478 20296 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193235946 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20486] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20486/stat : 20486 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193235952 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20487] ppid=20476 vsize=1477736 CPUtime=0.45
/proc/20478/task/20487/stat : 20487 (java) S 20476 20478 20296 0 -1 64 1887 0 0 0 44 1 0 0 16 0 13 0 193235952 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20488] ppid=20476 vsize=1477736 CPUtime=0.57
/proc/20478/task/20488/stat : 20488 (java) S 20476 20478 20296 0 -1 64 1632 0 0 0 57 0 0 0 17 0 13 0 193235952 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20489] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20489/stat : 20489 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193235952 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20490] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20490/stat : 20490 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193235952 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20491] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20491/stat : 20491 (java) S 20476 20478 20296 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 193236004 1513201664 10971 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.09
Current children cumulated vsize (KiB) 1477736

[startup+79.9024 s]
/proc/loadavg: 1.35 1.49 1.12 2/77 20491
/proc/meminfo: memFree=1856252/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1477736 CPUtime=80.49
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 13399 0 30 0 8034 15 0 0 20 0 13 0 193235935 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 369434 10979 1415 9 0 366777 0
[pid=20478/tid=20480] ppid=20476 vsize=1477736 CPUtime=79.41
/proc/20478/task/20480/stat : 20480 (java) R 20476 20478 20296 0 -1 64 9160 0 1 0 7931 10 0 0 25 0 13 0 193235942 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4109614290 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20481] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20481/stat : 20481 (java) S 20476 20478 20296 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 193235943 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20482] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20482/stat : 20482 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193235943 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20483] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20483/stat : 20483 (java) S 20476 20478 20296 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193235945 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20484] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20484/stat : 20484 (java) S 20476 20478 20296 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193235946 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20485] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20485/stat : 20485 (java) S 20476 20478 20296 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193235946 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20486] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20486/stat : 20486 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193235952 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20487] ppid=20476 vsize=1477736 CPUtime=0.45
/proc/20478/task/20487/stat : 20487 (java) S 20476 20478 20296 0 -1 64 1887 0 0 0 44 1 0 0 16 0 13 0 193235952 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20488] ppid=20476 vsize=1477736 CPUtime=0.57
/proc/20478/task/20488/stat : 20488 (java) S 20476 20478 20296 0 -1 64 1632 0 0 0 57 0 0 0 17 0 13 0 193235952 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20489] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20489/stat : 20489 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193235952 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20490] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20490/stat : 20490 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193235952 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20491] ppid=20476 vsize=1477736 CPUtime=0
/proc/20478/task/20491/stat : 20491 (java) S 20476 20478 20296 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 193236004 1513201664 10979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.49
Current children cumulated vsize (KiB) 1477736

[startup+80.0024 s]
/proc/loadavg: 1.35 1.49 1.12 2/77 20491
/proc/meminfo: memFree=1856252/2055920 swapFree=4178700/4192956
[pid=20478] ppid=20476 vsize=1478060 CPUtime=80.59
/proc/20478/stat : 20478 (java) S 20476 20478 20296 0 -1 0 13406 0 30 0 8044 15 0 0 20 0 14 0 193235935 1513533440 10986 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20478/statm: 369515 10986 1415 9 0 366858 0
[pid=20478/tid=20480] ppid=20476 vsize=1478060 CPUtime=79.51
/proc/20478/task/20480/stat : 20480 (java) S 20476 20478 20296 0 -1 64 9165 0 1 0 7941 10 0 0 25 0 14 0 193235942 1513533440 10986 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20481] ppid=20476 vsize=1478060 CPUtime=0
/proc/20478/task/20481/stat : 20481 (java) S 20476 20478 20296 0 -1 64 3 0 0 0 0 0 0 0 22 0 14 0 193235943 1513533440 10989 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20482] ppid=20476 vsize=1478060 CPUtime=0
/proc/20478/task/20482/stat : 20482 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 23 0 14 0 193235943 1513533440 10990 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20483] ppid=20476 vsize=1478060 CPUtime=0
/proc/20478/task/20483/stat : 20483 (java) S 20476 20478 20296 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 193235945 1513533440 10990 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20484] ppid=20476 vsize=1478060 CPUtime=0
/proc/20478/task/20484/stat : 20484 (java) S 20476 20478 20296 0 -1 64 10 0 0 0 0 0 0 0 19 0 14 0 193235946 1513533440 10990 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20485] ppid=20476 vsize=1478060 CPUtime=0
/proc/20478/task/20485/stat : 20485 (java) S 20476 20478 20296 0 -1 64 4 0 0 0 0 0 0 0 20 0 14 0 193235946 1513533440 10990 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20486] ppid=20476 vsize=1478060 CPUtime=0
/proc/20478/task/20486/stat : 20486 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 19 0 14 0 193235952 1513533440 10990 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20487] ppid=20476 vsize=1478060 CPUtime=0.45
/proc/20478/task/20487/stat : 20487 (java) S 20476 20478 20296 0 -1 64 1887 0 0 0 44 1 0 0 16 0 14 0 193235952 1513533440 10990 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20478/tid=20488] ppid=20476 vsize=1478060 CPUtime=0.57
/proc/20478/task/20488/stat : 20488 (java) S 20476 20478 20296 0 -1 64 1632 0 0 0 57 0 0 0 17 0 14 0 193235952 1513533440 10990 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20489] ppid=20476 vsize=1478060 CPUtime=0
/proc/20478/task/20489/stat : 20489 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 21 0 14 0 193235952 1513533440 10991 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20490] ppid=20476 vsize=1478060 CPUtime=0
/proc/20478/task/20490/stat : 20490 (java) S 20476 20478 20296 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 193235952 1513533440 10991 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20478/tid=20491] ppid=20476 vsize=1478060 CPUtime=0
/proc/20478/task/20491/stat : 20491 (java) S 20476 20478 20296 0 -1 64 5 0 0 0 0 0 0 0 19 0 14 0 193236004 1513533440 10992 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.59
Current children cumulated vsize (KiB) 1478060

Child status: 20
Real time (s): 80.0661
CPU time (s): 80.6847
CPU user time (s): 80.5188
CPU system time (s): 0.165974
CPU usage (%): 100.773
Max. virtual memory (cumulated for all children) (KiB): 1478684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.5188
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13434
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2373
involuntary context switches= 2165

runsolver used 0.117982 second user time and 0.19597 second system time

The end

Launcher Data

Begin job on node90 at 2009-06-17 18:33:00
IDJOB=1884276
IDBENCH=71941
IDSOLVER=682
FILE ID=node90/1884276-1245256378
PBS_JOBID= 9372374
Free space on /tmp= 66528 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/industrial/jarvisalo/eq.atree.braun.8.unsat.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884276-1245256378/watcher-1884276-1245256378 -o /tmp/evaluation-result-1884276-1245256378/solver-1884276-1245256378 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884276-1245256378.opb

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

MD5SUM BENCH= ed10322dc5e7340a2e19a953621baa2d
RANDOM SEED=623040176

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1902852 kB
Buffers:         13548 kB
Cached:          76092 kB
SwapCached:       8008 kB
Active:          10532 kB
Inactive:        89096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902852 kB
SwapTotal:     4192956 kB
SwapFree:      4178700 kB
Dirty:             488 kB
Writeback:           0 kB
Mapped:          15772 kB
Slab:            39380 kB
Committed_AS:   134120 kB
PageTables:       1436 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= 66528 MiB
End job on node90 at 2009-06-17 18:34:20