Trace number 1884296

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 1377.5 1375.81

General information on the benchmark

Name/PURE-SAT/SAT07/industrial/palacios/
uts/uts-l05-ipc5-h27-unknown.opb
MD5SUM66e5392e1e5f60218fee2ac6ec10352f
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 benchmark574.731
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93573
Total number of constraints439508
Number of constraints which are clauses439508
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 constraint403
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 401
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 804
Number of bits of the biggest sum of numbers10
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.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@3eca90
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-1884296-1245256565.opb
0.22/0.21	c reading problem ... 
7.33/6.38	c ... done. Wall clock time 6.169s.
7.33/6.38	c #vars     93573
7.33/6.38	c #constraints  439326
7.33/6.38	c constraints type 
7.33/6.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 347229
7.33/6.38	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 92069
1377.29/1375.66	c starts		: 17
1377.29/1375.66	c conflicts		: 167741
1377.29/1375.66	c decisions		: 270808
1377.29/1375.66	c propagations		: 899925980
1377.29/1375.66	c inspects		: 2354679443
1377.29/1375.66	c learnt literals	: 30
1377.29/1375.66	c learnt binary clauses	: 580
1377.29/1375.66	c learnt ternary clauses	: 1916
1377.29/1375.66	c learnt clauses	: 167710
1377.29/1375.66	c ignored clauses	: 0
1377.29/1375.66	c root simplifications	: 0
1377.29/1375.66	c removed literals (reason simplification)	: 11817638
1377.29/1375.66	c reason swapping (by a shorter reason)	: 0
1377.29/1375.66	c Calls to reduceDB	: 0
1377.29/1375.66	c speed (assignments/second)	: 657228.0805535776
1377.29/1375.66	c non guided choices	3471
1377.42/1375.72	c learnt constraints type 
1377.42/1375.72	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 167130
1377.42/1375.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 580
1377.42/1375.72	c constraints type 
1377.42/1375.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 347229
1377.42/1375.72	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 92069
1377.42/1375.72	s UNSATISFIABLE
1377.42/1375.72	c Total wall clock time (in seconds): 1375.509

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-1884296-1245256565/watcher-1884296-1245256565 -o /tmp/evaluation-result-1884296-1245256565/solver-1884296-1245256565 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884296-1245256565.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.10 1.04 0.93 3/64 9369
/proc/meminfo: memFree=1816400/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=200 CPUtime=0
/proc/9369/stat : 9369 (java6) R 9367 9369 9156 0 -1 0 48 0 0 0 0 0 0 0 20 0 1 0 193257496 204800 33 1992294400 134512640 134550932 4294956176 18446744073709551615 6927140 0 0 4096 0 0 0 0 17 1 0 0
/proc/9369/statm: 68 34 26 9 0 4 0

[startup+0.0670389 s]
/proc/loadavg: 1.10 1.04 0.93 3/64 9369
/proc/meminfo: memFree=1816400/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1470220 CPUtime=0.05
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 3341 0 1 0 3 2 0 0 18 0 7 0 193257496 1505505280 3086 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 367555 3086 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.101041 s]
/proc/loadavg: 1.10 1.04 0.93 3/64 9369
/proc/meminfo: memFree=1816400/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1472584 CPUtime=0.09
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 3609 0 1 0 6 3 0 0 18 0 12 0 193257496 1507926016 3352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 368146 3352 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301059 s]
/proc/loadavg: 1.10 1.04 0.93 3/64 9369
/proc/meminfo: memFree=1816400/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1475316 CPUtime=0.33
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 5594 0 1 0 29 4 0 0 18 0 12 0 193257496 1510723584 5332 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 368829 5332 1352 9 0 366172 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475316

[startup+0.701095 s]
/proc/loadavg: 1.10 1.04 0.93 3/64 9369
/proc/meminfo: memFree=1816400/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1476884 CPUtime=0.99
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 7943 0 1 0 94 5 0 0 18 0 12 0 193257496 1512329216 7139 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 369221 7139 1396 9 0 366564 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1476884

[startup+1.50216 s]
/proc/loadavg: 1.10 1.04 0.93 4/76 9381
/proc/meminfo: memFree=1782896/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1477504 CPUtime=2.05
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 23316 0 1 0 191 14 0 0 18 0 12 0 193257496 1512964096 21638 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 369376 21638 1402 9 0 366719 0
[pid=9369/tid=9371] ppid=9367 vsize=1477504 CPUtime=1.24
/proc/9369/task/9371/stat : 9371 (java) R 9367 9369 9156 0 -1 64 19736 0 1 0 112 12 0 0 20 0 12 0 193257498 1512964096 21638 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9372] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9372/stat : 9372 (java) S 9367 9369 9156 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 193257499 1512964096 21639 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9373] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9373/stat : 9373 (java) S 9367 9369 9156 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 193257499 1512964096 21640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9374] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9374/stat : 9374 (java) S 9367 9369 9156 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 193257501 1512964096 21640 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9375] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9375/stat : 9375 (java) S 9367 9369 9156 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 193257501 1512964096 21641 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9376] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9376/stat : 9376 (java) S 9367 9369 9156 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 193257501 1512964096 21642 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9377] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9377/stat : 9377 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 193257506 1512964096 21643 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9378] ppid=9367 vsize=1477504 CPUtime=0.41
/proc/9369/task/9378/stat : 9378 (java) S 9367 9369 9156 0 -1 64 1488 0 0 0 41 0 0 0 16 0 12 0 193257506 1512964096 21644 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9379] ppid=9367 vsize=1477504 CPUtime=0.37
/proc/9369/task/9379/stat : 9379 (java) S 9367 9369 9156 0 -1 64 1350 0 0 0 37 0 0 0 16 0 12 0 193257506 1512964096 21645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9380] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9380/stat : 9380 (java) S 9367 9369 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193257506 1512964096 21646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9381] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9381/stat : 9381 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193257506 1512964096 21647 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) 1477504

[startup+3.10231 s]
/proc/loadavg: 1.17 1.06 0.94 2/76 9381
/proc/meminfo: memFree=1682416/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1477504 CPUtime=3.74
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 39369 0 1 0 352 22 0 0 18 0 12 0 193257496 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 369376 37676 1413 9 0 366719 0
[pid=9369/tid=9371] ppid=9367 vsize=1477504 CPUtime=2.74
/proc/9369/task/9371/stat : 9371 (java) R 9367 9369 9156 0 -1 64 30929 0 1 0 256 18 0 0 17 0 12 0 193257498 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4109483737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9372] ppid=9367 vsize=1477504 CPUtime=0.08
/proc/9369/task/9372/stat : 9372 (java) S 9367 9369 9156 0 -1 64 2568 0 0 0 8 0 0 0 16 0 12 0 193257499 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9373] ppid=9367 vsize=1477504 CPUtime=0.08
/proc/9369/task/9373/stat : 9373 (java) S 9367 9369 9156 0 -1 64 2282 0 0 0 7 1 0 0 17 0 12 0 193257499 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9374] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9374/stat : 9374 (java) S 9367 9369 9156 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 193257501 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9375] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9375/stat : 9375 (java) S 9367 9369 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 193257501 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9376] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9376/stat : 9376 (java) S 9367 9369 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 193257501 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9377] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9377/stat : 9377 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 193257506 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9378] ppid=9367 vsize=1477504 CPUtime=0.41
/proc/9369/task/9378/stat : 9378 (java) S 9367 9369 9156 0 -1 64 1489 0 0 0 41 0 0 0 16 0 12 0 193257506 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9379] ppid=9367 vsize=1477504 CPUtime=0.37
/proc/9369/task/9379/stat : 9379 (java) S 9367 9369 9156 0 -1 64 1350 0 0 0 37 0 0 0 16 0 12 0 193257506 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9380] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9380/stat : 9380 (java) S 9367 9369 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193257506 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9381] ppid=9367 vsize=1477504 CPUtime=0
/proc/9369/task/9381/stat : 9381 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193257506 1512964096 37676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1477504

[startup+6.3016 s]
/proc/loadavg: 1.17 1.06 0.94 2/76 9381
/proc/meminfo: memFree=1647984/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1477024 CPUtime=7.33
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 47595 0 1 0 706 27 0 0 18 0 12 0 193257496 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 369256 45258 1419 9 0 366599 0
[pid=9369/tid=9371] ppid=9367 vsize=1477024 CPUtime=5.59
/proc/9369/task/9371/stat : 9371 (java) R 9367 9369 9156 0 -1 64 30940 0 1 0 541 18 0 0 19 0 12 0 193257498 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9372] ppid=9367 vsize=1477024 CPUtime=0.41
/proc/9369/task/9372/stat : 9372 (java) S 9367 9369 9156 0 -1 64 6965 0 0 0 38 3 0 0 16 0 12 0 193257499 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9373] ppid=9367 vsize=1477024 CPUtime=0.4
/proc/9369/task/9373/stat : 9373 (java) S 9367 9369 9156 0 -1 64 5931 0 0 0 38 2 0 0 17 0 12 0 193257499 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9374] ppid=9367 vsize=1477024 CPUtime=0
/proc/9369/task/9374/stat : 9374 (java) S 9367 9369 9156 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 193257501 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9375] ppid=9367 vsize=1477024 CPUtime=0
/proc/9369/task/9375/stat : 9375 (java) S 9367 9369 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 193257501 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9376] ppid=9367 vsize=1477024 CPUtime=0
/proc/9369/task/9376/stat : 9376 (java) S 9367 9369 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 193257501 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9377] ppid=9367 vsize=1477024 CPUtime=0
/proc/9369/task/9377/stat : 9377 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 193257506 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9378] ppid=9367 vsize=1477024 CPUtime=0.45
/proc/9369/task/9378/stat : 9378 (java) S 9367 9369 9156 0 -1 64 1497 0 0 0 45 0 0 0 16 0 12 0 193257506 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9379] ppid=9367 vsize=1477024 CPUtime=0.43
/proc/9369/task/9379/stat : 9379 (java) S 9367 9369 9156 0 -1 64 1504 0 0 0 43 0 0 0 15 0 12 0 193257506 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9380] ppid=9367 vsize=1477024 CPUtime=0
/proc/9369/task/9380/stat : 9380 (java) S 9367 9369 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193257506 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9381] ppid=9367 vsize=1477024 CPUtime=0
/proc/9369/task/9381/stat : 9381 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193257506 1512472576 45258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1477024

[startup+12.7022 s]
/proc/loadavg: 1.22 1.07 0.94 2/77 9382
/proc/meminfo: memFree=1636464/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1481276 CPUtime=14.49
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 50941 0 1 0 1421 28 0 0 18 0 13 0 193257496 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 370319 46144 1427 9 0 367662 0
[pid=9369/tid=9371] ppid=9367 vsize=1481276 CPUtime=11.57
/proc/9369/task/9371/stat : 9371 (java) R 9367 9369 9156 0 -1 64 30968 0 1 0 1138 19 0 0 25 0 13 0 193257498 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4109943615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9372] ppid=9367 vsize=1481276 CPUtime=0.41
/proc/9369/task/9372/stat : 9372 (java) S 9367 9369 9156 0 -1 64 6965 0 0 0 38 3 0 0 16 0 13 0 193257499 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9373] ppid=9367 vsize=1481276 CPUtime=0.4
/proc/9369/task/9373/stat : 9373 (java) S 9367 9369 9156 0 -1 64 5931 0 0 0 38 2 0 0 17 0 13 0 193257499 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9374] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9374/stat : 9374 (java) S 9367 9369 9156 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9375] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9375/stat : 9375 (java) S 9367 9369 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9376] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9376/stat : 9376 (java) S 9367 9369 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9377] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9377/stat : 9377 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193257506 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9378] ppid=9367 vsize=1481276 CPUtime=0.94
/proc/9369/task/9378/stat : 9378 (java) S 9367 9369 9156 0 -1 64 2259 0 0 0 93 1 0 0 16 0 13 0 193257506 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9379] ppid=9367 vsize=1481276 CPUtime=1.13
/proc/9369/task/9379/stat : 9379 (java) S 9367 9369 9156 0 -1 64 4055 0 0 0 112 1 0 0 16 0 13 0 193257506 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9380] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9380/stat : 9380 (java) S 9367 9369 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193257506 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9381] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9381/stat : 9381 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193257506 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9382] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9382/stat : 9382 (java) S 9367 9369 9156 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 193258143 1516826624 46144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.49
Current children cumulated vsize (KiB) 1481276

[startup+25.5024 s]
/proc/loadavg: 1.18 1.07 0.94 2/77 9382
/proc/meminfo: memFree=1636528/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1481276 CPUtime=27.33
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 50953 0 1 0 2705 28 0 0 18 0 13 0 193257496 1516826624 46156 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 370319 46156 1431 9 0 367662 0
[pid=9369/tid=9371] ppid=9367 vsize=1481276 CPUtime=24.35
/proc/9369/task/9371/stat : 9371 (java) R 9367 9369 9156 0 -1 64 30969 0 1 0 2416 19 0 0 25 0 13 0 193257498 1516826624 46156 1992294400 134512640 134550932 4294956016 18446744073709551615 4109943505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9372] ppid=9367 vsize=1481276 CPUtime=0.41
/proc/9369/task/9372/stat : 9372 (java) S 9367 9369 9156 0 -1 64 6965 0 0 0 38 3 0 0 16 0 13 0 193257499 1516826624 46156 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9373] ppid=9367 vsize=1481276 CPUtime=0.4
/proc/9369/task/9373/stat : 9373 (java) S 9367 9369 9156 0 -1 64 5931 0 0 0 38 2 0 0 17 0 13 0 193257499 1516826624 46156 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9374] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9374/stat : 9374 (java) S 9367 9369 9156 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 46156 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9375] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9375/stat : 9375 (java) S 9367 9369 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 46156 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9376] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9376/stat : 9376 (java) S 9367 9369 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 46156 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9377] ppid=9367 vsize=1481276 CPUtime=0

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

[pid=9369] ppid=9367 vsize=1481276 CPUtime=1374.4
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 58526 0 1 0 137405 35 0 0 18 0 13 0 193257496 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 370319 52875 1431 9 0 367662 0
[pid=9369/tid=9371] ppid=9367 vsize=1481276 CPUtime=1370.96
/proc/9369/task/9371/stat : 9371 (java) R 9367 9369 9156 0 -1 64 30972 0 1 0 137074 22 0 0 25 0 13 0 193257498 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4109867722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9372] ppid=9367 vsize=1481276 CPUtime=0.57
/proc/9369/task/9372/stat : 9372 (java) S 9367 9369 9156 0 -1 64 10791 0 0 0 53 4 0 0 16 0 13 0 193257499 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9373] ppid=9367 vsize=1481276 CPUtime=0.58
/proc/9369/task/9373/stat : 9373 (java) S 9367 9369 9156 0 -1 64 9667 0 0 0 54 4 0 0 16 0 13 0 193257499 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9374] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9374/stat : 9374 (java) S 9367 9369 9156 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9375] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9375/stat : 9375 (java) S 9367 9369 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9376] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9376/stat : 9376 (java) S 9367 9369 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9377] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9377/stat : 9377 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9378] ppid=9367 vsize=1481276 CPUtime=1
/proc/9369/task/9378/stat : 9378 (java) S 9367 9369 9156 0 -1 64 2263 0 0 0 99 1 0 0 16 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9379] ppid=9367 vsize=1481276 CPUtime=1.24
/proc/9369/task/9379/stat : 9379 (java) S 9367 9369 9156 0 -1 64 4070 0 0 0 123 1 0 0 17 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9380] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9380/stat : 9380 (java) S 9367 9369 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9381] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9381/stat : 9381 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9382] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9382/stat : 9382 (java) S 9367 9369 9156 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 193258143 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1374.4
Current children cumulated vsize (KiB) 1481276

[startup+1374.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9384
/proc/meminfo: memFree=1608816/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1481276 CPUtime=1375.99
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 58526 0 1 0 137564 35 0 0 18 0 13 0 193257496 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 370319 52875 1431 9 0 367662 0
[pid=9369/tid=9371] ppid=9367 vsize=1481276 CPUtime=1372.55
/proc/9369/task/9371/stat : 9371 (java) R 9367 9369 9156 0 -1 64 30972 0 1 0 137233 22 0 0 25 0 13 0 193257498 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4109829134 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9372] ppid=9367 vsize=1481276 CPUtime=0.57
/proc/9369/task/9372/stat : 9372 (java) S 9367 9369 9156 0 -1 64 10791 0 0 0 53 4 0 0 16 0 13 0 193257499 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9373] ppid=9367 vsize=1481276 CPUtime=0.58
/proc/9369/task/9373/stat : 9373 (java) S 9367 9369 9156 0 -1 64 9667 0 0 0 54 4 0 0 16 0 13 0 193257499 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9374] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9374/stat : 9374 (java) S 9367 9369 9156 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9375] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9375/stat : 9375 (java) S 9367 9369 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9376] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9376/stat : 9376 (java) S 9367 9369 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9377] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9377/stat : 9377 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9378] ppid=9367 vsize=1481276 CPUtime=1
/proc/9369/task/9378/stat : 9378 (java) S 9367 9369 9156 0 -1 64 2263 0 0 0 99 1 0 0 16 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9379] ppid=9367 vsize=1481276 CPUtime=1.24
/proc/9369/task/9379/stat : 9379 (java) S 9367 9369 9156 0 -1 64 4070 0 0 0 123 1 0 0 17 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9380] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9380/stat : 9380 (java) S 9367 9369 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9381] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9381/stat : 9381 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9382] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9382/stat : 9382 (java) S 9367 9369 9156 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 193258143 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1375.99
Current children cumulated vsize (KiB) 1481276

[startup+1375.1 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9384
/proc/meminfo: memFree=1608816/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1481276 CPUtime=1376.79
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 58526 0 1 0 137644 35 0 0 18 0 13 0 193257496 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 370319 52875 1431 9 0 367662 0
[pid=9369/tid=9371] ppid=9367 vsize=1481276 CPUtime=1373.35
/proc/9369/task/9371/stat : 9371 (java) R 9367 9369 9156 0 -1 64 30972 0 1 0 137313 22 0 0 25 0 13 0 193257498 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9372] ppid=9367 vsize=1481276 CPUtime=0.57
/proc/9369/task/9372/stat : 9372 (java) S 9367 9369 9156 0 -1 64 10791 0 0 0 53 4 0 0 16 0 13 0 193257499 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9373] ppid=9367 vsize=1481276 CPUtime=0.58
/proc/9369/task/9373/stat : 9373 (java) S 9367 9369 9156 0 -1 64 9667 0 0 0 54 4 0 0 16 0 13 0 193257499 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9374] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9374/stat : 9374 (java) S 9367 9369 9156 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9375] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9375/stat : 9375 (java) S 9367 9369 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9376] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9376/stat : 9376 (java) S 9367 9369 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9377] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9377/stat : 9377 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9378] ppid=9367 vsize=1481276 CPUtime=1
/proc/9369/task/9378/stat : 9378 (java) S 9367 9369 9156 0 -1 64 2263 0 0 0 99 1 0 0 16 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9379] ppid=9367 vsize=1481276 CPUtime=1.24
/proc/9369/task/9379/stat : 9379 (java) S 9367 9369 9156 0 -1 64 4070 0 0 0 123 1 0 0 17 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9380] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9380/stat : 9380 (java) S 9367 9369 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9381] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9381/stat : 9381 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9382] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9382/stat : 9382 (java) S 9367 9369 9156 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 193258143 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1376.79
Current children cumulated vsize (KiB) 1481276

[startup+1375.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9384
/proc/meminfo: memFree=1608816/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1481276 CPUtime=1377.19
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 58526 0 1 0 137684 35 0 0 18 0 13 0 193257496 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 370319 52875 1431 9 0 367662 0
[pid=9369/tid=9371] ppid=9367 vsize=1481276 CPUtime=1373.75
/proc/9369/task/9371/stat : 9371 (java) R 9367 9369 9156 0 -1 64 30972 0 1 0 137353 22 0 0 25 0 13 0 193257498 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4109893421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9372] ppid=9367 vsize=1481276 CPUtime=0.57
/proc/9369/task/9372/stat : 9372 (java) S 9367 9369 9156 0 -1 64 10791 0 0 0 53 4 0 0 16 0 13 0 193257499 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9373] ppid=9367 vsize=1481276 CPUtime=0.58
/proc/9369/task/9373/stat : 9373 (java) S 9367 9369 9156 0 -1 64 9667 0 0 0 54 4 0 0 16 0 13 0 193257499 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9374] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9374/stat : 9374 (java) S 9367 9369 9156 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9375] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9375/stat : 9375 (java) S 9367 9369 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9376] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9376/stat : 9376 (java) S 9367 9369 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193257501 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9377] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9377/stat : 9377 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9378] ppid=9367 vsize=1481276 CPUtime=1
/proc/9369/task/9378/stat : 9378 (java) S 9367 9369 9156 0 -1 64 2263 0 0 0 99 1 0 0 16 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9379] ppid=9367 vsize=1481276 CPUtime=1.24
/proc/9369/task/9379/stat : 9379 (java) S 9367 9369 9156 0 -1 64 4070 0 0 0 123 1 0 0 17 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9380] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9380/stat : 9380 (java) S 9367 9369 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9381] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9381/stat : 9381 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193257506 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9382] ppid=9367 vsize=1481276 CPUtime=0
/proc/9369/task/9382/stat : 9382 (java) S 9367 9369 9156 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 193258143 1516826624 52875 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1377.19
Current children cumulated vsize (KiB) 1481276

[startup+1375.7 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9384
/proc/meminfo: memFree=1608816/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=1481600 CPUtime=1377.42
/proc/9369/stat : 9369 (java) S 9367 9369 9156 0 -1 0 58536 0 1 0 137707 35 0 0 18 0 14 0 193257496 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 370400 52885 1431 9 0 367743 0
[pid=9369/tid=9371] ppid=9367 vsize=1481600 CPUtime=1373.91
/proc/9369/task/9371/stat : 9371 (java) S 9367 9369 9156 0 -1 64 30975 0 1 0 137369 22 0 0 25 0 14 0 193257498 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9372] ppid=9367 vsize=1481600 CPUtime=0.57
/proc/9369/task/9372/stat : 9372 (java) S 9367 9369 9156 0 -1 64 10791 0 0 0 53 4 0 0 16 0 14 0 193257499 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9373] ppid=9367 vsize=1481600 CPUtime=0.58
/proc/9369/task/9373/stat : 9373 (java) S 9367 9369 9156 0 -1 64 9667 0 0 0 54 4 0 0 16 0 14 0 193257499 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9374] ppid=9367 vsize=1481600 CPUtime=0
/proc/9369/task/9374/stat : 9374 (java) S 9367 9369 9156 0 -1 64 18 0 0 0 0 0 0 0 16 0 14 0 193257501 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9375] ppid=9367 vsize=1481600 CPUtime=0
/proc/9369/task/9375/stat : 9375 (java) S 9367 9369 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 193257501 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9376] ppid=9367 vsize=1481600 CPUtime=0
/proc/9369/task/9376/stat : 9376 (java) S 9367 9369 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 193257501 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9377] ppid=9367 vsize=1481600 CPUtime=0
/proc/9369/task/9377/stat : 9377 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 193257506 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9378] ppid=9367 vsize=1481600 CPUtime=1.03
/proc/9369/task/9378/stat : 9378 (java) R 9367 9369 9156 0 -1 64 2263 0 0 0 102 1 0 0 16 0 14 0 193257506 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 106809866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9379] ppid=9367 vsize=1481600 CPUtime=1.25
/proc/9369/task/9379/stat : 9379 (java) S 9367 9369 9156 0 -1 64 4070 0 0 0 124 1 0 0 17 0 14 0 193257506 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9380] ppid=9367 vsize=1481600 CPUtime=0
/proc/9369/task/9380/stat : 9380 (java) S 9367 9369 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 193257506 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9369/tid=9381] ppid=9367 vsize=1481600 CPUtime=0
/proc/9369/task/9381/stat : 9381 (java) S 9367 9369 9156 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 193257506 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9369/tid=9382] ppid=9367 vsize=1481600 CPUtime=0
/proc/9369/task/9382/stat : 9382 (java) S 9367 9369 9156 0 -1 64 5 0 0 0 0 0 0 0 22 0 14 0 193258143 1517158400 52885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1377.42
Current children cumulated vsize (KiB) 1481600

[startup+1375.8 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9384
/proc/meminfo: memFree=1608816/2055920 swapFree=4182004/4192956
[pid=9369] ppid=9367 vsize=0 CPUtime=1377.48
/proc/9369/stat : 9369 (java) Z 9367 9369 9156 0 -1 1036 58541 0 1 0 137711 37 0 0 16 0 2 0 193257496 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9369/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1377.48
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1375.81
CPU time (s): 1377.5
CPU user time (s): 1377.11
CPU system time (s): 0.39094
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 1482744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1377.11
system time used= 0.39094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58541
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= 28483
involuntary context switches= 28037

runsolver used 1.77373 second user time and 3.24551 second system time

The end

Launcher Data

Begin job on node14 at 2009-06-17 18:36:06
IDJOB=1884296
IDBENCH=71943
IDSOLVER=682
FILE ID=node14/1884296-1245256565
PBS_JOBID= 9372439
Free space on /tmp= 66348 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/industrial/palacios/uts/uts-l05-ipc5-h27-unknown.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884296-1245256565/watcher-1884296-1245256565 -o /tmp/evaluation-result-1884296-1245256565/solver-1884296-1245256565 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884296-1245256565.opb

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

MD5SUM BENCH= 66e5392e1e5f60218fee2ac6ec10352f
RANDOM SEED=1773356200

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1816816 kB
Buffers:         34236 kB
Cached:         153344 kB
SwapCached:       5132 kB
Active:          66232 kB
Inactive:       129608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816816 kB
SwapTotal:     4192956 kB
SwapFree:      4182004 kB
Dirty:           13860 kB
Writeback:           0 kB
Mapped:          14408 kB
Slab:            29180 kB
Committed_AS:   205764 kB
PageTables:       1452 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= 66348 MiB
End job on node14 at 2009-06-17 18:59:02