Trace number 1884376

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 514.138 512.948

General information on the benchmark

Name/PURE-SAT/SAT_RACE08/
cnf/schup-l2s-abp4-1-k31.opb
MD5SUM43649fafee1f178a480cf104dcf0c6a1
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 benchmark509.069
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14809
Total number of constraints48483
Number of constraints which are clauses48483
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 constraint33
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 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 64
Number of bits of the biggest sum of numbers7
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.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1884376-1245257604.opb
0.23/0.21	c reading problem ... 
1.95/1.59	c ... done. Wall clock time 1.379s.
1.95/1.59	c #vars     14809
1.95/1.59	c #constraints  48246
1.95/1.59	c constraints type 
1.95/1.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 25006
1.95/1.59	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 23176
513.98/512.82	c starts		: 17
513.98/512.82	c conflicts		: 153269
513.98/512.82	c decisions		: 228621
513.98/512.82	c propagations		: 211736848
513.98/512.82	c inspects		: 1065510918
513.98/512.82	c learnt literals	: 43
513.98/512.82	c learnt binary clauses	: 612
513.98/512.82	c learnt ternary clauses	: 1571
513.98/512.82	c learnt clauses	: 153225
513.98/512.82	c ignored clauses	: 0
513.98/512.82	c root simplifications	: 0
513.98/512.82	c removed literals (reason simplification)	: 11365216
513.98/512.82	c reason swapping (by a shorter reason)	: 0
513.98/512.82	c Calls to reduceDB	: 0
513.98/512.82	c speed (assignments/second)	: 414175.45699056186
513.98/512.82	c non guided choices	1422
513.98/512.88	c learnt constraints type 
513.98/512.88	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 152613
513.98/512.88	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 612
513.98/512.88	c constraints type 
513.98/512.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 25006
513.98/512.88	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 23176
513.98/512.88	s UNSATISFIABLE
513.98/512.88	c Total wall clock time (in seconds): 512.669

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-1884376-1245257604/watcher-1884376-1245257604 -o /tmp/evaluation-result-1884376-1245257604/solver-1884376-1245257604 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884376-1245257604.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 0.99 0.91 3/64 3241
/proc/meminfo: memFree=1843760/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1476 CPUtime=0
/proc/3241/stat : 3241 (java6) R 3239 3241 3118 0 -1 0 120 0 0 0 0 0 0 0 20 0 1 0 1237363 1511424 94 1992294400 134512640 134550932 4294956176 18446744073709551615 134521810 0 0 4096 0 0 0 0 17 1 0 0
/proc/3241/statm: 369 100 77 9 0 11 0

[startup+0.0257831 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 3241
/proc/meminfo: memFree=1843760/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1466136 CPUtime=0.01
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 2261 0 1 0 0 1 0 0 18 0 3 0 1237363 1501323264 2010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 366534 2010 413 9 0 364286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1466136

[startup+0.102042 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 3241
/proc/meminfo: memFree=1843760/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1472584 CPUtime=0.08
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 3619 0 1 0 6 2 0 0 18 0 12 0 1237363 1507926016 3362 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 368146 3362 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301076 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 3241
/proc/meminfo: memFree=1843760/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1474864 CPUtime=0.34
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 5110 0 1 0 31 3 0 0 18 0 12 0 1237363 1510260736 4848 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 368716 4848 1355 9 0 366059 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474864

[startup+0.701145 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 3241
/proc/meminfo: memFree=1843760/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1476224 CPUtime=0.98
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 7371 0 1 0 94 4 0 0 18 0 12 0 1237363 1511653376 6606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 369056 6606 1396 9 0 366399 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1476224

[startup+1.50229 s]
/proc/loadavg: 1.00 0.99 0.91 4/76 3253
/proc/meminfo: memFree=1812944/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1477800 CPUtime=1.95
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 22364 0 1 0 184 11 0 0 18 0 12 0 1237363 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 369450 21192 1407 9 0 366793 0
[pid=3241/tid=3243] ppid=3239 vsize=1477800 CPUtime=1.23
/proc/3241/task/3243/stat : 3243 (java) R 3239 3241 3118 0 -1 64 19341 0 1 0 114 9 0 0 23 0 12 0 1237364 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 4109439496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3244] ppid=3239 vsize=1477800 CPUtime=0
/proc/3241/task/3244/stat : 3244 (java) S 3239 3241 3118 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1237365 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3245] ppid=3239 vsize=1477800 CPUtime=0
/proc/3241/task/3245/stat : 3245 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1237365 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3246] ppid=3239 vsize=1477800 CPUtime=0
/proc/3241/task/3246/stat : 3246 (java) S 3239 3241 3118 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 1237367 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3247] ppid=3239 vsize=1477800 CPUtime=0
/proc/3241/task/3247/stat : 3247 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 1237368 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3248] ppid=3239 vsize=1477800 CPUtime=0
/proc/3241/task/3248/stat : 3248 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1237368 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3249] ppid=3239 vsize=1477800 CPUtime=0
/proc/3241/task/3249/stat : 3249 (java) S 3239 3241 3118 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1237372 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3250] ppid=3239 vsize=1477800 CPUtime=0.31
/proc/3241/task/3250/stat : 3250 (java) S 3239 3241 3118 0 -1 64 569 0 0 0 31 0 0 0 16 0 12 0 1237372 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3251] ppid=3239 vsize=1477800 CPUtime=0.38
/proc/3241/task/3251/stat : 3251 (java) R 3239 3241 3118 0 -1 64 1713 0 0 0 38 0 0 0 16 0 12 0 1237372 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 104079966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3252] ppid=3239 vsize=1477800 CPUtime=0
/proc/3241/task/3252/stat : 3252 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1237372 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3253] ppid=3239 vsize=1477800 CPUtime=0
/proc/3241/task/3253/stat : 3253 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1237372 1513267200 21192 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1477800

[startup+3.10956 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 3254
/proc/meminfo: memFree=1753736/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1479736 CPUtime=4.21
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 27361 0 1 0 407 14 0 0 18 0 13 0 1237363 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 369934 23775 1417 9 0 367277 0
[pid=3241/tid=3243] ppid=3239 vsize=1479736 CPUtime=2.54
/proc/3241/task/3243/stat : 3243 (java) R 3239 3241 3118 0 -1 64 21330 0 1 0 243 11 0 0 25 0 13 0 1237364 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4109829234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3244] ppid=3239 vsize=1479736 CPUtime=0
/proc/3241/task/3244/stat : 3244 (java) S 3239 3241 3118 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1237365 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3245] ppid=3239 vsize=1479736 CPUtime=0
/proc/3241/task/3245/stat : 3245 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1237365 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3246] ppid=3239 vsize=1479736 CPUtime=0
/proc/3241/task/3246/stat : 3246 (java) S 3239 3241 3118 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 1237367 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3247] ppid=3239 vsize=1479736 CPUtime=0
/proc/3241/task/3247/stat : 3247 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1237368 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3248] ppid=3239 vsize=1479736 CPUtime=0
/proc/3241/task/3248/stat : 3248 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1237368 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3249] ppid=3239 vsize=1479736 CPUtime=0
/proc/3241/task/3249/stat : 3249 (java) S 3239 3241 3118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1237372 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3250] ppid=3239 vsize=1479736 CPUtime=0.72
/proc/3241/task/3250/stat : 3250 (java) R 3239 3241 3118 0 -1 64 1780 0 0 0 72 0 0 0 15 0 13 0 1237372 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 105586651 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3251] ppid=3239 vsize=1479736 CPUtime=0.91
/proc/3241/task/3251/stat : 3251 (java) S 3239 3241 3118 0 -1 64 3506 0 0 0 90 1 0 0 15 0 13 0 1237372 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3252] ppid=3239 vsize=1479736 CPUtime=0
/proc/3241/task/3252/stat : 3252 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1237372 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3253] ppid=3239 vsize=1479736 CPUtime=0
/proc/3241/task/3253/stat : 3253 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1237372 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3254] ppid=3239 vsize=1479736 CPUtime=0
/proc/3241/task/3254/stat : 3254 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1237529 1515249664 23775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 1479736

[startup+6.30212 s]
/proc/loadavg: 1.00 0.99 0.91 2/77 3254
/proc/meminfo: memFree=1753160/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1479608 CPUtime=7.51
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 27564 0 1 0 737 14 0 0 18 0 13 0 1237363 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 369902 23809 1421 9 0 367245 0
[pid=3241/tid=3243] ppid=3239 vsize=1479608 CPUtime=5.72
/proc/3241/task/3243/stat : 3243 (java) R 3239 3241 3118 0 -1 64 21519 0 1 0 561 11 0 0 17 0 13 0 1237364 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4109768913 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3244] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3244/stat : 3244 (java) S 3239 3241 3118 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1237365 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3245] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3245/stat : 3245 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1237365 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3246] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3246/stat : 3246 (java) S 3239 3241 3118 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1237367 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3247] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3247/stat : 3247 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1237368 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3248] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3248/stat : 3248 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1237368 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3249] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3249/stat : 3249 (java) S 3239 3241 3118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1237372 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3250] ppid=3239 vsize=1479608 CPUtime=0.78
/proc/3241/task/3250/stat : 3250 (java) S 3239 3241 3118 0 -1 64 1790 0 0 0 78 0 0 0 15 0 13 0 1237372 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3251] ppid=3239 vsize=1479608 CPUtime=0.97
/proc/3241/task/3251/stat : 3251 (java) S 3239 3241 3118 0 -1 64 3510 0 0 0 96 1 0 0 16 0 13 0 1237372 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3252] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3252/stat : 3252 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1237372 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3253] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3253/stat : 3253 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1237372 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3254] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3254/stat : 3254 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1237529 1515118592 23809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 1479608

[startup+12.7022 s]
/proc/loadavg: 1.00 0.99 0.91 2/77 3254
/proc/meminfo: memFree=1752144/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1479608 CPUtime=13.91
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 27824 0 1 0 1376 15 0 0 18 0 13 0 1237363 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 369902 24069 1421 9 0 367245 0
[pid=3241/tid=3243] ppid=3239 vsize=1479608 CPUtime=12.11
/proc/3241/task/3243/stat : 3243 (java) R 3239 3241 3118 0 -1 64 21779 0 1 0 1199 12 0 0 25 0 13 0 1237364 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4109769097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3244] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3244/stat : 3244 (java) S 3239 3241 3118 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1237365 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3245] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3245/stat : 3245 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1237365 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3246] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3246/stat : 3246 (java) S 3239 3241 3118 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1237367 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3247] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3247/stat : 3247 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1237368 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3248] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3248/stat : 3248 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1237368 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3249] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3249/stat : 3249 (java) S 3239 3241 3118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1237372 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3250] ppid=3239 vsize=1479608 CPUtime=0.78
/proc/3241/task/3250/stat : 3250 (java) S 3239 3241 3118 0 -1 64 1790 0 0 0 78 0 0 0 15 0 13 0 1237372 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3251] ppid=3239 vsize=1479608 CPUtime=0.98
/proc/3241/task/3251/stat : 3251 (java) S 3239 3241 3118 0 -1 64 3510 0 0 0 97 1 0 0 17 0 13 0 1237372 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3252] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3252/stat : 3252 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1237372 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3253] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3253/stat : 3253 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1237372 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3254] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3254/stat : 3254 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1237529 1515118592 24069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.91
Current children cumulated vsize (KiB) 1479608

[startup+25.5024 s]
/proc/loadavg: 1.00 0.99 0.91 2/77 3254
/proc/meminfo: memFree=1749968/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1479608 CPUtime=26.75
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 28368 0 1 0 2659 16 0 0 18 0 13 0 1237363 1515118592 24612 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 369902 24612 1421 9 0 367245 0
[pid=3241/tid=3243] ppid=3239 vsize=1479608 CPUtime=24.87
/proc/3241/task/3243/stat : 3243 (java) R 3239 3241 3118 0 -1 64 22317 0 1 0 2474 13 0 0 25 0 13 0 1237364 1515118592 24612 1992294400 134512640 134550932 4294956016 18446744073709551615 4109769023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3244] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3244/stat : 3244 (java) S 3239 3241 3118 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1237365 1515118592 24612 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3245] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3245/stat : 3245 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1237365 1515118592 24612 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3246] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3246/stat : 3246 (java) S 3239 3241 3118 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1237367 1515118592 24612 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3247] ppid=3239 vsize=1479608 CPUtime=0

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

/proc/3241/task/3253/stat : 3253 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3254] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3254/stat : 3254 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1237529 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 506.69
Current children cumulated vsize (KiB) 1479608

[startup+508.702 s]
/proc/loadavg: 1.00 0.99 0.91 2/77 3260
/proc/meminfo: memFree=1675856/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1479608 CPUtime=509.89
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 47472 0 1 0 50957 32 0 0 18 0 13 0 1237363 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 369902 42911 1430 9 0 367245 0
[pid=3241/tid=3243] ppid=3239 vsize=1479608 CPUtime=507.77
/proc/3241/task/3243/stat : 3243 (java) R 3239 3241 3118 0 -1 64 30968 0 1 0 50752 25 0 0 25 0 13 0 1237364 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4109769023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3244] ppid=3239 vsize=1479608 CPUtime=0.1
/proc/3241/task/3244/stat : 3244 (java) S 3239 3241 3118 0 -1 64 4166 0 0 0 9 1 0 0 17 0 13 0 1237365 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3245] ppid=3239 vsize=1479608 CPUtime=0.1
/proc/3241/task/3245/stat : 3245 (java) S 3239 3241 3118 0 -1 64 6279 0 0 0 8 2 0 0 16 0 13 0 1237365 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3246] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3246/stat : 3246 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1237367 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3247] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3247/stat : 3247 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1237368 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3248] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3248/stat : 3248 (java) S 3239 3241 3118 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1237368 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3249] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3249/stat : 3249 (java) S 3239 3241 3118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3250] ppid=3239 vsize=1479608 CPUtime=0.84
/proc/3241/task/3250/stat : 3250 (java) S 3239 3241 3118 0 -1 64 1794 0 0 0 84 0 0 0 16 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3251] ppid=3239 vsize=1479608 CPUtime=1.02
/proc/3241/task/3251/stat : 3251 (java) S 3239 3241 3118 0 -1 64 3512 0 0 0 101 1 0 0 17 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3252] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3252/stat : 3252 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3253] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3253/stat : 3253 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3254] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3254/stat : 3254 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1237529 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 509.89
Current children cumulated vsize (KiB) 1479608

[startup+510.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/77 3260
/proc/meminfo: memFree=1675856/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1479608 CPUtime=511.49
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 47472 0 1 0 51117 32 0 0 18 0 13 0 1237363 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 369902 42911 1430 9 0 367245 0
[pid=3241/tid=3243] ppid=3239 vsize=1479608 CPUtime=509.37
/proc/3241/task/3243/stat : 3243 (java) R 3239 3241 3118 0 -1 64 30968 0 1 0 50912 25 0 0 25 0 13 0 1237364 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4109769023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3244] ppid=3239 vsize=1479608 CPUtime=0.1
/proc/3241/task/3244/stat : 3244 (java) S 3239 3241 3118 0 -1 64 4166 0 0 0 9 1 0 0 17 0 13 0 1237365 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3245] ppid=3239 vsize=1479608 CPUtime=0.1
/proc/3241/task/3245/stat : 3245 (java) S 3239 3241 3118 0 -1 64 6279 0 0 0 8 2 0 0 16 0 13 0 1237365 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3246] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3246/stat : 3246 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1237367 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3247] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3247/stat : 3247 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1237368 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3248] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3248/stat : 3248 (java) S 3239 3241 3118 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1237368 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3249] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3249/stat : 3249 (java) S 3239 3241 3118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3250] ppid=3239 vsize=1479608 CPUtime=0.84
/proc/3241/task/3250/stat : 3250 (java) S 3239 3241 3118 0 -1 64 1794 0 0 0 84 0 0 0 16 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3251] ppid=3239 vsize=1479608 CPUtime=1.02
/proc/3241/task/3251/stat : 3251 (java) S 3239 3241 3118 0 -1 64 3512 0 0 0 101 1 0 0 17 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3252] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3252/stat : 3252 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3253] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3253/stat : 3253 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3254] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3254/stat : 3254 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1237529 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 511.49
Current children cumulated vsize (KiB) 1479608

[startup+511.902 s]
/proc/loadavg: 1.00 0.99 0.91 2/77 3260
/proc/meminfo: memFree=1675856/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1479608 CPUtime=513.09
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 47472 0 1 0 51277 32 0 0 18 0 13 0 1237363 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 369902 42911 1430 9 0 367245 0
[pid=3241/tid=3243] ppid=3239 vsize=1479608 CPUtime=510.97
/proc/3241/task/3243/stat : 3243 (java) R 3239 3241 3118 0 -1 64 30968 0 1 0 51072 25 0 0 25 0 13 0 1237364 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4109769023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3244] ppid=3239 vsize=1479608 CPUtime=0.1
/proc/3241/task/3244/stat : 3244 (java) S 3239 3241 3118 0 -1 64 4166 0 0 0 9 1 0 0 17 0 13 0 1237365 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3245] ppid=3239 vsize=1479608 CPUtime=0.1
/proc/3241/task/3245/stat : 3245 (java) S 3239 3241 3118 0 -1 64 6279 0 0 0 8 2 0 0 16 0 13 0 1237365 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3246] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3246/stat : 3246 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1237367 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3247] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3247/stat : 3247 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1237368 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3248] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3248/stat : 3248 (java) S 3239 3241 3118 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1237368 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3249] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3249/stat : 3249 (java) S 3239 3241 3118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3250] ppid=3239 vsize=1479608 CPUtime=0.84
/proc/3241/task/3250/stat : 3250 (java) S 3239 3241 3118 0 -1 64 1794 0 0 0 84 0 0 0 16 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3251] ppid=3239 vsize=1479608 CPUtime=1.02
/proc/3241/task/3251/stat : 3251 (java) S 3239 3241 3118 0 -1 64 3512 0 0 0 101 1 0 0 17 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3252] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3252/stat : 3252 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3253] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3253/stat : 3253 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3254] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3254/stat : 3254 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1237529 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 513.09
Current children cumulated vsize (KiB) 1479608

[startup+512.702 s]
/proc/loadavg: 1.00 0.99 0.91 2/77 3260
/proc/meminfo: memFree=1675856/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1479608 CPUtime=513.88
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 47472 0 1 0 51356 32 0 0 18 0 13 0 1237363 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 369902 42911 1430 9 0 367245 0
[pid=3241/tid=3243] ppid=3239 vsize=1479608 CPUtime=511.77
/proc/3241/task/3243/stat : 3243 (java) R 3239 3241 3118 0 -1 64 30968 0 1 0 51152 25 0 0 25 0 13 0 1237364 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4109769023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3244] ppid=3239 vsize=1479608 CPUtime=0.1
/proc/3241/task/3244/stat : 3244 (java) S 3239 3241 3118 0 -1 64 4166 0 0 0 9 1 0 0 17 0 13 0 1237365 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3245] ppid=3239 vsize=1479608 CPUtime=0.1
/proc/3241/task/3245/stat : 3245 (java) S 3239 3241 3118 0 -1 64 6279 0 0 0 8 2 0 0 16 0 13 0 1237365 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3246] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3246/stat : 3246 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1237367 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3247] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3247/stat : 3247 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1237368 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3248] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3248/stat : 3248 (java) S 3239 3241 3118 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1237368 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3249] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3249/stat : 3249 (java) S 3239 3241 3118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3250] ppid=3239 vsize=1479608 CPUtime=0.84
/proc/3241/task/3250/stat : 3250 (java) S 3239 3241 3118 0 -1 64 1794 0 0 0 84 0 0 0 16 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3251] ppid=3239 vsize=1479608 CPUtime=1.02
/proc/3241/task/3251/stat : 3251 (java) S 3239 3241 3118 0 -1 64 3512 0 0 0 101 1 0 0 17 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3252] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3252/stat : 3252 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3253] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3253/stat : 3253 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1237372 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3254] ppid=3239 vsize=1479608 CPUtime=0
/proc/3241/task/3254/stat : 3254 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1237529 1515118592 42911 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 513.88
Current children cumulated vsize (KiB) 1479608

[startup+512.902 s]
/proc/loadavg: 1.00 0.99 0.91 2/77 3260
/proc/meminfo: memFree=1675856/2055920 swapFree=4192956/4192956
[pid=3241] ppid=3239 vsize=1479932 CPUtime=514.11
/proc/3241/stat : 3241 (java) S 3239 3241 3118 0 -1 0 47491 0 1 0 51378 33 0 0 18 0 13 0 1237363 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3241/statm: 369983 42929 1431 9 0 367326 0
[pid=3241/tid=3243] ppid=3239 vsize=1479932 CPUtime=511.89
/proc/3241/task/3243/stat : 3243 (java) S 3239 3241 3118 0 -1 64 30974 0 1 0 51164 25 0 0 24 0 13 0 1237364 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3244] ppid=3239 vsize=1479932 CPUtime=0.1
/proc/3241/task/3244/stat : 3244 (java) S 3239 3241 3118 0 -1 64 4166 0 0 0 9 1 0 0 17 0 13 0 1237365 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3245] ppid=3239 vsize=1479932 CPUtime=0.1
/proc/3241/task/3245/stat : 3245 (java) S 3239 3241 3118 0 -1 64 6279 0 0 0 8 2 0 0 16 0 13 0 1237365 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3246] ppid=3239 vsize=1479932 CPUtime=0
/proc/3241/task/3246/stat : 3246 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1237367 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3247] ppid=3239 vsize=1479932 CPUtime=0
/proc/3241/task/3247/stat : 3247 (java) S 3239 3241 3118 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1237368 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3248] ppid=3239 vsize=1479932 CPUtime=0
/proc/3241/task/3248/stat : 3248 (java) S 3239 3241 3118 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1237368 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3249] ppid=3239 vsize=1479932 CPUtime=0
/proc/3241/task/3249/stat : 3249 (java) S 3239 3241 3118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1237372 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3250] ppid=3239 vsize=1479932 CPUtime=0.85
/proc/3241/task/3250/stat : 3250 (java) S 3239 3241 3118 0 -1 64 1795 0 0 0 85 0 0 0 16 0 13 0 1237372 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3251] ppid=3239 vsize=1479932 CPUtime=1.05
/proc/3241/task/3251/stat : 3251 (java) S 3239 3241 3118 0 -1 64 3516 0 0 0 104 1 0 0 17 0 13 0 1237372 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3252] ppid=3239 vsize=1479932 CPUtime=0
/proc/3241/task/3252/stat : 3252 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1237372 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3241/tid=3253] ppid=3239 vsize=1479932 CPUtime=0
/proc/3241/task/3253/stat : 3253 (java) S 3239 3241 3118 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1237372 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3241/tid=3254] ppid=3239 vsize=1479932 CPUtime=0
/proc/3241/task/3254/stat : 3254 (java) S 3239 3241 3118 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1237529 1515450368 42929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 514.11
Current children cumulated vsize (KiB) 1479932

Child status: 20
Real time (s): 512.948
CPU time (s): 514.138
CPU user time (s): 513.783
CPU system time (s): 0.354946
CPU usage (%): 100.232
Max. virtual memory (cumulated for all children) (KiB): 1482804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 513.783
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47495
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= 10993
involuntary context switches= 11682

runsolver used 0.52092 second user time and 1.35979 second system time

The end

Launcher Data

Begin job on node17 at 2009-06-17 18:53:24
IDJOB=1884376
IDBENCH=71951
IDSOLVER=682
FILE ID=node17/1884376-1245257604
PBS_JOBID= 9372436
Free space on /tmp= 66340 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT_RACE08/cnf/schup-l2s-abp4-1-k31.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884376-1245257604/watcher-1884376-1245257604 -o /tmp/evaluation-result-1884376-1245257604/solver-1884376-1245257604 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884376-1245257604.opb

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

MD5SUM BENCH= 43649fafee1f178a480cf104dcf0c6a1
RANDOM SEED=1624691820

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1844240 kB
Buffers:         28812 kB
Cached:         108956 kB
SwapCached:          0 kB
Active:          64540 kB
Inactive:        86184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:          22716 kB
Slab:            46960 kB
Committed_AS:    50368 kB
PageTables:       1456 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= 66340 MiB
End job on node17 at 2009-06-17 19:01:57