Trace number 1855275

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 859.407 854.63

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark74.2567
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
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.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1855275-1244871053.opb
0.22/0.22	c reading problem ... 
2.34/1.89	c ... done. Wall clock time 1.676s.
2.34/1.89	c #vars     21380
2.34/1.89	c #constraints  60984
2.34/1.89	c constraints type 
2.34/1.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
2.34/1.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
2.34/1.90	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 19039
859.14/854.44	c starts		: 20
859.14/854.44	c conflicts		: 528048
859.14/854.44	c decisions		: 1250631
859.14/854.44	c propagations		: 246527460
859.14/854.44	c inspects		: 1854582709
859.14/854.44	c learnt literals	: 30
859.14/854.44	c learnt binary clauses	: 120
859.14/854.44	c learnt ternary clauses	: 465
859.14/854.44	c learnt clauses	: 528017
859.14/854.44	c ignored clauses	: 0
859.14/854.44	c root simplifications	: 0
859.14/854.44	c removed literals (reason simplification)	: 17222302
859.14/854.44	c reason swapping (by a shorter reason)	: 0
859.14/854.44	c Calls to reduceDB	: 0
859.14/854.44	c speed (assignments/second)	: 289166.1681598412
859.14/854.44	c non guided choices	2347
859.27/854.56	c learnt constraints type 
859.27/854.56	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 527897
859.27/854.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 120
859.27/854.56	c constraints type 
859.27/854.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
859.27/854.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
859.27/854.56	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 19039
859.27/854.56	s UNSATISFIABLE
859.27/854.56	c Total wall clock time (in seconds): 854.347

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12659
/proc/meminfo: memFree=1051544/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=140 CPUtime=0
/proc/12659/stat : 12659 (java6) R 12657 12659 11809 0 -1 0 21 0 0 0 0 0 0 0 20 0 1 0 154705800 143360 6 1992294400 134512640 134550932 4294956176 18446744073709551615 11813177 0 0 4096 0 0 0 0 17 1 0 0
/proc/12659/statm: 36 17 12 9 0 2 0

[startup+0.098906 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12659
/proc/meminfo: memFree=1051544/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1472584 CPUtime=0.08
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 3585 0 1 0 6 2 0 0 18 0 12 0 154705800 1507926016 3328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 368146 3328 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.102866 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12659
/proc/meminfo: memFree=1051544/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1472584 CPUtime=0.08
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 3603 0 1 0 6 2 0 0 18 0 12 0 154705800 1507926016 3346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 368146 3346 1067 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.304908 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12659
/proc/meminfo: memFree=1051544/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1475024 CPUtime=0.33
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 5089 0 1 0 29 4 0 0 18 0 12 0 154705800 1510424576 4827 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 368756 4827 1352 9 0 366099 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475024

[startup+0.701995 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12659
/proc/meminfo: memFree=1051544/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1476776 CPUtime=1
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 7408 0 1 0 94 6 0 0 18 0 12 0 154705800 1512218624 6683 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 369194 6683 1396 9 0 366537 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1476776

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12671
/proc/meminfo: memFree=1020216/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1477688 CPUtime=1.95
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 21702 0 1 0 182 13 0 0 18 0 12 0 154705800 1513152512 20774 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 369422 20775 1400 9 0 366765 0
[pid=12659/tid=12661] ppid=12657 vsize=1477688 CPUtime=1.24
/proc/12659/task/12661/stat : 12661 (java) R 12657 12659 11809 0 -1 64 18945 0 1 0 113 11 0 0 20 0 12 0 154705802 1513152512 20776 1992294400 134512640 134550932 4294956016 18446744073709551615 4109485761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12662] ppid=12657 vsize=1477688 CPUtime=0
/proc/12659/task/12662/stat : 12662 (java) S 12657 12659 11809 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 154705803 1513152512 20777 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12663] ppid=12657 vsize=1477688 CPUtime=0
/proc/12659/task/12663/stat : 12663 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 154705803 1513152512 20778 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12664] ppid=12657 vsize=1477688 CPUtime=0
/proc/12659/task/12664/stat : 12664 (java) S 12657 12659 11809 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 154705805 1513152512 20779 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12665] ppid=12657 vsize=1477688 CPUtime=0
/proc/12659/task/12665/stat : 12665 (java) S 12657 12659 11809 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 154705806 1513152512 20780 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12666] ppid=12657 vsize=1477688 CPUtime=0
/proc/12659/task/12666/stat : 12666 (java) S 12657 12659 11809 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 154705806 1513152512 20781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12667] ppid=12657 vsize=1477688 CPUtime=0
/proc/12659/task/12667/stat : 12667 (java) S 12657 12659 11809 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154705810 1513152512 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12668] ppid=12657 vsize=1477688 CPUtime=0.35
/proc/12659/task/12668/stat : 12668 (java) S 12657 12659 11809 0 -1 64 953 0 0 0 35 0 0 0 15 0 12 0 154705810 1513152512 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12669] ppid=12657 vsize=1477688 CPUtime=0.33
/proc/12659/task/12669/stat : 12669 (java) S 12657 12659 11809 0 -1 64 1066 0 0 0 33 0 0 0 15 0 12 0 154705810 1513152512 20783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12670] ppid=12657 vsize=1477688 CPUtime=0
/proc/12659/task/12670/stat : 12670 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154705810 1513152512 20784 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12671] ppid=12657 vsize=1477688 CPUtime=0
/proc/12659/task/12671/stat : 12671 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 154705810 1513152512 20785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1477688

[startup+3.1025 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 12672
/proc/meminfo: memFree=939696/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1482960 CPUtime=4.45
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 39041 0 1 0 424 21 0 0 18 0 13 0 154705800 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 370740 36338 1427 9 0 368083 0
[pid=12659/tid=12661] ppid=12657 vsize=1482960 CPUtime=2.65
/proc/12659/task/12661/stat : 12661 (java) R 12657 12659 11809 0 -1 64 30950 0 1 0 248 17 0 0 22 0 13 0 154705802 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4109696407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12662] ppid=12657 vsize=1482960 CPUtime=0.04
/proc/12659/task/12662/stat : 12662 (java) S 12657 12659 11809 0 -1 64 1085 0 0 0 4 0 0 0 16 0 13 0 154705803 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12663] ppid=12657 vsize=1482960 CPUtime=0.04
/proc/12659/task/12663/stat : 12663 (java) S 12657 12659 11809 0 -1 64 1268 0 0 0 3 1 0 0 16 0 13 0 154705803 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12664] ppid=12657 vsize=1482960 CPUtime=0
/proc/12659/task/12664/stat : 12664 (java) S 12657 12659 11809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154705805 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12665] ppid=12657 vsize=1482960 CPUtime=0
/proc/12659/task/12665/stat : 12665 (java) S 12657 12659 11809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154705806 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12666] ppid=12657 vsize=1482960 CPUtime=0
/proc/12659/task/12666/stat : 12666 (java) S 12657 12659 11809 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154705806 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12667] ppid=12657 vsize=1482960 CPUtime=0
/proc/12659/task/12667/stat : 12667 (java) S 12657 12659 11809 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154705810 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12668] ppid=12657 vsize=1482960 CPUtime=0.83
/proc/12659/task/12668/stat : 12668 (java) S 12657 12659 11809 0 -1 64 2317 0 0 0 83 0 0 0 16 0 13 0 154705810 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12669] ppid=12657 vsize=1482960 CPUtime=0.83
/proc/12659/task/12669/stat : 12669 (java) R 12657 12659 11809 0 -1 64 2668 0 0 0 82 1 0 0 16 0 13 0 154705810 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 104163883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12670] ppid=12657 vsize=1482960 CPUtime=0
/proc/12659/task/12670/stat : 12670 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154705810 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12671] ppid=12657 vsize=1482960 CPUtime=0
/proc/12659/task/12671/stat : 12671 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154705810 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12672] ppid=12657 vsize=1482960 CPUtime=0
/proc/12659/task/12672/stat : 12672 (java) S 12657 12659 11809 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154705996 1518551040 36338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1482960

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12672
/proc/meminfo: memFree=901232/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1482928 CPUtime=7.9
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 41646 0 1 0 767 23 0 0 18 0 13 0 154705800 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 370732 38909 1431 9 0 368075 0
[pid=12659/tid=12661] ppid=12657 vsize=1482928 CPUtime=5.75
/proc/12659/task/12661/stat : 12661 (java) R 12657 12659 11809 0 -1 64 30957 0 1 0 558 17 0 0 25 0 13 0 154705802 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4109828664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12662] ppid=12657 vsize=1482928 CPUtime=0.11
/proc/12659/task/12662/stat : 12662 (java) S 12657 12659 11809 0 -1 64 2550 0 0 0 10 1 0 0 16 0 13 0 154705803 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12663] ppid=12657 vsize=1482928 CPUtime=0.11
/proc/12659/task/12663/stat : 12663 (java) S 12657 12659 11809 0 -1 64 2370 0 0 0 10 1 0 0 16 0 13 0 154705803 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12664] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12664/stat : 12664 (java) S 12657 12659 11809 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 154705805 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12665] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12665/stat : 12665 (java) S 12657 12659 11809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12666] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12666/stat : 12666 (java) S 12657 12659 11809 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12667] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12667/stat : 12667 (java) S 12657 12659 11809 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154705810 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12668] ppid=12657 vsize=1482928 CPUtime=0.98
/proc/12659/task/12668/stat : 12668 (java) S 12657 12659 11809 0 -1 64 2334 0 0 0 98 0 0 0 16 0 13 0 154705810 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12669] ppid=12657 vsize=1482928 CPUtime=0.9
/proc/12659/task/12669/stat : 12669 (java) S 12657 12659 11809 0 -1 64 2675 0 0 0 89 1 0 0 17 0 13 0 154705810 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12670] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12670/stat : 12670 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154705810 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12671] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12671/stat : 12671 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154705810 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12672] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12672/stat : 12672 (java) S 12657 12659 11809 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154705996 1518518272 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 1482928

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12672
/proc/meminfo: memFree=898432/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1482928 CPUtime=14.41
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 44217 0 1 0 1417 24 0 0 18 0 13 0 154705800 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 370732 41461 1431 9 0 368075 0
[pid=12659/tid=12661] ppid=12657 vsize=1482928 CPUtime=12.02
/proc/12659/task/12661/stat : 12661 (java) R 12657 12659 11809 0 -1 64 30962 0 1 0 1185 17 0 0 25 0 13 0 154705802 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4109775917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12662] ppid=12657 vsize=1482928 CPUtime=0.22
/proc/12659/task/12662/stat : 12662 (java) S 12657 12659 11809 0 -1 64 3740 0 0 0 21 1 0 0 16 0 13 0 154705803 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12663] ppid=12657 vsize=1482928 CPUtime=0.21
/proc/12659/task/12663/stat : 12663 (java) S 12657 12659 11809 0 -1 64 3736 0 0 0 20 1 0 0 16 0 13 0 154705803 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12664] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12664/stat : 12664 (java) S 12657 12659 11809 0 -1 64 27 0 0 0 0 0 0 0 17 0 13 0 154705805 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12665] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12665/stat : 12665 (java) S 12657 12659 11809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12666] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12666/stat : 12666 (java) S 12657 12659 11809 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12667] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12667/stat : 12667 (java) S 12657 12659 11809 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154705810 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12668] ppid=12657 vsize=1482928 CPUtime=0.98
/proc/12659/task/12668/stat : 12668 (java) S 12657 12659 11809 0 -1 64 2334 0 0 0 98 0 0 0 16 0 13 0 154705810 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12669] ppid=12657 vsize=1482928 CPUtime=0.92
/proc/12659/task/12669/stat : 12669 (java) S 12657 12659 11809 0 -1 64 2675 0 0 0 91 1 0 0 17 0 13 0 154705810 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12670] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12670/stat : 12670 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154705810 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12671] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12671/stat : 12671 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154705810 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12672] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12672/stat : 12672 (java) S 12657 12659 11809 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154705996 1518518272 41461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 1482928

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12672
/proc/meminfo: memFree=873984/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1482928 CPUtime=27.32
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 48534 0 1 0 2706 26 0 0 18 0 13 0 154705800 1518518272 45527 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 370732 45527 1431 9 0 368075 0
[pid=12659/tid=12661] ppid=12657 vsize=1482928 CPUtime=24.7
/proc/12659/task/12661/stat : 12661 (java) R 12657 12659 11809 0 -1 64 31393 0 1 0 2453 17 0 0 25 0 13 0 154705802 1518518272 45527 1992294400 134512640 134550932 4294956016 18446744073709551615 4109851686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12662] ppid=12657 vsize=1482928 CPUtime=0.29
/proc/12659/task/12662/stat : 12662 (java) S 12657 12659 11809 0 -1 64 6204 0 0 0 27 2 0 0 17 0 13 0 154705803 1518518272 45527 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12663] ppid=12657 vsize=1482928 CPUtime=0.29
/proc/12659/task/12663/stat : 12663 (java) S 12657 12659 11809 0 -1 64 5150 0 0 0 27 2 0 0 17 0 13 0 154705803 1518518272 45527 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12664] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12664/stat : 12664 (java) S 12657 12659 11809 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 154705805 1518518272 45527 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12665] ppid=12657 vsize=1482928 CPUtime=0

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

[pid=12659] ppid=12657 vsize=1482928 CPUtime=855.84
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 92475 0 1 0 85525 59 0 0 18 0 13 0 154705800 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 370732 87773 1431 9 0 368075 0
[pid=12659/tid=12661] ppid=12657 vsize=1482928 CPUtime=845.78
/proc/12659/task/12661/stat : 12661 (java) R 12657 12659 11809 0 -1 64 32061 0 1 0 84559 19 0 0 25 0 13 0 154705802 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4109775917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12662] ppid=12657 vsize=1482928 CPUtime=4.03
/proc/12659/task/12662/stat : 12662 (java) S 12657 12659 11809 0 -1 64 27597 0 0 0 385 18 0 0 16 0 13 0 154705803 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12663] ppid=12657 vsize=1482928 CPUtime=3.96
/proc/12659/task/12663/stat : 12663 (java) S 12657 12659 11809 0 -1 64 27030 0 0 0 379 17 0 0 16 0 13 0 154705803 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12664] ppid=12657 vsize=1482928 CPUtime=0.03
/proc/12659/task/12664/stat : 12664 (java) S 12657 12659 11809 0 -1 64 27 0 0 0 2 1 0 0 16 0 13 0 154705805 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12665] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12665/stat : 12665 (java) S 12657 12659 11809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12666] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12666/stat : 12666 (java) S 12657 12659 11809 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12667] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12667/stat : 12667 (java) S 12657 12659 11809 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12668] ppid=12657 vsize=1482928 CPUtime=1.01
/proc/12659/task/12668/stat : 12668 (java) S 12657 12659 11809 0 -1 64 2341 0 0 0 101 0 0 0 16 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12669] ppid=12657 vsize=1482928 CPUtime=0.97
/proc/12659/task/12669/stat : 12669 (java) S 12657 12659 11809 0 -1 64 2676 0 0 0 96 1 0 0 17 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12670] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12670/stat : 12670 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12671] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12671/stat : 12671 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12672] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12672/stat : 12672 (java) S 12657 12659 11809 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154705996 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 855.84
Current children cumulated vsize (KiB) 1482928

[startup+852.702 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 12672
/proc/meminfo: memFree=704448/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1482928 CPUtime=857.44
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 92475 0 1 0 85685 59 0 0 18 0 13 0 154705800 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 370732 87773 1431 9 0 368075 0
[pid=12659/tid=12661] ppid=12657 vsize=1482928 CPUtime=847.38
/proc/12659/task/12661/stat : 12661 (java) R 12657 12659 11809 0 -1 64 32061 0 1 0 84719 19 0 0 25 0 13 0 154705802 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4109775917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12662] ppid=12657 vsize=1482928 CPUtime=4.03
/proc/12659/task/12662/stat : 12662 (java) S 12657 12659 11809 0 -1 64 27597 0 0 0 385 18 0 0 16 0 13 0 154705803 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12663] ppid=12657 vsize=1482928 CPUtime=3.96
/proc/12659/task/12663/stat : 12663 (java) S 12657 12659 11809 0 -1 64 27030 0 0 0 379 17 0 0 16 0 13 0 154705803 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12664] ppid=12657 vsize=1482928 CPUtime=0.03
/proc/12659/task/12664/stat : 12664 (java) S 12657 12659 11809 0 -1 64 27 0 0 0 2 1 0 0 16 0 13 0 154705805 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12665] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12665/stat : 12665 (java) S 12657 12659 11809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12666] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12666/stat : 12666 (java) S 12657 12659 11809 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12667] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12667/stat : 12667 (java) S 12657 12659 11809 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12668] ppid=12657 vsize=1482928 CPUtime=1.01
/proc/12659/task/12668/stat : 12668 (java) S 12657 12659 11809 0 -1 64 2341 0 0 0 101 0 0 0 16 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12669] ppid=12657 vsize=1482928 CPUtime=0.97
/proc/12659/task/12669/stat : 12669 (java) S 12657 12659 11809 0 -1 64 2676 0 0 0 96 1 0 0 17 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12670] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12670/stat : 12670 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12671] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12671/stat : 12671 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12672] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12672/stat : 12672 (java) S 12657 12659 11809 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154705996 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 857.44
Current children cumulated vsize (KiB) 1482928

[startup+853.503 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 12672
/proc/meminfo: memFree=704448/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1482928 CPUtime=858.25
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 92475 0 1 0 85766 59 0 0 18 0 13 0 154705800 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 370732 87773 1431 9 0 368075 0
[pid=12659/tid=12661] ppid=12657 vsize=1482928 CPUtime=848.18
/proc/12659/task/12661/stat : 12661 (java) R 12657 12659 11809 0 -1 64 32061 0 1 0 84799 19 0 0 25 0 13 0 154705802 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4109750276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12662] ppid=12657 vsize=1482928 CPUtime=4.03
/proc/12659/task/12662/stat : 12662 (java) S 12657 12659 11809 0 -1 64 27597 0 0 0 385 18 0 0 16 0 13 0 154705803 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12663] ppid=12657 vsize=1482928 CPUtime=3.96
/proc/12659/task/12663/stat : 12663 (java) S 12657 12659 11809 0 -1 64 27030 0 0 0 379 17 0 0 16 0 13 0 154705803 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12664] ppid=12657 vsize=1482928 CPUtime=0.03
/proc/12659/task/12664/stat : 12664 (java) S 12657 12659 11809 0 -1 64 27 0 0 0 2 1 0 0 16 0 13 0 154705805 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12665] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12665/stat : 12665 (java) S 12657 12659 11809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12666] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12666/stat : 12666 (java) S 12657 12659 11809 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12667] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12667/stat : 12667 (java) S 12657 12659 11809 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12668] ppid=12657 vsize=1482928 CPUtime=1.01
/proc/12659/task/12668/stat : 12668 (java) S 12657 12659 11809 0 -1 64 2341 0 0 0 101 0 0 0 16 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12669] ppid=12657 vsize=1482928 CPUtime=0.97
/proc/12659/task/12669/stat : 12669 (java) S 12657 12659 11809 0 -1 64 2676 0 0 0 96 1 0 0 17 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12670] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12670/stat : 12670 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12671] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12671/stat : 12671 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12672] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12672/stat : 12672 (java) S 12657 12659 11809 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154705996 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 858.25
Current children cumulated vsize (KiB) 1482928

[startup+854.302 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 12672
/proc/meminfo: memFree=704448/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1482928 CPUtime=859.04
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 92475 0 1 0 85845 59 0 0 18 0 13 0 154705800 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 370732 87773 1431 9 0 368075 0
[pid=12659/tid=12661] ppid=12657 vsize=1482928 CPUtime=848.98
/proc/12659/task/12661/stat : 12661 (java) R 12657 12659 11809 0 -1 64 32061 0 1 0 84879 19 0 0 25 0 13 0 154705802 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4109758670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12662] ppid=12657 vsize=1482928 CPUtime=4.03
/proc/12659/task/12662/stat : 12662 (java) S 12657 12659 11809 0 -1 64 27597 0 0 0 385 18 0 0 16 0 13 0 154705803 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12663] ppid=12657 vsize=1482928 CPUtime=3.96
/proc/12659/task/12663/stat : 12663 (java) S 12657 12659 11809 0 -1 64 27030 0 0 0 379 17 0 0 16 0 13 0 154705803 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12664] ppid=12657 vsize=1482928 CPUtime=0.03
/proc/12659/task/12664/stat : 12664 (java) S 12657 12659 11809 0 -1 64 27 0 0 0 2 1 0 0 16 0 13 0 154705805 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12665] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12665/stat : 12665 (java) S 12657 12659 11809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12666] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12666/stat : 12666 (java) S 12657 12659 11809 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154705806 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12667] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12667/stat : 12667 (java) S 12657 12659 11809 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12668] ppid=12657 vsize=1482928 CPUtime=1.01
/proc/12659/task/12668/stat : 12668 (java) S 12657 12659 11809 0 -1 64 2341 0 0 0 101 0 0 0 16 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12669] ppid=12657 vsize=1482928 CPUtime=0.97
/proc/12659/task/12669/stat : 12669 (java) S 12657 12659 11809 0 -1 64 2676 0 0 0 96 1 0 0 17 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12670] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12670/stat : 12670 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12671] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12671/stat : 12671 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154705810 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12672] ppid=12657 vsize=1482928 CPUtime=0
/proc/12659/task/12672/stat : 12672 (java) S 12657 12659 11809 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154705996 1518518272 87773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 859.04
Current children cumulated vsize (KiB) 1482928

[startup+854.502 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 12672
/proc/meminfo: memFree=704448/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=1483252 CPUtime=859.27
/proc/12659/stat : 12659 (java) S 12657 12659 11809 0 -1 0 92485 0 1 0 85868 59 0 0 18 0 14 0 154705800 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 370813 87783 1431 9 0 368156 0
[pid=12659/tid=12661] ppid=12657 vsize=1483252 CPUtime=849.12
/proc/12659/task/12661/stat : 12661 (java) S 12657 12659 11809 0 -1 64 32064 0 1 0 84893 19 0 0 25 0 14 0 154705802 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12662] ppid=12657 vsize=1483252 CPUtime=4.03
/proc/12659/task/12662/stat : 12662 (java) S 12657 12659 11809 0 -1 64 27597 0 0 0 385 18 0 0 16 0 14 0 154705803 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12663] ppid=12657 vsize=1483252 CPUtime=3.96
/proc/12659/task/12663/stat : 12663 (java) S 12657 12659 11809 0 -1 64 27030 0 0 0 379 17 0 0 16 0 14 0 154705803 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12664] ppid=12657 vsize=1483252 CPUtime=0.03
/proc/12659/task/12664/stat : 12664 (java) S 12657 12659 11809 0 -1 64 27 0 0 0 2 1 0 0 16 0 14 0 154705805 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12665] ppid=12657 vsize=1483252 CPUtime=0
/proc/12659/task/12665/stat : 12665 (java) S 12657 12659 11809 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 154705806 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12666] ppid=12657 vsize=1483252 CPUtime=0
/proc/12659/task/12666/stat : 12666 (java) S 12657 12659 11809 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 154705806 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12667] ppid=12657 vsize=1483252 CPUtime=0
/proc/12659/task/12667/stat : 12667 (java) S 12657 12659 11809 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 154705810 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12668] ppid=12657 vsize=1483252 CPUtime=1.01
/proc/12659/task/12668/stat : 12668 (java) S 12657 12659 11809 0 -1 64 2341 0 0 0 101 0 0 0 17 0 14 0 154705810 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12669] ppid=12657 vsize=1483252 CPUtime=1
/proc/12659/task/12669/stat : 12669 (java) S 12657 12659 11809 0 -1 64 2676 0 0 0 99 1 0 0 17 0 14 0 154705810 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12670] ppid=12657 vsize=1483252 CPUtime=0
/proc/12659/task/12670/stat : 12670 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 154705810 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12659/tid=12671] ppid=12657 vsize=1483252 CPUtime=0
/proc/12659/task/12671/stat : 12671 (java) S 12657 12659 11809 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 154705810 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12659/tid=12672] ppid=12657 vsize=1483252 CPUtime=0
/proc/12659/task/12672/stat : 12672 (java) S 12657 12659 11809 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 154705996 1518850048 87783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 859.27
Current children cumulated vsize (KiB) 1483252

[startup+854.602 s]
/proc/loadavg: 1.15 1.03 1.01 2/66 12673
/proc/meminfo: memFree=900416/2055920 swapFree=4192956/4192956
[pid=12659] ppid=12657 vsize=0 CPUtime=859.37
/proc/12659/stat : 12659 (java) Z 12657 12659 11809 0 -1 1036 92492 0 1 0 85875 62 0 0 16 0 2 0 154705800 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12659/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 859.37
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 854.63
CPU time (s): 859.407
CPU user time (s): 858.754
CPU system time (s): 0.6529
CPU usage (%): 100.559
Max. virtual memory (cumulated for all children) (KiB): 1483252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 858.754
system time used= 0.6529
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92492
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= 20765
involuntary context switches= 19686

runsolver used 1.04684 second user time and 2.08568 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-13 07:30:53
IDJOB=1855275
IDBENCH=1488
IDSOLVER=682
FILE ID=node13/1855275-1244871053
PBS_JOBID= 9354353
Free space on /tmp= 66356 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855275-1244871053/watcher-1855275-1244871053 -o /tmp/evaluation-result-1855275-1244871053/solver-1855275-1244871053 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855275-1244871053.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=300823367

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1051960 kB
Buffers:         75276 kB
Cached:         838508 kB
SwapCached:          0 kB
Active:         112652 kB
Inactive:       815096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1051960 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:          23760 kB
Slab:            62088 kB
Committed_AS:   137120 kB
PageTables:       1460 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= 66356 MiB
End job on node13 at 2009-06-13 07:45:07