Trace number 360871

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.68 1798.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
MD5SUM6f530d7030eb010292a76e81381ed552
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.049992
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6000
Total number of constraints220
Number of constraints which are clauses120
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 constraint60
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 61
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.10/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.37	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.37	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.38	c no version file found!!!
0.10/0.38	c sun.arch.data.model	32
0.10/0.38	c java.version	1.6.0
0.10/0.38	c os.name	Linux
0.10/0.38	c os.version	2.6.9-22.EL.rootsmp
0.10/0.38	c os.arch	i386
0.10/0.38	c Free memory 1651659224
0.10/0.38	c Max memory 1654456320
0.10/0.38	c Total memory 1654456320
0.10/0.38	c Number of processors 2
0.19/0.44	--- Begin Solver configuration ---
0.19/0.44	c Stops conflict analysis at the first Unique Implication Point
0.19/0.44	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.44	c Learn all clauses as in MiniSAT
0.19/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.44	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.44	c No reason simplification
0.19/0.44	c --- End Solver configuration ---
0.19/0.44	c solving /tmp/evaluation/360871-1176975494/instance-360871-1176975494.opb
0.19/0.44	c reading problem ... 
1.27/1.11	c ... done. Wall clock time 0.67s.
1.27/1.11	c CPU time (experimental) 0.55s.
1.27/1.11	c #vars     6000
1.27/1.11	c #constraints  220
1800.42/1798.33	c starts		: 18
1800.42/1798.33	c conflicts		: 268281
1800.42/1798.33	c decisions		: 306282
1800.42/1798.33	c propagations		: 18994472
1800.42/1798.33	c inspects		: 1612563604
1800.42/1798.33	c learnt literals	: 0
1800.42/1798.33	c learnt binary clauses	: 0
1800.42/1798.33	c learnt ternary clauses	: 0
1800.42/1798.33	c learnt clauses	: 268281
1800.42/1798.33	c root simplifications	: 0
1800.42/1798.33	c removed literals (reason simplification)	: 0
1800.42/1798.33	c reason swapping (by a shorter reason)	: 0
1800.42/1798.33	c Calls to reduceDB	: 0
1800.42/1798.33	c speed (decisions/second)	: 170.42138788918788
1800.42/1798.33	c non guided choices	1226
1800.42/1798.33	s UNKNOWN
1800.42/1798.33	c Total wall clock time (ms): 1797.887

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/node9/watcher-360871-1176975494 -o ROOT/results/node9/solver-360871-1176975494 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360871-1176975494/sat4jPseudoResolution.jar /tmp/evaluation/360871-1176975494/instance-360871-1176975494.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.06 0.01 0.02 2/77 22436
/proc/meminfo: memFree=1927336/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=18568 CPUtime=0
/proc/22436/stat : 22436 (runsolver) D 22434 22436 22252 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 173586995 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 215418989863 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/22436/statm: 4642 292 257 24 0 2626 0

[startup+0.011261 s]
/proc/loadavg: 0.06 0.01 0.02 2/77 22436
/proc/meminfo: memFree=1927336/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=18568 CPUtime=0
/proc/22436/stat : 22436 (runsolver) D 22434 22436 22252 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 173586995 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 215418989863 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/22436/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101278 s]
/proc/loadavg: 0.06 0.01 0.02 2/77 22436
/proc/meminfo: memFree=1927336/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=12056 CPUtime=0.01
/proc/22436/stat : 22436 (java) D 22434 22436 22252 0 -1 0 383 0 18 0 0 1 0 0 18 0 1 0 173586995 12345344 208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 8635178 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/22436/statm: 3014 208 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.301299 s]
/proc/loadavg: 0.06 0.01 0.02 2/77 22436
/proc/meminfo: memFree=1927336/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=1780108 CPUtime=0.1
/proc/22436/stat : 22436 (java) S 22434 22436 22252 0 -1 0 3904 0 35 0 5 5 0 0 18 0 12 0 173586995 1822830592 3679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 445027 3679 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1780108

[startup+0.701346 s]
/proc/loadavg: 0.06 0.01 0.02 2/77 22436
/proc/meminfo: memFree=1927336/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=1782496 CPUtime=0.6
/proc/22436/stat : 22436 (java) S 22434 22436 22252 0 -1 0 5963 0 35 0 53 7 0 0 18 0 12 0 173586995 1825275904 5563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 445624 5563 1286 9 0 443236 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1782496

[startup+1.50244 s]
/proc/loadavg: 0.06 0.01 0.02 4/89 22448
/proc/meminfo: memFree=1894024/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=1786132 CPUtime=1.96
/proc/22436/stat : 22436 (java) S 22434 22436 22252 0 -1 0 9236 0 35 0 187 9 0 0 18 0 13 0 173586995 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 446533 8291 1320 9 0 444145 0
[pid=22436/tid=22438] ppid=22434 vsize=1786132 CPUtime=0.84
/proc/22436/task/22438/stat : 22438 (java) R 22434 22436 22252 0 -1 64 6469 0 9 0 79 5 0 0 18 0 13 0 173587006 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109691941 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22439] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22439/stat : 22439 (java) S 22434 22436 22252 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 173587013 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22440] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22440/stat : 22440 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 173587013 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22441] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22441/stat : 22441 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173587017 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22442] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22442/stat : 22442 (java) S 22434 22436 22252 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 173587017 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22443] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22443/stat : 22443 (java) S 22434 22436 22252 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 173587017 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22444] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22444/stat : 22444 (java) S 22434 22436 22252 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 173587024 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22445] ppid=22434 vsize=1786132 CPUtime=0.57
/proc/22436/task/22445/stat : 22445 (java) S 22434 22436 22252 0 -1 64 1420 0 0 0 57 0 0 0 16 0 13 0 173587024 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22446] ppid=22434 vsize=1786132 CPUtime=0.49
/proc/22436/task/22446/stat : 22446 (java) S 22434 22436 22252 0 -1 64 648 0 0 0 49 0 0 0 17 0 13 0 173587024 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22447] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22447/stat : 22447 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 173587024 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22448] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22448/stat : 22448 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173587024 1828999168 8291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1786132

[startup+3.10262 s]
/proc/loadavg: 0.06 0.01 0.02 2/90 22449
/proc/meminfo: memFree=1882496/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=1786132 CPUtime=3.59
/proc/22436/stat : 22436 (java) S 22434 22436 22252 0 -1 0 13764 0 35 0 349 10 0 0 18 0 13 0 173586995 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 446533 12818 1320 9 0 444145 0
[pid=22436/tid=22438] ppid=22434 vsize=1786132 CPUtime=2.44
/proc/22436/task/22438/stat : 22438 (java) R 22434 22436 22252 0 -1 64 10993 0 9 0 238 6 0 0 25 0 13 0 173587006 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109692248 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22439] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22439/stat : 22439 (java) S 22434 22436 22252 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 173587013 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22440] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22440/stat : 22440 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 173587013 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22441] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22441/stat : 22441 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173587017 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22442] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22442/stat : 22442 (java) S 22434 22436 22252 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 173587017 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22443] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22443/stat : 22443 (java) S 22434 22436 22252 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 173587017 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22444] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22444/stat : 22444 (java) S 22434 22436 22252 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 173587024 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22445] ppid=22434 vsize=1786132 CPUtime=0.59
/proc/22436/task/22445/stat : 22445 (java) S 22434 22436 22252 0 -1 64 1423 0 0 0 59 0 0 0 17 0 13 0 173587024 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22446] ppid=22434 vsize=1786132 CPUtime=0.51
/proc/22436/task/22446/stat : 22446 (java) S 22434 22436 22252 0 -1 64 649 0 0 0 51 0 0 0 16 0 13 0 173587024 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22447] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22447/stat : 22447 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 173587024 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22448] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22448/stat : 22448 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173587024 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22449] ppid=22434 vsize=1786132 CPUtime=0
/proc/22436/task/22449/stat : 22449 (java) S 22434 22436 22252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173587108 1828999168 12818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1786132

[startup+6.30298 s]
/proc/loadavg: 0.13 0.03 0.03 2/90 22449
/proc/meminfo: memFree=1853896/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=1786100 CPUtime=6.81
/proc/22436/stat : 22436 (java) S 22434 22436 22252 0 -1 0 19602 0 35 0 669 12 0 0 18 0 13 0 173586995 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 446525 18655 1322 9 0 444137 0
[pid=22436/tid=22438] ppid=22434 vsize=1786100 CPUtime=5.62
/proc/22436/task/22438/stat : 22438 (java) R 22434 22436 22252 0 -1 64 16825 0 9 0 554 8 0 0 25 0 13 0 173587006 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109698815 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22439] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22439/stat : 22439 (java) S 22434 22436 22252 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 173587013 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22440] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22440/stat : 22440 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 173587013 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22441] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22441/stat : 22441 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173587017 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22442] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22442/stat : 22442 (java) S 22434 22436 22252 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 173587017 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22443] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22443/stat : 22443 (java) S 22434 22436 22252 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 173587017 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22444] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22444/stat : 22444 (java) S 22434 22436 22252 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 173587024 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22445] ppid=22434 vsize=1786100 CPUtime=0.59
/proc/22436/task/22445/stat : 22445 (java) S 22434 22436 22252 0 -1 64 1423 0 0 0 59 0 0 0 17 0 13 0 173587024 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22446] ppid=22434 vsize=1786100 CPUtime=0.55
/proc/22436/task/22446/stat : 22446 (java) S 22434 22436 22252 0 -1 64 655 0 0 0 55 0 0 0 17 0 13 0 173587024 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22447] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22447/stat : 22447 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 173587024 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22448] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22448/stat : 22448 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173587024 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22449] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22449/stat : 22449 (java) S 22434 22436 22252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173587108 1828966400 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 1786100

[startup+12.7027 s]
/proc/loadavg: 0.20 0.05 0.03 2/90 22449
/proc/meminfo: memFree=1816776/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=1786100 CPUtime=13.24
/proc/22436/stat : 22436 (java) S 22434 22436 22252 0 -1 0 28227 0 35 0 1307 17 0 0 18 0 13 0 173586995 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 446525 27279 1322 9 0 444137 0
[pid=22436/tid=22438] ppid=22434 vsize=1786100 CPUtime=12.01
/proc/22436/task/22438/stat : 22438 (java) R 22434 22436 22252 0 -1 64 25442 0 9 0 1187 14 0 0 25 0 13 0 173587006 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109726792 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22439] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22439/stat : 22439 (java) S 22434 22436 22252 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 173587013 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22440] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22440/stat : 22440 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 173587013 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22441] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22441/stat : 22441 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173587017 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22442] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22442/stat : 22442 (java) S 22434 22436 22252 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 173587017 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22443] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22443/stat : 22443 (java) S 22434 22436 22252 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 173587017 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22444] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22444/stat : 22444 (java) S 22434 22436 22252 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 173587024 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22445] ppid=22434 vsize=1786100 CPUtime=0.64
/proc/22436/task/22445/stat : 22445 (java) S 22434 22436 22252 0 -1 64 1431 0 0 0 64 0 0 0 16 0 13 0 173587024 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22446] ppid=22434 vsize=1786100 CPUtime=0.55
/proc/22436/task/22446/stat : 22446 (java) S 22434 22436 22252 0 -1 64 655 0 0 0 55 0 0 0 16 0 13 0 173587024 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22447] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22447/stat : 22447 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 173587024 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22448] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22448/stat : 22448 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173587024 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22449] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22449/stat : 22449 (java) S 22434 22436 22252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173587108 1828966400 27279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.24
Current children cumulated vsize (KiB) 1786100

[startup+25.5011 s]
/proc/loadavg: 0.38 0.09 0.05 2/90 22449
/proc/meminfo: memFree=1769672/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=1786100 CPUtime=26.05
/proc/22436/stat : 22436 (java) S 22434 22436 22252 0 -1 0 39326 0 35 0 2580 25 0 0 18 0 13 0 173586995 1828966400 38377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 446525 38377 1322 9 0 444137 0
[pid=22436/tid=22438] ppid=22434 vsize=1786100 CPUtime=24.77
/proc/22436/task/22438/stat : 22438 (java) R 22434 22436 22252 0 -1 64 36540 0 9 0 2456 21 0 0 25 0 13 0 173587006 1828966400 38377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109787679 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22439] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22439/stat : 22439 (java) S 22434 22436 22252 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 173587013 1828966400 38377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22440] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22440/stat : 22440 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 173587013 1828966400 38377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22441] ppid=22434 vsize=1786100 CPUtime=0
/proc/22436/task/22441/stat : 22441 (java) R 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173587017 1828966400 38377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

/proc/22436/task/22445/stat : 22445 (java) S 22434 22436 22252 0 -1 64 1432 0 0 0 68 0 0 0 17 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22446] ppid=22434 vsize=1789948 CPUtime=0.58
/proc/22436/task/22446/stat : 22446 (java) S 22434 22436 22252 0 -1 64 656 0 0 0 58 0 0 0 16 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22447] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22447/stat : 22447 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22448] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22448/stat : 22448 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22449] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22449/stat : 22449 (java) S 22434 22436 22252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173587108 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.26
Current children cumulated vsize (KiB) 1789948

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.81 2/90 22646
/proc/meminfo: memFree=912008/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=1789948 CPUtime=1724.25
/proc/22436/stat : 22436 (java) S 22434 22436 22252 0 -1 0 335622 0 35 0 172235 190 0 0 18 0 13 0 173586995 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 447487 251626 1331 9 0 445099 0
[pid=22436/tid=22438] ppid=22434 vsize=1789948 CPUtime=1718.98
/proc/22436/task/22438/stat : 22438 (java) R 22434 22436 22252 0 -1 64 37705 0 9 0 171859 39 0 0 25 0 13 0 173587006 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109717118 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22439] ppid=22434 vsize=1789948 CPUtime=1.97
/proc/22436/task/22439/stat : 22439 (java) S 22434 22436 22252 0 -1 64 148457 0 0 0 126 71 0 0 16 0 13 0 173587013 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22440] ppid=22434 vsize=1789948 CPUtime=1.97
/proc/22436/task/22440/stat : 22440 (java) S 22434 22436 22252 0 -1 64 146669 0 0 0 122 75 0 0 20 0 13 0 173587013 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22441] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22441/stat : 22441 (java) S 22434 22436 22252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173587017 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22442] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22442/stat : 22442 (java) S 22434 22436 22252 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 173587017 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22443] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22443/stat : 22443 (java) S 22434 22436 22252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173587017 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22444] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22444/stat : 22444 (java) S 22434 22436 22252 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22445] ppid=22434 vsize=1789948 CPUtime=0.68
/proc/22436/task/22445/stat : 22445 (java) S 22434 22436 22252 0 -1 64 1432 0 0 0 68 0 0 0 17 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22446] ppid=22434 vsize=1789948 CPUtime=0.58
/proc/22436/task/22446/stat : 22446 (java) S 22434 22436 22252 0 -1 64 656 0 0 0 58 0 0 0 16 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22447] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22447/stat : 22447 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22448] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22448/stat : 22448 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22449] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22449/stat : 22449 (java) S 22434 22436 22252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173587108 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.25
Current children cumulated vsize (KiB) 1789948

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/90 22646
/proc/meminfo: memFree=911816/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=1789948 CPUtime=1784.23
/proc/22436/stat : 22436 (java) S 22434 22436 22252 0 -1 0 335622 0 35 0 178233 190 0 0 18 0 13 0 173586995 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 447487 251626 1331 9 0 445099 0
[pid=22436/tid=22438] ppid=22434 vsize=1789948 CPUtime=1778.96
/proc/22436/task/22438/stat : 22438 (java) R 22434 22436 22252 0 -1 64 37705 0 9 0 177857 39 0 0 25 0 13 0 173587006 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109756397 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22439] ppid=22434 vsize=1789948 CPUtime=1.97
/proc/22436/task/22439/stat : 22439 (java) S 22434 22436 22252 0 -1 64 148457 0 0 0 126 71 0 0 16 0 13 0 173587013 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22440] ppid=22434 vsize=1789948 CPUtime=1.97
/proc/22436/task/22440/stat : 22440 (java) S 22434 22436 22252 0 -1 64 146669 0 0 0 122 75 0 0 20 0 13 0 173587013 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22441] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22441/stat : 22441 (java) S 22434 22436 22252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173587017 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22442] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22442/stat : 22442 (java) S 22434 22436 22252 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 173587017 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22443] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22443/stat : 22443 (java) S 22434 22436 22252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173587017 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22444] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22444/stat : 22444 (java) S 22434 22436 22252 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22445] ppid=22434 vsize=1789948 CPUtime=0.68
/proc/22436/task/22445/stat : 22445 (java) S 22434 22436 22252 0 -1 64 1432 0 0 0 68 0 0 0 17 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22446] ppid=22434 vsize=1789948 CPUtime=0.58
/proc/22436/task/22446/stat : 22446 (java) S 22434 22436 22252 0 -1 64 656 0 0 0 58 0 0 0 16 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22447] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22447/stat : 22447 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22448] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22448/stat : 22448 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22449] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22449/stat : 22449 (java) S 22434 22436 22252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173587108 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.23
Current children cumulated vsize (KiB) 1789948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 1.00 0.97 0.82 2/90 22646
/proc/meminfo: memFree=911880/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=1789948 CPUtime=1800.03
/proc/22436/stat : 22436 (java) S 22434 22436 22252 0 -1 0 335622 0 35 0 179813 190 0 0 18 0 13 0 173586995 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 447487 251626 1331 9 0 445099 0
[pid=22436/tid=22438] ppid=22434 vsize=1789948 CPUtime=1794.76
/proc/22436/task/22438/stat : 22438 (java) R 22434 22436 22252 0 -1 64 37705 0 9 0 179437 39 0 0 25 0 13 0 173587006 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109756397 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22439] ppid=22434 vsize=1789948 CPUtime=1.97
/proc/22436/task/22439/stat : 22439 (java) S 22434 22436 22252 0 -1 64 148457 0 0 0 126 71 0 0 16 0 13 0 173587013 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22440] ppid=22434 vsize=1789948 CPUtime=1.97
/proc/22436/task/22440/stat : 22440 (java) S 22434 22436 22252 0 -1 64 146669 0 0 0 122 75 0 0 20 0 13 0 173587013 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22441] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22441/stat : 22441 (java) S 22434 22436 22252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173587017 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22442] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22442/stat : 22442 (java) S 22434 22436 22252 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 173587017 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22443] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22443/stat : 22443 (java) S 22434 22436 22252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173587017 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22444] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22444/stat : 22444 (java) S 22434 22436 22252 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22445] ppid=22434 vsize=1789948 CPUtime=0.68
/proc/22436/task/22445/stat : 22445 (java) S 22434 22436 22252 0 -1 64 1432 0 0 0 68 0 0 0 17 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22446] ppid=22434 vsize=1789948 CPUtime=0.58
/proc/22436/task/22446/stat : 22446 (java) S 22434 22436 22252 0 -1 64 656 0 0 0 58 0 0 0 16 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22447] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22447/stat : 22447 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22448] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22448/stat : 22448 (java) S 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173587024 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22449] ppid=22434 vsize=1789948 CPUtime=0
/proc/22436/task/22449/stat : 22449 (java) S 22434 22436 22252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173587108 1832906752 251626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1789948

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

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

[startup+1798.21 s]
/proc/loadavg: 1.00 0.97 0.82 2/90 22646
/proc/meminfo: memFree=911880/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=1790272 CPUtime=1800.23
/proc/22436/stat : 22436 (java) S 22434 22436 22252 0 -1 0 335703 0 35 0 179833 190 0 0 16 0 14 0 173586995 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 447568 251706 1331 9 0 445180 0
[pid=22436/tid=22438] ppid=22434 vsize=1790272 CPUtime=1794.77
/proc/22436/task/22438/stat : 22438 (java) S 22434 22436 22252 0 -1 64 37705 0 9 0 179438 39 0 0 25 0 14 0 173587006 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22439] ppid=22434 vsize=1790272 CPUtime=2.06
/proc/22436/task/22439/stat : 22439 (java) R 22434 22436 22252 0 -1 64 148528 0 0 0 135 71 0 0 17 0 14 0 173587013 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22440] ppid=22434 vsize=1790272 CPUtime=2.07
/proc/22436/task/22440/stat : 22440 (java) R 22434 22436 22252 0 -1 64 146669 0 0 0 132 75 0 0 17 0 14 0 173587013 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22441] ppid=22434 vsize=1790272 CPUtime=0
/proc/22436/task/22441/stat : 22441 (java) S 22434 22436 22252 0 -1 64 6 0 0 0 0 0 0 0 15 0 14 0 173587017 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22442] ppid=22434 vsize=1790272 CPUtime=0
/proc/22436/task/22442/stat : 22442 (java) S 22434 22436 22252 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 173587017 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22443] ppid=22434 vsize=1790272 CPUtime=0
/proc/22436/task/22443/stat : 22443 (java) S 22434 22436 22252 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 173587017 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22444] ppid=22434 vsize=1790272 CPUtime=0
/proc/22436/task/22444/stat : 22444 (java) S 22434 22436 22252 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 173587024 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22445] ppid=22434 vsize=1790272 CPUtime=0.68
/proc/22436/task/22445/stat : 22445 (java) S 22434 22436 22252 0 -1 64 1432 0 0 0 68 0 0 0 17 0 14 0 173587024 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22436/tid=22446] ppid=22434 vsize=1790272 CPUtime=0.58
/proc/22436/task/22446/stat : 22446 (java) S 22434 22436 22252 0 -1 64 656 0 0 0 58 0 0 0 16 0 14 0 173587024 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22447] ppid=22434 vsize=1790272 CPUtime=0
/proc/22436/task/22447/stat : 22447 (java) S 22434 22436 22252 0 -1 64 2 0 0 0 0 0 0 0 22 0 14 0 173587024 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22448] ppid=22434 vsize=1790272 CPUtime=0
/proc/22436/task/22448/stat : 22448 (java) R 22434 22436 22252 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 173587024 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22436/tid=22449] ppid=22434 vsize=1790272 CPUtime=0
/proc/22436/task/22449/stat : 22449 (java) S 22434 22436 22252 0 -1 64 4 0 0 0 0 0 0 0 22 0 14 0 173587108 1833238528 251706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1790272

[startup+1798.4 s]
/proc/loadavg: 1.00 0.97 0.82 2/80 22649
/proc/meminfo: memFree=1096768/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=0 CPUtime=1800.54
/proc/22436/stat : 22436 (java) Z 22434 22436 22252 0 -1 1036 345042 0 35 0 179856 198 0 0 15 0 2 0 173586995 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (KiB) 0

[startup+1798.51 s]
/proc/loadavg: 1.00 0.97 0.82 2/80 22649
/proc/meminfo: memFree=1096768/2055920 swapFree=4152812/4192956
[pid=22436] ppid=22434 vsize=0 CPUtime=1800.64
/proc/22436/stat : 22436 (java) Z 22434 22436 22252 0 -1 1036 345042 0 35 0 179856 208 0 0 15 0 2 0 173586995 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22436/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.54
CPU time (s): 1800.68
CPU user time (s): 1798.57
CPU system time (s): 2.11268
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 1790272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 2.11268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345042
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37249
involuntary context switches= 54887

runsolver used 1.69874 second user time and 4.92425 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Thu Apr 19 09:38:14 UTC 2007

IDJOB= 360871
IDBENCH= 1402
IDSOLVER= 159
FILE ID= node9/360871-1176975494

PBS_JOBID= 4630402

Free space on /tmp= 66425 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_60_pb.cnf.cr.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360871-1176975494/sat4jPseudoResolution.jar /tmp/evaluation/360871-1176975494/instance-360871-1176975494.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-360871-1176975494 -o ROOT/results/node9/solver-360871-1176975494 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360871-1176975494/sat4jPseudoResolution.jar /tmp/evaluation/360871-1176975494/instance-360871-1176975494.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6f530d7030eb010292a76e81381ed552

RANDOM SEED= 92588613

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1927808 kB
Buffers:          6344 kB
Cached:          60084 kB
SwapCached:       7964 kB
Active:          39172 kB
Inactive:        49836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1927808 kB
SwapTotal:     4192956 kB
SwapFree:      4152812 kB
Dirty:            3868 kB
Writeback:           0 kB
Mapped:          29560 kB
Slab:            24680 kB
Committed_AS:  6049716 kB
PageTables:       1784 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= 66425 MiB

End job on node9 on Thu Apr 19 10:08:15 UTC 2007