Trace number 351040

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.28 1786.71

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-blend.opb
MD5SUMb27b0c72b75cc4f9d136fed88900224a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-22
Best CPU time to get the best result obtained on this benchmark1800.34
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -24
Optimality of the best value was proved YES
Number of variables2490
Total number of constraints74
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints74
Minimum length of a constraint30
Maximum length of a constraint780
Number of terms in the objective function 660
Biggest coefficient in the objective function 37049
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524798
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524862
Number of bits of the biggest sum of numbers20
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.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/351040-1176577104/instance-351040-1176577104.opb
0.19/0.20	c reading problem ... 
1.85/1.10	c ... done. Wall clock time 0.9s.
1.85/1.10	c CPU time (experimental) 0.58s.
1.85/1.10	c #vars     2490
1.85/1.10	c #constraints  114
1800.06/1786.51	c starts		: 24
1800.06/1786.51	c conflicts		: 2418376
1800.06/1786.51	c decisions		: 2440439
1800.06/1786.51	c propagations		: 19507048
1800.06/1786.51	c inspects		: 1954271175
1800.06/1786.51	c learnt literals	: 10
1800.06/1786.51	c learnt binary clauses	: 13
1800.06/1786.51	c learnt ternary clauses	: 28
1800.06/1786.51	c learnt clauses	: 2418366
1800.06/1786.51	c root simplifications	: 0
1800.06/1786.51	c removed literals (reason simplification)	: 0
1800.06/1786.51	c reason swapping (by a shorter reason)	: 0
1800.06/1786.51	c Calls to reduceDB	: 0
1800.06/1786.51	c speed (decisions/second)	: 1366.900192787874
1800.06/1786.51	c non guided choices	0
1800.06/1786.51	s UNKNOWN
1800.06/1786.51	c Total wall clock time (ms): 1786.307

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/node58/watcher-351040-1176577104 -o ROOT/results/node58/solver-351040-1176577104 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351040-1176577104/sat4jPseudoResolution.jar /tmp/evaluation/351040-1176577104/instance-351040-1176577104.opb 

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


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 3520
/proc/meminfo: memFree=1665152/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=152 CPUtime=0
/proc/3520/stat : 3520 (java) R 3518 3520 2470 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 105620123 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4870443 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 38 26 19 9 0 4 0

[startup+0.0982981 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 3520
/proc/meminfo: memFree=1665152/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1780108 CPUtime=0.07
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 3934 0 1 0 5 2 0 0 18 0 12 0 105620123 1822830592 3675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 445027 3675 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780108

[startup+0.101295 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 3520
/proc/meminfo: memFree=1665152/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1780108 CPUtime=0.08
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 3966 0 1 0 5 3 0 0 18 0 12 0 105620123 1822830592 3707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 445027 3707 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301332 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 3520
/proc/meminfo: memFree=1665152/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1782044 CPUtime=0.31
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 5103 0 1 0 27 4 0 0 18 0 12 0 105620123 1824813056 4841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 445511 4841 1264 9 0 443123 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782044

[startup+0.701401 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 3520
/proc/meminfo: memFree=1665152/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1793216 CPUtime=1.05
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 9656 0 1 0 99 6 0 0 18 0 12 0 105620123 1836253184 8305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 448304 8305 1302 9 0 445916 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1793216

[startup+1.50253 s]
/proc/loadavg: 0.91 0.97 0.99 3/76 3532
/proc/meminfo: memFree=1631200/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1793196 CPUtime=2.42
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 15055 0 1 0 233 9 0 0 18 0 13 0 105620123 1836232704 11805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 448299 11805 1321 9 0 445911 0
[pid=3520/tid=3522] ppid=3518 vsize=1793196 CPUtime=0.89
/proc/3520/task/3522/stat : 3522 (java) R 3518 3520 2470 0 -1 64 8082 0 1 0 84 5 0 0 22 0 13 0 105620124 1836232704 11805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109757255 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3523] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3523/stat : 3523 (java) S 3518 3520 2470 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 105620126 1836232704 11805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3524] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3524/stat : 3524 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 105620126 1836232704 11805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3525] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3525/stat : 3525 (java) S 3518 3520 2470 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 105620128 1836232704 11805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3526] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3526/stat : 3526 (java) S 3518 3520 2470 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 105620129 1836232704 11805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3527] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3527/stat : 3527 (java) S 3518 3520 2470 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 105620129 1836232704 11805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3528] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3528/stat : 3528 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105620133 1836232704 11805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3529] ppid=3518 vsize=1793196 CPUtime=0.68
/proc/3520/task/3529/stat : 3529 (java) S 3518 3520 2470 0 -1 64 2095 0 0 0 67 1 0 0 16 0 13 0 105620133 1836232704 11806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3530] ppid=3518 vsize=1793196 CPUtime=0.83
/proc/3520/task/3530/stat : 3530 (java) R 3518 3520 2470 0 -1 64 4155 0 0 0 81 2 0 0 16 0 13 0 105620133 1836232704 11806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105292573 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3531] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3531/stat : 3531 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105620133 1836232704 11806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3532] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3532/stat : 3532 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105620133 1836232704 11806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 1793196

[startup+3.10279 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 3533
/proc/meminfo: memFree=1612888/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1793196 CPUtime=4.05
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 26184 0 1 0 391 14 0 0 18 0 13 0 105620123 1836232704 22933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 448299 22933 1321 9 0 445911 0
[pid=3520/tid=3522] ppid=3518 vsize=1793196 CPUtime=2.48
/proc/3520/task/3522/stat : 3522 (java) R 3518 3520 2470 0 -1 64 19207 0 1 0 238 10 0 0 25 0 13 0 105620124 1836232704 22933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109485912 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3523] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3523/stat : 3523 (java) S 3518 3520 2470 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 105620126 1836232704 22934 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3524] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3524/stat : 3524 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 105620126 1836232704 22934 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3525] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3525/stat : 3525 (java) S 3518 3520 2470 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 105620128 1836232704 22934 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3526] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3526/stat : 3526 (java) S 3518 3520 2470 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 105620129 1836232704 22934 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3527] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3527/stat : 3527 (java) S 3518 3520 2470 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 105620129 1836232704 22935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3528] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3528/stat : 3528 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105620133 1836232704 22935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3529] ppid=3518 vsize=1793196 CPUtime=0.69
/proc/3520/task/3529/stat : 3529 (java) S 3518 3520 2470 0 -1 64 2095 0 0 0 68 1 0 0 16 0 13 0 105620133 1836232704 22936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3530] ppid=3518 vsize=1793196 CPUtime=0.86
/proc/3520/task/3530/stat : 3530 (java) S 3518 3520 2470 0 -1 64 4159 0 0 0 84 2 0 0 16 0 13 0 105620133 1836232704 22936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3531] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3531/stat : 3531 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105620133 1836232704 22937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3532] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3532/stat : 3532 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105620133 1836232704 22937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3533] ppid=3518 vsize=1793196 CPUtime=0
/proc/3520/task/3533/stat : 3533 (java) S 3518 3520 2470 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105620242 1836232704 22938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 1793196

[startup+6.30233 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 3533
/proc/meminfo: memFree=1532184/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1793004 CPUtime=7.35
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 44065 0 1 0 713 22 0 0 18 0 13 0 105620123 1836036096 40764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 448251 40764 1323 9 0 445863 0
[pid=3520/tid=3522] ppid=3518 vsize=1793004 CPUtime=5.65
/proc/3520/task/3522/stat : 3522 (java) R 3518 3520 2470 0 -1 64 37071 0 1 0 547 18 0 0 25 0 13 0 105620124 1836036096 40765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109619351 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3523] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3523/stat : 3523 (java) S 3518 3520 2470 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 105620126 1836036096 40765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3524] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3524/stat : 3524 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 105620126 1836036096 40765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3525] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3525/stat : 3525 (java) S 3518 3520 2470 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 105620128 1836036096 40765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3526] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3526/stat : 3526 (java) S 3518 3520 2470 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 105620129 1836036096 40765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3527] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3527/stat : 3527 (java) S 3518 3520 2470 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 105620129 1836036096 40765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3528] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3528/stat : 3528 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105620133 1836036096 40765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3529] ppid=3518 vsize=1793004 CPUtime=0.71
/proc/3520/task/3529/stat : 3529 (java) S 3518 3520 2470 0 -1 64 2096 0 0 0 70 1 0 0 16 0 13 0 105620133 1836036096 40765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3530] ppid=3518 vsize=1793004 CPUtime=0.97
/proc/3520/task/3530/stat : 3530 (java) S 3518 3520 2470 0 -1 64 4176 0 0 0 95 2 0 0 16 0 13 0 105620133 1836036096 40765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3531] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3531/stat : 3531 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105620133 1836036096 40765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3532] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3532/stat : 3532 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105620133 1836036096 40765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3533] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3533/stat : 3533 (java) S 3518 3520 2470 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105620242 1836036096 40766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 1793004

[startup+12.7024 s]
/proc/loadavg: 0.93 0.97 0.99 2/77 3533
/proc/meminfo: memFree=1488792/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1793004 CPUtime=13.81
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 48490 0 1 0 1357 24 0 0 18 0 13 0 105620123 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 448251 45134 1332 9 0 445863 0
[pid=3520/tid=3522] ppid=3518 vsize=1793004 CPUtime=11.98
/proc/3520/task/3522/stat : 3522 (java) R 3518 3520 2470 0 -1 64 37709 0 1 0 1179 19 0 0 25 0 13 0 105620124 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109485916 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3523] ppid=3518 vsize=1793004 CPUtime=0.03
/proc/3520/task/3523/stat : 3523 (java) S 3518 3520 2470 0 -1 64 1848 0 0 0 3 0 0 0 16 0 13 0 105620126 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3524] ppid=3518 vsize=1793004 CPUtime=0.03
/proc/3520/task/3524/stat : 3524 (java) S 3518 3520 2470 0 -1 64 1925 0 0 0 3 0 0 0 16 0 13 0 105620126 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3525] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3525/stat : 3525 (java) S 3518 3520 2470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105620128 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3526] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3526/stat : 3526 (java) S 3518 3520 2470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105620129 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3527] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3527/stat : 3527 (java) S 3518 3520 2470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105620129 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3528] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3528/stat : 3528 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105620133 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3529] ppid=3518 vsize=1793004 CPUtime=0.74
/proc/3520/task/3529/stat : 3529 (java) S 3518 3520 2470 0 -1 64 2099 0 0 0 73 1 0 0 16 0 13 0 105620133 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3530] ppid=3518 vsize=1793004 CPUtime=0.99
/proc/3520/task/3530/stat : 3530 (java) S 3518 3520 2470 0 -1 64 4176 0 0 0 97 2 0 0 16 0 13 0 105620133 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3531] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3531/stat : 3531 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105620133 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3532] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3532/stat : 3532 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105620133 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3533] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3533/stat : 3533 (java) S 3518 3520 2470 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105620242 1836036096 45134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 1793004

[startup+25.5015 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 3533
/proc/meminfo: memFree=1476376/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1793004 CPUtime=26.69
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 51638 0 1 0 2643 26 0 0 18 0 13 0 105620123 1836036096 48253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 448251 48253 1332 9 0 445863 0
[pid=3520/tid=3522] ppid=3518 vsize=1793004 CPUtime=24.71
/proc/3520/task/3522/stat : 3522 (java) R 3518 3520 2470 0 -1 64 37711 0 1 0 2452 19 0 0 25 0 13 0 105620124 1836036096 48253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109619503 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3523] ppid=3518 vsize=1793004 CPUtime=0.1
/proc/3520/task/3523/stat : 3523 (java) S 3518 3520 2470 0 -1 64 3462 0 0 0 8 2 0 0 17 0 13 0 105620126 1836036096 48253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3524] ppid=3518 vsize=1793004 CPUtime=0.1
/proc/3520/task/3524/stat : 3524 (java) S 3518 3520 2470 0 -1 64 3454 0 0 0 9 1 0 0 16 0 13 0 105620126 1836036096 48253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3525] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3525/stat : 3525 (java) S 3518 3520 2470 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 105620128 1836036096 48253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

/proc/3520/task/3529/stat : 3529 (java) S 3518 3520 2470 0 -1 64 2099 0 0 0 74 1 0 0 17 0 13 0 105620133 1836036096 248568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3530] ppid=3518 vsize=1793004 CPUtime=1.01
/proc/3520/task/3530/stat : 3530 (java) S 3518 3520 2470 0 -1 64 4176 0 0 0 99 2 0 0 16 0 13 0 105620133 1836036096 248568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3531] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3531/stat : 3531 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105620133 1836036096 248568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3532] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3532/stat : 3532 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105620133 1836036096 248568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3533] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3533/stat : 3533 (java) S 3518 3520 2470 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105620242 1836036096 248568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.18
Current children cumulated vsize (KiB) 1793004

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3731
/proc/meminfo: memFree=660696/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1793004 CPUtime=1674.71
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 335764 0 1 0 167296 175 0 0 18 0 13 0 105620123 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 448251 251616 1332 9 0 445863 0
[pid=3520/tid=3522] ppid=3518 vsize=1793004 CPUtime=1648.57
/proc/3520/task/3522/stat : 3522 (java) R 3518 3520 2470 0 -1 64 54258 0 1 0 164830 27 0 0 25 0 13 0 105620124 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109743055 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3523] ppid=3518 vsize=1793004 CPUtime=12.1
/proc/3520/task/3523/stat : 3523 (java) S 3518 3520 2470 0 -1 64 158892 0 0 0 1132 78 0 0 16 0 13 0 105620126 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3524] ppid=3518 vsize=1793004 CPUtime=12.12
/proc/3520/task/3524/stat : 3524 (java) S 3518 3520 2470 0 -1 64 115513 0 0 0 1156 56 0 0 16 0 13 0 105620126 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3525] ppid=3518 vsize=1793004 CPUtime=0.11
/proc/3520/task/3525/stat : 3525 (java) S 3518 3520 2470 0 -1 64 104 0 0 0 3 8 0 0 16 0 13 0 105620128 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3526] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3526/stat : 3526 (java) S 3518 3520 2470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105620129 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3527] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3527/stat : 3527 (java) S 3518 3520 2470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105620129 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3528] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3528/stat : 3528 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105620133 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3529] ppid=3518 vsize=1793004 CPUtime=0.75
/proc/3520/task/3529/stat : 3529 (java) S 3518 3520 2470 0 -1 64 2099 0 0 0 74 1 0 0 17 0 13 0 105620133 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3530] ppid=3518 vsize=1793004 CPUtime=1.01
/proc/3520/task/3530/stat : 3530 (java) S 3518 3520 2470 0 -1 64 4176 0 0 0 99 2 0 0 16 0 13 0 105620133 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3531] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3531/stat : 3531 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105620133 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3532] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3532/stat : 3532 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105620133 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3533] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3533/stat : 3533 (java) S 3518 3520 2470 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105620242 1836036096 251616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.71
Current children cumulated vsize (KiB) 1793004

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3731
/proc/meminfo: memFree=583640/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1793004 CPUtime=1735.46
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 355125 0 1 0 173361 185 0 0 18 0 13 0 105620123 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 448251 270900 1332 9 0 445863 0
[pid=3520/tid=3522] ppid=3518 vsize=1793004 CPUtime=1707.77
/proc/3520/task/3522/stat : 3522 (java) R 3518 3520 2470 0 -1 64 56107 0 1 0 170749 28 0 0 25 0 13 0 105620124 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109622290 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3523] ppid=3518 vsize=1793004 CPUtime=12.87
/proc/3520/task/3523/stat : 3523 (java) S 3518 3520 2470 0 -1 64 169668 0 0 0 1204 83 0 0 16 0 13 0 105620126 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3524] ppid=3518 vsize=1793004 CPUtime=12.89
/proc/3520/task/3524/stat : 3524 (java) S 3518 3520 2470 0 -1 64 122224 0 0 0 1230 59 0 0 16 0 13 0 105620126 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3525] ppid=3518 vsize=1793004 CPUtime=0.12
/proc/3520/task/3525/stat : 3525 (java) S 3518 3520 2470 0 -1 64 129 0 0 0 4 8 0 0 16 0 13 0 105620128 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3526] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3526/stat : 3526 (java) S 3518 3520 2470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105620129 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3527] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3527/stat : 3527 (java) S 3518 3520 2470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105620129 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3528] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3528/stat : 3528 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105620133 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3529] ppid=3518 vsize=1793004 CPUtime=0.75
/proc/3520/task/3529/stat : 3529 (java) S 3518 3520 2470 0 -1 64 2099 0 0 0 74 1 0 0 17 0 13 0 105620133 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3530] ppid=3518 vsize=1793004 CPUtime=1.01
/proc/3520/task/3530/stat : 3530 (java) S 3518 3520 2470 0 -1 64 4176 0 0 0 99 2 0 0 16 0 13 0 105620133 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3531] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3531/stat : 3531 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105620133 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3532] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3532/stat : 3532 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105620133 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3533] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3533/stat : 3533 (java) S 3518 3520 2470 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105620242 1836036096 270900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.46
Current children cumulated vsize (KiB) 1793004

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3731
/proc/meminfo: memFree=517080/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1793004 CPUtime=1795.86
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 372310 0 1 0 179394 192 0 0 18 0 13 0 105620123 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 448251 287504 1332 9 0 445863 0
[pid=3520/tid=3522] ppid=3518 vsize=1793004 CPUtime=1767.32
/proc/3520/task/3522/stat : 3522 (java) R 3518 3520 2470 0 -1 64 59401 0 1 0 176702 30 0 0 25 0 13 0 105620124 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109743102 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3523] ppid=3518 vsize=1793004 CPUtime=13.3
/proc/3520/task/3523/stat : 3523 (java) S 3518 3520 2470 0 -1 64 171357 0 0 0 1246 84 0 0 17 0 13 0 105620126 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3524] ppid=3518 vsize=1793004 CPUtime=13.32
/proc/3520/task/3524/stat : 3524 (java) S 3518 3520 2470 0 -1 64 134401 0 0 0 1268 64 0 0 17 0 13 0 105620126 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3525] ppid=3518 vsize=1793004 CPUtime=0.12
/proc/3520/task/3525/stat : 3525 (java) S 3518 3520 2470 0 -1 64 154 0 0 0 4 8 0 0 16 0 13 0 105620128 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3526] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3526/stat : 3526 (java) S 3518 3520 2470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105620129 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3527] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3527/stat : 3527 (java) S 3518 3520 2470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105620129 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3528] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3528/stat : 3528 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105620133 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3529] ppid=3518 vsize=1793004 CPUtime=0.75
/proc/3520/task/3529/stat : 3529 (java) S 3518 3520 2470 0 -1 64 2099 0 0 0 74 1 0 0 17 0 13 0 105620133 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3530] ppid=3518 vsize=1793004 CPUtime=1.01
/proc/3520/task/3530/stat : 3530 (java) S 3518 3520 2470 0 -1 64 4176 0 0 0 99 2 0 0 16 0 13 0 105620133 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3531] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3531/stat : 3531 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105620133 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3532] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3532/stat : 3532 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105620133 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3533] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3533/stat : 3533 (java) S 3518 3520 2470 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105620242 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.86
Current children cumulated vsize (KiB) 1793004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3731
/proc/meminfo: memFree=517080/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=1793004 CPUtime=1800.06
/proc/3520/stat : 3520 (java) S 3518 3520 2470 0 -1 0 372310 0 1 0 179814 192 0 0 18 0 13 0 105620123 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3520/statm: 448251 287504 1332 9 0 445863 0
[pid=3520/tid=3522] ppid=3518 vsize=1793004 CPUtime=1771.52
/proc/3520/task/3522/stat : 3522 (java) R 3518 3520 2470 0 -1 64 59401 0 1 0 177122 30 0 0 25 0 13 0 105620124 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109773884 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3523] ppid=3518 vsize=1793004 CPUtime=13.3
/proc/3520/task/3523/stat : 3523 (java) S 3518 3520 2470 0 -1 64 171357 0 0 0 1246 84 0 0 17 0 13 0 105620126 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3524] ppid=3518 vsize=1793004 CPUtime=13.32
/proc/3520/task/3524/stat : 3524 (java) S 3518 3520 2470 0 -1 64 134401 0 0 0 1268 64 0 0 17 0 13 0 105620126 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3525] ppid=3518 vsize=1793004 CPUtime=0.12
/proc/3520/task/3525/stat : 3525 (java) S 3518 3520 2470 0 -1 64 154 0 0 0 4 8 0 0 16 0 13 0 105620128 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3526] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3526/stat : 3526 (java) S 3518 3520 2470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105620129 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3527] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3527/stat : 3527 (java) S 3518 3520 2470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105620129 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3528] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3528/stat : 3528 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105620133 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3529] ppid=3518 vsize=1793004 CPUtime=0.75
/proc/3520/task/3529/stat : 3529 (java) S 3518 3520 2470 0 -1 64 2099 0 0 0 74 1 0 0 17 0 13 0 105620133 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3530] ppid=3518 vsize=1793004 CPUtime=1.01
/proc/3520/task/3530/stat : 3530 (java) S 3518 3520 2470 0 -1 64 4176 0 0 0 99 2 0 0 16 0 13 0 105620133 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3531] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3531/stat : 3531 (java) S 3518 3520 2470 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105620133 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3520/tid=3532] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3532/stat : 3532 (java) S 3518 3520 2470 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105620133 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3520/tid=3533] ppid=3518 vsize=1793004 CPUtime=0
/proc/3520/task/3533/stat : 3533 (java) S 3518 3520 2470 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105620242 1836036096 287504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1793004

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

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

[startup+1786.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3731
/proc/meminfo: memFree=517080/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=0 CPUtime=1800.17
/proc/3520/stat : 3520 (java) Z 3518 3520 2470 0 -1 1036 372330 0 1 0 179818 199 0 0 16 0 2 0 105620123 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3520/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

[startup+1786.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3731
/proc/meminfo: memFree=517080/2055920 swapFree=4184728/4192956
[pid=3520] ppid=3518 vsize=0 CPUtime=1800.26
/proc/3520/stat : 3520 (java) Z 3518 3520 2470 0 -1 1036 372330 0 1 0 179818 208 0 0 16 0 2 0 105620123 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3520/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.71
CPU time (s): 1800.28
CPU user time (s): 1798.19
CPU system time (s): 2.09268
CPU usage (%): 100.759
Max. virtual memory (cumulated for all children) (KiB): 1794736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 2.09268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372330
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= 38939
involuntary context switches= 41324

runsolver used 2.01369 second user time and 4.53531 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Sat Apr 14 18:58:24 UTC 2007

IDJOB= 351040
IDBENCH= 1654
IDSOLVER= 159
FILE ID= node58/351040-1176577104

PBS_JOBID= 4556897

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b27b0c72b75cc4f9d136fed88900224a

RANDOM SEED= 756823565

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.265
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.265
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:       1665624 kB
Buffers:         34168 kB
Cached:         251984 kB
SwapCached:       2440 kB
Active:          51708 kB
Inactive:       245112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665624 kB
SwapTotal:     4192956 kB
SwapFree:      4184728 kB
Dirty:            3708 kB
Writeback:           0 kB
Mapped:          17332 kB
Slab:            79572 kB
Committed_AS:   161832 kB
PageTables:       1384 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= 66561 MiB

End job on node58 on Sat Apr 14 19:28:13 UTC 2007