Trace number 419195

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.16 1784.97

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/fuhs/medium/AProVE07-06.opb
MD5SUM8673328c0d6dcb86b4d9d763a362cfe4
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 benchmark695.582
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables46335
Total number of constraints632886
Number of constraints which are clauses632886
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 constraint36174
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 36172
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 72346
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.02/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.02/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.02/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.20	c no version file found!!!
0.13/0.20	c sun.arch.data.model	32
0.13/0.20	c java.version	1.6.0
0.13/0.20	c os.name	Linux
0.13/0.20	c os.version	2.6.9-22.EL.rootsmp
0.13/0.20	c os.arch	i386
0.13/0.20	c Free memory 1651659224
0.13/0.20	c Max memory 1654456320
0.13/0.20	c Total memory 1654456320
0.13/0.20	c Number of processors 2
0.13/0.26	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.13/0.26	--- Begin Solver configuration ---
0.13/0.26	c Stops conflict analysis at the first Unique Implication Point
0.13/0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.26	c Learn all clauses as in MiniSAT
0.13/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.13/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.26	c No reason simplification
0.13/0.26	c --- End Solver configuration ---
0.13/0.26	c Simplify asserted PB constraints to clauses
0.13/0.26	c solving /tmp/evaluation/419195-1177405319/instance-419195-1177405319.opb
0.13/0.26	c reading problem ... 
11.66/10.87	c ... done. Wall clock time 10.613s.
11.66/10.87	c CPU time (experimental) 10.0s.
11.66/10.87	c #vars     46335
11.66/10.87	c #constraints  72301
1800.09/1784.91	c starts		: 2
1800.09/1784.91	c conflicts		: 133324
1800.09/1784.91	c decisions		: 214180
1800.09/1784.91	c propagations		: 83717774
1800.09/1784.91	c inspects		: 574616868
1800.09/1784.91	c learnt literals	: 15
1800.09/1784.91	c learnt binary clauses	: 632
1800.09/1784.91	c learnt ternary clauses	: 2435
1800.09/1784.91	c learnt clauses	: 133308
1800.09/1784.91	c root simplifications	: 0
1800.09/1784.91	c removed literals (reason simplification)	: 0
1800.09/1784.91	c reason swapping (by a shorter reason)	: 0
1800.09/1784.91	c Calls to reduceDB	: 0
1800.09/1784.91	c speed (decisions/second)	: 120.73341972986334
1800.09/1784.91	c non guided choices	154
1800.09/1784.91	s UNKNOWN
1800.09/1784.91	c Total wall clock time (ms): 1784.65

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node69/watcher-419195-1177405319 -o ROOT/results/node69/solver-419195-1177405319 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419195-1177405319/sat4jPseudoCPClause.jar /tmp/evaluation/419195-1177405319/instance-419195-1177405319.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.94 2/64 5462
/proc/meminfo: memFree=1830740/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=152 CPUtime=0
/proc/5462/stat : 5462 (java) D 5460 5462 4700 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 216521491 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11952932 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5462/statm: 38 26 19 9 0 4 0

[startup+0.0498819 s]
/proc/loadavg: 0.92 0.98 0.94 2/64 5462
/proc/meminfo: memFree=1830740/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=12652 CPUtime=0
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 877 0 1 0 0 0 0 0 18 0 2 0 216521491 12955648 635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12652

[startup+0.102896 s]
/proc/loadavg: 0.92 0.98 0.94 2/64 5462
/proc/meminfo: memFree=1830740/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1776376 CPUtime=0.02
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 3421 0 1 0 1 1 0 0 18 0 4 0 216521491 1819009024 3169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 444094 3169 1009 9 0 441730 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776376

[startup+0.302927 s]
/proc/loadavg: 0.92 0.98 0.94 2/64 5462
/proc/meminfo: memFree=1830740/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1781412 CPUtime=0.24
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 5357 0 1 0 22 2 0 0 18 0 12 0 216521491 1824165888 5097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 445353 5097 1246 9 0 442964 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1781412

[startup+0.701996 s]
/proc/loadavg: 0.92 0.98 0.94 2/64 5462
/proc/meminfo: memFree=1830740/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1782640 CPUtime=0.85
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 8276 0 1 0 81 4 0 0 18 0 12 0 216521491 1825423360 7855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 445660 7855 1296 9 0 443271 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1782640

[startup+1.50112 s]
/proc/loadavg: 0.93 0.98 0.94 3/76 5474
/proc/meminfo: memFree=1784564/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1782912 CPUtime=1.9
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 17403 0 1 0 182 8 0 0 18 0 12 0 216521491 1825701888 16889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 445728 16889 1307 9 0 443339 0
[pid=5462/tid=5464] ppid=5460 vsize=1782912 CPUtime=1.12
/proc/5462/task/5464/stat : 5464 (java) R 5460 5462 4700 0 -1 64 15608 0 1 0 105 7 0 0 19 0 12 0 216521492 1825701888 16889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5465] ppid=5460 vsize=1782912 CPUtime=0
/proc/5462/task/5465/stat : 5465 (java) S 5460 5462 4700 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 216521499 1825701888 16889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5466] ppid=5460 vsize=1782912 CPUtime=0
/proc/5462/task/5466/stat : 5466 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 216521499 1825701888 16889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5467] ppid=5460 vsize=1782912 CPUtime=0
/proc/5462/task/5467/stat : 5467 (java) S 5460 5462 4700 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 216521502 1825701888 16889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5468] ppid=5460 vsize=1782912 CPUtime=0
/proc/5462/task/5468/stat : 5468 (java) S 5460 5462 4700 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 216521502 1825701888 16889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5469] ppid=5460 vsize=1783072 CPUtime=0
/proc/5462/task/5469/stat : 5469 (java) S 5460 5462 4700 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 216521502 1825865728 16890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5470] ppid=5460 vsize=1783072 CPUtime=0
/proc/5462/task/5470/stat : 5470 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 216521506 1825865728 16898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5471] ppid=5460 vsize=1783072 CPUtime=0.39
/proc/5462/task/5471/stat : 5471 (java) R 5460 5462 4700 0 -1 64 504 0 0 0 39 0 0 0 16 0 12 0 216521506 1825865728 16907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335981 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5472] ppid=5460 vsize=1783072 CPUtime=0.37
/proc/5462/task/5472/stat : 5472 (java) R 5460 5462 4700 0 -1 64 588 0 0 0 37 0 0 0 16 0 12 0 216521506 1825865728 16915 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105427691 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5473] ppid=5460 vsize=1783072 CPUtime=0
/proc/5462/task/5473/stat : 5473 (java) S 5460 5462 4700 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 216521506 1825865728 16915 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5474] ppid=5460 vsize=1783072 CPUtime=0
/proc/5462/task/5474/stat : 5474 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 216521506 1825865728 16915 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 1782912

[startup+3.10137 s]
/proc/loadavg: 0.93 0.98 0.94 2/76 5474
/proc/meminfo: memFree=1717364/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1783056 CPUtime=3.63
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 41652 0 1 0 341 22 0 0 18 0 12 0 216521491 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 445764 40964 1316 9 0 443375 0
[pid=5462/tid=5464] ppid=5460 vsize=1783056 CPUtime=2.59
/proc/5462/task/5464/stat : 5464 (java) R 5460 5462 4700 0 -1 64 37679 0 1 0 240 19 0 0 22 0 12 0 216521492 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5465] ppid=5460 vsize=1783056 CPUtime=0.03
/proc/5462/task/5465/stat : 5465 (java) S 5460 5462 4700 0 -1 64 919 0 0 0 3 0 0 0 16 0 12 0 216521499 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5466] ppid=5460 vsize=1783056 CPUtime=0.03
/proc/5462/task/5466/stat : 5466 (java) S 5460 5462 4700 0 -1 64 1143 0 0 0 3 0 0 0 17 0 12 0 216521499 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5467] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5467/stat : 5467 (java) S 5460 5462 4700 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 216521502 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5468] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5468/stat : 5468 (java) S 5460 5462 4700 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 216521502 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5469] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5469/stat : 5469 (java) S 5460 5462 4700 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216521502 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5470] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5470/stat : 5470 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 216521506 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5471] ppid=5460 vsize=1783056 CPUtime=0.48
/proc/5462/task/5471/stat : 5471 (java) S 5460 5462 4700 0 -1 64 536 0 0 0 48 0 0 0 17 0 12 0 216521506 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5472] ppid=5460 vsize=1783056 CPUtime=0.46
/proc/5462/task/5472/stat : 5472 (java) S 5460 5462 4700 0 -1 64 651 0 0 0 46 0 0 0 16 0 12 0 216521506 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5473] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5473/stat : 5473 (java) S 5460 5462 4700 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 216521506 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5474] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5474/stat : 5474 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 216521506 1825849344 40964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1783056

[startup+6.30189 s]
/proc/loadavg: 0.93 0.98 0.94 2/76 5474
/proc/meminfo: memFree=1662068/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1783056 CPUtime=6.99
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 44377 0 1 0 675 24 0 0 18 0 12 0 216521491 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 445764 43490 1323 9 0 443375 0
[pid=5462/tid=5464] ppid=5460 vsize=1783056 CPUtime=5.62
/proc/5462/task/5464/stat : 5464 (java) R 5460 5462 4700 0 -1 64 37683 0 1 0 542 20 0 0 25 0 12 0 216521492 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475210 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5465] ppid=5460 vsize=1783056 CPUtime=0.16
/proc/5462/task/5465/stat : 5465 (java) S 5460 5462 4700 0 -1 64 2322 0 0 0 15 1 0 0 17 0 12 0 216521499 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5466] ppid=5460 vsize=1783056 CPUtime=0.15
/proc/5462/task/5466/stat : 5466 (java) S 5460 5462 4700 0 -1 64 2377 0 0 0 14 1 0 0 16 0 12 0 216521499 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5467] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5467/stat : 5467 (java) S 5460 5462 4700 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 216521502 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5468] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5468/stat : 5468 (java) S 5460 5462 4700 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 216521502 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5469] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5469/stat : 5469 (java) S 5460 5462 4700 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216521502 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5470] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5470/stat : 5470 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 216521506 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5471] ppid=5460 vsize=1783056 CPUtime=0.52
/proc/5462/task/5471/stat : 5471 (java) S 5460 5462 4700 0 -1 64 577 0 0 0 52 0 0 0 16 0 12 0 216521506 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5472] ppid=5460 vsize=1783056 CPUtime=0.5
/proc/5462/task/5472/stat : 5472 (java) S 5460 5462 4700 0 -1 64 688 0 0 0 50 0 0 0 17 0 12 0 216521506 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5473] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5473/stat : 5473 (java) S 5460 5462 4700 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 216521506 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5474] ppid=5460 vsize=1783056 CPUtime=0
/proc/5462/task/5474/stat : 5474 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 216521506 1825849344 43490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 1783056

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.94 3/77 5475
/proc/meminfo: memFree=1639596/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1787864 CPUtime=14.23
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 55134 0 1 0 1392 31 0 0 18 0 13 0 216521491 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 446966 50068 1331 9 0 444577 0
[pid=5462/tid=5464] ppid=5460 vsize=1787864 CPUtime=11.55
/proc/5462/task/5464/stat : 5464 (java) R 5460 5462 4700 0 -1 64 38496 0 1 0 1134 21 0 0 19 0 13 0 216521492 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109822436 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5465] ppid=5460 vsize=1787864 CPUtime=0.37
/proc/5462/task/5465/stat : 5465 (java) S 5460 5462 4700 0 -1 64 5647 0 0 0 34 3 0 0 16 0 13 0 216521499 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5466] ppid=5460 vsize=1787864 CPUtime=0.36
/proc/5462/task/5466/stat : 5466 (java) S 5460 5462 4700 0 -1 64 6349 0 0 0 33 3 0 0 16 0 13 0 216521499 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5467] ppid=5460 vsize=1787864 CPUtime=0
/proc/5462/task/5467/stat : 5467 (java) S 5460 5462 4700 0 -1 64 26 0 0 0 0 0 0 0 15 0 13 0 216521502 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5468] ppid=5460 vsize=1787864 CPUtime=0
/proc/5462/task/5468/stat : 5468 (java) S 5460 5462 4700 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216521502 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5469] ppid=5460 vsize=1787864 CPUtime=0
/proc/5462/task/5469/stat : 5469 (java) S 5460 5462 4700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216521502 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5470] ppid=5460 vsize=1787864 CPUtime=0
/proc/5462/task/5470/stat : 5470 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216521506 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5471] ppid=5460 vsize=1787864 CPUtime=1.02
/proc/5462/task/5471/stat : 5471 (java) S 5460 5462 4700 0 -1 64 1954 0 0 0 101 1 0 0 17 0 13 0 216521506 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5472] ppid=5460 vsize=1787864 CPUtime=0.87
/proc/5462/task/5472/stat : 5472 (java) S 5460 5462 4700 0 -1 64 1940 0 0 0 87 0 0 0 16 0 13 0 216521506 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5473] ppid=5460 vsize=1787864 CPUtime=0
/proc/5462/task/5473/stat : 5473 (java) S 5460 5462 4700 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216521506 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5474] ppid=5460 vsize=1787864 CPUtime=0
/proc/5462/task/5474/stat : 5474 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216521506 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5475] ppid=5460 vsize=1787864 CPUtime=0
/proc/5462/task/5475/stat : 5475 (java) S 5460 5462 4700 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216522587 1830772736 50068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 1787864

[startup+25.503 s]
/proc/loadavg: 0.95 0.98 0.94 2/77 5475
/proc/meminfo: memFree=1638444/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1787448 CPUtime=27.14
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 57307 0 1 0 2682 32 0 0 18 0 13 0 216521491 1830346752 48121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 446862 48121 1332 9 0 444473 0
[pid=5462/tid=5464] ppid=5460 vsize=1787448 CPUtime=24.27
/proc/5462/task/5464/stat : 5464 (java) R 5460 5462 4700 0 -1 64 38510 0 1 0 2406 21 0 0 25 0 13 0 216521492 1830346752 48121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109900352 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5465] ppid=5460 vsize=1787448 CPUtime=0.43
/proc/5462/task/5465/stat : 5465 (java) S 5460 5462 4700 0 -1 64 6859 0 0 0 40 3 0 0 16 0 13 0 216521499 1830346752 48121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5466] ppid=5460 vsize=1787448 CPUtime=0.43
/proc/5462/task/5466/stat : 5466 (java) S 5460 5462 4700 0 -1 64 7260 0 0 0 39 4 0 0 16 0 13 0 216521499 1830346752 48121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5467] ppid=5460 vsize=1787448 CPUtime=0
/proc/5462/task/5467/stat : 5467 (java) S 5460 5462 4700 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 216521502 1830346752 48121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5468] ppid=5460 vsize=1787448 CPUtime=0
/proc/5462/task/5468/stat : 5468 (java) S 5460 5462 4700 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216521502 1830346752 48121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5469] ppid=5460 vsize=1787448 CPUtime=0
/proc/5462/task/5469/stat : 5469 (java) S 5460 5462 4700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216521502 1830346752 48121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5462] ppid=5460 vsize=1786212 CPUtime=1676.48
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 128075 0 1 0 167507 141 0 0 18 0 13 0 216521491 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 446553 78293 1333 9 0 444164 0
[pid=5462/tid=5464] ppid=5460 vsize=1786212 CPUtime=1645.12
/proc/5462/task/5464/stat : 5464 (java) R 5460 5462 4700 0 -1 64 72441 0 1 0 164470 42 0 0 22 0 13 0 216521492 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109829643 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5465] ppid=5460 vsize=1786212 CPUtime=14.34
/proc/5462/task/5465/stat : 5465 (java) S 5460 5462 4700 0 -1 64 24730 0 0 0 1400 34 0 0 16 0 13 0 216521499 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5466] ppid=5460 vsize=1786212 CPUtime=14.33
/proc/5462/task/5466/stat : 5466 (java) S 5460 5462 4700 0 -1 64 26098 0 0 0 1398 35 0 0 16 0 13 0 216521499 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5467] ppid=5460 vsize=1786212 CPUtime=0.61
/proc/5462/task/5467/stat : 5467 (java) S 5460 5462 4700 0 -1 64 151 0 0 0 35 26 0 0 16 0 13 0 216521502 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5468] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5468/stat : 5468 (java) S 5460 5462 4700 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216521502 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5469] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5469/stat : 5469 (java) S 5460 5462 4700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216521502 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5470] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5470/stat : 5470 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216521506 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5471] ppid=5460 vsize=1786212 CPUtime=1.07
/proc/5462/task/5471/stat : 5471 (java) S 5460 5462 4700 0 -1 64 1955 0 0 0 106 1 0 0 17 0 13 0 216521506 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5472] ppid=5460 vsize=1786212 CPUtime=0.96
/proc/5462/task/5472/stat : 5472 (java) S 5460 5462 4700 0 -1 64 1978 0 0 0 96 0 0 0 16 0 13 0 216521506 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5473] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5473/stat : 5473 (java) S 5460 5462 4700 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216521506 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5474] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5474/stat : 5474 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216521506 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5475] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5475/stat : 5475 (java) S 5460 5462 4700 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216522587 1829081088 78293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.48
Current children cumulated vsize (KiB) 1786212

[startup+1722.31 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 5475
/proc/meminfo: memFree=1520236/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1786212 CPUtime=1736.95
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 129038 0 1 0 173551 144 0 0 18 0 13 0 216521491 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 446553 78628 1333 9 0 444164 0
[pid=5462/tid=5464] ppid=5460 vsize=1786212 CPUtime=1704.5
/proc/5462/task/5464/stat : 5464 (java) S 5460 5462 4700 0 -1 64 72506 0 1 0 170408 42 0 0 23 0 13 0 216521492 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5465] ppid=5460 vsize=1786212 CPUtime=14.88
/proc/5462/task/5465/stat : 5465 (java) S 5460 5462 4700 0 -1 64 25118 0 0 0 1453 35 0 0 16 0 13 0 216521499 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5466] ppid=5460 vsize=1786212 CPUtime=14.87
/proc/5462/task/5466/stat : 5466 (java) R 5460 5462 4700 0 -1 64 26600 0 0 0 1450 37 0 0 15 0 13 0 216521499 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5467] ppid=5460 vsize=1786212 CPUtime=0.63
/proc/5462/task/5467/stat : 5467 (java) S 5460 5462 4700 0 -1 64 159 0 0 0 36 27 0 0 15 0 13 0 216521502 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5468] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5468/stat : 5468 (java) S 5460 5462 4700 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216521502 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5469] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5469/stat : 5469 (java) S 5460 5462 4700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216521502 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5470] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5470/stat : 5470 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216521506 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5471] ppid=5460 vsize=1786212 CPUtime=1.07
/proc/5462/task/5471/stat : 5471 (java) S 5460 5462 4700 0 -1 64 1955 0 0 0 106 1 0 0 17 0 13 0 216521506 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5472] ppid=5460 vsize=1786212 CPUtime=0.96
/proc/5462/task/5472/stat : 5472 (java) S 5460 5462 4700 0 -1 64 1978 0 0 0 96 0 0 0 16 0 13 0 216521506 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5473] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5473/stat : 5473 (java) S 5460 5462 4700 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216521506 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5474] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5474/stat : 5474 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216521506 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5475] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5475/stat : 5475 (java) S 5460 5462 4700 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216522587 1829081088 78628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1736.95
Current children cumulated vsize (KiB) 1786212

[startup+1782.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 5475
/proc/meminfo: memFree=1517868/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1786212 CPUtime=1797.46
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 129997 0 1 0 179599 147 0 0 18 0 13 0 216521491 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 446553 79122 1333 9 0 444164 0
[pid=5462/tid=5464] ppid=5460 vsize=1786212 CPUtime=1763.9
/proc/5462/task/5464/stat : 5464 (java) R 5460 5462 4700 0 -1 64 72573 0 1 0 176348 42 0 0 21 0 13 0 216521492 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109873145 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5465] ppid=5460 vsize=1786212 CPUtime=15.41
/proc/5462/task/5465/stat : 5465 (java) S 5460 5462 4700 0 -1 64 25423 0 0 0 1506 35 0 0 16 0 13 0 216521499 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5466] ppid=5460 vsize=1786212 CPUtime=15.4
/proc/5462/task/5466/stat : 5466 (java) S 5460 5462 4700 0 -1 64 27186 0 0 0 1502 38 0 0 16 0 13 0 216521499 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5467] ppid=5460 vsize=1786212 CPUtime=0.65
/proc/5462/task/5467/stat : 5467 (java) S 5460 5462 4700 0 -1 64 160 0 0 0 38 27 0 0 16 0 13 0 216521502 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5468] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5468/stat : 5468 (java) S 5460 5462 4700 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216521502 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5469] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5469/stat : 5469 (java) S 5460 5462 4700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216521502 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5470] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5470/stat : 5470 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216521506 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5471] ppid=5460 vsize=1786212 CPUtime=1.07
/proc/5462/task/5471/stat : 5471 (java) S 5460 5462 4700 0 -1 64 1955 0 0 0 106 1 0 0 17 0 13 0 216521506 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5472] ppid=5460 vsize=1786212 CPUtime=0.96
/proc/5462/task/5472/stat : 5472 (java) S 5460 5462 4700 0 -1 64 1978 0 0 0 96 0 0 0 16 0 13 0 216521506 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5473] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5473/stat : 5473 (java) S 5460 5462 4700 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216521506 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5474] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5474/stat : 5474 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216521506 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5475] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5475/stat : 5475 (java) S 5460 5462 4700 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216522587 1829081088 79122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.46
Current children cumulated vsize (KiB) 1786212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.9 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 5475
/proc/meminfo: memFree=1517868/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1786212 CPUtime=1800.09
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 130045 0 1 0 179862 147 0 0 18 0 13 0 216521491 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 446553 79146 1333 9 0 444164 0
[pid=5462/tid=5464] ppid=5460 vsize=1786212 CPUtime=1766.47
/proc/5462/task/5464/stat : 5464 (java) R 5460 5462 4700 0 -1 64 72577 0 1 0 176605 42 0 0 17 0 13 0 216521492 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109900678 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5465] ppid=5460 vsize=1786212 CPUtime=15.44
/proc/5462/task/5465/stat : 5465 (java) S 5460 5462 4700 0 -1 64 25445 0 0 0 1509 35 0 0 16 0 13 0 216521499 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5466] ppid=5460 vsize=1786212 CPUtime=15.43
/proc/5462/task/5466/stat : 5466 (java) S 5460 5462 4700 0 -1 64 27207 0 0 0 1505 38 0 0 16 0 13 0 216521499 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5467] ppid=5460 vsize=1786212 CPUtime=0.65
/proc/5462/task/5467/stat : 5467 (java) S 5460 5462 4700 0 -1 64 161 0 0 0 38 27 0 0 16 0 13 0 216521502 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5468] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5468/stat : 5468 (java) S 5460 5462 4700 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216521502 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5469] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5469/stat : 5469 (java) S 5460 5462 4700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216521502 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5470] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5470/stat : 5470 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216521506 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5471] ppid=5460 vsize=1786212 CPUtime=1.07
/proc/5462/task/5471/stat : 5471 (java) S 5460 5462 4700 0 -1 64 1955 0 0 0 106 1 0 0 17 0 13 0 216521506 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5472] ppid=5460 vsize=1786212 CPUtime=0.96
/proc/5462/task/5472/stat : 5472 (java) S 5460 5462 4700 0 -1 64 1978 0 0 0 96 0 0 0 16 0 13 0 216521506 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5473] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5473/stat : 5473 (java) S 5460 5462 4700 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216521506 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5474] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5474/stat : 5474 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216521506 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5475] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5475/stat : 5475 (java) S 5460 5462 4700 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216522587 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1786212

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1784.9 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 5475
/proc/meminfo: memFree=1517868/2055920 swapFree=4182892/4192956
[pid=5462] ppid=5460 vsize=1786212 CPUtime=1800.09
/proc/5462/stat : 5462 (java) S 5460 5462 4700 0 -1 0 130045 0 1 0 179862 147 0 0 18 0 13 0 216521491 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5462/statm: 446553 79146 1333 9 0 444164 0
[pid=5462/tid=5464] ppid=5460 vsize=1786212 CPUtime=1766.47
/proc/5462/task/5464/stat : 5464 (java) R 5460 5462 4700 0 -1 64 72577 0 1 0 176605 42 0 0 17 0 13 0 216521492 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109900678 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5465] ppid=5460 vsize=1786212 CPUtime=15.44
/proc/5462/task/5465/stat : 5465 (java) S 5460 5462 4700 0 -1 64 25445 0 0 0 1509 35 0 0 16 0 13 0 216521499 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5466] ppid=5460 vsize=1786212 CPUtime=15.43
/proc/5462/task/5466/stat : 5466 (java) S 5460 5462 4700 0 -1 64 27207 0 0 0 1505 38 0 0 16 0 13 0 216521499 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5467] ppid=5460 vsize=1786212 CPUtime=0.65
/proc/5462/task/5467/stat : 5467 (java) S 5460 5462 4700 0 -1 64 161 0 0 0 38 27 0 0 16 0 13 0 216521502 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5468] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5468/stat : 5468 (java) S 5460 5462 4700 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216521502 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5469] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5469/stat : 5469 (java) S 5460 5462 4700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216521502 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5470] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5470/stat : 5470 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216521506 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5471] ppid=5460 vsize=1786212 CPUtime=1.07
/proc/5462/task/5471/stat : 5471 (java) S 5460 5462 4700 0 -1 64 1955 0 0 0 106 1 0 0 17 0 13 0 216521506 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5472] ppid=5460 vsize=1786212 CPUtime=0.96
/proc/5462/task/5472/stat : 5472 (java) S 5460 5462 4700 0 -1 64 1978 0 0 0 96 0 0 0 16 0 13 0 216521506 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5462/tid=5473] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5473/stat : 5473 (java) S 5460 5462 4700 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216521506 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5474] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5474/stat : 5474 (java) S 5460 5462 4700 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216521506 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5462/tid=5475] ppid=5460 vsize=1786212 CPUtime=0
/proc/5462/task/5475/stat : 5475 (java) S 5460 5462 4700 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216522587 1829081088 79146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1786212

Child status: 143
Real time (s): 1784.97
CPU time (s): 1800.16
CPU user time (s): 1798.64
CPU system time (s): 1.51977
CPU usage (%): 100.851
Max. virtual memory (cumulated for all children) (KiB): 1788052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.51977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130064
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= 60209
involuntary context switches= 38981

runsolver used 1.80572 second user time and 4.74328 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Tue Apr 24 09:02:01 UTC 2007

IDJOB= 419195
IDBENCH= 47756
IDSOLVER= 164
FILE ID= node69/419195-1177405319

PBS_JOBID= 4675546

Free space on /tmp= 66472 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/fuhs/medium/AProVE07-06.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419195-1177405319/sat4jPseudoCPClause.jar /tmp/evaluation/419195-1177405319/instance-419195-1177405319.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-419195-1177405319 -o ROOT/results/node69/solver-419195-1177405319 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419195-1177405319/sat4jPseudoCPClause.jar /tmp/evaluation/419195-1177405319/instance-419195-1177405319.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8673328c0d6dcb86b4d9d763a362cfe4

RANDOM SEED= 933835623

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.264
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	: 5931.00
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.264
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:       1831212 kB
Buffers:         12608 kB
Cached:         129448 kB
SwapCached:       5232 kB
Active:         116656 kB
Inactive:        64064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831212 kB
SwapTotal:     4192956 kB
SwapFree:      4182892 kB
Dirty:           24992 kB
Writeback:           0 kB
Mapped:          43216 kB
Slab:            29936 kB
Committed_AS:  2271144 kB
PageTables:       1548 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= 66472 MiB

End job on node69 on Tue Apr 24 09:31:48 UTC 2007