Trace number 419792

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.27 1795.69

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
manolios/manol-pipe-c6nidw_i.opb
MD5SUM0c63894d62f4302163b30af51999a51b
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 benchmark751.243
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables95863
Total number of constraints283363
Number of constraints which are clauses283363
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
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 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/419792-1177413113/instance-419792-1177413113.opb
0.20/0.20	c reading problem ... 
7.32/6.01	c ... done. Wall clock time 5.801s.
7.32/6.01	c CPU time (experimental) 4.85s.
7.32/6.01	c #vars     95863
7.32/6.01	c #constraints  283362
1800.08/1795.51	c starts		: 20
1800.08/1795.51	c conflicts		: 585465
1800.08/1795.51	c decisions		: 2549512
1800.08/1795.51	c propagations		: 733707668
1800.08/1795.51	c inspects		: 3421722031
1800.08/1795.51	c learnt literals	: 44
1800.08/1795.51	c learnt binary clauses	: 445
1800.08/1795.51	c learnt ternary clauses	: 5718
1800.08/1795.51	c learnt clauses	: 585421
1800.08/1795.51	c root simplifications	: 0
1800.08/1795.51	c removed literals (reason simplification)	: 0
1800.08/1795.51	c reason swapping (by a shorter reason)	: 0
1800.08/1795.51	c Calls to reduceDB	: 0
1800.08/1795.51	c speed (decisions/second)	: 1424.7406618424898
1800.08/1795.51	c non guided choices	82307
1800.08/1795.51	s UNKNOWN
1800.08/1795.51	c Total wall clock time (ms): 1795.31

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/node72/watcher-419792-1177413113 -o ROOT/results/node72/solver-419792-1177413113 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419792-1177413113/sat4jPseudoResolution.jar /tmp/evaluation/419792-1177413113/instance-419792-1177413113.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.91 0.98 0.99 2/77 28674
/proc/meminfo: memFree=1658880/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=308 CPUtime=0
/proc/28674/stat : 28674 (java) R 28672 28674 28344 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 217349824 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2536228 0 0 4096 0 0 0 0 17 1 0 0
/proc/28674/statm: 77 39 29 9 0 6 0

[startup+0.081001 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 28674
/proc/meminfo: memFree=1658880/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1777844 CPUtime=0.06
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 3789 0 1 0 5 1 0 0 18 0 7 0 217349824 1820512256 3533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 444461 3533 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.10299 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 28674
/proc/meminfo: memFree=1658880/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1780108 CPUtime=0.09
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 3982 0 1 0 7 2 0 0 18 0 12 0 217349824 1822830592 3725 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 445027 3725 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.302008 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 28674
/proc/meminfo: memFree=1658880/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1781428 CPUtime=0.3
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 5934 0 1 0 28 2 0 0 18 0 12 0 217349824 1824182272 5674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 445357 5674 1263 9 0 442969 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781428

[startup+0.70104 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 28674
/proc/meminfo: memFree=1658880/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1782872 CPUtime=0.88
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 7598 0 1 0 84 4 0 0 18 0 12 0 217349824 1825660928 7167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 445718 7167 1298 9 0 443330 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782872

[startup+1.50211 s]
/proc/loadavg: 0.91 0.98 0.99 2/89 28686
/proc/meminfo: memFree=1628896/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1785636 CPUtime=2.09
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 18733 0 1 0 202 7 0 0 18 0 12 0 217349824 1828491264 17021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 446409 17022 1301 9 0 444021 0
[pid=28674/tid=28676] ppid=28672 vsize=1785636 CPUtime=1.07
/proc/28674/task/28676/stat : 28676 (java) R 28672 28674 28344 0 -1 64 15195 0 1 0 102 5 0 0 19 0 12 0 217349825 1828491264 17023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514496 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1785636 CPUtime=0
/proc/28674/task/28677/stat : 28677 (java) S 28672 28674 28344 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 217349827 1828491264 17024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28678] ppid=28672 vsize=1785636 CPUtime=0
/proc/28674/task/28678/stat : 28678 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 217349827 1828491264 17025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28679] ppid=28672 vsize=1785636 CPUtime=0
/proc/28674/task/28679/stat : 28679 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 217349829 1828491264 17026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28680] ppid=28672 vsize=1785636 CPUtime=0
/proc/28674/task/28680/stat : 28680 (java) S 28672 28674 28344 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 217349830 1828491264 17028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28681] ppid=28672 vsize=1785636 CPUtime=0
/proc/28674/task/28681/stat : 28681 (java) S 28672 28674 28344 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 217349830 1828491264 17029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28682] ppid=28672 vsize=1785636 CPUtime=0
/proc/28674/task/28682/stat : 28682 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217349834 1828491264 17030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28683] ppid=28672 vsize=1785636 CPUtime=0.52
/proc/28674/task/28683/stat : 28683 (java) S 28672 28674 28344 0 -1 64 1887 0 0 0 52 0 0 0 17 0 12 0 217349834 1828491264 17031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28684] ppid=28672 vsize=1785636 CPUtime=0.47
/proc/28674/task/28684/stat : 28684 (java) S 28672 28674 28344 0 -1 64 935 0 0 0 47 0 0 0 16 0 12 0 217349834 1828491264 17032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28685] ppid=28672 vsize=1785636 CPUtime=0
/proc/28674/task/28685/stat : 28685 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217349834 1828491264 17033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28686] ppid=28672 vsize=1785636 CPUtime=0
/proc/28674/task/28686/stat : 28686 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217349834 1828491264 17034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1785636

[startup+3.10126 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 28686
/proc/meminfo: memFree=1530336/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1786124 CPUtime=3.77
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 44156 0 1 0 357 20 0 0 18 0 12 0 217349824 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 446531 42399 1310 9 0 444143 0
[pid=28674/tid=28676] ppid=28672 vsize=1786124 CPUtime=2.59
/proc/28674/task/28676/stat : 28676 (java) R 28672 28674 28344 0 -1 64 37671 0 1 0 242 17 0 0 22 0 12 0 217349825 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109580504 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1786124 CPUtime=0.07
/proc/28674/task/28677/stat : 28677 (java) S 28672 28674 28344 0 -1 64 1437 0 0 0 7 0 0 0 16 0 12 0 217349827 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28678] ppid=28672 vsize=1786124 CPUtime=0.07
/proc/28674/task/28678/stat : 28678 (java) S 28672 28674 28344 0 -1 64 1502 0 0 0 7 0 0 0 16 0 12 0 217349827 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28679] ppid=28672 vsize=1786124 CPUtime=0
/proc/28674/task/28679/stat : 28679 (java) S 28672 28674 28344 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 217349829 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28680] ppid=28672 vsize=1786124 CPUtime=0
/proc/28674/task/28680/stat : 28680 (java) S 28672 28674 28344 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 217349830 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28681] ppid=28672 vsize=1786124 CPUtime=0
/proc/28674/task/28681/stat : 28681 (java) S 28672 28674 28344 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217349830 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28682] ppid=28672 vsize=1786124 CPUtime=0
/proc/28674/task/28682/stat : 28682 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217349834 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28683] ppid=28672 vsize=1786124 CPUtime=0.52
/proc/28674/task/28683/stat : 28683 (java) S 28672 28674 28344 0 -1 64 1887 0 0 0 52 0 0 0 17 0 12 0 217349834 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28684] ppid=28672 vsize=1786124 CPUtime=0.47
/proc/28674/task/28684/stat : 28684 (java) S 28672 28674 28344 0 -1 64 935 0 0 0 47 0 0 0 16 0 12 0 217349834 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28685] ppid=28672 vsize=1786124 CPUtime=0
/proc/28674/task/28685/stat : 28685 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217349834 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28686] ppid=28672 vsize=1786124 CPUtime=0
/proc/28674/task/28686/stat : 28686 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217349834 1828990976 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 1786124

[startup+6.30256 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 28686
/proc/meminfo: memFree=1456544/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1789328 CPUtime=7.87
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 58200 0 1 0 758 29 0 0 18 0 13 0 217349824 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 447332 54918 1319 9 0 444944 0
[pid=28674/tid=28676] ppid=28672 vsize=1789328 CPUtime=5.09
/proc/28674/task/28676/stat : 28676 (java) R 28672 28674 28344 0 -1 64 37706 0 1 0 491 18 0 0 18 0 13 0 217349825 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109177397 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1789328 CPUtime=0.71
/proc/28674/task/28677/stat : 28677 (java) S 28672 28674 28344 0 -1 64 8350 0 0 0 68 3 0 0 19 0 13 0 217349827 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28678] ppid=28672 vsize=1789328 CPUtime=0.71
/proc/28674/task/28678/stat : 28678 (java) S 28672 28674 28344 0 -1 64 7513 0 0 0 68 3 0 0 19 0 13 0 217349827 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28679] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28679/stat : 28679 (java) S 28672 28674 28344 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 217349829 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28680] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28680/stat : 28680 (java) S 28672 28674 28344 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217349830 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28681] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28681/stat : 28681 (java) S 28672 28674 28344 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217349830 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28682] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28682/stat : 28682 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217349834 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28683] ppid=28672 vsize=1789328 CPUtime=0.71
/proc/28674/task/28683/stat : 28683 (java) R 28672 28674 28344 0 -1 64 2945 0 0 0 70 1 0 0 17 0 13 0 217349834 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104922594 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28684] ppid=28672 vsize=1789328 CPUtime=0.59
/proc/28674/task/28684/stat : 28684 (java) R 28672 28674 28344 0 -1 64 954 0 0 0 59 0 0 0 17 0 13 0 217349834 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103318048 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28685] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28685/stat : 28685 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217349834 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28686] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28686/stat : 28686 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217349834 1832271872 54918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 1789328

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 28687
/proc/meminfo: memFree=1443288/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1789328 CPUtime=14.48
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 58231 0 1 0 1419 29 0 0 18 0 13 0 217349824 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 447332 54946 1325 9 0 444944 0
[pid=28674/tid=28676] ppid=28672 vsize=1789328 CPUtime=11.46
/proc/28674/task/28676/stat : 28676 (java) R 28672 28674 28344 0 -1 64 37710 0 1 0 1128 18 0 0 25 0 13 0 217349825 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109873230 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1789328 CPUtime=0.71
/proc/28674/task/28677/stat : 28677 (java) S 28672 28674 28344 0 -1 64 8350 0 0 0 68 3 0 0 19 0 13 0 217349827 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28678] ppid=28672 vsize=1789328 CPUtime=0.71
/proc/28674/task/28678/stat : 28678 (java) S 28672 28674 28344 0 -1 64 7513 0 0 0 68 3 0 0 19 0 13 0 217349827 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28679] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28679/stat : 28679 (java) S 28672 28674 28344 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 217349829 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28680] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28680/stat : 28680 (java) S 28672 28674 28344 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217349830 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28681] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28681/stat : 28681 (java) S 28672 28674 28344 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217349830 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28682] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28682/stat : 28682 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217349834 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28683] ppid=28672 vsize=1789328 CPUtime=0.83
/proc/28674/task/28683/stat : 28683 (java) S 28672 28674 28344 0 -1 64 2958 0 0 0 82 1 0 0 17 0 13 0 217349834 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28684] ppid=28672 vsize=1789328 CPUtime=0.71
/proc/28674/task/28684/stat : 28684 (java) S 28672 28674 28344 0 -1 64 968 0 0 0 71 0 0 0 16 0 13 0 217349834 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28685] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28685/stat : 28685 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217349834 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28686] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28686/stat : 28686 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217349834 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28687] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28687/stat : 28687 (java) S 28672 28674 28344 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 217350430 1832271872 54946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.48
Current children cumulated vsize (KiB) 1789328

[startup+25.5023 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 28687
/proc/meminfo: memFree=1443352/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1789328 CPUtime=27.3
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 58237 0 1 0 2701 29 0 0 18 0 13 0 217349824 1832271872 54951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 447332 54951 1325 9 0 444944 0
[pid=28674/tid=28676] ppid=28672 vsize=1789328 CPUtime=24.22
/proc/28674/task/28676/stat : 28676 (java) R 28672 28674 28344 0 -1 64 37710 0 1 0 2404 18 0 0 25 0 13 0 217349825 1832271872 54951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845811 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1789328 CPUtime=0.71
/proc/28674/task/28677/stat : 28677 (java) S 28672 28674 28344 0 -1 64 8350 0 0 0 68 3 0 0 19 0 13 0 217349827 1832271872 54951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28678] ppid=28672 vsize=1789328 CPUtime=0.71
/proc/28674/task/28678/stat : 28678 (java) S 28672 28674 28344 0 -1 64 7513 0 0 0 68 3 0 0 19 0 13 0 217349827 1832271872 54951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28679] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28679/stat : 28679 (java) S 28672 28674 28344 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 217349829 1832271872 54951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28680] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28680/stat : 28680 (java) S 28672 28674 28344 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217349830 1832271872 54951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28681] ppid=28672 vsize=1789328 CPUtime=0
/proc/28674/task/28681/stat : 28681 (java) S 28672 28674 28344 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217349830 1832271872 54951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28674/tid=28679] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28679/stat : 28679 (java) S 28672 28674 28344 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 217349829 1834893312 223795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28680] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28680/stat : 28680 (java) S 28672 28674 28344 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217349830 1834893312 223795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28681] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28681/stat : 28681 (java) S 28672 28674 28344 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217349830 1834893312 223795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28682] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28682/stat : 28682 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217349834 1834893312 223795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28683] ppid=28672 vsize=1791888 CPUtime=0.87
/proc/28674/task/28683/stat : 28683 (java) S 28672 28674 28344 0 -1 64 2960 0 0 0 86 1 0 0 17 0 13 0 217349834 1834893312 223795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28684] ppid=28672 vsize=1791888 CPUtime=0.75
/proc/28674/task/28684/stat : 28684 (java) S 28672 28674 28344 0 -1 64 972 0 0 0 75 0 0 0 16 0 13 0 217349834 1834893312 223795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28685] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28685/stat : 28685 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217349834 1834893312 223795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28686] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28686/stat : 28686 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217349834 1834893312 223795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28687] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28687/stat : 28687 (java) S 28672 28674 28344 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 217350430 1834893312 223795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.43
Current children cumulated vsize (KiB) 1791888

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 28689
/proc/meminfo: memFree=702872/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1791888 CPUtime=1666.67
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 289891 0 1 0 166512 155 0 0 18 0 13 0 217349824 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 447972 239610 1325 9 0 445584 0
[pid=28674/tid=28676] ppid=28672 vsize=1791888 CPUtime=1657.59
/proc/28674/task/28676/stat : 28676 (java) R 28672 28674 28344 0 -1 64 37722 0 1 0 165728 31 0 0 25 0 13 0 217349825 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797274 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1791888 CPUtime=3.68
/proc/28674/task/28677/stat : 28677 (java) S 28672 28674 28344 0 -1 64 127621 0 0 0 306 62 0 0 16 0 13 0 217349827 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28678] ppid=28672 vsize=1791888 CPUtime=3.72
/proc/28674/task/28678/stat : 28678 (java) S 28672 28674 28344 0 -1 64 119884 0 0 0 315 57 0 0 19 0 13 0 217349827 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28679] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28679/stat : 28679 (java) S 28672 28674 28344 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 217349829 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28680] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28680/stat : 28680 (java) S 28672 28674 28344 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217349830 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28681] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28681/stat : 28681 (java) S 28672 28674 28344 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217349830 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28682] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28682/stat : 28682 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217349834 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28683] ppid=28672 vsize=1791888 CPUtime=0.87
/proc/28674/task/28683/stat : 28683 (java) S 28672 28674 28344 0 -1 64 2960 0 0 0 86 1 0 0 17 0 13 0 217349834 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28684] ppid=28672 vsize=1791888 CPUtime=0.75
/proc/28674/task/28684/stat : 28684 (java) S 28672 28674 28344 0 -1 64 972 0 0 0 75 0 0 0 16 0 13 0 217349834 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28685] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28685/stat : 28685 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217349834 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28686] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28686/stat : 28686 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217349834 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28687] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28687/stat : 28687 (java) S 28672 28674 28344 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 217350430 1834893312 239610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.67
Current children cumulated vsize (KiB) 1791888

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 28689
/proc/meminfo: memFree=638552/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1791888 CPUtime=1726.89
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 311188 0 1 0 172524 165 0 0 18 0 13 0 217349824 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 447972 255640 1325 9 0 445584 0
[pid=28674/tid=28676] ppid=28672 vsize=1791888 CPUtime=1717.33
/proc/28674/task/28676/stat : 28676 (java) R 28672 28674 28344 0 -1 64 37723 0 1 0 171701 32 0 0 25 0 13 0 217349825 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845965 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1791888 CPUtime=3.93
/proc/28674/task/28677/stat : 28677 (java) S 28672 28674 28344 0 -1 64 137702 0 0 0 326 67 0 0 16 0 13 0 217349827 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28678] ppid=28672 vsize=1791888 CPUtime=3.95
/proc/28674/task/28678/stat : 28678 (java) S 28672 28674 28344 0 -1 64 131099 0 0 0 333 62 0 0 19 0 13 0 217349827 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28679] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28679/stat : 28679 (java) S 28672 28674 28344 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 217349829 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28680] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28680/stat : 28680 (java) S 28672 28674 28344 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217349830 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28681] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28681/stat : 28681 (java) S 28672 28674 28344 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217349830 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28682] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28682/stat : 28682 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28683] ppid=28672 vsize=1791888 CPUtime=0.87
/proc/28674/task/28683/stat : 28683 (java) S 28672 28674 28344 0 -1 64 2960 0 0 0 86 1 0 0 17 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28684] ppid=28672 vsize=1791888 CPUtime=0.75
/proc/28674/task/28684/stat : 28684 (java) S 28672 28674 28344 0 -1 64 972 0 0 0 75 0 0 0 16 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28685] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28685/stat : 28685 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28686] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28686/stat : 28686 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28687] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28687/stat : 28687 (java) S 28672 28674 28344 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 217350430 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.89
Current children cumulated vsize (KiB) 1791888

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 28689
/proc/meminfo: memFree=638488/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1791888 CPUtime=1786.88
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 311188 0 1 0 178522 166 0 0 18 0 13 0 217349824 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 447972 255640 1325 9 0 445584 0
[pid=28674/tid=28676] ppid=28672 vsize=1791888 CPUtime=1777.31
/proc/28674/task/28676/stat : 28676 (java) R 28672 28674 28344 0 -1 64 37723 0 1 0 177699 32 0 0 25 0 13 0 217349825 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845808 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1791888 CPUtime=3.93
/proc/28674/task/28677/stat : 28677 (java) S 28672 28674 28344 0 -1 64 137702 0 0 0 326 67 0 0 16 0 13 0 217349827 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28678] ppid=28672 vsize=1791888 CPUtime=3.95
/proc/28674/task/28678/stat : 28678 (java) S 28672 28674 28344 0 -1 64 131099 0 0 0 333 62 0 0 19 0 13 0 217349827 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28679] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28679/stat : 28679 (java) S 28672 28674 28344 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 217349829 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28680] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28680/stat : 28680 (java) S 28672 28674 28344 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217349830 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28681] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28681/stat : 28681 (java) S 28672 28674 28344 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217349830 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28682] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28682/stat : 28682 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28683] ppid=28672 vsize=1791888 CPUtime=0.87
/proc/28674/task/28683/stat : 28683 (java) S 28672 28674 28344 0 -1 64 2960 0 0 0 86 1 0 0 17 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28684] ppid=28672 vsize=1791888 CPUtime=0.75
/proc/28674/task/28684/stat : 28684 (java) S 28672 28674 28344 0 -1 64 972 0 0 0 75 0 0 0 16 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28685] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28685/stat : 28685 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28686] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28686/stat : 28686 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28687] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28687/stat : 28687 (java) S 28672 28674 28344 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 217350430 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.88
Current children cumulated vsize (KiB) 1791888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 28689
/proc/meminfo: memFree=638488/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=1791888 CPUtime=1800.08
/proc/28674/stat : 28674 (java) S 28672 28674 28344 0 -1 0 311188 0 1 0 179842 166 0 0 18 0 13 0 217349824 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28674/statm: 447972 255640 1325 9 0 445584 0
[pid=28674/tid=28676] ppid=28672 vsize=1791888 CPUtime=1790.51
/proc/28674/task/28676/stat : 28676 (java) R 28672 28674 28344 0 -1 64 37723 0 1 0 179019 32 0 0 25 0 13 0 217349825 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109800752 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1791888 CPUtime=3.93
/proc/28674/task/28677/stat : 28677 (java) S 28672 28674 28344 0 -1 64 137702 0 0 0 326 67 0 0 16 0 13 0 217349827 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28678] ppid=28672 vsize=1791888 CPUtime=3.95
/proc/28674/task/28678/stat : 28678 (java) S 28672 28674 28344 0 -1 64 131099 0 0 0 333 62 0 0 19 0 13 0 217349827 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28679] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28679/stat : 28679 (java) S 28672 28674 28344 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 217349829 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28680] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28680/stat : 28680 (java) S 28672 28674 28344 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217349830 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28681] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28681/stat : 28681 (java) S 28672 28674 28344 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217349830 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28682] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28682/stat : 28682 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28683] ppid=28672 vsize=1791888 CPUtime=0.87
/proc/28674/task/28683/stat : 28683 (java) S 28672 28674 28344 0 -1 64 2960 0 0 0 86 1 0 0 17 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28674/tid=28684] ppid=28672 vsize=1791888 CPUtime=0.75
/proc/28674/task/28684/stat : 28684 (java) S 28672 28674 28344 0 -1 64 972 0 0 0 75 0 0 0 16 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28685] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28685/stat : 28685 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28686] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28686/stat : 28686 (java) S 28672 28674 28344 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217349834 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28674/tid=28687] ppid=28672 vsize=1791888 CPUtime=0
/proc/28674/task/28687/stat : 28687 (java) S 28672 28674 28344 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 217350430 1834893312 255640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1791888

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

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

[startup+1795.61 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 28689
/proc/meminfo: memFree=638488/2055920 swapFree=4157192/4192956
[pid=28674] ppid=28672 vsize=0 CPUtime=1800.19
/proc/28674/stat : 28674 (java) Z 28672 28674 28344 0 -1 1036 311207 0 1 0 179846 173 0 0 16 0 2 0 217349824 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28674/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.69
CPU time (s): 1800.27
CPU user time (s): 1798.46
CPU system time (s): 1.80972
CPU usage (%): 100.255
Max. virtual memory (cumulated for all children) (KiB): 1791888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.80972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311207
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= 36945
involuntary context switches= 4887

runsolver used 1.80872 second user time and 4.75928 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Tue Apr 24 11:11:54 UTC 2007

IDJOB= 419792
IDBENCH= 47799
IDSOLVER= 159
FILE ID= node72/419792-1177413113

PBS_JOBID= 4675646

Free space on /tmp= 66396 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/manolios/manol-pipe-c6nidw_i.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419792-1177413113/sat4jPseudoResolution.jar /tmp/evaluation/419792-1177413113/instance-419792-1177413113.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-419792-1177413113 -o ROOT/results/node72/solver-419792-1177413113 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419792-1177413113/sat4jPseudoResolution.jar /tmp/evaluation/419792-1177413113/instance-419792-1177413113.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0c63894d62f4302163b30af51999a51b

RANDOM SEED= 89844479

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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.222
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:       1659288 kB
Buffers:         44444 kB
Cached:         262004 kB
SwapCached:      17572 kB
Active:         121940 kB
Inactive:       208088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659288 kB
SwapTotal:     4192956 kB
SwapFree:      4157192 kB
Dirty:           11952 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            52144 kB
Committed_AS:  3283136 kB
PageTables:       1788 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= 66396 MiB

End job on node72 on Tue Apr 24 11:41:51 UTC 2007