Trace number 354198

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 NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.16 1778.15

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-fit2p.opb
MD5SUM61513bc338a8ab1ef0a0cedf59bc2ac8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark223035388
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 223035388
Optimality of the best value was proved NO
Number of variables293602
Total number of constraints10500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10500
Minimum length of a constraint13
Maximum length of a constraint612
Number of terms in the objective function 246163
Biggest coefficient in the objective function 10737418240
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 43487073153772
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 31729070899200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 103505525327531
Number of bits of the biggest sum of numbers47
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/354198-1176698878/instance-354198-1176698878.opb
0.08/0.19	c reading problem ... 
22.80/17.03	c ... done. Wall clock time 16.845s.
22.80/17.03	c CPU time (experimental) 11.71s.
22.80/17.03	c #vars     293602
22.80/17.03	c #constraints  13500
1800.02/1778.01	c starts		: 17
1800.02/1778.01	c conflicts		: 137510
1800.02/1778.01	c decisions		: 7193712
1800.02/1778.01	c propagations		: 15387990
1800.02/1778.01	c inspects		: 372933168
1800.02/1778.01	c learnt literals	: 0
1800.02/1778.01	c learnt binary clauses	: 1
1800.02/1778.01	c learnt ternary clauses	: 0
1800.02/1778.01	c learnt clauses	: 137510
1800.02/1778.01	c root simplifications	: 0
1800.02/1778.01	c removed literals (reason simplification)	: 0
1800.02/1778.01	c reason swapping (by a shorter reason)	: 0
1800.02/1778.01	c Calls to reduceDB	: 0
1800.02/1778.01	c speed (decisions/second)	: 4086.7326417688296
1800.02/1778.01	c non guided choices	2771804
1800.02/1778.01	s UNKNOWN
1800.02/1778.01	c Total wall clock time (ms): 1777.826

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node74/watcher-354198-1176698878 -o ROOT/results/node74/solver-354198-1176698878 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354198-1176698878/sat4jPseudoResolution.jar /tmp/evaluation/354198-1176698878/instance-354198-1176698878.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.99 0.98 0.99 3/66 2154
/proc/meminfo: memFree=1754712/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=18568 CPUtime=0
/proc/2154/stat : 2154 (runsolver) R 2152 2154 1401 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 117802615 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 228774702375 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2154/statm: 4642 292 257 24 0 2626 0

[startup+0.0968799 s]
/proc/loadavg: 0.99 0.98 0.99 3/66 2154
/proc/meminfo: memFree=1754712/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1780040 CPUtime=0.07
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 3909 0 1 0 5 2 0 0 18 0 12 0 117802615 1822760960 3650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 445010 3650 1100 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780040

[startup+0.101873 s]
/proc/loadavg: 0.99 0.98 0.99 3/66 2154
/proc/meminfo: memFree=1754712/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1780108 CPUtime=0.08
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 3969 0 1 0 6 2 0 0 18 0 12 0 117802615 1822830592 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 445027 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301905 s]
/proc/loadavg: 0.99 0.98 0.99 3/66 2154
/proc/meminfo: memFree=1754712/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1782376 CPUtime=0.36
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 7688 0 1 0 33 3 0 0 18 0 12 0 117802615 1825153024 7426 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 445594 7426 1269 9 0 443206 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1782376

[startup+0.701942 s]
/proc/loadavg: 0.99 0.98 0.99 3/66 2154
/proc/meminfo: memFree=1754712/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1783412 CPUtime=0.94
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 11977 0 1 0 89 5 0 0 18 0 12 0 117802615 1826213888 11499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 445853 11500 1297 9 0 443465 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1783412

[startup+1.50103 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2167
/proc/meminfo: memFree=1691704/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1783412 CPUtime=1.74
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 26618 0 1 0 163 11 0 0 18 0 12 0 117802615 1826213888 26140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 445853 26140 1297 9 0 443465 0
[pid=2154/tid=2156] ppid=2152 vsize=1783412 CPUtime=1.39
/proc/2154/task/2156/stat : 2156 (java) R 2152 2154 1401 0 -1 64 24953 0 1 0 129 10 0 0 25 0 12 0 117802616 1826213888 26141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109509447 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2157] ppid=2152 vsize=1783412 CPUtime=0
/proc/2154/task/2157/stat : 2157 (java) S 2152 2154 1401 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117802618 1826213888 26141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2158] ppid=2152 vsize=1783412 CPUtime=0
/proc/2154/task/2158/stat : 2158 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117802618 1826213888 26142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2159] ppid=2152 vsize=1783412 CPUtime=0
/proc/2154/task/2159/stat : 2159 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 117802620 1826213888 26143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2160] ppid=2152 vsize=1783412 CPUtime=0
/proc/2154/task/2160/stat : 2160 (java) S 2152 2154 1401 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 117802621 1826213888 26143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2161] ppid=2152 vsize=1783412 CPUtime=0
/proc/2154/task/2161/stat : 2161 (java) S 2152 2154 1401 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 117802621 1826213888 26144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2162] ppid=2152 vsize=1783412 CPUtime=0
/proc/2154/task/2162/stat : 2162 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117802624 1826213888 26145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2163] ppid=2152 vsize=1783412 CPUtime=0.16
/proc/2154/task/2163/stat : 2163 (java) S 2152 2154 1401 0 -1 64 540 0 0 0 16 0 0 0 16 0 12 0 117802624 1826213888 26146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2164] ppid=2152 vsize=1783412 CPUtime=0.17
/proc/2154/task/2164/stat : 2164 (java) S 2152 2154 1401 0 -1 64 406 0 0 0 17 0 0 0 17 0 12 0 117802624 1826213888 26146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2165] ppid=2152 vsize=1783412 CPUtime=0
/proc/2154/task/2165/stat : 2165 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117802624 1826213888 26147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2167] ppid=2152 vsize=1783412 CPUtime=0
/proc/2154/task/2167/stat : 2167 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117802624 1826213888 26148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1783412

[startup+3.10223 s]
/proc/loadavg: 0.99 0.98 0.99 4/78 2167
/proc/meminfo: memFree=1616440/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1793816 CPUtime=4.33
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 55489 0 1 0 408 25 0 0 18 0 12 0 117802615 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 448454 50352 1319 9 0 446066 0
[pid=2154/tid=2156] ppid=2152 vsize=1793816 CPUtime=2.41
/proc/2154/task/2156/stat : 2156 (java) R 2152 2154 1401 0 -1 64 37701 0 1 0 225 16 0 0 19 0 12 0 117802616 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109617737 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2157] ppid=2152 vsize=1793816 CPUtime=0.18
/proc/2154/task/2157/stat : 2157 (java) S 2152 2154 1401 0 -1 64 5462 0 0 0 16 2 0 0 18 0 12 0 117802618 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2158] ppid=2152 vsize=1793816 CPUtime=0.1
/proc/2154/task/2158/stat : 2158 (java) S 2152 2154 1401 0 -1 64 4052 0 0 0 8 2 0 0 17 0 12 0 117802618 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2159] ppid=2152 vsize=1793816 CPUtime=0
/proc/2154/task/2159/stat : 2159 (java) S 2152 2154 1401 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 117802620 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2160] ppid=2152 vsize=1793816 CPUtime=0
/proc/2154/task/2160/stat : 2160 (java) S 2152 2154 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117802621 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2161] ppid=2152 vsize=1793816 CPUtime=0
/proc/2154/task/2161/stat : 2161 (java) S 2152 2154 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117802621 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2162] ppid=2152 vsize=1793816 CPUtime=0
/proc/2154/task/2162/stat : 2162 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117802624 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2163] ppid=2152 vsize=1793816 CPUtime=1.01
/proc/2154/task/2163/stat : 2163 (java) R 2152 2154 1401 0 -1 64 4983 0 0 0 99 2 0 0 20 0 12 0 117802624 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105132973 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2164] ppid=2152 vsize=1793816 CPUtime=0.59
/proc/2154/task/2164/stat : 2164 (java) S 2152 2154 1401 0 -1 64 2566 0 0 0 58 1 0 0 16 0 12 0 117802624 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2165] ppid=2152 vsize=1793816 CPUtime=0
/proc/2154/task/2165/stat : 2165 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117802624 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2167] ppid=2152 vsize=1793816 CPUtime=0
/proc/2154/task/2167/stat : 2167 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117802624 1836867584 50352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 1793816

[startup+6.3026 s]
/proc/loadavg: 1.07 1.00 1.00 2/78 2167
/proc/meminfo: memFree=1487352/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1795600 CPUtime=8.3
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 76147 0 1 0 795 35 0 0 18 0 12 0 117802615 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 448900 68139 1324 9 0 446512 0
[pid=2154/tid=2156] ppid=2152 vsize=1795600 CPUtime=4.84
/proc/2154/task/2156/stat : 2156 (java) S 2152 2154 1401 0 -1 64 37709 0 1 0 467 17 0 0 23 0 12 0 117802616 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2157] ppid=2152 vsize=1795600 CPUtime=0.9
/proc/2154/task/2157/stat : 2157 (java) R 2152 2154 1401 0 -1 64 16621 0 0 0 83 7 0 0 17 0 12 0 117802618 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2158] ppid=2152 vsize=1795600 CPUtime=0.83
/proc/2154/task/2158/stat : 2158 (java) R 2152 2154 1401 0 -1 64 13376 0 0 0 77 6 0 0 16 0 12 0 117802618 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2159] ppid=2152 vsize=1795600 CPUtime=0
/proc/2154/task/2159/stat : 2159 (java) S 2152 2154 1401 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 117802620 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2160] ppid=2152 vsize=1795600 CPUtime=0
/proc/2154/task/2160/stat : 2160 (java) S 2152 2154 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117802621 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2161] ppid=2152 vsize=1795600 CPUtime=0
/proc/2154/task/2161/stat : 2161 (java) S 2152 2154 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117802621 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2162] ppid=2152 vsize=1795600 CPUtime=0
/proc/2154/task/2162/stat : 2162 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117802624 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2163] ppid=2152 vsize=1795600 CPUtime=1.03
/proc/2154/task/2163/stat : 2163 (java) S 2152 2154 1401 0 -1 64 5047 0 0 0 101 2 0 0 16 0 12 0 117802624 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2164] ppid=2152 vsize=1795600 CPUtime=0.66
/proc/2154/task/2164/stat : 2164 (java) S 2152 2154 1401 0 -1 64 2669 0 0 0 65 1 0 0 17 0 12 0 117802624 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2165] ppid=2152 vsize=1795600 CPUtime=0
/proc/2154/task/2165/stat : 2165 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117802624 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2167] ppid=2152 vsize=1795600 CPUtime=0
/proc/2154/task/2167/stat : 2167 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117802624 1838694400 68139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 1795600

[startup+12.7023 s]
/proc/loadavg: 1.15 1.02 1.01 2/78 2167
/proc/meminfo: memFree=1401400/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1791904 CPUtime=17.19
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 112062 0 1 0 1667 52 0 0 18 0 12 0 117802615 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 447976 96262 1324 9 0 445588 0
[pid=2154/tid=2156] ppid=2152 vsize=1791904 CPUtime=8.71
/proc/2154/task/2156/stat : 2156 (java) R 2152 2154 1401 0 -1 64 37717 0 1 0 853 18 0 0 19 0 12 0 117802616 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109513205 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2157] ppid=2152 vsize=1791904 CPUtime=3.31
/proc/2154/task/2157/stat : 2157 (java) S 2152 2154 1401 0 -1 64 35742 0 0 0 316 15 0 0 16 0 12 0 117802618 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2158] ppid=2152 vsize=1791904 CPUtime=3.25
/proc/2154/task/2158/stat : 2158 (java) S 2152 2154 1401 0 -1 64 30144 0 0 0 311 14 0 0 16 0 12 0 117802618 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2159] ppid=2152 vsize=1791904 CPUtime=0
/proc/2154/task/2159/stat : 2159 (java) S 2152 2154 1401 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 117802620 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2160] ppid=2152 vsize=1791904 CPUtime=0
/proc/2154/task/2160/stat : 2160 (java) S 2152 2154 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117802621 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2161] ppid=2152 vsize=1791904 CPUtime=0
/proc/2154/task/2161/stat : 2161 (java) S 2152 2154 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117802621 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2162] ppid=2152 vsize=1791904 CPUtime=0
/proc/2154/task/2162/stat : 2162 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117802624 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2163] ppid=2152 vsize=1791904 CPUtime=1.12
/proc/2154/task/2163/stat : 2163 (java) S 2152 2154 1401 0 -1 64 5057 0 0 0 110 2 0 0 17 0 12 0 117802624 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2164] ppid=2152 vsize=1791904 CPUtime=0.75
/proc/2154/task/2164/stat : 2164 (java) S 2152 2154 1401 0 -1 64 2677 0 0 0 74 1 0 0 16 0 12 0 117802624 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2165] ppid=2152 vsize=1791904 CPUtime=0
/proc/2154/task/2165/stat : 2165 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117802624 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2167] ppid=2152 vsize=1791904 CPUtime=0
/proc/2154/task/2167/stat : 2167 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117802624 1834909696 96262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.19
Current children cumulated vsize (KiB) 1791904

[startup+25.5018 s]
/proc/loadavg: 1.26 1.05 1.01 2/79 2168
/proc/meminfo: memFree=1256624/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1792228 CPUtime=32.18
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 149774 0 1 0 3147 71 0 0 18 0 13 0 117802615 1835241472 125556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 448057 125556 1334 9 0 445669 0
[pid=2154/tid=2156] ppid=2152 vsize=1792228 CPUtime=19.81
/proc/2154/task/2156/stat : 2156 (java) R 2152 2154 1401 0 -1 64 37768 0 1 0 1962 19 0 0 22 0 13 0 117802616 1835241472 125556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109978448 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2157] ppid=2152 vsize=1792228 CPUtime=4.85
/proc/2154/task/2157/stat : 2157 (java) S 2152 2154 1401 0 -1 64 56258 0 0 0 460 25 0 0 16 0 13 0 117802618 1835241472 125556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2158] ppid=2152 vsize=1792228 CPUtime=4.81
/proc/2154/task/2158/stat : 2158 (java) S 2152 2154 1401 0 -1 64 46613 0 0 0 459 22 0 0 16 0 13 0 117802618 1835241472 125556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2159] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2159/stat : 2159 (java) S 2152 2154 1401 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 117802620 1835241472 125556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2160] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2160/stat : 2160 (java) S 2152 2154 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 125556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2161] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2161/stat : 2161 (java) S 2152 2154 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 125556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2162] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2162/stat : 2162 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117802624 1835241472 125556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2154/tid=2159] ppid=2152 vsize=1792228 CPUtime=0.2
/proc/2154/task/2159/stat : 2159 (java) S 2152 2154 1401 0 -1 64 228 0 0 0 11 9 0 0 16 0 13 0 117802620 1835241472 185422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2160] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2160/stat : 2160 (java) S 2152 2154 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 185422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2161] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2161/stat : 2161 (java) S 2152 2154 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 185422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2162] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2162/stat : 2162 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117802624 1835241472 185422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2163] ppid=2152 vsize=1792228 CPUtime=1.64
/proc/2154/task/2163/stat : 2163 (java) S 2152 2154 1401 0 -1 64 5101 0 0 0 162 2 0 0 16 0 13 0 117802624 1835241472 185422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2164] ppid=2152 vsize=1792228 CPUtime=1.18
/proc/2154/task/2164/stat : 2164 (java) S 2152 2154 1401 0 -1 64 3311 0 0 0 117 1 0 0 17 0 13 0 117802624 1835241472 185422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2165] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2165/stat : 2165 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117802624 1835241472 185422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2167] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2167/stat : 2167 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117802624 1835241472 185422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2168] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2168/stat : 2168 (java) S 2152 2154 1401 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 117804399 1835241472 185422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1562.2
Current children cumulated vsize (KiB) 1792228

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2386
/proc/meminfo: memFree=1052400/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1792228 CPUtime=1622.71
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 303728 0 1 0 162111 160 0 0 18 0 13 0 117802615 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 448057 175917 1334 9 0 445669 0
[pid=2154/tid=2156] ppid=2152 vsize=1792228 CPUtime=1581.13
/proc/2154/task/2156/stat : 2156 (java) R 2152 2154 1401 0 -1 64 70804 0 1 0 158077 36 0 0 19 0 13 0 117802616 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110013821 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2157] ppid=2152 vsize=1792228 CPUtime=19.27
/proc/2154/task/2157/stat : 2157 (java) S 2152 2154 1401 0 -1 64 114834 0 0 0 1873 54 0 0 16 0 13 0 117802618 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2158] ppid=2152 vsize=1792228 CPUtime=19.2
/proc/2154/task/2158/stat : 2158 (java) S 2152 2154 1401 0 -1 64 108721 0 0 0 1867 53 0 0 16 0 13 0 117802618 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2159] ppid=2152 vsize=1792228 CPUtime=0.23
/proc/2154/task/2159/stat : 2159 (java) S 2152 2154 1401 0 -1 64 236 0 0 0 12 11 0 0 15 0 13 0 117802620 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2160] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2160/stat : 2160 (java) S 2152 2154 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2161] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2161/stat : 2161 (java) S 2152 2154 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2162] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2162/stat : 2162 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117802624 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2163] ppid=2152 vsize=1792228 CPUtime=1.64
/proc/2154/task/2163/stat : 2163 (java) S 2152 2154 1401 0 -1 64 5101 0 0 0 162 2 0 0 16 0 13 0 117802624 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2164] ppid=2152 vsize=1792228 CPUtime=1.18
/proc/2154/task/2164/stat : 2164 (java) S 2152 2154 1401 0 -1 64 3311 0 0 0 117 1 0 0 17 0 13 0 117802624 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2165] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2165/stat : 2165 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117802624 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2167] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2167/stat : 2167 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117802624 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2168] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2168/stat : 2168 (java) S 2152 2154 1401 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 117804399 1835241472 175917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.71
Current children cumulated vsize (KiB) 1792228

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2386
/proc/meminfo: memFree=1052656/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1792228 CPUtime=1683.24
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 307499 0 1 0 168162 162 0 0 18 0 13 0 117802615 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 448057 176253 1334 9 0 445669 0
[pid=2154/tid=2156] ppid=2152 vsize=1792228 CPUtime=1640.53
/proc/2154/task/2156/stat : 2156 (java) R 2152 2154 1401 0 -1 64 73471 0 1 0 164015 38 0 0 25 0 13 0 117802616 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109979052 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2157] ppid=2152 vsize=1792228 CPUtime=19.83
/proc/2154/task/2157/stat : 2157 (java) S 2152 2154 1401 0 -1 64 115295 0 0 0 1929 54 0 0 17 0 13 0 117802618 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2158] ppid=2152 vsize=1792228 CPUtime=19.77
/proc/2154/task/2158/stat : 2158 (java) S 2152 2154 1401 0 -1 64 109340 0 0 0 1924 53 0 0 16 0 13 0 117802618 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2159] ppid=2152 vsize=1792228 CPUtime=0.23
/proc/2154/task/2159/stat : 2159 (java) S 2152 2154 1401 0 -1 64 260 0 0 0 12 11 0 0 16 0 13 0 117802620 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2160] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2160/stat : 2160 (java) S 2152 2154 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2161] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2161/stat : 2161 (java) S 2152 2154 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2162] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2162/stat : 2162 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117802624 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2163] ppid=2152 vsize=1792228 CPUtime=1.64
/proc/2154/task/2163/stat : 2163 (java) S 2152 2154 1401 0 -1 64 5101 0 0 0 162 2 0 0 16 0 13 0 117802624 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2164] ppid=2152 vsize=1792228 CPUtime=1.18
/proc/2154/task/2164/stat : 2164 (java) S 2152 2154 1401 0 -1 64 3311 0 0 0 117 1 0 0 17 0 13 0 117802624 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2165] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2165/stat : 2165 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117802624 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2167] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2167/stat : 2167 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117802624 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2168] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2168/stat : 2168 (java) S 2152 2154 1401 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 117804399 1835241472 176253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1683.24
Current children cumulated vsize (KiB) 1792228

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2386
/proc/meminfo: memFree=1046128/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1792228 CPUtime=1743.78
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 310283 0 1 0 174215 163 0 0 18 0 13 0 117802615 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 448057 177875 1334 9 0 445669 0
[pid=2154/tid=2156] ppid=2152 vsize=1792228 CPUtime=1699.93
/proc/2154/task/2156/stat : 2156 (java) R 2152 2154 1401 0 -1 64 74378 0 1 0 169955 38 0 0 25 0 13 0 117802616 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109979042 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2157] ppid=2152 vsize=1792228 CPUtime=20.39
/proc/2154/task/2157/stat : 2157 (java) S 2152 2154 1401 0 -1 64 116121 0 0 0 1985 54 0 0 16 0 13 0 117802618 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2158] ppid=2152 vsize=1792228 CPUtime=20.35
/proc/2154/task/2158/stat : 2158 (java) S 2152 2154 1401 0 -1 64 110391 0 0 0 1981 54 0 0 16 0 13 0 117802618 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2159] ppid=2152 vsize=1792228 CPUtime=0.23
/proc/2154/task/2159/stat : 2159 (java) S 2152 2154 1401 0 -1 64 260 0 0 0 12 11 0 0 16 0 13 0 117802620 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2160] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2160/stat : 2160 (java) S 2152 2154 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2161] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2161/stat : 2161 (java) S 2152 2154 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2162] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2162/stat : 2162 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117802624 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2163] ppid=2152 vsize=1792228 CPUtime=1.64
/proc/2154/task/2163/stat : 2163 (java) S 2152 2154 1401 0 -1 64 5101 0 0 0 162 2 0 0 16 0 13 0 117802624 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2164] ppid=2152 vsize=1792228 CPUtime=1.18
/proc/2154/task/2164/stat : 2164 (java) S 2152 2154 1401 0 -1 64 3311 0 0 0 117 1 0 0 17 0 13 0 117802624 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2165] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2165/stat : 2165 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117802624 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2167] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2167/stat : 2167 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117802624 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2168] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2168/stat : 2168 (java) S 2152 2154 1401 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 117804399 1835241472 177875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1743.78
Current children cumulated vsize (KiB) 1792228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2386
/proc/meminfo: memFree=1043312/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=1792228 CPUtime=1800.02
/proc/2154/stat : 2154 (java) S 2152 2154 1401 0 -1 0 312084 0 1 0 179837 165 0 0 18 0 13 0 117802615 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2154/statm: 448057 178585 1334 9 0 445669 0
[pid=2154/tid=2156] ppid=2152 vsize=1792228 CPUtime=1755.06
/proc/2154/task/2156/stat : 2156 (java) R 2152 2154 1401 0 -1 64 74404 0 1 0 175468 38 0 0 17 0 13 0 117802616 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109979565 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2157] ppid=2152 vsize=1792228 CPUtime=20.94
/proc/2154/task/2157/stat : 2157 (java) S 2152 2154 1401 0 -1 64 116987 0 0 0 2039 55 0 0 16 0 13 0 117802618 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2158] ppid=2152 vsize=1792228 CPUtime=20.9
/proc/2154/task/2158/stat : 2158 (java) S 2152 2154 1401 0 -1 64 111300 0 0 0 2036 54 0 0 16 0 13 0 117802618 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2159] ppid=2152 vsize=1792228 CPUtime=0.25
/proc/2154/task/2159/stat : 2159 (java) S 2152 2154 1401 0 -1 64 260 0 0 0 13 12 0 0 16 0 13 0 117802620 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2160] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2160/stat : 2160 (java) S 2152 2154 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2161] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2161/stat : 2161 (java) S 2152 2154 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117802621 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2162] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2162/stat : 2162 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117802624 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2163] ppid=2152 vsize=1792228 CPUtime=1.64
/proc/2154/task/2163/stat : 2163 (java) S 2152 2154 1401 0 -1 64 5101 0 0 0 162 2 0 0 16 0 13 0 117802624 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2164] ppid=2152 vsize=1792228 CPUtime=1.18
/proc/2154/task/2164/stat : 2164 (java) S 2152 2154 1401 0 -1 64 3311 0 0 0 117 1 0 0 17 0 13 0 117802624 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2165] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2165/stat : 2165 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117802624 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2154/tid=2167] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2167/stat : 2167 (java) S 2152 2154 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117802624 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2154/tid=2168] ppid=2152 vsize=1792228 CPUtime=0
/proc/2154/task/2168/stat : 2168 (java) S 2152 2154 1401 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 117804399 1835241472 178585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1792228

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

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

[startup+1778.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2386
/proc/meminfo: memFree=1043312/2055920 swapFree=4183704/4192956
[pid=2154] ppid=2152 vsize=0 CPUtime=1800.12
/proc/2154/stat : 2154 (java) Z 2152 2154 1401 0 -1 1036 312104 0 1 0 179840 172 0 0 16 0 2 0 117802615 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2154/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.15
CPU time (s): 1800.16
CPU user time (s): 1798.41
CPU system time (s): 1.75673
CPU usage (%): 101.238
Max. virtual memory (cumulated for all children) (KiB): 1795600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 1.75673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312104
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= 44396
involuntary context switches= 40663

runsolver used 1.70474 second user time and 4.87426 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Mon Apr 16 04:47:59 UTC 2007

IDJOB= 354198
IDBENCH= 2389
IDSOLVER= 159
FILE ID= node74/354198-1176698878

PBS_JOBID= 4559999

Free space on /tmp= 103200 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-fit2p.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354198-1176698878/sat4jPseudoResolution.jar /tmp/evaluation/354198-1176698878/instance-354198-1176698878.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-354198-1176698878 -o ROOT/results/node74/solver-354198-1176698878 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354198-1176698878/sat4jPseudoResolution.jar /tmp/evaluation/354198-1176698878/instance-354198-1176698878.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  61513bc338a8ab1ef0a0cedf59bc2ac8

RANDOM SEED= 637225032

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
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:       1755184 kB
Buffers:         12968 kB
Cached:         201080 kB
SwapCached:       2668 kB
Active:         118464 kB
Inactive:       118856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755184 kB
SwapTotal:     4192956 kB
SwapFree:      4183704 kB
Dirty:           28648 kB
Writeback:           0 kB
Mapped:          29568 kB
Slab:            49208 kB
Committed_AS:  1934156 kB
PageTables:       1512 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103200 MiB

End job on node74 on Mon Apr 16 05:17:39 UTC 2007