Trace number 1884546

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 910.382 909.408

General information on the benchmark

Name/PURE-SAT/SAT09/
CRAFTED/ramseycube/Q32inK09.opb
MD5SUMe527fd61a44c6054d4b7492fd6de9f0f
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 benchmark46.7749
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36
Total number of constraints7938
Number of constraints which are clauses7938
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 constraint4
Maximum length of a constraint12
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.26	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.26	c See www.sat4j.org for details.
0.10/0.27	c version 2.1.1.v20090612
0.10/0.27	c sun.arch.data.model	32
0.10/0.27	c java.version	1.6.0_12
0.10/0.27	c os.name	Linux
0.10/0.27	c os.version	2.6.9-22.EL.rootsmp
0.10/0.27	c os.arch	i386
0.10/0.27	c Free memory 1342000320
0.10/0.27	c Max memory 1344274432
0.10/0.27	c Total memory 1344274432
0.10/0.27	c Number of processors 2
0.21/0.34	c Pseudo Boolean Optimization
0.21/0.34	c --- Begin Solver configuration ---
0.21/0.34	c Stops conflict analysis at the first Unique Implication Point
0.21/0.34	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.21/0.34	c Learn all clauses as in MiniSAT
0.21/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.34	c Expensive reason simplification
0.21/0.34	c MiniSAT restarts strategy
0.21/0.34	c Memory based learned constraints deletion strategy
0.21/0.34	c timeout=2147483s
0.21/0.34	c DB Simplification allowed=false
0.21/0.34	c --- End Solver configuration ---
0.21/0.34	c solving HOME/instance-1884546-1245259498.opb
0.21/0.34	c reading problem ... 
1.45/1.22	c ... done. Wall clock time 0.879s.
1.45/1.22	c #vars     36
1.45/1.22	c #constraints  7938
1.45/1.22	c constraints type 
1.45/1.22	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 7938
910.11/909.27	c starts		: 19
910.11/909.27	c conflicts		: 343188
910.11/909.27	c decisions		: 361920
910.11/909.27	c propagations		: 2279283
910.11/909.27	c inspects		: 3083121296
910.11/909.27	c learnt literals	: 16
910.11/909.27	c learnt binary clauses	: 99
910.11/909.27	c learnt ternary clauses	: 465
910.11/909.27	c learnt clauses	: 343171
910.11/909.27	c ignored clauses	: 0
910.11/909.27	c root simplifications	: 0
910.11/909.27	c removed literals (reason simplification)	: 1669293
910.11/909.27	c reason swapping (by a shorter reason)	: 0
910.11/909.27	c Calls to reduceDB	: 0
910.11/909.27	c speed (assignments/second)	: 2510.071526504452
910.11/909.27	c non guided choices	26
910.23/909.36	c learnt constraints type 
910.23/909.37	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 343072
910.23/909.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 99
910.23/909.37	c constraints type 
910.23/909.37	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 7938
910.23/909.37	s UNSATISFIABLE
910.23/909.37	c Total wall clock time (in seconds): 909.027

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.96 3/65 21224
/proc/meminfo: memFree=1678000/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=18576 CPUtime=0
/proc/21224/stat : 21224 (runsolver) D 21222 21224 21023 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 193547863 19021824 284 1992294400 4194304 4302564 548682068432 18446744073709551615 226686987559 0 2147483391 4096 24578 18446744072099855350 0 0 17 1 0 0
/proc/21224/statm: 4644 284 249 26 0 2626 0

[startup+0.0227501 s]
/proc/loadavg: 0.99 0.98 0.96 3/65 21224
/proc/meminfo: memFree=1678000/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=12928 CPUtime=0
/proc/21224/stat : 21224 (java) D 21222 21224 21023 0 -1 0 366 0 1 0 0 0 0 0 18 0 1 0 193547863 13238272 174 1992294400 134512640 134550932 4294956016 18446744073709551615 5684088 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/21224/statm: 3232 177 135 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.110852 s]
/proc/loadavg: 0.99 0.98 0.96 3/65 21224
/proc/meminfo: memFree=1678000/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1470088 CPUtime=0.06
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 3128 0 30 0 2 4 0 0 18 0 7 0 193547863 1505370112 2904 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 367522 2904 988 9 0 364873 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470088

[startup+0.30188 s]
/proc/loadavg: 0.99 0.98 0.96 3/65 21224
/proc/meminfo: memFree=1678000/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1474776 CPUtime=0.21
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 4543 0 30 0 16 5 0 0 18 0 12 0 193547863 1510170624 4310 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 368694 4310 1327 9 0 366037 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1474776

[startup+0.701929 s]
/proc/loadavg: 0.99 0.98 0.96 3/65 21224
/proc/meminfo: memFree=1678000/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1478464 CPUtime=0.84
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 7399 0 30 0 77 7 0 0 18 0 12 0 193547863 1513947136 6446 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 369616 6446 1387 9 0 366959 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 1478464

[startup+1.50103 s]
/proc/loadavg: 0.99 0.98 0.96 2/77 21236
/proc/meminfo: memFree=1631952/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1480640 CPUtime=2
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 17565 0 30 0 188 12 0 0 18 0 13 0 193547863 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 370160 15839 1415 9 0 367503 0
[pid=21224/tid=21226] ppid=21222 vsize=1480640 CPUtime=1.06
/proc/21224/task/21226/stat : 21226 (java) R 21222 21224 21023 0 -1 64 13167 0 1 0 99 7 0 0 19 0 13 0 193547870 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 4109517203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21227] ppid=21222 vsize=1480640 CPUtime=0
/proc/21224/task/21227/stat : 21227 (java) S 21222 21224 21023 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 193547871 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21228] ppid=21222 vsize=1480640 CPUtime=0
/proc/21224/task/21228/stat : 21228 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547871 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21229] ppid=21222 vsize=1480640 CPUtime=0
/proc/21224/task/21229/stat : 21229 (java) S 21222 21224 21023 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193547873 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21230] ppid=21222 vsize=1480640 CPUtime=0
/proc/21224/task/21230/stat : 21230 (java) S 21222 21224 21023 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193547874 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21231] ppid=21222 vsize=1480640 CPUtime=0
/proc/21224/task/21231/stat : 21231 (java) S 21222 21224 21023 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193547874 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=1480640 CPUtime=0
/proc/21224/task/21232/stat : 21232 (java) S 21222 21224 21023 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193547882 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=1480640 CPUtime=0.43
/proc/21224/task/21233/stat : 21233 (java) S 21222 21224 21023 0 -1 64 1084 0 0 0 43 0 0 0 16 0 13 0 193547882 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=1480640 CPUtime=0.45
/proc/21224/task/21234/stat : 21234 (java) R 21222 21224 21023 0 -1 64 2597 0 0 0 45 0 0 0 17 0 13 0 193547882 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 104146497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21235] ppid=21222 vsize=1480640 CPUtime=0
/proc/21224/task/21235/stat : 21235 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547882 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21236] ppid=21222 vsize=1480640 CPUtime=0
/proc/21224/task/21236/stat : 21236 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193547882 1516175360 15839 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1480640

[startup+3.10223 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 21237
/proc/meminfo: memFree=1612104/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1479812 CPUtime=3.85
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 18033 0 30 0 373 12 0 0 18 0 13 0 193547863 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 369953 16136 1419 9 0 367296 0
[pid=21224/tid=21226] ppid=21222 vsize=1479812 CPUtime=2.61
/proc/21224/task/21226/stat : 21226 (java) R 21222 21224 21023 0 -1 64 13601 0 1 0 254 7 0 0 24 0 13 0 193547870 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4109590173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21227] ppid=21222 vsize=1479812 CPUtime=0
/proc/21224/task/21227/stat : 21227 (java) S 21222 21224 21023 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 193547871 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21228] ppid=21222 vsize=1479812 CPUtime=0
/proc/21224/task/21228/stat : 21228 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547871 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21229] ppid=21222 vsize=1479812 CPUtime=0
/proc/21224/task/21229/stat : 21229 (java) S 21222 21224 21023 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193547873 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21230] ppid=21222 vsize=1479812 CPUtime=0
/proc/21224/task/21230/stat : 21230 (java) S 21222 21224 21023 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193547874 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21231] ppid=21222 vsize=1479812 CPUtime=0
/proc/21224/task/21231/stat : 21231 (java) S 21222 21224 21023 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193547874 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=1479812 CPUtime=0
/proc/21224/task/21232/stat : 21232 (java) S 21222 21224 21023 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193547882 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=1479812 CPUtime=0.52
/proc/21224/task/21233/stat : 21233 (java) S 21222 21224 21023 0 -1 64 1088 0 0 0 52 0 0 0 15 0 13 0 193547882 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=1479812 CPUtime=0.65
/proc/21224/task/21234/stat : 21234 (java) S 21222 21224 21023 0 -1 64 2627 0 0 0 65 0 0 0 15 0 13 0 193547882 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21235] ppid=21222 vsize=1479812 CPUtime=0
/proc/21224/task/21235/stat : 21235 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547882 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21236] ppid=21222 vsize=1479812 CPUtime=0
/proc/21224/task/21236/stat : 21236 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193547882 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21237] ppid=21222 vsize=1479812 CPUtime=0
/proc/21224/task/21237/stat : 21237 (java) S 21222 21224 21023 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193547985 1515327488 16136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 1479812

[startup+6.30261 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 21237
/proc/meminfo: memFree=1608840/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1479684 CPUtime=7.06
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 18616 0 30 0 694 12 0 0 18 0 13 0 193547863 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 369921 16684 1419 9 0 367264 0
[pid=21224/tid=21226] ppid=21222 vsize=1479684 CPUtime=5.78
/proc/21224/task/21226/stat : 21226 (java) R 21222 21224 21023 0 -1 64 14181 0 1 0 571 7 0 0 25 0 13 0 193547870 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4109589860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21227] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21227/stat : 21227 (java) S 21222 21224 21023 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 193547871 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21228] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21228/stat : 21228 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547871 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21229] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21229/stat : 21229 (java) S 21222 21224 21023 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193547873 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21230] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21230/stat : 21230 (java) S 21222 21224 21023 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193547874 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21231] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21231/stat : 21231 (java) S 21222 21224 21023 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193547874 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21232/stat : 21232 (java) S 21222 21224 21023 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193547882 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=1479684 CPUtime=0.54
/proc/21224/task/21233/stat : 21233 (java) S 21222 21224 21023 0 -1 64 1088 0 0 0 54 0 0 0 16 0 13 0 193547882 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21234] ppid=21222 vsize=1479684 CPUtime=0.68
/proc/21224/task/21234/stat : 21234 (java) S 21222 21224 21023 0 -1 64 2630 0 0 0 68 0 0 0 16 0 13 0 193547882 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21235] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21235/stat : 21235 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547882 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21236] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21236/stat : 21236 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193547882 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21237] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21237/stat : 21237 (java) S 21222 21224 21023 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193547985 1515196416 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 1479684

[startup+12.7024 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 21237
/proc/meminfo: memFree=1605832/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1479684 CPUtime=13.46
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 19435 0 30 0 1333 13 0 0 18 0 13 0 193547863 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 369921 17503 1419 9 0 367264 0
[pid=21224/tid=21226] ppid=21222 vsize=1479684 CPUtime=12.18
/proc/21224/task/21226/stat : 21226 (java) R 21222 21224 21023 0 -1 64 15000 0 1 0 1210 8 0 0 25 0 13 0 193547870 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4109617819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21227] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21227/stat : 21227 (java) S 21222 21224 21023 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 193547871 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21228] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21228/stat : 21228 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547871 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21229] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21229/stat : 21229 (java) S 21222 21224 21023 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193547873 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21230] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21230/stat : 21230 (java) S 21222 21224 21023 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 193547874 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21231] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21231/stat : 21231 (java) S 21222 21224 21023 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 193547874 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21232/stat : 21232 (java) S 21222 21224 21023 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193547882 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=1479684 CPUtime=0.54
/proc/21224/task/21233/stat : 21233 (java) S 21222 21224 21023 0 -1 64 1088 0 0 0 54 0 0 0 16 0 13 0 193547882 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21234] ppid=21222 vsize=1479684 CPUtime=0.68
/proc/21224/task/21234/stat : 21234 (java) S 21222 21224 21023 0 -1 64 2630 0 0 0 68 0 0 0 16 0 13 0 193547882 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21235] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21235/stat : 21235 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547882 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21236] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21236/stat : 21236 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193547882 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21237] ppid=21222 vsize=1479684 CPUtime=0
/proc/21224/task/21237/stat : 21237 (java) S 21222 21224 21023 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193547985 1515196416 17503 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 1479684

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 21237
/proc/meminfo: memFree=1601224/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1479180 CPUtime=26.26
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 20597 0 30 0 2612 14 0 0 18 0 13 0 193547863 1514680320 18539 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 369795 18539 1419 9 0 367138 0
[pid=21224/tid=21226] ppid=21222 vsize=1479180 CPUtime=24.97
/proc/21224/task/21226/stat : 21226 (java) R 21222 21224 21023 0 -1 64 16162 0 1 0 2488 9 0 0 25 0 13 0 193547870 1514680320 18539 1992294400 134512640 134550932 4294956016 18446744073709551615 4109610943 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21227] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21227/stat : 21227 (java) S 21222 21224 21023 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 193547871 1514680320 18539 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21228] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21228/stat : 21228 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547871 1514680320 18539 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21229] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21229/stat : 21229 (java) S 21222 21224 21023 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193547873 1514680320 18539 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21230] ppid=21222 vsize=1479180 CPUtime=0

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

[pid=21224] ppid=21222 vsize=1479180 CPUtime=906.42
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 49114 0 30 0 90607 35 0 0 18 0 13 0 193547863 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 369795 46115 1428 9 0 367138 0
[pid=21224/tid=21226] ppid=21222 vsize=1479180 CPUtime=904.41
/proc/21224/task/21226/stat : 21226 (java) R 21222 21224 21023 0 -1 64 30946 0 1 0 90418 23 0 0 25 0 13 0 193547870 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4109617819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21227] ppid=21222 vsize=1479180 CPUtime=0.16
/proc/21224/task/21227/stat : 21227 (java) S 21222 21224 21023 0 -1 64 6690 0 0 0 12 4 0 0 18 0 13 0 193547871 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21228] ppid=21222 vsize=1479180 CPUtime=0.15
/proc/21224/task/21228/stat : 21228 (java) S 21222 21224 21023 0 -1 64 6617 0 0 0 13 2 0 0 16 0 13 0 193547871 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21229] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21229/stat : 21229 (java) S 21222 21224 21023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193547873 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21230] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21230/stat : 21230 (java) S 21222 21224 21023 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 193547874 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21231] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21231/stat : 21231 (java) S 21222 21224 21023 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193547874 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21232/stat : 21232 (java) S 21222 21224 21023 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=1479180 CPUtime=0.91
/proc/21224/task/21233/stat : 21233 (java) S 21222 21224 21023 0 -1 64 1504 0 0 0 91 0 0 0 17 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21234] ppid=21222 vsize=1479180 CPUtime=0.71
/proc/21224/task/21234/stat : 21234 (java) S 21222 21224 21023 0 -1 64 2632 0 0 0 71 0 0 0 16 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21235] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21235/stat : 21235 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21236] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21236/stat : 21236 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21237] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21237/stat : 21237 (java) S 21222 21224 21023 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193547985 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 906.42
Current children cumulated vsize (KiB) 1479180

[startup+907.102 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 21237
/proc/meminfo: memFree=1489928/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1479180 CPUtime=908.02
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 49114 0 30 0 90767 35 0 0 18 0 13 0 193547863 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 369795 46115 1428 9 0 367138 0
[pid=21224/tid=21226] ppid=21222 vsize=1479180 CPUtime=906
/proc/21224/task/21226/stat : 21226 (java) R 21222 21224 21023 0 -1 64 30946 0 1 0 90577 23 0 0 25 0 13 0 193547870 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4109589080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21227] ppid=21222 vsize=1479180 CPUtime=0.16
/proc/21224/task/21227/stat : 21227 (java) S 21222 21224 21023 0 -1 64 6690 0 0 0 12 4 0 0 18 0 13 0 193547871 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21228] ppid=21222 vsize=1479180 CPUtime=0.15
/proc/21224/task/21228/stat : 21228 (java) S 21222 21224 21023 0 -1 64 6617 0 0 0 13 2 0 0 16 0 13 0 193547871 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21229] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21229/stat : 21229 (java) S 21222 21224 21023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193547873 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21230] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21230/stat : 21230 (java) S 21222 21224 21023 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 193547874 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21231] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21231/stat : 21231 (java) S 21222 21224 21023 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193547874 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21232/stat : 21232 (java) S 21222 21224 21023 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=1479180 CPUtime=0.91
/proc/21224/task/21233/stat : 21233 (java) S 21222 21224 21023 0 -1 64 1504 0 0 0 91 0 0 0 17 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21234] ppid=21222 vsize=1479180 CPUtime=0.71
/proc/21224/task/21234/stat : 21234 (java) S 21222 21224 21023 0 -1 64 2632 0 0 0 71 0 0 0 16 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21235] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21235/stat : 21235 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21236] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21236/stat : 21236 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21237] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21237/stat : 21237 (java) S 21222 21224 21023 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193547985 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 908.02
Current children cumulated vsize (KiB) 1479180

[startup+908.702 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 21237
/proc/meminfo: memFree=1489928/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1479180 CPUtime=909.61
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 49114 0 30 0 90926 35 0 0 18 0 13 0 193547863 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 369795 46115 1428 9 0 367138 0
[pid=21224/tid=21226] ppid=21222 vsize=1479180 CPUtime=907.6
/proc/21224/task/21226/stat : 21226 (java) R 21222 21224 21023 0 -1 64 30946 0 1 0 90737 23 0 0 25 0 13 0 193547870 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4109617819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21227] ppid=21222 vsize=1479180 CPUtime=0.16
/proc/21224/task/21227/stat : 21227 (java) S 21222 21224 21023 0 -1 64 6690 0 0 0 12 4 0 0 18 0 13 0 193547871 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21228] ppid=21222 vsize=1479180 CPUtime=0.15
/proc/21224/task/21228/stat : 21228 (java) S 21222 21224 21023 0 -1 64 6617 0 0 0 13 2 0 0 16 0 13 0 193547871 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21229] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21229/stat : 21229 (java) S 21222 21224 21023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193547873 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21230] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21230/stat : 21230 (java) S 21222 21224 21023 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 193547874 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21231] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21231/stat : 21231 (java) S 21222 21224 21023 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193547874 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21232/stat : 21232 (java) S 21222 21224 21023 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=1479180 CPUtime=0.91
/proc/21224/task/21233/stat : 21233 (java) S 21222 21224 21023 0 -1 64 1504 0 0 0 91 0 0 0 17 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21234] ppid=21222 vsize=1479180 CPUtime=0.71
/proc/21224/task/21234/stat : 21234 (java) S 21222 21224 21023 0 -1 64 2632 0 0 0 71 0 0 0 16 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21235] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21235/stat : 21235 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21236] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21236/stat : 21236 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21237] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21237/stat : 21237 (java) S 21222 21224 21023 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193547985 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 909.61
Current children cumulated vsize (KiB) 1479180

[startup+909.102 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 21237
/proc/meminfo: memFree=1489928/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1479180 CPUtime=910.01
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 49114 0 30 0 90966 35 0 0 18 0 13 0 193547863 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 369795 46115 1428 9 0 367138 0
[pid=21224/tid=21226] ppid=21222 vsize=1479180 CPUtime=908
/proc/21224/task/21226/stat : 21226 (java) R 21222 21224 21023 0 -1 64 30946 0 1 0 90777 23 0 0 25 0 13 0 193547870 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4109589398 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21227] ppid=21222 vsize=1479180 CPUtime=0.16
/proc/21224/task/21227/stat : 21227 (java) S 21222 21224 21023 0 -1 64 6690 0 0 0 12 4 0 0 18 0 13 0 193547871 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21228] ppid=21222 vsize=1479180 CPUtime=0.15
/proc/21224/task/21228/stat : 21228 (java) S 21222 21224 21023 0 -1 64 6617 0 0 0 13 2 0 0 16 0 13 0 193547871 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21229] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21229/stat : 21229 (java) S 21222 21224 21023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193547873 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21230] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21230/stat : 21230 (java) S 21222 21224 21023 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 193547874 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21231] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21231/stat : 21231 (java) S 21222 21224 21023 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193547874 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21232/stat : 21232 (java) S 21222 21224 21023 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=1479180 CPUtime=0.91
/proc/21224/task/21233/stat : 21233 (java) S 21222 21224 21023 0 -1 64 1504 0 0 0 91 0 0 0 17 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21234] ppid=21222 vsize=1479180 CPUtime=0.71
/proc/21224/task/21234/stat : 21234 (java) S 21222 21224 21023 0 -1 64 2632 0 0 0 71 0 0 0 16 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21235] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21235/stat : 21235 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21236] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21236/stat : 21236 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193547882 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21237] ppid=21222 vsize=1479180 CPUtime=0
/proc/21224/task/21237/stat : 21237 (java) S 21222 21224 21023 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193547985 1514680320 46115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 910.01
Current children cumulated vsize (KiB) 1479180

[startup+909.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 21237
/proc/meminfo: memFree=1489928/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=1479504 CPUtime=910.23
/proc/21224/stat : 21224 (java) S 21222 21224 21023 0 -1 0 49125 0 30 0 90988 35 0 0 18 0 14 0 193547863 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21224/statm: 369876 46126 1430 9 0 367219 0
[pid=21224/tid=21226] ppid=21222 vsize=1479504 CPUtime=908.18
/proc/21224/task/21226/stat : 21226 (java) S 21222 21224 21023 0 -1 64 30949 0 1 0 90795 23 0 0 25 0 14 0 193547870 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21227] ppid=21222 vsize=1479504 CPUtime=0.16
/proc/21224/task/21227/stat : 21227 (java) S 21222 21224 21023 0 -1 64 6690 0 0 0 12 4 0 0 18 0 14 0 193547871 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21228] ppid=21222 vsize=1479504 CPUtime=0.15
/proc/21224/task/21228/stat : 21228 (java) S 21222 21224 21023 0 -1 64 6617 0 0 0 13 2 0 0 16 0 14 0 193547871 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21229] ppid=21222 vsize=1479504 CPUtime=0
/proc/21224/task/21229/stat : 21229 (java) S 21222 21224 21023 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 193547873 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21230] ppid=21222 vsize=1479504 CPUtime=0
/proc/21224/task/21230/stat : 21230 (java) S 21222 21224 21023 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 193547874 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21231] ppid=21222 vsize=1479504 CPUtime=0
/proc/21224/task/21231/stat : 21231 (java) S 21222 21224 21023 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 193547874 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=1479504 CPUtime=0
/proc/21224/task/21232/stat : 21232 (java) S 21222 21224 21023 0 -1 64 1 0 0 0 0 0 0 0 19 0 14 0 193547882 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=1479504 CPUtime=0.92
/proc/21224/task/21233/stat : 21233 (java) S 21222 21224 21023 0 -1 64 1504 0 0 0 92 0 0 0 16 0 14 0 193547882 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21224/tid=21234] ppid=21222 vsize=1479504 CPUtime=0.72
/proc/21224/task/21234/stat : 21234 (java) R 21222 21224 21023 0 -1 64 2634 0 0 0 72 0 0 0 16 0 14 0 193547882 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 106025393 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21235] ppid=21222 vsize=1479504 CPUtime=0
/proc/21224/task/21235/stat : 21235 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 21 0 14 0 193547882 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21236] ppid=21222 vsize=1479504 CPUtime=0
/proc/21224/task/21236/stat : 21236 (java) S 21222 21224 21023 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 193547882 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21224/tid=21237] ppid=21222 vsize=1479504 CPUtime=0
/proc/21224/task/21237/stat : 21237 (java) S 21222 21224 21023 0 -1 64 5 0 0 0 0 0 0 0 25 0 14 0 193547985 1515012096 46126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 910.23
Current children cumulated vsize (KiB) 1479504

[startup+909.403 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 21237
/proc/meminfo: memFree=1489928/2055920 swapFree=4192812/4192956
[pid=21224] ppid=21222 vsize=0 CPUtime=910.36
/proc/21224/stat : 21224 (java) R 21222 21224 21023 0 -1 1028 49194 0 30 0 90999 37 0 0 17 0 1 0 193547863 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/21224/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 910.36
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 909.408
CPU time (s): 910.382
CPU user time (s): 909.998
CPU system time (s): 0.383941
CPU usage (%): 100.107
Max. virtual memory (cumulated for all children) (KiB): 1480640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 909.998
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49194
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= 19191
involuntary context switches= 21610

runsolver used 1.00985 second user time and 2.31465 second system time

The end

Launcher Data

Begin job on node80 at 2009-06-17 19:24:58
IDJOB=1884546
IDBENCH=71968
IDSOLVER=682
FILE ID=node80/1884546-1245259498
PBS_JOBID= 9372382
Free space on /tmp= 66532 MiB

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

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

MD5SUM BENCH= e527fd61a44c6054d4b7492fd6de9f0f
RANDOM SEED=475366658

node80.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.234
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.234
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:       1678416 kB
Buffers:         16444 kB
Cached:         301184 kB
SwapCached:          0 kB
Active:          32928 kB
Inactive:       298560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             944 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            31972 kB
Committed_AS:    82296 kB
PageTables:       1388 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= 66532 MiB
End job on node80 at 2009-06-17 19:40:08