Trace number 1885286

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 41.6117 40.3588

General information on the benchmark

Name/PURE-SAT/SAT09/
APPLICATIONS/bitverif/icbrt/icbrt1_32.opb
MD5SUMe81a95e83b308cd09777432d78c8204f
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 benchmark40.6818
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11309
Total number of constraints33833
Number of constraints which are clauses33833
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1885286-1245265222.opb
0.22/0.21	c reading problem ... 
1.73/1.37	c ... done. Wall clock time 1.158s.
1.73/1.37	c #vars     11309
1.73/1.37	c #constraints  33833
1.73/1.37	c constraints type 
1.73/1.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 22554
1.73/1.37	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 11277
41.44/40.29	c starts		: 13
41.44/40.29	c conflicts		: 27336
41.44/40.29	c decisions		: 37314
41.44/40.29	c propagations		: 16810550
41.44/40.29	c inspects		: 67666021
41.44/40.29	c learnt literals	: 12
41.44/40.29	c learnt binary clauses	: 49
41.44/40.29	c learnt ternary clauses	: 289
41.44/40.29	c learnt clauses	: 27323
41.44/40.29	c ignored clauses	: 0
41.44/40.29	c root simplifications	: 0
41.44/40.29	c removed literals (reason simplification)	: 1423626
41.44/40.29	c reason swapping (by a shorter reason)	: 0
41.44/40.29	c Calls to reduceDB	: 0
41.44/40.29	c speed (assignments/second)	: 431936.84318713227
41.44/40.29	c non guided choices	69
41.54/40.32	c learnt constraints type 
41.54/40.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 27274
41.54/40.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
41.54/40.32	c constraints type 
41.54/40.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 22554
41.54/40.32	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 11277
41.54/40.32	s UNSATISFIABLE
41.54/40.32	c Total wall clock time (in seconds): 40.106

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9070
/proc/meminfo: memFree=1530736/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=324 CPUtime=0
/proc/9070/stat : 9070 (java6) R 9068 9070 8524 0 -1 0 60 0 0 0 0 0 0 0 18 0 1 0 194118550 331776 44 1992294400 134512640 134550932 4294956176 18446744073709551615 10519332 0 0 4096 0 0 0 0 17 1 0 0
/proc/9070/statm: 81 44 33 9 0 6 0

[startup+0.0240689 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9070
/proc/meminfo: memFree=1530736/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1465492 CPUtime=0.01
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 1824 0 1 0 0 1 0 0 18 0 2 0 194118550 1500663808 1573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 366373 1584 406 9 0 364125 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1465492

[startup+0.101074 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9070
/proc/meminfo: memFree=1530736/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1472584 CPUtime=0.08
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 3613 0 1 0 6 2 0 0 18 0 12 0 194118550 1507926016 3356 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 368146 3356 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301115 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9070
/proc/meminfo: memFree=1530736/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1475108 CPUtime=0.34
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 5094 0 1 0 30 4 0 0 18 0 12 0 194118550 1510510592 4832 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 368777 4832 1355 9 0 366120 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475108

[startup+0.701194 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9070
/proc/meminfo: memFree=1530736/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1476484 CPUtime=0.96
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 7276 0 1 0 92 4 0 0 18 0 12 0 194118550 1511919616 6509 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 369121 6509 1396 9 0 366464 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1476484

[startup+1.50234 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 9082
/proc/meminfo: memFree=1500752/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1477416 CPUtime=2.05
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 18058 0 1 0 195 10 0 0 18 0 13 0 194118550 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 369354 17129 1413 9 0 366697 0
[pid=9070/tid=9072] ppid=9068 vsize=1477416 CPUtime=1.22
/proc/9070/task/9072/stat : 9072 (java) R 9068 9070 8524 0 -1 64 15248 0 1 0 114 8 0 0 21 0 13 0 194118552 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 4109141137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9073] ppid=9068 vsize=1477416 CPUtime=0
/proc/9070/task/9073/stat : 9073 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194118553 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9074] ppid=9068 vsize=1477416 CPUtime=0
/proc/9070/task/9074/stat : 9074 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194118553 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9075] ppid=9068 vsize=1477416 CPUtime=0
/proc/9070/task/9075/stat : 9075 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 194118555 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9076] ppid=9068 vsize=1477416 CPUtime=0
/proc/9070/task/9076/stat : 9076 (java) S 9068 9070 8524 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194118555 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9077] ppid=9068 vsize=1477416 CPUtime=0
/proc/9070/task/9077/stat : 9077 (java) S 9068 9070 8524 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194118555 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9078] ppid=9068 vsize=1477416 CPUtime=0
/proc/9070/task/9078/stat : 9078 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194118560 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9079] ppid=9068 vsize=1477416 CPUtime=0.46
/proc/9070/task/9079/stat : 9079 (java) R 9068 9070 8524 0 -1 64 668 0 0 0 46 0 0 0 16 0 13 0 194118560 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 4160643137 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9080] ppid=9068 vsize=1477416 CPUtime=0.34
/proc/9070/task/9080/stat : 9080 (java) R 9068 9070 8524 0 -1 64 1392 0 0 0 34 0 0 0 17 0 13 0 194118560 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 105817440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9081] ppid=9068 vsize=1477416 CPUtime=0
/proc/9070/task/9081/stat : 9081 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194118560 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9082] ppid=9068 vsize=1477416 CPUtime=0
/proc/9070/task/9082/stat : 9082 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194118560 1512873984 17129 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1477416

[startup+3.10264 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9083
/proc/meminfo: memFree=1464456/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1480820 CPUtime=4.16
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 20132 0 1 0 406 10 0 0 18 0 13 0 194118550 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 370205 17921 1417 9 0 367548 0
[pid=9070/tid=9072] ppid=9068 vsize=1480820 CPUtime=2.8
/proc/9070/task/9072/stat : 9072 (java) R 9068 9070 8524 0 -1 64 15351 0 1 0 272 8 0 0 25 0 13 0 194118552 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4109649682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9073] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9073/stat : 9073 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194118553 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9074] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9074/stat : 9074 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194118553 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9075] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9075/stat : 9075 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 194118555 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9076] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9076/stat : 9076 (java) S 9068 9070 8524 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194118555 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9077] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9077/stat : 9077 (java) S 9068 9070 8524 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194118555 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9078] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9078/stat : 9078 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194118560 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9079] ppid=9068 vsize=1480820 CPUtime=0.64
/proc/9070/task/9079/stat : 9079 (java) S 9068 9070 8524 0 -1 64 1393 0 0 0 64 0 0 0 16 0 13 0 194118560 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9080] ppid=9068 vsize=1480820 CPUtime=0.7
/proc/9070/task/9080/stat : 9080 (java) S 9068 9070 8524 0 -1 64 2638 0 0 0 70 0 0 0 17 0 13 0 194118560 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9081] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9081/stat : 9081 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194118560 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9082] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9082/stat : 9082 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194118560 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9083] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9083/stat : 9083 (java) S 9068 9070 8524 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 194118691 1516359680 17921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1480820

[startup+6.30223 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9083
/proc/meminfo: memFree=1463368/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1480820 CPUtime=7.38
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 20323 0 1 0 727 11 0 0 18 0 13 0 194118550 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 370205 18110 1417 9 0 367548 0
[pid=9070/tid=9072] ppid=9068 vsize=1480820 CPUtime=5.97
/proc/9070/task/9072/stat : 9072 (java) R 9068 9070 8524 0 -1 64 15540 0 1 0 588 9 0 0 25 0 13 0 194118552 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4109741607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9073] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9073/stat : 9073 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194118553 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9074] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9074/stat : 9074 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194118553 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9075] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9075/stat : 9075 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194118555 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9076] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9076/stat : 9076 (java) S 9068 9070 8524 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194118555 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9077] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9077/stat : 9077 (java) S 9068 9070 8524 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194118555 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9078] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9078/stat : 9078 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194118560 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9079] ppid=9068 vsize=1480820 CPUtime=0.66
/proc/9070/task/9079/stat : 9079 (java) S 9068 9070 8524 0 -1 64 1393 0 0 0 65 1 0 0 17 0 13 0 194118560 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9080] ppid=9068 vsize=1480820 CPUtime=0.73
/proc/9070/task/9080/stat : 9080 (java) S 9068 9070 8524 0 -1 64 2640 0 0 0 73 0 0 0 17 0 13 0 194118560 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9081] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9081/stat : 9081 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194118560 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9082] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9082/stat : 9082 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194118560 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9083] ppid=9068 vsize=1480820 CPUtime=0
/proc/9070/task/9083/stat : 9083 (java) S 9068 9070 8524 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 194118691 1516359680 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 1480820

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9083
/proc/meminfo: memFree=1461768/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1480392 CPUtime=13.9
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 20979 0 1 0 1378 12 0 0 18 0 13 0 194118550 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 370098 18425 1421 9 0 367441 0
[pid=9070/tid=9072] ppid=9068 vsize=1480392 CPUtime=12.35
/proc/9070/task/9072/stat : 9072 (java) R 9068 9070 8524 0 -1 64 15928 0 1 0 1226 9 0 0 25 0 13 0 194118552 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4109795995 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9073] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9073/stat : 9073 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194118553 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9074] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9074/stat : 9074 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194118553 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9075] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9075/stat : 9075 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194118555 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9076] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9076/stat : 9076 (java) S 9068 9070 8524 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194118555 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9077] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9077/stat : 9077 (java) S 9068 9070 8524 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194118555 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9078] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9078/stat : 9078 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194118560 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9079] ppid=9068 vsize=1480392 CPUtime=0.66
/proc/9070/task/9079/stat : 9079 (java) S 9068 9070 8524 0 -1 64 1393 0 0 0 65 1 0 0 17 0 13 0 194118560 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9080] ppid=9068 vsize=1480392 CPUtime=0.86
/proc/9070/task/9080/stat : 9080 (java) S 9068 9070 8524 0 -1 64 2908 0 0 0 86 0 0 0 17 0 13 0 194118560 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9081] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9081/stat : 9081 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194118560 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9082] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9082/stat : 9082 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194118560 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9083] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9083/stat : 9083 (java) S 9068 9070 8524 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 194118691 1515921408 18425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.9
Current children cumulated vsize (KiB) 1480392

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9083
/proc/meminfo: memFree=1459272/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1480392 CPUtime=26.75
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 21609 0 1 0 2663 12 0 0 18 0 13 0 194118550 1515921408 19052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 370098 19052 1421 9 0 367441 0
[pid=9070/tid=9072] ppid=9068 vsize=1480392 CPUtime=25.09
/proc/9070/task/9072/stat : 9072 (java) R 9068 9070 8524 0 -1 64 16552 0 1 0 2500 9 0 0 25 0 13 0 194118552 1515921408 19052 1992294400 134512640 134550932 4294956016 18446744073709551615 4109742326 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9073] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9073/stat : 9073 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194118553 1515921408 19052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9074] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9074/stat : 9074 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194118553 1515921408 19052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9075] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9075/stat : 9075 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194118555 1515921408 19052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9076] ppid=9068 vsize=1480392 CPUtime=0

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

/proc/9070/task/9082/stat : 9082 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194118560 1515921408 19319 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9083] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9083/stat : 9083 (java) S 9068 9070 8524 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 194118691 1515921408 19319 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.15
Current children cumulated vsize (KiB) 1480392

[startup+35.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9083
/proc/meminfo: memFree=1457416/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1480392 CPUtime=36.35
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 22057 0 1 0 3622 13 0 0 18 0 13 0 194118550 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 370098 19500 1421 9 0 367441 0
[pid=9070/tid=9072] ppid=9068 vsize=1480392 CPUtime=34.69
/proc/9070/task/9072/stat : 9072 (java) R 9068 9070 8524 0 -1 64 17000 0 1 0 3459 10 0 0 25 0 13 0 194118552 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4109756116 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9073] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9073/stat : 9073 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194118553 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9074] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9074/stat : 9074 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194118553 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9075] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9075/stat : 9075 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194118555 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9076] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9076/stat : 9076 (java) S 9068 9070 8524 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194118555 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9077] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9077/stat : 9077 (java) S 9068 9070 8524 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194118555 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9078] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9078/stat : 9078 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194118560 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9079] ppid=9068 vsize=1480392 CPUtime=0.71
/proc/9070/task/9079/stat : 9079 (java) S 9068 9070 8524 0 -1 64 1396 0 0 0 70 1 0 0 16 0 13 0 194118560 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9080] ppid=9068 vsize=1480392 CPUtime=0.91
/proc/9070/task/9080/stat : 9080 (java) S 9068 9070 8524 0 -1 64 2911 0 0 0 91 0 0 0 17 0 13 0 194118560 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9081] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9081/stat : 9081 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194118560 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9082] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9082/stat : 9082 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194118560 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9083] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9083/stat : 9083 (java) S 9068 9070 8524 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 194118691 1515921408 19500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.35
Current children cumulated vsize (KiB) 1480392

[startup+38.3022 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9083
/proc/meminfo: memFree=1456648/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1480392 CPUtime=39.55
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 22285 0 1 0 3941 14 0 0 18 0 13 0 194118550 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 370098 19728 1421 9 0 367441 0
[pid=9070/tid=9072] ppid=9068 vsize=1480392 CPUtime=37.89
/proc/9070/task/9072/stat : 9072 (java) R 9068 9070 8524 0 -1 64 17228 0 1 0 3778 11 0 0 25 0 13 0 194118552 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4109666075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9073] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9073/stat : 9073 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194118553 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9074] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9074/stat : 9074 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194118553 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9075] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9075/stat : 9075 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194118555 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9076] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9076/stat : 9076 (java) S 9068 9070 8524 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194118555 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9077] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9077/stat : 9077 (java) S 9068 9070 8524 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194118555 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9078] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9078/stat : 9078 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194118560 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9079] ppid=9068 vsize=1480392 CPUtime=0.71
/proc/9070/task/9079/stat : 9079 (java) S 9068 9070 8524 0 -1 64 1396 0 0 0 70 1 0 0 16 0 13 0 194118560 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9080] ppid=9068 vsize=1480392 CPUtime=0.91
/proc/9070/task/9080/stat : 9080 (java) S 9068 9070 8524 0 -1 64 2911 0 0 0 91 0 0 0 17 0 13 0 194118560 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9081] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9081/stat : 9081 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194118560 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9082] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9082/stat : 9082 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194118560 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9083] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9083/stat : 9083 (java) S 9068 9070 8524 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 194118691 1515921408 19728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.55
Current children cumulated vsize (KiB) 1480392

[startup+39.1024 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9083
/proc/meminfo: memFree=1456456/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1480392 CPUtime=40.35
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 22311 0 1 0 4021 14 0 0 18 0 13 0 194118550 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 370098 19754 1421 9 0 367441 0
[pid=9070/tid=9072] ppid=9068 vsize=1480392 CPUtime=38.69
/proc/9070/task/9072/stat : 9072 (java) R 9068 9070 8524 0 -1 64 17254 0 1 0 3858 11 0 0 25 0 13 0 194118552 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4109679643 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9073] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9073/stat : 9073 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194118553 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9074] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9074/stat : 9074 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194118553 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9075] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9075/stat : 9075 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194118555 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9076] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9076/stat : 9076 (java) S 9068 9070 8524 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194118555 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9077] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9077/stat : 9077 (java) S 9068 9070 8524 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194118555 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9078] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9078/stat : 9078 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194118560 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9079] ppid=9068 vsize=1480392 CPUtime=0.71
/proc/9070/task/9079/stat : 9079 (java) S 9068 9070 8524 0 -1 64 1396 0 0 0 70 1 0 0 16 0 13 0 194118560 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9080] ppid=9068 vsize=1480392 CPUtime=0.91
/proc/9070/task/9080/stat : 9080 (java) S 9068 9070 8524 0 -1 64 2911 0 0 0 91 0 0 0 17 0 13 0 194118560 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9081] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9081/stat : 9081 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194118560 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9082] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9082/stat : 9082 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194118560 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9083] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9083/stat : 9083 (java) S 9068 9070 8524 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 194118691 1515921408 19754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.35
Current children cumulated vsize (KiB) 1480392

[startup+39.9015 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9085
/proc/meminfo: memFree=1455800/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1480392 CPUtime=41.14
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 22340 0 1 0 4100 14 0 0 18 0 13 0 194118550 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 370098 19783 1421 9 0 367441 0
[pid=9070/tid=9072] ppid=9068 vsize=1480392 CPUtime=39.49
/proc/9070/task/9072/stat : 9072 (java) R 9068 9070 8524 0 -1 64 17283 0 1 0 3938 11 0 0 25 0 13 0 194118552 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4109756118 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9073] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9073/stat : 9073 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194118553 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9074] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9074/stat : 9074 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194118553 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9075] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9075/stat : 9075 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194118555 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9076] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9076/stat : 9076 (java) S 9068 9070 8524 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194118555 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9077] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9077/stat : 9077 (java) S 9068 9070 8524 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194118555 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9078] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9078/stat : 9078 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194118560 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9079] ppid=9068 vsize=1480392 CPUtime=0.71
/proc/9070/task/9079/stat : 9079 (java) S 9068 9070 8524 0 -1 64 1396 0 0 0 70 1 0 0 16 0 13 0 194118560 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9080] ppid=9068 vsize=1480392 CPUtime=0.91
/proc/9070/task/9080/stat : 9080 (java) S 9068 9070 8524 0 -1 64 2911 0 0 0 91 0 0 0 17 0 13 0 194118560 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9081] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9081/stat : 9081 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194118560 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9082] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9082/stat : 9082 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194118560 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9083] ppid=9068 vsize=1480392 CPUtime=0
/proc/9070/task/9083/stat : 9083 (java) S 9068 9070 8524 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 194118691 1515921408 19783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.14
Current children cumulated vsize (KiB) 1480392

[startup+40.3016 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9085
/proc/meminfo: memFree=1455800/2055920 swapFree=4182544/4192956
[pid=9070] ppid=9068 vsize=1480716 CPUtime=41.54
/proc/9070/stat : 9070 (java) S 9068 9070 8524 0 -1 0 22365 0 1 0 4140 14 0 0 18 0 14 0 194118550 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9070/statm: 370179 19808 1421 9 0 367522 0
[pid=9070/tid=9072] ppid=9068 vsize=1480716 CPUtime=39.88
/proc/9070/task/9072/stat : 9072 (java) S 9068 9070 8524 0 -1 64 17296 0 1 0 3977 11 0 0 25 0 14 0 194118552 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9073] ppid=9068 vsize=1480716 CPUtime=0
/proc/9070/task/9073/stat : 9073 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 19 0 14 0 194118553 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9074] ppid=9068 vsize=1480716 CPUtime=0
/proc/9070/task/9074/stat : 9074 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 194118553 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9075] ppid=9068 vsize=1480716 CPUtime=0
/proc/9070/task/9075/stat : 9075 (java) S 9068 9070 8524 0 -1 64 3 0 0 0 0 0 0 0 16 0 14 0 194118555 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9076] ppid=9068 vsize=1480716 CPUtime=0
/proc/9070/task/9076/stat : 9076 (java) S 9068 9070 8524 0 -1 64 10 0 0 0 0 0 0 0 22 0 14 0 194118555 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9077] ppid=9068 vsize=1480716 CPUtime=0
/proc/9070/task/9077/stat : 9077 (java) S 9068 9070 8524 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 194118555 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9078] ppid=9068 vsize=1480716 CPUtime=0
/proc/9070/task/9078/stat : 9078 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 194118560 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9079] ppid=9068 vsize=1480716 CPUtime=0.71
/proc/9070/task/9079/stat : 9079 (java) S 9068 9070 8524 0 -1 64 1396 0 0 0 70 1 0 0 16 0 14 0 194118560 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9080] ppid=9068 vsize=1480716 CPUtime=0.91
/proc/9070/task/9080/stat : 9080 (java) S 9068 9070 8524 0 -1 64 2911 0 0 0 91 0 0 0 17 0 14 0 194118560 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9081] ppid=9068 vsize=1480716 CPUtime=0
/proc/9070/task/9081/stat : 9081 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 194118560 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9070/tid=9082] ppid=9068 vsize=1480716 CPUtime=0
/proc/9070/task/9082/stat : 9082 (java) S 9068 9070 8524 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 194118560 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9070/tid=9083] ppid=9068 vsize=1480716 CPUtime=0
/proc/9070/task/9083/stat : 9083 (java) S 9068 9070 8524 0 -1 64 5 0 0 0 0 0 0 0 21 0 14 0 194118691 1516253184 19808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.54
Current children cumulated vsize (KiB) 1480716

Child status: 20
Real time (s): 40.3588
CPU time (s): 41.6117
CPU user time (s): 41.4527
CPU system time (s): 0.158975
CPU usage (%): 103.104
Max. virtual memory (cumulated for all children) (KiB): 1481340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.4527
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22374
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= 1292
involuntary context switches= 691

runsolver used 0.046992 second user time and 0.12898 second system time

The end

Launcher Data

Begin job on node47 at 2009-06-17 21:00:22
IDJOB=1885286
IDBENCH=72042
IDSOLVER=682
FILE ID=node47/1885286-1245265222
PBS_JOBID= 9372407
Free space on /tmp= 65952 MiB

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

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

MD5SUM BENCH= e81a95e83b308cd09777432d78c8204f
RANDOM SEED=1202649454

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1531152 kB
Buffers:         72452 kB
Cached:         364876 kB
SwapCached:       4196 kB
Active:         123072 kB
Inactive:       322104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531152 kB
SwapTotal:     4192956 kB
SwapFree:      4182544 kB
Dirty:            1220 kB
Writeback:           0 kB
Mapped:          13676 kB
Slab:            65552 kB
Committed_AS:   207168 kB
PageTables:       1448 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= 65952 MiB
End job on node47 at 2009-06-17 21:01:02