Trace number 419568

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.28 1793.39

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/dspam/dspam_dump_vc973.opb
MD5SUM0e7fba8c353cb1e7009b96d36f1b9166
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.41472
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables274379
Total number of constraints908191
Number of constraints which are clauses908191
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/419568-1177409691/instance-419568-1177409691.opb
0.20/0.20	c reading problem ... 
20.12/16.83	c ... done. Wall clock time 16.63s.
20.12/16.83	c CPU time (experimental) 13.76s.
20.12/16.83	c #vars     274379
20.12/16.83	c #constraints  902703
1800.08/1793.21	c starts		: 21
1800.08/1793.21	c conflicts		: 837380
1800.08/1793.21	c decisions		: 1298830
1800.08/1793.21	c propagations		: 529209900
1800.08/1793.21	c inspects		: 4220915587
1800.08/1793.21	c learnt literals	: 31
1800.08/1793.21	c learnt binary clauses	: 4346
1800.08/1793.21	c learnt ternary clauses	: 14316
1800.08/1793.21	c learnt clauses	: 837349
1800.08/1793.21	c root simplifications	: 0
1800.08/1793.21	c removed literals (reason simplification)	: 0
1800.08/1793.21	c reason swapping (by a shorter reason)	: 0
1800.08/1793.21	c Calls to reduceDB	: 0
1800.08/1793.21	c speed (decisions/second)	: 731.1956106859485
1800.08/1793.21	c non guided choices	14815
1800.08/1793.21	s UNKNOWN
1800.08/1793.21	c Total wall clock time (ms): 1793.009

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-419568-1177409691 -o ROOT/results/node18/solver-419568-1177409691 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419568-1177409691/sat4jPseudoResolution.jar /tmp/evaluation/419568-1177409691/instance-419568-1177409691.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 20662
/proc/meminfo: memFree=1642624/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=18528 CPUtime=0
/proc/20662/stat : 20662 (runsolver) R 20660 20662 19554 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 188886640 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/20662/statm: 4632 284 249 14 0 2626 0

[startup+0.0118599 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 20662
/proc/meminfo: memFree=1642624/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=272 CPUtime=0
/proc/20662/stat : 20662 (java) D 20660 20662 19554 0 -1 0 215 0 0 0 0 0 0 0 19 0 1 0 188886640 278528 37 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7861028 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/20662/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.10239 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 20662
/proc/meminfo: memFree=1642624/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1780108 CPUtime=0.08
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 3967 0 1 0 6 2 0 0 19 0 12 0 188886640 1822830592 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301409 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 20662
/proc/meminfo: memFree=1642624/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1782100 CPUtime=0.3
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 7495 0 1 0 26 4 0 0 19 0 12 0 188886640 1824870400 7235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 445525 7235 1263 9 0 443137 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782100

[startup+0.701446 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 20662
/proc/meminfo: memFree=1642624/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1783804 CPUtime=0.85
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 9263 0 1 0 80 5 0 0 19 0 12 0 188886640 1826615296 8790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 445951 8790 1298 9 0 443563 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1783804

[startup+1.50252 s]
/proc/loadavg: 1.01 1.00 0.98 4/89 20674
/proc/meminfo: memFree=1603424/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1788664 CPUtime=2.23
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 19421 0 1 0 211 12 0 0 19 0 12 0 188886640 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 447166 15672 1301 9 0 444778 0
[pid=20662/tid=20664] ppid=20660 vsize=1788664 CPUtime=1.01
/proc/20662/task/20664/stat : 20664 (java) R 20660 20662 19554 0 -1 64 12998 0 1 0 94 7 0 0 18 0 12 0 188886642 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105062721 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20665] ppid=20660 vsize=1788664 CPUtime=0
/proc/20662/task/20665/stat : 20665 (java) S 20660 20662 19554 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 188886643 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20666] ppid=20660 vsize=1788664 CPUtime=0
/proc/20662/task/20666/stat : 20666 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 188886643 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20667] ppid=20660 vsize=1788664 CPUtime=0
/proc/20662/task/20667/stat : 20667 (java) S 20660 20662 19554 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188886645 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20668] ppid=20660 vsize=1788664 CPUtime=0
/proc/20662/task/20668/stat : 20668 (java) S 20660 20662 19554 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 188886646 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20669] ppid=20660 vsize=1788664 CPUtime=0
/proc/20662/task/20669/stat : 20669 (java) S 20660 20662 19554 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 188886646 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=1788664 CPUtime=0
/proc/20662/task/20670/stat : 20670 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188886650 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=1788664 CPUtime=0.59
/proc/20662/task/20671/stat : 20671 (java) R 20660 20662 19554 0 -1 64 3165 0 0 0 58 1 0 0 16 0 12 0 188886650 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 101901473 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20672] ppid=20660 vsize=1788664 CPUtime=0.59
/proc/20662/task/20672/stat : 20672 (java) S 20660 20662 19554 0 -1 64 2537 0 0 0 58 1 0 0 16 0 12 0 188886650 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20673] ppid=20660 vsize=1788664 CPUtime=0
/proc/20662/task/20673/stat : 20673 (java) S 20660 20662 19554 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188886650 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20674] ppid=20660 vsize=1788664 CPUtime=0
/proc/20662/task/20674/stat : 20674 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188886650 1831591936 15672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1788664

[startup+3.10267 s]
/proc/loadavg: 1.01 1.00 0.98 2/89 20674
/proc/meminfo: memFree=1519456/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1789312 CPUtime=3.95
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 48447 0 1 0 368 27 0 0 19 0 12 0 188886640 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 447328 44691 1311 9 0 444940 0
[pid=20662/tid=20664] ppid=20660 vsize=1789312 CPUtime=2.52
/proc/20662/task/20664/stat : 20664 (java) R 20660 20662 19554 0 -1 64 37677 0 1 0 231 21 0 0 21 0 12 0 188886642 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109488283 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20665] ppid=20660 vsize=1789312 CPUtime=0.09
/proc/20662/task/20665/stat : 20665 (java) S 20660 20662 19554 0 -1 64 2033 0 0 0 9 0 0 0 16 0 12 0 188886643 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20666] ppid=20660 vsize=1789312 CPUtime=0.09
/proc/20662/task/20666/stat : 20666 (java) S 20660 20662 19554 0 -1 64 2308 0 0 0 8 1 0 0 17 0 12 0 188886643 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20667] ppid=20660 vsize=1789312 CPUtime=0
/proc/20662/task/20667/stat : 20667 (java) S 20660 20662 19554 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188886645 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20668] ppid=20660 vsize=1789312 CPUtime=0
/proc/20662/task/20668/stat : 20668 (java) S 20660 20662 19554 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188886646 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20669] ppid=20660 vsize=1789312 CPUtime=0
/proc/20662/task/20669/stat : 20669 (java) S 20660 20662 19554 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188886646 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=1789312 CPUtime=0
/proc/20662/task/20670/stat : 20670 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188886650 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=1789312 CPUtime=0.6
/proc/20662/task/20671/stat : 20671 (java) S 20660 20662 19554 0 -1 64 3166 0 0 0 59 1 0 0 16 0 12 0 188886650 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20672] ppid=20660 vsize=1789312 CPUtime=0.6
/proc/20662/task/20672/stat : 20672 (java) S 20660 20662 19554 0 -1 64 2538 0 0 0 59 1 0 0 16 0 12 0 188886650 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20673] ppid=20660 vsize=1789312 CPUtime=0
/proc/20662/task/20673/stat : 20673 (java) S 20660 20662 19554 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188886650 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20674] ppid=20660 vsize=1789312 CPUtime=0
/proc/20662/task/20674/stat : 20674 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188886650 1832255488 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 1789312

[startup+6.30198 s]
/proc/loadavg: 1.01 1.00 0.98 2/89 20674
/proc/meminfo: memFree=1431776/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1791232 CPUtime=7.69
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 60901 0 1 0 736 33 0 0 19 0 12 0 188886640 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 447808 56031 1311 9 0 445420 0
[pid=20662/tid=20664] ppid=20660 vsize=1791232 CPUtime=5.16
/proc/20662/task/20664/stat : 20664 (java) R 20660 20662 19554 0 -1 64 37681 0 1 0 495 21 0 0 19 0 12 0 188886642 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471501 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20665] ppid=20660 vsize=1791232 CPUtime=0.64
/proc/20662/task/20665/stat : 20665 (java) S 20660 20662 19554 0 -1 64 8271 0 0 0 61 3 0 0 16 0 12 0 188886643 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20666] ppid=20660 vsize=1791232 CPUtime=0.63
/proc/20662/task/20666/stat : 20666 (java) S 20660 20662 19554 0 -1 64 8518 0 0 0 59 4 0 0 16 0 12 0 188886643 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20667] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20667/stat : 20667 (java) S 20660 20662 19554 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 188886645 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20668] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20668/stat : 20668 (java) S 20660 20662 19554 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188886646 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20669] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20669/stat : 20669 (java) S 20660 20662 19554 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188886646 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20670/stat : 20670 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188886650 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=1791232 CPUtime=0.6
/proc/20662/task/20671/stat : 20671 (java) S 20660 20662 19554 0 -1 64 3166 0 0 0 59 1 0 0 16 0 12 0 188886650 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20672] ppid=20660 vsize=1791232 CPUtime=0.6
/proc/20662/task/20672/stat : 20672 (java) S 20660 20662 19554 0 -1 64 2538 0 0 0 59 1 0 0 16 0 12 0 188886650 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20673] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20673/stat : 20673 (java) S 20660 20662 19554 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188886650 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20674] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20674/stat : 20674 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188886650 1834221568 56031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1791232

[startup+12.7026 s]
/proc/loadavg: 1.00 1.00 0.98 2/89 20674
/proc/meminfo: memFree=1378408/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1791232 CPUtime=15.5
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 77223 0 1 0 1509 41 0 0 19 0 12 0 188886640 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 447808 69748 1311 9 0 445420 0
[pid=20662/tid=20664] ppid=20660 vsize=1791232 CPUtime=10.14
/proc/20662/task/20664/stat : 20664 (java) R 20660 20662 19554 0 -1 64 37689 0 1 0 991 23 0 0 17 0 12 0 188886642 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20665] ppid=20660 vsize=1791232 CPUtime=2.06
/proc/20662/task/20665/stat : 20665 (java) S 20660 20662 19554 0 -1 64 14626 0 0 0 200 6 0 0 18 0 12 0 188886643 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20666] ppid=20660 vsize=1791232 CPUtime=2.04
/proc/20662/task/20666/stat : 20666 (java) S 20660 20662 19554 0 -1 64 18476 0 0 0 197 7 0 0 16 0 12 0 188886643 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20667] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20667/stat : 20667 (java) S 20660 20662 19554 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 188886645 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20668] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20668/stat : 20668 (java) S 20660 20662 19554 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188886646 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20669] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20669/stat : 20669 (java) S 20660 20662 19554 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188886646 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20670/stat : 20670 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188886650 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=1791232 CPUtime=0.6
/proc/20662/task/20671/stat : 20671 (java) S 20660 20662 19554 0 -1 64 3166 0 0 0 59 1 0 0 16 0 12 0 188886650 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20672] ppid=20660 vsize=1791232 CPUtime=0.6
/proc/20662/task/20672/stat : 20672 (java) S 20660 20662 19554 0 -1 64 2538 0 0 0 59 1 0 0 16 0 12 0 188886650 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20673] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20673/stat : 20673 (java) S 20660 20662 19554 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188886650 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20674] ppid=20660 vsize=1791232 CPUtime=0
/proc/20662/task/20674/stat : 20674 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188886650 1834221568 69748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.5
Current children cumulated vsize (KiB) 1791232

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 20675
/proc/meminfo: memFree=1336928/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1791556 CPUtime=29.3
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 85662 0 1 0 2884 46 0 0 19 0 13 0 188886640 1834553344 77570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 447889 77570 1326 9 0 445501 0
[pid=20662/tid=20664] ppid=20660 vsize=1791556 CPUtime=22.28
/proc/20662/task/20664/stat : 20664 (java) R 20660 20662 19554 0 -1 64 37729 0 1 0 2204 24 0 0 25 0 13 0 188886642 1834553344 77570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109869251 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20665] ppid=20660 vsize=1791556 CPUtime=2.57
/proc/20662/task/20665/stat : 20665 (java) S 20660 20662 19554 0 -1 64 20078 0 0 0 249 8 0 0 16 0 13 0 188886643 1834553344 77570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20666] ppid=20660 vsize=1791556 CPUtime=2.55
/proc/20662/task/20666/stat : 20666 (java) S 20660 20662 19554 0 -1 64 21345 0 0 0 247 8 0 0 16 0 13 0 188886643 1834553344 77570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20667] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20667/stat : 20667 (java) S 20660 20662 19554 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 188886645 1834553344 77570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20668] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20668/stat : 20668 (java) S 20660 20662 19554 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 77570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20669] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20669/stat : 20669 (java) S 20660 20662 19554 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 77570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20670/stat : 20670 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188886650 1834553344 77570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=20662/tid=20667] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20667/stat : 20667 (java) S 20660 20662 19554 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 188886645 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20668] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20668/stat : 20668 (java) S 20660 20662 19554 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20669] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20669/stat : 20669 (java) S 20660 20662 19554 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20670/stat : 20670 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188886650 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=1791556 CPUtime=0.99
/proc/20662/task/20671/stat : 20671 (java) S 20660 20662 19554 0 -1 64 3214 0 0 0 98 1 0 0 17 0 13 0 188886650 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20672] ppid=20660 vsize=1791556 CPUtime=0.9
/proc/20662/task/20672/stat : 20672 (java) S 20660 20662 19554 0 -1 64 2568 0 0 0 89 1 0 0 17 0 13 0 188886650 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20673] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20673/stat : 20673 (java) S 20660 20662 19554 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 188886650 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20674] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20674/stat : 20674 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188886650 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20675] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20675/stat : 20675 (java) S 20660 20662 19554 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188888332 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1609
Current children cumulated vsize (KiB) 1791556

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 20677
/proc/meminfo: memFree=579744/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1791556 CPUtime=1668.99
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 335775 0 1 0 166719 180 0 0 19 0 13 0 188886640 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 447889 266425 1326 9 0 445501 0
[pid=20662/tid=20664] ppid=20660 vsize=1791556 CPUtime=1655.25
/proc/20662/task/20664/stat : 20664 (java) R 20660 20662 19554 0 -1 64 37743 0 1 0 165487 38 0 0 25 0 13 0 188886642 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835675 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20665] ppid=20660 vsize=1791556 CPUtime=5.92
/proc/20662/task/20665/stat : 20665 (java) S 20660 20662 19554 0 -1 64 144082 0 0 0 526 66 0 0 16 0 13 0 188886643 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20666] ppid=20660 vsize=1791556 CPUtime=5.85
/proc/20662/task/20666/stat : 20666 (java) S 20660 20662 19554 0 -1 64 147435 0 0 0 515 70 0 0 16 0 13 0 188886643 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20667] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20667/stat : 20667 (java) S 20660 20662 19554 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 188886645 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20668] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20668/stat : 20668 (java) S 20660 20662 19554 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20669] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20669/stat : 20669 (java) S 20660 20662 19554 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20670/stat : 20670 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188886650 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=1791556 CPUtime=0.99
/proc/20662/task/20671/stat : 20671 (java) S 20660 20662 19554 0 -1 64 3214 0 0 0 98 1 0 0 17 0 13 0 188886650 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20672] ppid=20660 vsize=1791556 CPUtime=0.9
/proc/20662/task/20672/stat : 20672 (java) S 20660 20662 19554 0 -1 64 2568 0 0 0 89 1 0 0 17 0 13 0 188886650 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20673] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20673/stat : 20673 (java) S 20660 20662 19554 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 188886650 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20674] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20674/stat : 20674 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188886650 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20675] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20675/stat : 20675 (java) S 20660 20662 19554 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188888332 1834553344 266425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1668.99
Current children cumulated vsize (KiB) 1791556

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 20677
/proc/meminfo: memFree=514272/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1791556 CPUtime=1729.2
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 357646 0 1 0 172728 192 0 0 19 0 13 0 188886640 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 447889 282742 1326 9 0 445501 0
[pid=20662/tid=20664] ppid=20660 vsize=1791556 CPUtime=1714.97
/proc/20662/task/20664/stat : 20664 (java) R 20660 20662 19554 0 -1 64 37744 0 1 0 171459 38 0 0 25 0 13 0 188886642 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109775314 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20665] ppid=20660 vsize=1791556 CPUtime=6.17
/proc/20662/task/20665/stat : 20665 (java) S 20660 20662 19554 0 -1 64 156870 0 0 0 544 73 0 0 19 0 13 0 188886643 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20666] ppid=20660 vsize=1791556 CPUtime=6.09
/proc/20662/task/20666/stat : 20666 (java) S 20660 20662 19554 0 -1 64 156517 0 0 0 535 74 0 0 16 0 13 0 188886643 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20667] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20667/stat : 20667 (java) S 20660 20662 19554 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 188886645 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20668] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20668/stat : 20668 (java) S 20660 20662 19554 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20669] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20669/stat : 20669 (java) S 20660 20662 19554 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20670/stat : 20670 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=1791556 CPUtime=0.99
/proc/20662/task/20671/stat : 20671 (java) S 20660 20662 19554 0 -1 64 3214 0 0 0 98 1 0 0 17 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20672] ppid=20660 vsize=1791556 CPUtime=0.9
/proc/20662/task/20672/stat : 20672 (java) S 20660 20662 19554 0 -1 64 2568 0 0 0 89 1 0 0 17 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20673] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20673/stat : 20673 (java) S 20660 20662 19554 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20674] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20674/stat : 20674 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20675] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20675/stat : 20675 (java) S 20660 20662 19554 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188888332 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1729.2
Current children cumulated vsize (KiB) 1791556

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 20677
/proc/meminfo: memFree=514272/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1791556 CPUtime=1789.18
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 357646 0 1 0 178726 192 0 0 19 0 13 0 188886640 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 447889 282742 1326 9 0 445501 0
[pid=20662/tid=20664] ppid=20660 vsize=1791556 CPUtime=1774.96
/proc/20662/task/20664/stat : 20664 (java) R 20660 20662 19554 0 -1 64 37744 0 1 0 177457 39 0 0 25 0 13 0 188886642 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835372 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20665] ppid=20660 vsize=1791556 CPUtime=6.17
/proc/20662/task/20665/stat : 20665 (java) S 20660 20662 19554 0 -1 64 156870 0 0 0 544 73 0 0 19 0 13 0 188886643 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20666] ppid=20660 vsize=1791556 CPUtime=6.09
/proc/20662/task/20666/stat : 20666 (java) S 20660 20662 19554 0 -1 64 156517 0 0 0 535 74 0 0 16 0 13 0 188886643 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20667] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20667/stat : 20667 (java) S 20660 20662 19554 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 188886645 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20668] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20668/stat : 20668 (java) S 20660 20662 19554 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20669] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20669/stat : 20669 (java) S 20660 20662 19554 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20670/stat : 20670 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=1791556 CPUtime=0.99
/proc/20662/task/20671/stat : 20671 (java) S 20660 20662 19554 0 -1 64 3214 0 0 0 98 1 0 0 17 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20672] ppid=20660 vsize=1791556 CPUtime=0.9
/proc/20662/task/20672/stat : 20672 (java) S 20660 20662 19554 0 -1 64 2568 0 0 0 89 1 0 0 17 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20673] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20673/stat : 20673 (java) S 20660 20662 19554 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20674] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20674/stat : 20674 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20675] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20675/stat : 20675 (java) S 20660 20662 19554 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188888332 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1789.18
Current children cumulated vsize (KiB) 1791556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 20677
/proc/meminfo: memFree=514272/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=1791556 CPUtime=1800.08
/proc/20662/stat : 20662 (java) S 20660 20662 19554 0 -1 0 357646 0 1 0 179816 192 0 0 19 0 13 0 188886640 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 447889 282742 1326 9 0 445501 0
[pid=20662/tid=20664] ppid=20660 vsize=1791556 CPUtime=1785.86
/proc/20662/task/20664/stat : 20664 (java) R 20660 20662 19554 0 -1 64 37744 0 1 0 178547 39 0 0 25 0 13 0 188886642 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835808 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20665] ppid=20660 vsize=1791556 CPUtime=6.17
/proc/20662/task/20665/stat : 20665 (java) S 20660 20662 19554 0 -1 64 156870 0 0 0 544 73 0 0 19 0 13 0 188886643 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20666] ppid=20660 vsize=1791556 CPUtime=6.09
/proc/20662/task/20666/stat : 20666 (java) S 20660 20662 19554 0 -1 64 156517 0 0 0 535 74 0 0 16 0 13 0 188886643 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20667] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20667/stat : 20667 (java) S 20660 20662 19554 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 188886645 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20668] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20668/stat : 20668 (java) S 20660 20662 19554 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20669] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20669/stat : 20669 (java) S 20660 20662 19554 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188886646 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20670/stat : 20670 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=1791556 CPUtime=0.99
/proc/20662/task/20671/stat : 20671 (java) S 20660 20662 19554 0 -1 64 3214 0 0 0 98 1 0 0 17 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20672] ppid=20660 vsize=1791556 CPUtime=0.9
/proc/20662/task/20672/stat : 20672 (java) S 20660 20662 19554 0 -1 64 2568 0 0 0 89 1 0 0 17 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20673] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20673/stat : 20673 (java) S 20660 20662 19554 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20662/tid=20674] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20674/stat : 20674 (java) S 20660 20662 19554 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188886650 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20662/tid=20675] ppid=20660 vsize=1791556 CPUtime=0
/proc/20662/task/20675/stat : 20675 (java) S 20660 20662 19554 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188888332 1834553344 282742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1791556

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

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

[startup+1793.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 20677
/proc/meminfo: memFree=514272/2055920 swapFree=4147180/4192956
[pid=20662] ppid=20660 vsize=0 CPUtime=1800.19
/proc/20662/stat : 20662 (java) Z 20660 20662 19554 0 -1 1036 357667 0 1 0 179818 201 0 0 16 0 2 0 188886640 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20662/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.39
CPU time (s): 1800.28
CPU user time (s): 1798.19
CPU system time (s): 2.09668
CPU usage (%): 100.384
Max. virtual memory (cumulated for all children) (KiB): 1791556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 2.09668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357667
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37178
involuntary context switches= 37926

runsolver used 1.75173 second user time and 4.80527 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Apr 24 10:14:53 UTC 2007

IDJOB= 419568
IDBENCH= 47783
IDSOLVER= 159
FILE ID= node18/419568-1177409691

PBS_JOBID= 4675628

Free space on /tmp= 66456 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/dspam/dspam_dump_vc973.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419568-1177409691/sat4jPseudoResolution.jar /tmp/evaluation/419568-1177409691/instance-419568-1177409691.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-419568-1177409691 -o ROOT/results/node18/solver-419568-1177409691 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419568-1177409691/sat4jPseudoResolution.jar /tmp/evaluation/419568-1177409691/instance-419568-1177409691.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0e7fba8c353cb1e7009b96d36f1b9166

RANDOM SEED= 472223700

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.234
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.234
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:       1643096 kB
Buffers:         43040 kB
Cached:         275432 kB
SwapCached:      14796 kB
Active:          97120 kB
Inactive:       253640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643096 kB
SwapTotal:     4192956 kB
SwapFree:      4147180 kB
Dirty:           35136 kB
Writeback:           0 kB
Mapped:          39020 kB
Slab:            47560 kB
Committed_AS:  5398092 kB
PageTables:       1796 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= 66456 MiB

End job on node18 on Tue Apr 24 10:44:48 UTC 2007