Trace number 1885546

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 68.6236 67.6281

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
satComp09_BioInstances/rbcl_xits_06_UNSAT.opb
MD5SUM4b1b068d930d193e5dec3f24bc00d4de
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 benchmark41.3517
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables980
Total number of constraints47620
Number of constraints which are clauses47620
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 constraint2
Maximum length of a constraint7
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/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-1885546-1245267251.opb
0.23/0.21	c reading problem ... 
2.06/1.60	c ... done. Wall clock time 1.39s.
2.06/1.60	c #vars     980
2.06/1.60	c #constraints  47620
2.06/1.60	c constraints type 
2.06/1.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1731
2.06/1.60	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 45889
68.47/67.53	c starts		: 15
68.47/67.53	c conflicts		: 72080
68.47/67.53	c decisions		: 82314
68.47/67.53	c propagations		: 8089302
68.47/67.53	c inspects		: 255625115
68.47/67.53	c learnt literals	: 11
68.47/67.53	c learnt binary clauses	: 31
68.47/67.53	c learnt ternary clauses	: 110
68.47/67.53	c learnt clauses	: 72068
68.47/67.53	c ignored clauses	: 0
68.47/67.53	c root simplifications	: 0
68.47/67.54	c removed literals (reason simplification)	: 652172
68.47/67.54	c reason swapping (by a shorter reason)	: 0
68.47/67.54	c Calls to reduceDB	: 0
68.47/67.54	c speed (assignments/second)	: 122693.45224552942
68.47/67.54	c non guided choices	136
68.47/67.58	c learnt constraints type 
68.47/67.58	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 72037
68.47/67.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 31
68.47/67.58	c constraints type 
68.47/67.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1731
68.47/67.58	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 45889
68.47/67.58	s UNSATISFIABLE
68.47/67.58	c Total wall clock time (in seconds): 67.371

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-1885546-1245267251/watcher-1885546-1245267251 -o /tmp/evaluation-result-1885546-1245267251/solver-1885546-1245267251 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1885546-1245267251.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 0.93 3/64 13474
/proc/meminfo: memFree=1835096/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1804 CPUtime=0
/proc/13474/stat : 13474 (java6) R 13472 13474 11599 0 -1 0 136 0 0 0 0 0 0 0 20 0 1 0 194321978 1847296 109 1992294400 134512640 134550932 4294956176 18446744073709551615 12844110 0 0 4096 0 0 0 0 17 1 0 0
/proc/13474/statm: 403 111 86 9 0 45 0

[startup+0.102048 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 13474
/proc/meminfo: memFree=1835096/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1472584 CPUtime=0.09
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 3634 0 1 0 7 2 0 0 18 0 12 0 194321978 1507926016 3377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 368146 3377 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.202059 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 13474
/proc/meminfo: memFree=1835096/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1474992 CPUtime=0.23
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 4794 0 1 0 20 3 0 0 18 0 12 0 194321978 1510391808 4531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 368748 4531 1340 9 0 366091 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1474992

[startup+0.302067 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 13474
/proc/meminfo: memFree=1835096/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1474992 CPUtime=0.34
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 5051 0 1 0 31 3 0 0 18 0 12 0 194321978 1510391808 4788 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 368748 4788 1355 9 0 366091 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474992

[startup+0.701114 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 13474
/proc/meminfo: memFree=1835096/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1476624 CPUtime=0.99
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 7318 0 1 0 95 4 0 0 18 0 12 0 194321978 1512062976 6529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 369156 6529 1396 9 0 366499 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1476624

[startup+1.5012 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 13486
/proc/meminfo: memFree=1797752/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1477368 CPUtime=1.97
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 23009 0 1 0 186 11 0 0 18 0 12 0 194321978 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 369342 21729 1400 9 0 366685 0
[pid=13474/tid=13476] ppid=13472 vsize=1477368 CPUtime=1.19
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 11599 0 -1 64 19919 0 1 0 110 9 0 0 20 0 12 0 194321980 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4109470349 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13477] ppid=13472 vsize=1477368 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 194321981 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13472 vsize=1477368 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 194321981 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13472 vsize=1477368 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 194321983 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=1477368 CPUtime=0
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 11599 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 194321983 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=1477368 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 11599 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 194321983 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=1477368 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 194321987 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=1477368 CPUtime=0.37
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 11599 0 -1 64 1144 0 0 0 37 0 0 0 16 0 12 0 194321987 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13484] ppid=13472 vsize=1477368 CPUtime=0.37
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 11599 0 -1 64 1205 0 0 0 37 0 0 0 17 0 12 0 194321988 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13485] ppid=13472 vsize=1477368 CPUtime=0
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 11599 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 194321988 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=1477368 CPUtime=0
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194321988 1512824832 21729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1477368

[startup+3.10238 s]
/proc/loadavg: 1.08 1.02 0.94 2/77 13487
/proc/meminfo: memFree=1738416/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1479568 CPUtime=3.96
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 27779 0 1 0 382 14 0 0 18 0 13 0 194321978 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 369892 25519 1417 9 0 367235 0
[pid=13474/tid=13476] ppid=13472 vsize=1479568 CPUtime=2.58
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 11599 0 -1 64 23186 0 1 0 247 11 0 0 20 0 13 0 194321980 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4109717772 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13477] ppid=13472 vsize=1479568 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 194321981 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13472 vsize=1479568 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194321981 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13472 vsize=1479568 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 194321983 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=1479568 CPUtime=0
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 11599 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 194321983 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=1479568 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 11599 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194321983 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=1479568 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194321987 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=1479568 CPUtime=0.73
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 11599 0 -1 64 2106 0 0 0 73 0 0 0 16 0 13 0 194321987 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=1479568 CPUtime=0.6
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 11599 0 -1 64 1743 0 0 0 60 0 0 0 16 0 13 0 194321988 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13485] ppid=13472 vsize=1479568 CPUtime=0
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 11599 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194321988 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=1479568 CPUtime=0
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194321988 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13487] ppid=13472 vsize=1479568 CPUtime=0
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 194322140 1515077632 25519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 1479568

[startup+6.30273 s]
/proc/loadavg: 1.08 1.02 0.94 2/77 13487
/proc/meminfo: memFree=1737392/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1478544 CPUtime=7.26
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 28266 0 1 0 712 14 0 0 18 0 13 0 194321978 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 369636 25684 1421 9 0 366979 0
[pid=13474/tid=13476] ppid=13472 vsize=1478544 CPUtime=5.74
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 11599 0 -1 64 23592 0 1 0 562 12 0 0 25 0 13 0 194321980 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4109688000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13477] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 194321981 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194321981 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194321983 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13480] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 11599 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 194321983 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 11599 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194321983 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194321987 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=1478544 CPUtime=0.76
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 11599 0 -1 64 2108 0 0 0 76 0 0 0 16 0 13 0 194321987 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=1478544 CPUtime=0.73
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 11599 0 -1 64 1821 0 0 0 73 0 0 0 17 0 13 0 194321988 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13485] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 11599 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194321988 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194321988 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13487] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 194322140 1514029056 25684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 1478544

[startup+12.7024 s]
/proc/loadavg: 1.07 1.02 0.94 2/77 13487
/proc/meminfo: memFree=1734776/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1478544 CPUtime=13.69
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 28902 0 1 0 1354 15 0 0 18 0 13 0 194321978 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 369636 26318 1421 9 0 366979 0
[pid=13474/tid=13476] ppid=13472 vsize=1478544 CPUtime=12.11
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 11599 0 -1 64 24226 0 1 0 1199 12 0 0 25 0 13 0 194321980 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4109673919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13477] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 194321981 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194321981 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 194321983 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 11599 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 194321983 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 11599 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194321983 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194321987 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=1478544 CPUtime=0.76
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 11599 0 -1 64 2108 0 0 0 76 0 0 0 16 0 13 0 194321987 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=1478544 CPUtime=0.77
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 11599 0 -1 64 1823 0 0 0 77 0 0 0 16 0 13 0 194321988 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13485] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 11599 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194321988 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194321988 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13487] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 194322140 1514029056 26318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.69
Current children cumulated vsize (KiB) 1478544

[startup+25.5028 s]
/proc/loadavg: 1.06 1.01 0.94 2/77 13487
/proc/meminfo: memFree=1730424/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1478544 CPUtime=26.47
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 29975 0 1 0 2631 16 0 0 18 0 13 0 194321978 1514029056 27389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 369636 27389 1421 9 0 366979 0
[pid=13474/tid=13476] ppid=13472 vsize=1478544 CPUtime=24.9
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 11599 0 -1 64 25299 0 1 0 2476 14 0 0 25 0 13 0 194321980 1514029056 27389 1992294400 134512640 134550932 4294956016 18446744073709551615 4109685918 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13477] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 194321981 1514029056 27389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194321981 1514029056 27389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194321983 1514029056 27389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=1478544 CPUtime=0

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

/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194321988 1514029056 29374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13487] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 194322140 1514029056 29374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.57
Current children cumulated vsize (KiB) 1478544

[startup+64.0021 s]
/proc/loadavg: 1.03 1.01 0.94 2/77 13487
/proc/meminfo: memFree=1721272/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1478544 CPUtime=64.96
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 32274 0 1 0 6478 18 0 0 18 0 13 0 194321978 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 369636 29688 1421 9 0 366979 0
[pid=13474/tid=13476] ppid=13472 vsize=1478544 CPUtime=63.37
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 11599 0 -1 64 27597 0 1 0 6321 16 0 0 25 0 13 0 194321980 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4109673919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13477] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 194321981 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194321981 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194321983 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 11599 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 194321983 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 11599 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194321983 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194321987 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=1478544 CPUtime=0.76
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 11599 0 -1 64 2108 0 0 0 76 0 0 0 16 0 13 0 194321987 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=1478544 CPUtime=0.8
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 11599 0 -1 64 1824 0 0 0 80 0 0 0 17 0 13 0 194321988 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13485] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 11599 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194321988 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194321988 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13487] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 194322140 1514029056 29688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.96
Current children cumulated vsize (KiB) 1478544

[startup+65.6023 s]
/proc/loadavg: 1.03 1.01 0.94 2/77 13487
/proc/meminfo: memFree=1721016/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1478544 CPUtime=66.58
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 32310 0 1 0 6639 19 0 0 18 0 13 0 194321978 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 369636 29722 1421 9 0 366979 0
[pid=13474/tid=13476] ppid=13472 vsize=1478544 CPUtime=64.96
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 11599 0 -1 64 27631 0 1 0 6480 16 0 0 25 0 13 0 194321980 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4109775178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13477] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 194321981 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194321981 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194321983 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 11599 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 194321983 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 11599 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194321983 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194321987 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=1478544 CPUtime=0.76
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 11599 0 -1 64 2108 0 0 0 76 0 0 0 16 0 13 0 194321987 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=1478544 CPUtime=0.81
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 11599 0 -1 64 1826 0 0 0 81 0 0 0 16 0 13 0 194321988 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13485] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 11599 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194321988 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194321988 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13487] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 194322140 1514029056 29722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.58
Current children cumulated vsize (KiB) 1478544

[startup+66.4024 s]
/proc/loadavg: 1.03 1.01 0.94 2/77 13487
/proc/meminfo: memFree=1720888/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1478544 CPUtime=67.38
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 32346 0 1 0 6719 19 0 0 18 0 13 0 194321978 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 369636 29758 1421 9 0 366979 0
[pid=13474/tid=13476] ppid=13472 vsize=1478544 CPUtime=65.76
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 11599 0 -1 64 27667 0 1 0 6560 16 0 0 25 0 13 0 194321980 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4109269770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13477] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 194321981 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194321981 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194321983 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 11599 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 194321983 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 11599 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194321983 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194321987 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=1478544 CPUtime=0.76
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 11599 0 -1 64 2108 0 0 0 76 0 0 0 16 0 13 0 194321987 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=1478544 CPUtime=0.81
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 11599 0 -1 64 1826 0 0 0 81 0 0 0 16 0 13 0 194321988 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13485] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 11599 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194321988 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194321988 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13487] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 194322140 1514029056 29758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 67.38
Current children cumulated vsize (KiB) 1478544

[startup+67.2065 s]
/proc/loadavg: 1.02 1.01 0.94 2/77 13487
/proc/meminfo: memFree=1720760/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1478544 CPUtime=68.18
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 32355 0 1 0 6799 19 0 0 18 0 13 0 194321978 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 369636 29767 1421 9 0 366979 0
[pid=13474/tid=13476] ppid=13472 vsize=1478544 CPUtime=66.57
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 11599 0 -1 64 27676 0 1 0 6640 17 0 0 25 0 13 0 194321980 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4109687969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13477] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 194321981 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194321981 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194321983 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 11599 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 194321983 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 11599 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194321983 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194321987 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=1478544 CPUtime=0.76
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 11599 0 -1 64 2108 0 0 0 76 0 0 0 16 0 13 0 194321987 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=1478544 CPUtime=0.81
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 11599 0 -1 64 1826 0 0 0 81 0 0 0 16 0 13 0 194321988 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13485] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 11599 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194321988 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194321988 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13487] ppid=13472 vsize=1478544 CPUtime=0
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 194322140 1514029056 29767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 68.18
Current children cumulated vsize (KiB) 1478544

[startup+67.6025 s]
/proc/loadavg: 1.02 1.01 0.94 2/77 13487
/proc/meminfo: memFree=1720760/2055920 swapFree=4181884/4192956
[pid=13474] ppid=13472 vsize=1478868 CPUtime=68.6
/proc/13474/stat : 13474 (java) S 13472 13474 11599 0 -1 0 32429 0 1 0 6841 19 0 0 18 0 13 0 194321978 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13474/statm: 369717 29841 1422 9 0 367060 0
[pid=13474/tid=13476] ppid=13472 vsize=1478868 CPUtime=66.9
/proc/13474/task/13476/stat : 13476 (java) S 13472 13474 11599 0 -1 64 27733 0 1 0 6673 17 0 0 24 0 13 0 194321980 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13477] ppid=13472 vsize=1478868 CPUtime=0
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 11599 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 194321981 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13478] ppid=13472 vsize=1478868 CPUtime=0
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194321981 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13479] ppid=13472 vsize=1478868 CPUtime=0
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194321983 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=1478868 CPUtime=0
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 11599 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 194321983 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=1478868 CPUtime=0
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 11599 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194321983 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=1478868 CPUtime=0
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194321987 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=1478868 CPUtime=0.76
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 11599 0 -1 64 2109 0 0 0 76 0 0 0 17 0 13 0 194321987 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=1478868 CPUtime=0.85
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 11599 0 -1 64 1829 0 0 0 85 0 0 0 17 0 13 0 194321988 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13485] ppid=13472 vsize=1478868 CPUtime=0
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 11599 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194321988 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=1478868 CPUtime=0
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194321988 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13474/tid=13487] ppid=13472 vsize=1478868 CPUtime=0
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 11599 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 194322140 1514360832 29841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 68.6
Current children cumulated vsize (KiB) 1478868

Child status: 20
Real time (s): 67.6281
CPU time (s): 68.6236
CPU user time (s): 68.4106
CPU system time (s): 0.212967
CPU usage (%): 101.472
Max. virtual memory (cumulated for all children) (KiB): 1479568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.4106
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32433
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= 1973
involuntary context switches= 1791

runsolver used 0.070989 second user time and 0.19397 second system time

The end

Launcher Data

Begin job on node42 at 2009-06-17 21:34:12
IDJOB=1885546
IDBENCH=72068
IDSOLVER=682
FILE ID=node42/1885546-1245267251
PBS_JOBID= 9372411
Free space on /tmp= 66144 MiB

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

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

MD5SUM BENCH= 4b1b068d930d193e5dec3f24bc00d4de
RANDOM SEED=552048939

node42.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.214
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.214
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:       1835512 kB
Buffers:         37776 kB
Cached:         100956 kB
SwapCached:       5156 kB
Active:          68564 kB
Inactive:        78384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835512 kB
SwapTotal:     4192956 kB
SwapFree:      4181884 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          14356 kB
Slab:            59412 kB
Committed_AS:   211708 kB
PageTables:       1392 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= 66144 MiB
End job on node42 at 2009-06-17 21:35:19