Trace number 1885296

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 75.4495 74.3404

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
bitverif/maxand/maxand064.opb
MD5SUM26625d848f44266e7783971a5dbe0108
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 benchmark56.8824
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14578
Total number of constraints42581
Number of constraints which are clauses42581
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c MiniSAT restarts strategy
0.23/0.20	c Memory based learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-1885296-1245265404.opb
0.23/0.20	c reading problem ... 
1.83/1.42	c ... done. Wall clock time 1.223s.
1.83/1.42	c #vars     14578
1.83/1.42	c #constraints  42581
1.83/1.43	c constraints type 
1.83/1.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28386
1.83/1.43	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14193
75.28/74.26	c starts		: 14
75.28/74.26	c conflicts		: 42274
75.28/74.26	c decisions		: 113838
75.28/74.26	c propagations		: 37489156
75.28/74.26	c inspects		: 116463456
75.28/74.26	c learnt literals	: 16
75.28/74.26	c learnt binary clauses	: 114
75.28/74.26	c learnt ternary clauses	: 526
75.28/74.26	c learnt clauses	: 42257
75.28/74.26	c ignored clauses	: 0
75.28/74.26	c root simplifications	: 0
75.28/74.26	c removed literals (reason simplification)	: 891836
75.28/74.26	c reason swapping (by a shorter reason)	: 0
75.28/74.26	c Calls to reduceDB	: 0
75.28/74.26	c speed (assignments/second)	: 514699.34236720344
75.28/74.26	c non guided choices	1136
75.40/74.31	c learnt constraints type 
75.40/74.31	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 42143
75.40/74.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 114
75.40/74.31	c constraints type 
75.40/74.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28386
75.40/74.31	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14193
75.40/74.31	s UNSATISFIABLE
75.40/74.31	c Total wall clock time (in seconds): 74.105

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-1885296-1245265404/watcher-1885296-1245265404 -o /tmp/evaluation-result-1885296-1245265404/solver-1885296-1245265404 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1885296-1245265404.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 2/65 24274
/proc/meminfo: memFree=1820392/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=272 CPUtime=0
/proc/24274/stat : 24274 (java6) R 24272 24274 23637 0 -1 0 48 0 0 0 0 0 0 0 20 0 1 0 194138233 278528 33 1992294400 134512640 134550932 4294956176 18446744073709551615 11631245 0 0 4096 0 0 0 0 17 1 0 0
/proc/24274/statm: 68 37 28 9 0 6 0

[startup+0.101315 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24274
/proc/meminfo: memFree=1820392/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1472584 CPUtime=0.08
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 3614 0 1 0 6 2 0 0 18 0 12 0 194138233 1507926016 3357 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 368146 3357 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.201336 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24274
/proc/meminfo: memFree=1820392/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1474712 CPUtime=0.23
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 4705 0 1 0 20 3 0 0 18 0 12 0 194138233 1510105088 4442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 368678 4442 1340 9 0 366021 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1474712

[startup+0.301353 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24274
/proc/meminfo: memFree=1820392/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1475208 CPUtime=0.36
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 5095 0 1 0 32 4 0 0 18 0 12 0 194138233 1510612992 4832 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 368802 4832 1356 9 0 366145 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475208

[startup+0.70143 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24274
/proc/meminfo: memFree=1820392/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1476980 CPUtime=0.99
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 7373 0 1 0 95 4 0 0 18 0 12 0 194138233 1512427520 6728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 369245 6729 1396 9 0 366588 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1476980

[startup+1.50258 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 24286
/proc/meminfo: memFree=1778248/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1478320 CPUtime=1.99
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 21003 0 1 0 187 12 0 0 18 0 13 0 194138233 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 369580 20266 1410 9 0 366923 0
[pid=24274/tid=24276] ppid=24272 vsize=1478320 CPUtime=1.19
/proc/24274/task/24276/stat : 24276 (java) R 24272 24274 23637 0 -1 64 18360 0 1 0 109 10 0 0 25 0 13 0 194138234 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4109124803 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24272 vsize=1478320 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24272 24274 23637 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 194138236 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24278] ppid=24272 vsize=1478320 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194138236 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24279] ppid=24272 vsize=1478320 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24272 24274 23637 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 194138237 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24280] ppid=24272 vsize=1478320 CPUtime=0
/proc/24274/task/24280/stat : 24280 (java) S 24272 24274 23637 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 194138238 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24281] ppid=24272 vsize=1478320 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24272 24274 23637 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194138238 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24282] ppid=24272 vsize=1478320 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194138242 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24283] ppid=24272 vsize=1478320 CPUtime=0.33
/proc/24274/task/24283/stat : 24283 (java) S 24272 24274 23637 0 -1 64 502 0 0 0 33 0 0 0 17 0 13 0 194138242 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24284] ppid=24272 vsize=1478320 CPUtime=0.44
/proc/24274/task/24284/stat : 24284 (java) S 24272 24274 23637 0 -1 64 1397 0 0 0 44 0 0 0 16 0 13 0 194138242 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24285] ppid=24272 vsize=1478320 CPUtime=0
/proc/24274/task/24285/stat : 24285 (java) S 24272 24274 23637 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194138242 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24286] ppid=24272 vsize=1478320 CPUtime=0
/proc/24274/task/24286/stat : 24286 (java) R 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194138242 1513799680 20266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1478320

[startup+3.10289 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 24287
/proc/meminfo: memFree=1743424/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1478752 CPUtime=4.12
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 22399 0 1 0 399 13 0 0 18 0 13 0 194138233 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 369688 20558 1421 9 0 367031 0
[pid=24274/tid=24276] ppid=24272 vsize=1478752 CPUtime=2.62
/proc/24274/task/24276/stat : 24276 (java) R 24272 24274 23637 0 -1 64 18482 0 1 0 252 10 0 0 20 0 13 0 194138234 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4109795372 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24277] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24272 24274 23637 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 194138236 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24278] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194138236 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24279] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194138237 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24280] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24280/stat : 24280 (java) S 24272 24274 23637 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 194138238 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24281] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24272 24274 23637 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194138238 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24282] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24283] ppid=24272 vsize=1478752 CPUtime=0.75
/proc/24274/task/24283/stat : 24283 (java) S 24272 24274 23637 0 -1 64 1742 0 0 0 74 1 0 0 16 0 13 0 194138242 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24284] ppid=24272 vsize=1478752 CPUtime=0.73
/proc/24274/task/24284/stat : 24284 (java) S 24272 24274 23637 0 -1 64 1430 0 0 0 73 0 0 0 16 0 13 0 194138242 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24285] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24285/stat : 24285 (java) S 24272 24274 23637 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24286] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24286/stat : 24286 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194138242 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24287] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24287/stat : 24287 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194138382 1514242048 20558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 1478752

[startup+6.3015 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24287
/proc/meminfo: memFree=1742272/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1478752 CPUtime=7.36
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 22636 0 1 0 723 13 0 0 18 0 13 0 194138233 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 369688 20793 1421 9 0 367031 0
[pid=24274/tid=24276] ppid=24272 vsize=1478752 CPUtime=5.81
/proc/24274/task/24276/stat : 24276 (java) R 24272 24274 23637 0 -1 64 18715 0 1 0 570 11 0 0 25 0 13 0 194138234 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4109683684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24272 24274 23637 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 194138236 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24278] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194138236 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24279] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194138237 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24280] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24280/stat : 24280 (java) S 24272 24274 23637 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 194138238 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24281] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24272 24274 23637 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194138238 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24282] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24283] ppid=24272 vsize=1478752 CPUtime=0.8
/proc/24274/task/24283/stat : 24283 (java) S 24272 24274 23637 0 -1 64 1746 0 0 0 79 1 0 0 16 0 13 0 194138242 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24284] ppid=24272 vsize=1478752 CPUtime=0.73
/proc/24274/task/24284/stat : 24284 (java) S 24272 24274 23637 0 -1 64 1430 0 0 0 73 0 0 0 16 0 13 0 194138242 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24285] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24285/stat : 24285 (java) S 24272 24274 23637 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24286] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24286/stat : 24286 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194138242 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24287] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24287/stat : 24287 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194138382 1514242048 20793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 1478752

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24287
/proc/meminfo: memFree=1739336/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1478752 CPUtime=13.77
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 23345 0 1 0 1363 14 0 0 18 0 13 0 194138233 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 369688 21502 1421 9 0 367031 0
[pid=24274/tid=24276] ppid=24272 vsize=1478752 CPUtime=12.21
/proc/24274/task/24276/stat : 24276 (java) R 24272 24274 23637 0 -1 64 19424 0 1 0 1209 12 0 0 25 0 13 0 194138234 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4109783743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24272 24274 23637 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 194138236 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24278] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194138236 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24279] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194138237 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24280] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24280/stat : 24280 (java) S 24272 24274 23637 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 194138238 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24281] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24272 24274 23637 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194138238 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24282] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24283] ppid=24272 vsize=1478752 CPUtime=0.8
/proc/24274/task/24283/stat : 24283 (java) S 24272 24274 23637 0 -1 64 1746 0 0 0 79 1 0 0 16 0 13 0 194138242 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24284] ppid=24272 vsize=1478752 CPUtime=0.74
/proc/24274/task/24284/stat : 24284 (java) S 24272 24274 23637 0 -1 64 1430 0 0 0 74 0 0 0 16 0 13 0 194138242 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24285] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24285/stat : 24285 (java) S 24272 24274 23637 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24286] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24286/stat : 24286 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194138242 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24287] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24287/stat : 24287 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194138382 1514242048 21502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.77
Current children cumulated vsize (KiB) 1478752

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 24287
/proc/meminfo: memFree=1733512/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1478752 CPUtime=26.59
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 24750 0 1 0 2643 16 0 0 18 0 13 0 194138233 1514242048 22906 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 369688 22906 1421 9 0 367031 0
[pid=24274/tid=24276] ppid=24272 vsize=1478752 CPUtime=24.98
/proc/24274/task/24276/stat : 24276 (java) R 24272 24274 23637 0 -1 64 20824 0 1 0 2484 14 0 0 25 0 13 0 194138234 1514242048 22906 1992294400 134512640 134550932 4294956016 18446744073709551615 4109873539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24272 24274 23637 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 194138236 1514242048 22906 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24278] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194138236 1514242048 22906 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24279] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194138237 1514242048 22906 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24280] ppid=24272 vsize=1478752 CPUtime=0

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

/proc/24274/task/24286/stat : 24286 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194138242 1514242048 26613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24287] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24287/stat : 24287 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194138382 1514242048 26613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.49
Current children cumulated vsize (KiB) 1478752

[startup+72.0011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24287
/proc/meminfo: memFree=1718216/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1478752 CPUtime=73.09
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 28555 0 1 0 7288 21 0 0 18 0 13 0 194138233 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 369688 26711 1421 9 0 367031 0
[pid=24274/tid=24276] ppid=24272 vsize=1478752 CPUtime=71.46
/proc/24274/task/24276/stat : 24276 (java) R 24272 24274 23637 0 -1 64 24629 0 1 0 7128 18 0 0 25 0 13 0 194138234 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4109727436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24272 24274 23637 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 194138236 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24278] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194138236 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24279] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194138237 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24280] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24280/stat : 24280 (java) S 24272 24274 23637 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 194138238 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24281] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24272 24274 23637 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194138238 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24282] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24283] ppid=24272 vsize=1478752 CPUtime=0.82
/proc/24274/task/24283/stat : 24283 (java) S 24272 24274 23637 0 -1 64 1749 0 0 0 81 1 0 0 17 0 13 0 194138242 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24284] ppid=24272 vsize=1478752 CPUtime=0.78
/proc/24274/task/24284/stat : 24284 (java) S 24272 24274 23637 0 -1 64 1432 0 0 0 78 0 0 0 16 0 13 0 194138242 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24285] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24285/stat : 24285 (java) S 24272 24274 23637 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24286] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24286/stat : 24286 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194138242 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24287] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24287/stat : 24287 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194138382 1514242048 26711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.09
Current children cumulated vsize (KiB) 1478752

[startup+73.6024 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24287
/proc/meminfo: memFree=1718024/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1478752 CPUtime=74.68
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 28626 0 1 0 7447 21 0 0 18 0 13 0 194138233 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 369688 26781 1421 9 0 367031 0
[pid=24274/tid=24276] ppid=24272 vsize=1478752 CPUtime=73.06
/proc/24274/task/24276/stat : 24276 (java) R 24272 24274 23637 0 -1 64 24700 0 1 0 7287 19 0 0 25 0 13 0 194138234 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4109795842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24272 24274 23637 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 194138236 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24278] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194138236 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24279] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194138237 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24280] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24280/stat : 24280 (java) S 24272 24274 23637 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 194138238 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24281] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24272 24274 23637 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194138238 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24282] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24283] ppid=24272 vsize=1478752 CPUtime=0.82
/proc/24274/task/24283/stat : 24283 (java) S 24272 24274 23637 0 -1 64 1749 0 0 0 81 1 0 0 17 0 13 0 194138242 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24284] ppid=24272 vsize=1478752 CPUtime=0.78
/proc/24274/task/24284/stat : 24284 (java) S 24272 24274 23637 0 -1 64 1432 0 0 0 78 0 0 0 16 0 13 0 194138242 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24285] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24285/stat : 24285 (java) S 24272 24274 23637 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24286] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24286/stat : 24286 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194138242 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24287] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24287/stat : 24287 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194138382 1514242048 26781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.68
Current children cumulated vsize (KiB) 1478752

[startup+74.0025 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24287
/proc/meminfo: memFree=1717832/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1478752 CPUtime=75.08
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 28641 0 1 0 7487 21 0 0 18 0 13 0 194138233 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 369688 26796 1421 9 0 367031 0
[pid=24274/tid=24276] ppid=24272 vsize=1478752 CPUtime=73.46
/proc/24274/task/24276/stat : 24276 (java) R 24272 24274 23637 0 -1 64 24715 0 1 0 7327 19 0 0 25 0 13 0 194138234 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4109727459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24272 24274 23637 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 194138236 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24278] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194138236 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24279] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194138237 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24280] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24280/stat : 24280 (java) S 24272 24274 23637 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 194138238 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24281] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24272 24274 23637 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194138238 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24282] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24283] ppid=24272 vsize=1478752 CPUtime=0.82
/proc/24274/task/24283/stat : 24283 (java) S 24272 24274 23637 0 -1 64 1749 0 0 0 81 1 0 0 17 0 13 0 194138242 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24284] ppid=24272 vsize=1478752 CPUtime=0.78
/proc/24274/task/24284/stat : 24284 (java) S 24272 24274 23637 0 -1 64 1432 0 0 0 78 0 0 0 16 0 13 0 194138242 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24285] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24285/stat : 24285 (java) S 24272 24274 23637 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24286] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24286/stat : 24286 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194138242 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24287] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24287/stat : 24287 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194138382 1514242048 26796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.08
Current children cumulated vsize (KiB) 1478752

[startup+74.2025 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24287
/proc/meminfo: memFree=1717832/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1478752 CPUtime=75.28
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 28654 0 1 0 7507 21 0 0 18 0 13 0 194138233 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 369688 26809 1421 9 0 367031 0
[pid=24274/tid=24276] ppid=24272 vsize=1478752 CPUtime=73.66
/proc/24274/task/24276/stat : 24276 (java) R 24272 24274 23637 0 -1 64 24728 0 1 0 7347 19 0 0 25 0 13 0 194138234 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293302 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24272 24274 23637 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 194138236 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24278] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194138236 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24279] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194138237 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24280] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24280/stat : 24280 (java) S 24272 24274 23637 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 194138238 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24281] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24272 24274 23637 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194138238 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24282] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24283] ppid=24272 vsize=1478752 CPUtime=0.82
/proc/24274/task/24283/stat : 24283 (java) S 24272 24274 23637 0 -1 64 1749 0 0 0 81 1 0 0 17 0 13 0 194138242 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24284] ppid=24272 vsize=1478752 CPUtime=0.78
/proc/24274/task/24284/stat : 24284 (java) S 24272 24274 23637 0 -1 64 1432 0 0 0 78 0 0 0 16 0 13 0 194138242 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24285] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24285/stat : 24285 (java) S 24272 24274 23637 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194138242 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24286] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24286/stat : 24286 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194138242 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24287] ppid=24272 vsize=1478752 CPUtime=0
/proc/24274/task/24287/stat : 24287 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194138382 1514242048 26809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.28
Current children cumulated vsize (KiB) 1478752

[startup+74.3025 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24287
/proc/meminfo: memFree=1717832/2055920 swapFree=4094796/4192956
[pid=24274] ppid=24272 vsize=1479076 CPUtime=75.4
/proc/24274/stat : 24274 (java) S 24272 24274 23637 0 -1 0 28670 0 1 0 7519 21 0 0 18 0 14 0 194138233 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 369769 26825 1421 9 0 367112 0
[pid=24274/tid=24276] ppid=24272 vsize=1479076 CPUtime=73.73
/proc/24274/task/24276/stat : 24276 (java) S 24272 24274 23637 0 -1 64 24732 0 1 0 7354 19 0 0 25 0 14 0 194138234 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24277] ppid=24272 vsize=1479076 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24272 24274 23637 0 -1 64 2 0 0 0 0 0 0 0 20 0 14 0 194138236 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24278] ppid=24272 vsize=1479076 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 21 0 14 0 194138236 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24279] ppid=24272 vsize=1479076 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 16 0 14 0 194138237 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24280] ppid=24272 vsize=1479076 CPUtime=0
/proc/24274/task/24280/stat : 24280 (java) S 24272 24274 23637 0 -1 64 9 0 0 0 0 0 0 0 23 0 14 0 194138238 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24281] ppid=24272 vsize=1479076 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24272 24274 23637 0 -1 64 4 0 0 0 0 0 0 0 24 0 14 0 194138238 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24282] ppid=24272 vsize=1479076 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 194138242 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24283] ppid=24272 vsize=1479076 CPUtime=0.83
/proc/24274/task/24283/stat : 24283 (java) R 24272 24274 23637 0 -1 64 1749 0 0 0 82 1 0 0 16 0 14 0 194138242 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 103335665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24284] ppid=24272 vsize=1479076 CPUtime=0.79
/proc/24274/task/24284/stat : 24284 (java) S 24272 24274 23637 0 -1 64 1432 0 0 0 79 0 0 0 16 0 14 0 194138242 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24285] ppid=24272 vsize=1479076 CPUtime=0
/proc/24274/task/24285/stat : 24285 (java) S 24272 24274 23637 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 194138242 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24286] ppid=24272 vsize=1479076 CPUtime=0
/proc/24274/task/24286/stat : 24286 (java) S 24272 24274 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 194138242 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24274/tid=24287] ppid=24272 vsize=1479076 CPUtime=0
/proc/24274/task/24287/stat : 24287 (java) S 24272 24274 23637 0 -1 64 3 0 0 0 0 0 0 0 25 0 14 0 194138382 1514573824 26825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.4
Current children cumulated vsize (KiB) 1479076

Child status: 20
Real time (s): 74.3404
CPU time (s): 75.4495
CPU user time (s): 75.2166
CPU system time (s): 0.232964
CPU usage (%): 101.492
Max. virtual memory (cumulated for all children) (KiB): 1479076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.2166
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28682
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= 2092
involuntary context switches= 629

runsolver used 0.096985 second user time and 0.185971 second system time

The end

Launcher Data

Begin job on node91 at 2009-06-17 21:03:24
IDJOB=1885296
IDBENCH=72043
IDSOLVER=682
FILE ID=node91/1885296-1245265404
PBS_JOBID= 9372373
Free space on /tmp= 66444 MiB

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

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

MD5SUM BENCH= 26625d848f44266e7783971a5dbe0108
RANDOM SEED=1590343880

node91.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.261
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.261
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:       1820808 kB
Buffers:         19168 kB
Cached:          94524 kB
SwapCached:      91872 kB
Active:          60516 kB
Inactive:       147032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820808 kB
SwapTotal:     4192956 kB
SwapFree:      4094796 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          15100 kB
Slab:            13492 kB
Committed_AS:   105444 kB
PageTables:       1364 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node91 at 2009-06-17 21:04:38