Trace number 360885

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.62 1797.53

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr.opb
MD5SUM04ec290f8a8afffbd026dcfb09cada39
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.041992
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints202
Number of constraints which are clauses102
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
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.48	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.48	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.48	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.49	c no version file found!!!
0.09/0.49	c sun.arch.data.model	32
0.09/0.49	c java.version	1.6.0
0.09/0.49	c os.name	Linux
0.09/0.49	c os.version	2.6.9-22.EL.rootsmp
0.09/0.49	c os.arch	i386
0.09/0.49	c Free memory 1651659224
0.09/0.49	c Max memory 1654456320
0.09/0.49	c Total memory 1654456320
0.09/0.49	c Number of processors 2
0.17/0.55	--- Begin Solver configuration ---
0.17/0.55	c Stops conflict analysis at the first Unique Implication Point
0.17/0.55	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.55	c Learn all clauses as in MiniSAT
0.17/0.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.55	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.55	c No reason simplification
0.17/0.55	c --- End Solver configuration ---
0.17/0.55	c solving /tmp/evaluation/360885-1176976406/instance-360885-1176976406.opb
0.17/0.55	c reading problem ... 
1.12/1.18	c ... done. Wall clock time 0.632s.
1.12/1.18	c CPU time (experimental) 0.54s.
1.12/1.18	c #vars     5100
1.12/1.18	c #constraints  202
1800.23/1797.28	c starts		: 18
1800.23/1797.28	c conflicts		: 258172
1800.23/1797.28	c decisions		: 295578
1800.23/1797.28	c propagations		: 15075784
1800.23/1797.28	c inspects		: 1486207355
1800.23/1797.28	c learnt literals	: 0
1800.23/1797.28	c learnt binary clauses	: 0
1800.23/1797.28	c learnt ternary clauses	: 0
1800.23/1797.28	c learnt clauses	: 258172
1800.23/1797.28	c root simplifications	: 0
1800.23/1797.28	c removed literals (reason simplification)	: 0
1800.23/1797.28	c reason swapping (by a shorter reason)	: 0
1800.23/1797.28	c Calls to reduceDB	: 0
1800.23/1797.28	c speed (decisions/second)	: 164.5675687563367
1800.23/1797.28	c non guided choices	1226
1800.23/1797.28	s UNKNOWN
1800.23/1797.28	c Total wall clock time (ms): 1796.732

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/node26/watcher-360885-1176976406 -o ROOT/results/node26/solver-360885-1176976406 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360885-1176976406/sat4jPseudoResolution.jar /tmp/evaluation/360885-1176976406/instance-360885-1176976406.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.84 0.97 0.99 2/77 25836
/proc/meminfo: memFree=1847632/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=18568 CPUtime=0
/proc/25836/stat : 25836 (runsolver) D 25834 25836 25773 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 145557485 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 269028486439 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25836/statm: 4642 292 257 24 0 2626 0

[startup+0.0136639 s]
/proc/loadavg: 0.84 0.97 0.99 2/77 25836
/proc/meminfo: memFree=1847632/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=18568 CPUtime=0
/proc/25836/stat : 25836 (runsolver) D 25834 25836 25773 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 145557485 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 269028486439 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25836/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.102676 s]
/proc/loadavg: 0.84 0.97 0.99 2/77 25836
/proc/meminfo: memFree=1847632/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=324 CPUtime=0
/proc/25836/stat : 25836 (java) R 25834 25836 25773 0 -1 0 208 0 13 0 0 0 0 0 18 0 1 0 145557485 331776 42 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 12596231 0 0 4096 0 0 0 0 17 0 0 0
/proc/25836/statm: 81 42 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 324

[startup+0.302694 s]
/proc/loadavg: 0.84 0.97 0.99 2/77 25836
/proc/meminfo: memFree=1847632/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=12916 CPUtime=0.03
/proc/25836/stat : 25836 (java) S 25834 25836 25773 0 -1 0 873 0 32 0 0 3 0 0 18 0 2 0 145557485 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12916

[startup+0.702736 s]
/proc/loadavg: 0.84 0.97 0.99 2/77 25836
/proc/meminfo: memFree=1847632/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=1781408 CPUtime=0.45
/proc/25836/stat : 25836 (java) S 25834 25836 25773 0 -1 0 5245 0 40 0 37 8 0 0 18 0 12 0 145557485 1824161792 5021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 445352 5021 1270 9 0 442964 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 1781408

[startup+1.50181 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 25848
/proc/meminfo: memFree=1817392/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=1784984 CPUtime=1.77
/proc/25836/stat : 25836 (java) S 25834 25836 25773 0 -1 0 8827 0 40 0 167 10 0 0 18 0 13 0 145557485 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 446246 7767 1319 9 0 443858 0
[pid=25836/tid=25838] ppid=25834 vsize=1784984 CPUtime=0.73
/proc/25836/task/25838/stat : 25838 (java) R 25834 25836 25773 0 -1 64 5968 0 13 0 67 6 0 0 21 0 13 0 145557499 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677471 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25839] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25839/stat : 25839 (java) S 25834 25836 25773 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 145557517 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25840] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25840/stat : 25840 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145557517 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25841] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25841/stat : 25841 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 145557521 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25842] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25842/stat : 25842 (java) S 25834 25836 25773 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 145557521 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25843] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25843/stat : 25843 (java) S 25834 25836 25773 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 145557521 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25844] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25844/stat : 25844 (java) S 25834 25836 25773 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 145557528 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25845] ppid=25834 vsize=1784984 CPUtime=0.47
/proc/25836/task/25845/stat : 25845 (java) S 25834 25836 25773 0 -1 64 1150 0 0 0 47 0 0 0 16 0 13 0 145557528 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25846] ppid=25834 vsize=1784984 CPUtime=0.51
/proc/25836/task/25846/stat : 25846 (java) S 25834 25836 25773 0 -1 64 1012 0 0 0 51 0 0 0 16 0 13 0 145557528 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25847] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25847/stat : 25847 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145557528 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25848] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25848/stat : 25848 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145557528 1827823616 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 1784984

[startup+3.10196 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 25849
/proc/meminfo: memFree=1806568/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=1784984 CPUtime=3.39
/proc/25836/stat : 25836 (java) S 25834 25836 25773 0 -1 0 13093 0 40 0 327 12 0 0 18 0 13 0 145557485 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 446246 12032 1319 9 0 443858 0
[pid=25836/tid=25838] ppid=25834 vsize=1784984 CPUtime=2.31
/proc/25836/task/25838/stat : 25838 (java) R 25834 25836 25773 0 -1 64 10230 0 13 0 223 8 0 0 23 0 13 0 145557499 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109688565 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25839] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25839/stat : 25839 (java) S 25834 25836 25773 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 145557517 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25840] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25840/stat : 25840 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145557517 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25841] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25841/stat : 25841 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 145557521 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25842] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25842/stat : 25842 (java) S 25834 25836 25773 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 145557521 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25843] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25843/stat : 25843 (java) S 25834 25836 25773 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 145557521 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25844] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25844/stat : 25844 (java) S 25834 25836 25773 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 145557528 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25845] ppid=25834 vsize=1784984 CPUtime=0.49
/proc/25836/task/25845/stat : 25845 (java) S 25834 25836 25773 0 -1 64 1153 0 0 0 49 0 0 0 15 0 13 0 145557528 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25846] ppid=25834 vsize=1784984 CPUtime=0.53
/proc/25836/task/25846/stat : 25846 (java) S 25834 25836 25773 0 -1 64 1013 0 0 0 53 0 0 0 16 0 13 0 145557528 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25847] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25847/stat : 25847 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145557528 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25848] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25848/stat : 25848 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145557528 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25849] ppid=25834 vsize=1784984 CPUtime=0
/proc/25836/task/25849/stat : 25849 (java) S 25834 25836 25773 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145557605 1827823616 12032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 1784984

[startup+6.30226 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 25849
/proc/meminfo: memFree=1779752/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=1785976 CPUtime=6.66
/proc/25836/stat : 25836 (java) S 25834 25836 25773 0 -1 0 18929 0 40 0 651 15 0 0 18 0 13 0 145557485 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 446494 17618 1321 9 0 444106 0
[pid=25836/tid=25838] ppid=25834 vsize=1785976 CPUtime=5.5
/proc/25836/task/25838/stat : 25838 (java) R 25834 25836 25773 0 -1 64 15701 0 13 0 539 11 0 0 25 0 13 0 145557499 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677546 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25839] ppid=25834 vsize=1785976 CPUtime=0
/proc/25836/task/25839/stat : 25839 (java) S 25834 25836 25773 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 145557517 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25840] ppid=25834 vsize=1785976 CPUtime=0
/proc/25836/task/25840/stat : 25840 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145557517 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25841] ppid=25834 vsize=1785976 CPUtime=0
/proc/25836/task/25841/stat : 25841 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 145557521 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25842] ppid=25834 vsize=1785976 CPUtime=0
/proc/25836/task/25842/stat : 25842 (java) S 25834 25836 25773 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 145557521 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25843] ppid=25834 vsize=1785976 CPUtime=0
/proc/25836/task/25843/stat : 25843 (java) S 25834 25836 25773 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 145557521 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25844] ppid=25834 vsize=1785976 CPUtime=0
/proc/25836/task/25844/stat : 25844 (java) S 25834 25836 25773 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 145557528 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25845] ppid=25834 vsize=1785976 CPUtime=0.5
/proc/25836/task/25845/stat : 25845 (java) S 25834 25836 25773 0 -1 64 1153 0 0 0 50 0 0 0 16 0 13 0 145557528 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25846] ppid=25834 vsize=1785976 CPUtime=0.61
/proc/25836/task/25846/stat : 25846 (java) S 25834 25836 25773 0 -1 64 1378 0 0 0 61 0 0 0 16 0 13 0 145557528 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25847] ppid=25834 vsize=1785976 CPUtime=0
/proc/25836/task/25847/stat : 25847 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145557528 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25848] ppid=25834 vsize=1785976 CPUtime=0
/proc/25836/task/25848/stat : 25848 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145557528 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25849] ppid=25834 vsize=1785976 CPUtime=0
/proc/25836/task/25849/stat : 25849 (java) S 25834 25836 25773 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145557605 1828839424 17618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 1785976

[startup+12.7018 s]
/proc/loadavg: 1.09 1.02 1.00 2/90 25849
/proc/meminfo: memFree=1754536/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=1784952 CPUtime=13.05
/proc/25836/stat : 25836 (java) S 25834 25836 25773 0 -1 0 24340 0 40 0 1287 18 0 0 18 0 13 0 145557485 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 446238 22891 1321 9 0 443850 0
[pid=25836/tid=25838] ppid=25834 vsize=1784952 CPUtime=11.88
/proc/25836/task/25838/stat : 25838 (java) R 25834 25836 25773 0 -1 64 21112 0 13 0 1174 14 0 0 25 0 13 0 145557499 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109686832 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25839] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25839/stat : 25839 (java) S 25834 25836 25773 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 145557517 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25840] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25840/stat : 25840 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145557517 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25841] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25841/stat : 25841 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 145557521 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25842] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25842/stat : 25842 (java) S 25834 25836 25773 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 145557521 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25843] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25843/stat : 25843 (java) S 25834 25836 25773 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 145557521 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25844] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25844/stat : 25844 (java) S 25834 25836 25773 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 145557528 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25845] ppid=25834 vsize=1784952 CPUtime=0.51
/proc/25836/task/25845/stat : 25845 (java) S 25834 25836 25773 0 -1 64 1153 0 0 0 51 0 0 0 16 0 13 0 145557528 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25846] ppid=25834 vsize=1784952 CPUtime=0.62
/proc/25836/task/25846/stat : 25846 (java) S 25834 25836 25773 0 -1 64 1378 0 0 0 62 0 0 0 16 0 13 0 145557528 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25847] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25847/stat : 25847 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145557528 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25848] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25848/stat : 25848 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145557528 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25849] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25849/stat : 25849 (java) S 25834 25836 25773 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145557605 1827790848 22891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 1784952

[startup+25.502 s]
/proc/loadavg: 1.08 1.02 1.00 2/90 25849
/proc/meminfo: memFree=1731048/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=1784952 CPUtime=25.87
/proc/25836/stat : 25836 (java) S 25834 25836 25773 0 -1 0 29851 0 40 0 2564 23 0 0 18 0 13 0 145557485 1827790848 28401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 446238 28401 1321 9 0 443850 0
[pid=25836/tid=25838] ppid=25834 vsize=1784952 CPUtime=24.65
/proc/25836/task/25838/stat : 25838 (java) R 25834 25836 25773 0 -1 64 26621 0 13 0 2447 18 0 0 25 0 13 0 145557499 1827790848 28401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109733064 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25839] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25839/stat : 25839 (java) S 25834 25836 25773 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 145557517 1827790848 28401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25840] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25840/stat : 25840 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145557517 1827790848 28401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25841] ppid=25834 vsize=1784952 CPUtime=0
/proc/25836/task/25841/stat : 25841 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 145557521 1827790848 28401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

/proc/25836/task/25845/stat : 25845 (java) S 25834 25836 25773 0 -1 64 1155 0 0 0 53 0 0 0 16 0 13 0 145557528 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25846] ppid=25834 vsize=1786880 CPUtime=0.65
/proc/25836/task/25846/stat : 25846 (java) S 25834 25836 25773 0 -1 64 1379 0 0 0 65 0 0 0 17 0 13 0 145557528 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25847] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25847/stat : 25847 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145557528 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25848] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25848/stat : 25848 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145557528 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25849] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25849/stat : 25849 (java) S 25834 25836 25773 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145557605 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1605.1
Current children cumulated vsize (KiB) 1786880

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26047
/proc/meminfo: memFree=470248/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=1786880 CPUtime=1665.08
/proc/25836/stat : 25836 (java) S 25834 25836 25773 0 -1 0 410547 0 40 0 166262 246 0 0 18 0 13 0 145557485 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 446720 342436 1330 9 0 444332 0
[pid=25836/tid=25838] ppid=25834 vsize=1786880 CPUtime=1657.99
/proc/25836/task/25838/stat : 25838 (java) R 25834 25836 25773 0 -1 64 37709 0 13 0 165760 39 0 0 25 0 13 0 145557499 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25839] ppid=25834 vsize=1786880 CPUtime=2.92
/proc/25836/task/25839/stat : 25839 (java) S 25834 25836 25773 0 -1 64 186208 0 0 0 189 103 0 0 18 0 13 0 145557517 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25840] ppid=25834 vsize=1786880 CPUtime=2.92
/proc/25836/task/25840/stat : 25840 (java) S 25834 25836 25773 0 -1 64 183395 0 0 0 193 99 0 0 16 0 13 0 145557517 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25841] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25841/stat : 25841 (java) S 25834 25836 25773 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25842] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25842/stat : 25842 (java) S 25834 25836 25773 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25843] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25843/stat : 25843 (java) S 25834 25836 25773 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25844] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25844/stat : 25844 (java) S 25834 25836 25773 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 145557528 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25845] ppid=25834 vsize=1786880 CPUtime=0.53
/proc/25836/task/25845/stat : 25845 (java) S 25834 25836 25773 0 -1 64 1155 0 0 0 53 0 0 0 16 0 13 0 145557528 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25846] ppid=25834 vsize=1786880 CPUtime=0.65
/proc/25836/task/25846/stat : 25846 (java) S 25834 25836 25773 0 -1 64 1379 0 0 0 65 0 0 0 17 0 13 0 145557528 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25847] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25847/stat : 25847 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145557528 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25848] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25848/stat : 25848 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145557528 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25849] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25849/stat : 25849 (java) S 25834 25836 25773 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145557605 1829765120 342436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1665.08
Current children cumulated vsize (KiB) 1786880

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26047
/proc/meminfo: memFree=414376/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=1786880 CPUtime=1725.23
/proc/25836/stat : 25836 (java) S 25834 25836 25773 0 -1 0 426686 0 40 0 172268 255 0 0 18 0 13 0 145557485 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 446720 356384 1330 9 0 444332 0
[pid=25836/tid=25838] ppid=25834 vsize=1786880 CPUtime=1717.8
/proc/25836/task/25838/stat : 25838 (java) R 25834 25836 25773 0 -1 64 37710 0 13 0 171741 39 0 0 25 0 13 0 145557499 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677422 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25839] ppid=25834 vsize=1786880 CPUtime=3.08
/proc/25836/task/25839/stat : 25839 (java) S 25834 25836 25773 0 -1 64 193344 0 0 0 202 106 0 0 18 0 13 0 145557517 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25840] ppid=25834 vsize=1786880 CPUtime=3.09
/proc/25836/task/25840/stat : 25840 (java) S 25834 25836 25773 0 -1 64 192397 0 0 0 205 104 0 0 16 0 13 0 145557517 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25841] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25841/stat : 25841 (java) S 25834 25836 25773 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25842] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25842/stat : 25842 (java) S 25834 25836 25773 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25843] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25843/stat : 25843 (java) S 25834 25836 25773 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25844] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25844/stat : 25844 (java) S 25834 25836 25773 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25845] ppid=25834 vsize=1786880 CPUtime=0.53
/proc/25836/task/25845/stat : 25845 (java) S 25834 25836 25773 0 -1 64 1155 0 0 0 53 0 0 0 16 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25846] ppid=25834 vsize=1786880 CPUtime=0.65
/proc/25836/task/25846/stat : 25846 (java) S 25834 25836 25773 0 -1 64 1379 0 0 0 65 0 0 0 17 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25847] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25847/stat : 25847 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25848] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25848/stat : 25848 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25849] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25849/stat : 25849 (java) S 25834 25836 25773 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145557605 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725.23
Current children cumulated vsize (KiB) 1786880

[startup+1782.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 26047
/proc/meminfo: memFree=414248/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=1786880 CPUtime=1785.22
/proc/25836/stat : 25836 (java) S 25834 25836 25773 0 -1 0 426686 0 40 0 178267 255 0 0 18 0 13 0 145557485 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 446720 356384 1330 9 0 444332 0
[pid=25836/tid=25838] ppid=25834 vsize=1786880 CPUtime=1777.79
/proc/25836/task/25838/stat : 25838 (java) R 25834 25836 25773 0 -1 64 37710 0 13 0 177739 40 0 0 25 0 13 0 145557499 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677742 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25839] ppid=25834 vsize=1786880 CPUtime=3.08
/proc/25836/task/25839/stat : 25839 (java) S 25834 25836 25773 0 -1 64 193344 0 0 0 202 106 0 0 18 0 13 0 145557517 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25840] ppid=25834 vsize=1786880 CPUtime=3.09
/proc/25836/task/25840/stat : 25840 (java) S 25834 25836 25773 0 -1 64 192397 0 0 0 205 104 0 0 16 0 13 0 145557517 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25841] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25841/stat : 25841 (java) S 25834 25836 25773 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25842] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25842/stat : 25842 (java) S 25834 25836 25773 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25843] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25843/stat : 25843 (java) S 25834 25836 25773 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25844] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25844/stat : 25844 (java) S 25834 25836 25773 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25845] ppid=25834 vsize=1786880 CPUtime=0.53
/proc/25836/task/25845/stat : 25845 (java) S 25834 25836 25773 0 -1 64 1155 0 0 0 53 0 0 0 16 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25846] ppid=25834 vsize=1786880 CPUtime=0.65
/proc/25836/task/25846/stat : 25846 (java) S 25834 25836 25773 0 -1 64 1379 0 0 0 65 0 0 0 17 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25847] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25847/stat : 25847 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25848] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25848/stat : 25848 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25849] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25849/stat : 25849 (java) S 25834 25836 25773 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145557605 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 1786880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 26047
/proc/meminfo: memFree=414184/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=1786880 CPUtime=1800.02
/proc/25836/stat : 25836 (java) S 25834 25836 25773 0 -1 0 426686 0 40 0 179747 255 0 0 18 0 13 0 145557485 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 446720 356384 1330 9 0 444332 0
[pid=25836/tid=25838] ppid=25834 vsize=1786880 CPUtime=1792.59
/proc/25836/task/25838/stat : 25838 (java) R 25834 25836 25773 0 -1 64 37710 0 13 0 179219 40 0 0 25 0 13 0 145557499 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677416 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25839] ppid=25834 vsize=1786880 CPUtime=3.08
/proc/25836/task/25839/stat : 25839 (java) S 25834 25836 25773 0 -1 64 193344 0 0 0 202 106 0 0 18 0 13 0 145557517 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25840] ppid=25834 vsize=1786880 CPUtime=3.09
/proc/25836/task/25840/stat : 25840 (java) S 25834 25836 25773 0 -1 64 192397 0 0 0 205 104 0 0 16 0 13 0 145557517 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25841] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25841/stat : 25841 (java) S 25834 25836 25773 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25842] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25842/stat : 25842 (java) S 25834 25836 25773 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25843] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25843/stat : 25843 (java) S 25834 25836 25773 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145557521 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25844] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25844/stat : 25844 (java) S 25834 25836 25773 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25845] ppid=25834 vsize=1786880 CPUtime=0.53
/proc/25836/task/25845/stat : 25845 (java) S 25834 25836 25773 0 -1 64 1155 0 0 0 53 0 0 0 16 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25846] ppid=25834 vsize=1786880 CPUtime=0.65
/proc/25836/task/25846/stat : 25846 (java) S 25834 25836 25773 0 -1 64 1379 0 0 0 65 0 0 0 17 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25847] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25847/stat : 25847 (java) S 25834 25836 25773 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25836/tid=25848] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25848/stat : 25848 (java) S 25834 25836 25773 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145557528 1829765120 356384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25836/tid=25849] ppid=25834 vsize=1786880 CPUtime=0
/proc/25836/task/25849/stat : 25849 (java) S 25834 25836 25773 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145557605 1829765120 356384 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) 1786880

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

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

[startup+1797.41 s]
/proc/loadavg: 1.03 1.01 1.00 2/92 26050
/proc/meminfo: memFree=361048/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=0 CPUtime=1800.49
/proc/25836/stat : 25836 (java) Z 25834 25836 25773 0 -1 1036 442310 0 40 0 179776 273 0 0 15 0 2 0 145557485 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

[startup+1797.5 s]
/proc/loadavg: 1.03 1.01 1.00 2/92 26050
/proc/meminfo: memFree=361048/2055920 swapFree=4170240/4192956
[pid=25836] ppid=25834 vsize=0 CPUtime=1800.58
/proc/25836/stat : 25836 (java) Z 25834 25836 25773 0 -1 1036 442310 0 40 0 179776 282 0 0 15 0 2 0 145557485 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25836/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.53
CPU time (s): 1800.62
CPU user time (s): 1797.76
CPU system time (s): 2.85556
CPU usage (%): 100.172
Max. virtual memory (cumulated for all children) (KiB): 1787528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.76
system time used= 2.85556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442310
page faults= 40
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37195
involuntary context switches= 72392

runsolver used 1.53677 second user time and 5.08423 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Thu Apr 19 09:53:27 UTC 2007

IDJOB= 360885
IDBENCH= 1403
IDSOLVER= 159
FILE ID= node26/360885-1176976406

PBS_JOBID= 4630404

Free space on /tmp= 66433 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360885-1176976406/sat4jPseudoResolution.jar /tmp/evaluation/360885-1176976406/instance-360885-1176976406.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-360885-1176976406 -o ROOT/results/node26/solver-360885-1176976406 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360885-1176976406/sat4jPseudoResolution.jar /tmp/evaluation/360885-1176976406/instance-360885-1176976406.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  04ec290f8a8afffbd026dcfb09cada39

RANDOM SEED= 547000582

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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:       1848104 kB
Buffers:         22912 kB
Cached:          98536 kB
SwapCached:       3128 kB
Active:          40540 kB
Inactive:       103516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848104 kB
SwapTotal:     4192956 kB
SwapFree:      4170240 kB
Dirty:            3836 kB
Writeback:           0 kB
Mapped:          30172 kB
Slab:            49392 kB
Committed_AS:  1001620 kB
PageTables:       1716 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= 66433 MiB

End job on node26 on Thu Apr 19 10:23:26 UTC 2007