Trace number 349522

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.35 1786.97

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc04.opb
MD5SUMbb1646c210ed722ee76932cafe9701aa
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables146276
Total number of constraints1699
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints1689
Minimum length of a constraint3
Maximum length of a constraint5071
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 43188899594881920000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 133861748414790079675
Number of bits of the biggest sum of numbers67
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/349522-1176705081/instance-349522-1176705081.opb
0.20/0.20	c reading problem ... 
6.22/4.95	c ... done. Wall clock time 4.743s.
6.22/4.95	c CPU time (experimental) 3.94s.
6.22/4.95	c #vars     146276
6.22/4.95	c #constraints  2010
1800.08/1786.71	c starts		: 22
1800.08/1786.71	c conflicts		: 1193186
1800.08/1786.71	c decisions		: 1276288
1800.08/1786.71	c propagations		: 33018908
1800.08/1786.71	c inspects		: 1240270026
1800.08/1786.71	c learnt literals	: 20
1800.08/1786.71	c learnt binary clauses	: 46
1800.08/1786.71	c learnt ternary clauses	: 15
1800.08/1786.71	c learnt clauses	: 1193166
1800.08/1786.71	c root simplifications	: 0
1800.08/1786.71	c removed literals (reason simplification)	: 0
1800.08/1786.71	c reason swapping (by a shorter reason)	: 0
1800.08/1786.71	c Calls to reduceDB	: 0
1800.08/1786.71	c speed (decisions/second)	: 716.3291811331387
1800.08/1786.71	c non guided choices	2231
1800.08/1786.71	s UNKNOWN
1800.08/1786.71	c Total wall clock time (ms): 1786.509

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/node61/watcher-349522-1176705081 -o ROOT/results/node61/solver-349522-1176705081 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349522-1176705081/sat4jPseudoResolution.jar /tmp/evaluation/349522-1176705081/instance-349522-1176705081.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.99 2/64 32477
/proc/meminfo: memFree=1807176/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=18568 CPUtime=0
/proc/32477/stat : 32477 (runsolver) R 32475 32477 31376 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 82471757 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 246406507815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32477/statm: 4642 292 257 24 0 2626 0

[startup+0.0765601 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 32477
/proc/meminfo: memFree=1807176/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1777708 CPUtime=0.05
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 3748 0 1 0 4 1 0 0 18 0 7 0 82471757 1820372992 3490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 444427 3490 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101563 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 32477
/proc/meminfo: memFree=1807176/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1780108 CPUtime=0.08
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 3969 0 1 0 6 2 0 0 18 0 12 0 82471757 1822830592 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301584 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 32477
/proc/meminfo: memFree=1807176/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1782144 CPUtime=0.33
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 6352 0 1 0 30 3 0 0 18 0 12 0 82471757 1824915456 6088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 445536 6088 1267 9 0 443148 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782144

[startup+0.701625 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 32477
/proc/meminfo: memFree=1807176/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1792176 CPUtime=1.02
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 10437 0 1 0 97 5 0 0 18 0 12 0 82471757 1835188224 9480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 448044 9480 1302 9 0 445656 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1792176

[startup+1.50269 s]
/proc/loadavg: 0.92 0.98 0.99 4/76 32489
/proc/meminfo: memFree=1767656/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1792868 CPUtime=2.24
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 25196 0 1 0 212 12 0 0 18 0 12 0 82471757 1835896832 22563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 448217 22563 1303 9 0 445829 0
[pid=32477/tid=32479] ppid=32475 vsize=1792868 CPUtime=1.03
/proc/32477/task/32479/stat : 32479 (java) R 32475 32477 31376 0 -1 64 18955 0 1 0 94 9 0 0 21 0 12 0 82471759 1835896832 22564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109512901 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32480] ppid=32475 vsize=1792868 CPUtime=0
/proc/32477/task/32480/stat : 32480 (java) S 32475 32477 31376 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 82471760 1835896832 22564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32481] ppid=32475 vsize=1792868 CPUtime=0
/proc/32477/task/32481/stat : 32481 (java) S 32475 32477 31376 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 82471760 1835896832 22565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32482] ppid=32475 vsize=1792868 CPUtime=0
/proc/32477/task/32482/stat : 32482 (java) S 32475 32477 31376 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 82471763 1835896832 22566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32483] ppid=32475 vsize=1792868 CPUtime=0
/proc/32477/task/32483/stat : 32483 (java) S 32475 32477 31376 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 82471763 1835896832 22566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32484] ppid=32475 vsize=1792868 CPUtime=0
/proc/32477/task/32484/stat : 32484 (java) S 32475 32477 31376 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 82471763 1835896832 22567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32485] ppid=32475 vsize=1792868 CPUtime=0
/proc/32477/task/32485/stat : 32485 (java) S 32475 32477 31376 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 82471767 1835896832 22568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32486] ppid=32475 vsize=1792868 CPUtime=0.5
/proc/32477/task/32486/stat : 32486 (java) S 32475 32477 31376 0 -1 64 1473 0 0 0 49 1 0 0 17 0 12 0 82471767 1835896832 22568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32487] ppid=32475 vsize=1792868 CPUtime=0.69
/proc/32477/task/32487/stat : 32487 (java) S 32475 32477 31376 0 -1 64 4047 0 0 0 68 1 0 0 17 0 12 0 82471767 1835896832 22569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32488] ppid=32475 vsize=1792868 CPUtime=0
/proc/32477/task/32488/stat : 32488 (java) S 32475 32477 31376 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 82471767 1835896832 22570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32489] ppid=32475 vsize=1792868 CPUtime=0
/proc/32477/task/32489/stat : 32489 (java) S 32475 32477 31376 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 82471767 1835896832 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1792868

[startup+3.10284 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 32489
/proc/meminfo: memFree=1664104/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1794476 CPUtime=4.04
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 51303 0 1 0 380 24 0 0 18 0 12 0 82471757 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 448619 48380 1317 9 0 446231 0
[pid=32477/tid=32479] ppid=32475 vsize=1794476 CPUtime=2.46
/proc/32477/task/32479/stat : 32479 (java) R 32475 32477 31376 0 -1 64 37673 0 1 0 229 17 0 0 21 0 12 0 82471759 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32480] ppid=32475 vsize=1794476 CPUtime=0.16
/proc/32477/task/32480/stat : 32480 (java) S 32475 32477 31376 0 -1 64 3509 0 0 0 15 1 0 0 16 0 12 0 82471760 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32481] ppid=32475 vsize=1794476 CPUtime=0.16
/proc/32477/task/32481/stat : 32481 (java) S 32475 32477 31376 0 -1 64 3872 0 0 0 15 1 0 0 18 0 12 0 82471760 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32482] ppid=32475 vsize=1794476 CPUtime=0
/proc/32477/task/32482/stat : 32482 (java) S 32475 32477 31376 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 82471763 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32483] ppid=32475 vsize=1794476 CPUtime=0
/proc/32477/task/32483/stat : 32483 (java) S 32475 32477 31376 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 82471763 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32484] ppid=32475 vsize=1794476 CPUtime=0
/proc/32477/task/32484/stat : 32484 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 82471763 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32485] ppid=32475 vsize=1794476 CPUtime=0
/proc/32477/task/32485/stat : 32485 (java) S 32475 32477 31376 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 82471767 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32486] ppid=32475 vsize=1794476 CPUtime=0.5
/proc/32477/task/32486/stat : 32486 (java) S 32475 32477 31376 0 -1 64 1473 0 0 0 49 1 0 0 17 0 12 0 82471767 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32487] ppid=32475 vsize=1794476 CPUtime=0.71
/proc/32477/task/32487/stat : 32487 (java) S 32475 32477 31376 0 -1 64 4050 0 0 0 70 1 0 0 16 0 12 0 82471767 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32488] ppid=32475 vsize=1794476 CPUtime=0
/proc/32477/task/32488/stat : 32488 (java) S 32475 32477 31376 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 82471767 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32489] ppid=32475 vsize=1794476 CPUtime=0
/proc/32477/task/32489/stat : 32489 (java) S 32475 32477 31376 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 82471767 1837543424 48380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1794476

[startup+6.30115 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 32490
/proc/meminfo: memFree=1576288/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1793200 CPUtime=8.03
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 64588 0 1 0 771 32 0 0 18 0 13 0 82471757 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 448300 58755 1327 9 0 445912 0
[pid=32477/tid=32479] ppid=32475 vsize=1793200 CPUtime=5.12
/proc/32477/task/32479/stat : 32479 (java) R 32475 32477 31376 0 -1 64 37712 0 1 0 495 17 0 0 25 0 13 0 82471759 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109760448 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32480] ppid=32475 vsize=1793200 CPUtime=0.51
/proc/32477/task/32480/stat : 32480 (java) S 32475 32477 31376 0 -1 64 10405 0 0 0 45 6 0 0 16 0 13 0 82471760 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32481] ppid=32475 vsize=1793200 CPUtime=0.51
/proc/32477/task/32481/stat : 32481 (java) S 32475 32477 31376 0 -1 64 9329 0 0 0 47 4 0 0 16 0 13 0 82471760 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32482] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32482/stat : 32482 (java) S 32475 32477 31376 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 82471763 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32483] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32483/stat : 32483 (java) S 32475 32477 31376 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32484] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32484/stat : 32484 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32485] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32485/stat : 32485 (java) S 32475 32477 31376 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 82471767 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32486] ppid=32475 vsize=1793200 CPUtime=0.75
/proc/32477/task/32486/stat : 32486 (java) S 32475 32477 31376 0 -1 64 1487 0 0 0 74 1 0 0 15 0 13 0 82471767 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32487] ppid=32475 vsize=1793200 CPUtime=1.07
/proc/32477/task/32487/stat : 32487 (java) S 32475 32477 31376 0 -1 64 4923 0 0 0 106 1 0 0 15 0 13 0 82471767 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32488] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32488/stat : 32488 (java) S 32475 32477 31376 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 82471767 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32489] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32489/stat : 32489 (java) S 32475 32477 31376 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 82471767 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32490] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32490/stat : 32490 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 82472287 1836236800 58755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 1793200

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 32490
/proc/meminfo: memFree=1549856/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1793200 CPUtime=14.82
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 72688 0 1 0 1447 35 0 0 18 0 13 0 82471757 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 448300 65371 1329 9 0 445912 0
[pid=32477/tid=32479] ppid=32475 vsize=1793200 CPUtime=11.13
/proc/32477/task/32479/stat : 32479 (java) R 32475 32477 31376 0 -1 64 37717 0 1 0 1096 17 0 0 25 0 13 0 82471759 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781778 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32480] ppid=32475 vsize=1793200 CPUtime=0.83
/proc/32477/task/32480/stat : 32480 (java) S 32475 32477 31376 0 -1 64 14778 0 0 0 75 8 0 0 16 0 13 0 82471760 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32481] ppid=32475 vsize=1793200 CPUtime=0.84
/proc/32477/task/32481/stat : 32481 (java) S 32475 32477 31376 0 -1 64 13039 0 0 0 78 6 0 0 16 0 13 0 82471760 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32482] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32482/stat : 32482 (java) S 32475 32477 31376 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32483] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32483/stat : 32483 (java) S 32475 32477 31376 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32484] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32484/stat : 32484 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32485] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32485/stat : 32485 (java) S 32475 32477 31376 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 82471767 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32486] ppid=32475 vsize=1793200 CPUtime=0.86
/proc/32477/task/32486/stat : 32486 (java) S 32475 32477 31376 0 -1 64 1496 0 0 0 85 1 0 0 16 0 13 0 82471767 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32487] ppid=32475 vsize=1793200 CPUtime=1.11
/proc/32477/task/32487/stat : 32487 (java) S 32475 32477 31376 0 -1 64 4926 0 0 0 110 1 0 0 16 0 13 0 82471767 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32488] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32488/stat : 32488 (java) S 32475 32477 31376 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 82471767 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32489] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32489/stat : 32489 (java) S 32475 32477 31376 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 82471767 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32490] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32490/stat : 32490 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 82472287 1836236800 65371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.82
Current children cumulated vsize (KiB) 1793200

[startup+25.503 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 32490
/proc/meminfo: memFree=1472416/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1793200 CPUtime=27.84
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 102005 0 1 0 2735 49 0 0 18 0 13 0 82471757 1836236800 84721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 448300 84721 1329 9 0 445912 0
[pid=32477/tid=32479] ppid=32475 vsize=1793200 CPUtime=23.71
/proc/32477/task/32479/stat : 32479 (java) R 32475 32477 31376 0 -1 64 37718 0 1 0 2354 17 0 0 25 0 13 0 82471759 1836236800 84721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109819018 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32480] ppid=32475 vsize=1793200 CPUtime=1.05
/proc/32477/task/32480/stat : 32480 (java) S 32475 32477 31376 0 -1 64 32550 0 0 0 89 16 0 0 18 0 13 0 82471760 1836236800 84721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32481] ppid=32475 vsize=1793200 CPUtime=1.06
/proc/32477/task/32481/stat : 32481 (java) S 32475 32477 31376 0 -1 64 24583 0 0 0 95 11 0 0 16 0 13 0 82471760 1836236800 84721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32482] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32482/stat : 32482 (java) S 32475 32477 31376 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 84721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32483] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32483/stat : 32483 (java) S 32475 32477 31376 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 84721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/32477/task/32486/stat : 32486 (java) S 32475 32477 31376 0 -1 64 1513 0 0 0 92 1 0 0 16 0 13 0 82471767 1836236800 324501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32487] ppid=32475 vsize=1793200 CPUtime=1.21
/proc/32477/task/32487/stat : 32487 (java) S 32475 32477 31376 0 -1 64 4932 0 0 0 120 1 0 0 17 0 13 0 82471767 1836236800 324501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32488] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32488/stat : 32488 (java) S 32475 32477 31376 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 82471767 1836236800 324501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32489] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32489/stat : 32489 (java) S 32475 32477 31376 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 82471767 1836236800 324501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32490] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32490/stat : 32490 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 82472287 1836236800 324501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.64
Current children cumulated vsize (KiB) 1793200

[startup+1662.3 s]
/proc/loadavg: 1.02 1.00 1.00 2/77 32490
/proc/meminfo: memFree=457248/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1793200 CPUtime=1675.01
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 516578 0 1 0 167240 261 0 0 18 0 13 0 82471757 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 448300 337791 1329 9 0 445912 0
[pid=32477/tid=32479] ppid=32475 vsize=1793200 CPUtime=1648.53
/proc/32477/task/32479/stat : 32479 (java) R 32475 32477 31376 0 -1 64 56158 0 1 0 164823 30 0 0 25 0 13 0 82471759 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109760517 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32480] ppid=32475 vsize=1793200 CPUtime=12.1
/proc/32477/task/32480/stat : 32480 (java) S 32475 32477 31376 0 -1 64 234431 0 0 0 1097 113 0 0 17 0 13 0 82471760 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32481] ppid=32475 vsize=1793200 CPUtime=11.99
/proc/32477/task/32481/stat : 32481 (java) S 32475 32477 31376 0 -1 64 218710 0 0 0 1096 103 0 0 16 0 13 0 82471760 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32482] ppid=32475 vsize=1793200 CPUtime=0.17
/proc/32477/task/32482/stat : 32482 (java) S 32475 32477 31376 0 -1 64 109 0 0 0 8 9 0 0 16 0 13 0 82471763 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32483] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32483/stat : 32483 (java) S 32475 32477 31376 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32484] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32484/stat : 32484 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32485] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32485/stat : 32485 (java) S 32475 32477 31376 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 82471767 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32486] ppid=32475 vsize=1793200 CPUtime=0.93
/proc/32477/task/32486/stat : 32486 (java) S 32475 32477 31376 0 -1 64 1513 0 0 0 92 1 0 0 16 0 13 0 82471767 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32487] ppid=32475 vsize=1793200 CPUtime=1.21
/proc/32477/task/32487/stat : 32487 (java) S 32475 32477 31376 0 -1 64 4932 0 0 0 120 1 0 0 17 0 13 0 82471767 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32488] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32488/stat : 32488 (java) S 32475 32477 31376 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 82471767 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32489] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32489/stat : 32489 (java) S 32475 32477 31376 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 82471767 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32490] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32490/stat : 32490 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 82472287 1836236800 337791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.01
Current children cumulated vsize (KiB) 1793200

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32490
/proc/meminfo: memFree=430816/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1793200 CPUtime=1735.4
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 527558 0 1 0 173275 265 0 0 18 0 13 0 82471757 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 448300 344344 1329 9 0 445912 0
[pid=32477/tid=32479] ppid=32475 vsize=1793200 CPUtime=1708.09
/proc/32477/task/32479/stat : 32479 (java) R 32475 32477 31376 0 -1 64 56165 0 1 0 170779 30 0 0 25 0 13 0 82471759 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109603333 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32480] ppid=32475 vsize=1793200 CPUtime=12.53
/proc/32477/task/32480/stat : 32480 (java) S 32475 32477 31376 0 -1 64 240294 0 0 0 1137 116 0 0 16 0 13 0 82471760 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32481] ppid=32475 vsize=1793200 CPUtime=12.41
/proc/32477/task/32481/stat : 32481 (java) S 32475 32477 31376 0 -1 64 223820 0 0 0 1136 105 0 0 17 0 13 0 82471760 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32482] ppid=32475 vsize=1793200 CPUtime=0.17
/proc/32477/task/32482/stat : 32482 (java) S 32475 32477 31376 0 -1 64 109 0 0 0 8 9 0 0 16 0 13 0 82471763 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32483] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32483/stat : 32483 (java) S 32475 32477 31376 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32484] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32484/stat : 32484 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32485] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32485/stat : 32485 (java) S 32475 32477 31376 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 82471767 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32486] ppid=32475 vsize=1793200 CPUtime=0.93
/proc/32477/task/32486/stat : 32486 (java) S 32475 32477 31376 0 -1 64 1513 0 0 0 92 1 0 0 16 0 13 0 82471767 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32487] ppid=32475 vsize=1793200 CPUtime=1.21
/proc/32477/task/32487/stat : 32487 (java) S 32475 32477 31376 0 -1 64 4932 0 0 0 120 1 0 0 17 0 13 0 82471767 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32488] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32488/stat : 32488 (java) S 32475 32477 31376 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 82471767 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32489] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32489/stat : 32489 (java) S 32475 32477 31376 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 82471767 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32490] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32490/stat : 32490 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 82472287 1836236800 344344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.4
Current children cumulated vsize (KiB) 1793200

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 32516
/proc/meminfo: memFree=415528/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1793200 CPUtime=1795.69
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 533609 0 1 0 179300 269 0 0 18 0 13 0 82471757 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 448300 347814 1329 9 0 445912 0
[pid=32477/tid=32479] ppid=32475 vsize=1793200 CPUtime=1767.74
/proc/32477/task/32479/stat : 32479 (java) R 32475 32477 31376 0 -1 64 56170 0 1 0 176744 30 0 0 25 0 13 0 82471759 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109939140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32480] ppid=32475 vsize=1793200 CPUtime=12.84
/proc/32477/task/32480/stat : 32480 (java) S 32475 32477 31376 0 -1 64 243322 0 0 0 1167 117 0 0 17 0 13 0 82471760 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32481] ppid=32475 vsize=1793200 CPUtime=12.73
/proc/32477/task/32481/stat : 32481 (java) S 32475 32477 31376 0 -1 64 226838 0 0 0 1166 107 0 0 17 0 13 0 82471760 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32482] ppid=32475 vsize=1793200 CPUtime=0.18
/proc/32477/task/32482/stat : 32482 (java) S 32475 32477 31376 0 -1 64 109 0 0 0 8 10 0 0 16 0 13 0 82471763 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32483] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32483/stat : 32483 (java) S 32475 32477 31376 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32484] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32484/stat : 32484 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32485] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32485/stat : 32485 (java) S 32475 32477 31376 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 82471767 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32486] ppid=32475 vsize=1793200 CPUtime=0.93
/proc/32477/task/32486/stat : 32486 (java) S 32475 32477 31376 0 -1 64 1513 0 0 0 92 1 0 0 16 0 13 0 82471767 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32487] ppid=32475 vsize=1793200 CPUtime=1.21
/proc/32477/task/32487/stat : 32487 (java) S 32475 32477 31376 0 -1 64 4932 0 0 0 120 1 0 0 17 0 13 0 82471767 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32488] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32488/stat : 32488 (java) S 32475 32477 31376 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 82471767 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32489] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32489/stat : 32489 (java) S 32475 32477 31376 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 82471767 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32490] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32490/stat : 32490 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 82472287 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.69
Current children cumulated vsize (KiB) 1793200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 32562
/proc/meminfo: memFree=415720/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=1793200 CPUtime=1800.08
/proc/32477/stat : 32477 (java) S 32475 32477 31376 0 -1 0 533609 0 1 0 179739 269 0 0 18 0 13 0 82471757 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32477/statm: 448300 347814 1329 9 0 445912 0
[pid=32477/tid=32479] ppid=32475 vsize=1793200 CPUtime=1772.13
/proc/32477/task/32479/stat : 32479 (java) R 32475 32477 31376 0 -1 64 56170 0 1 0 177183 30 0 0 25 0 13 0 82471759 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109819312 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32480] ppid=32475 vsize=1793200 CPUtime=12.84
/proc/32477/task/32480/stat : 32480 (java) S 32475 32477 31376 0 -1 64 243322 0 0 0 1167 117 0 0 17 0 13 0 82471760 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32481] ppid=32475 vsize=1793200 CPUtime=12.73
/proc/32477/task/32481/stat : 32481 (java) S 32475 32477 31376 0 -1 64 226838 0 0 0 1166 107 0 0 17 0 13 0 82471760 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32482] ppid=32475 vsize=1793200 CPUtime=0.18
/proc/32477/task/32482/stat : 32482 (java) S 32475 32477 31376 0 -1 64 109 0 0 0 8 10 0 0 16 0 13 0 82471763 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32483] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32483/stat : 32483 (java) S 32475 32477 31376 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32484] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32484/stat : 32484 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 82471763 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32485] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32485/stat : 32485 (java) S 32475 32477 31376 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 82471767 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32486] ppid=32475 vsize=1793200 CPUtime=0.93
/proc/32477/task/32486/stat : 32486 (java) S 32475 32477 31376 0 -1 64 1513 0 0 0 92 1 0 0 16 0 13 0 82471767 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32487] ppid=32475 vsize=1793200 CPUtime=1.21
/proc/32477/task/32487/stat : 32487 (java) S 32475 32477 31376 0 -1 64 4932 0 0 0 120 1 0 0 17 0 13 0 82471767 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32488] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32488/stat : 32488 (java) S 32475 32477 31376 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 82471767 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32477/tid=32489] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32489/stat : 32489 (java) S 32475 32477 31376 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 82471767 1836236800 347814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32477/tid=32490] ppid=32475 vsize=1793200 CPUtime=0
/proc/32477/task/32490/stat : 32490 (java) S 32475 32477 31376 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 82472287 1836236800 347814 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) 1793200

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

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

[startup+1786.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 32562
/proc/meminfo: memFree=415720/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=0 CPUtime=1800.19
/proc/32477/stat : 32477 (java) Z 32475 32477 31376 0 -1 1036 533630 0 1 0 179745 274 0 0 16 0 2 0 82471757 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32477/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

[startup+1786.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 32562
/proc/meminfo: memFree=415720/2055920 swapFree=4184540/4192956
[pid=32477] ppid=32475 vsize=0 CPUtime=1800.28
/proc/32477/stat : 32477 (java) Z 32475 32477 31376 0 -1 1036 533630 0 1 0 179745 283 0 0 16 0 2 0 82471757 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32477/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.97
CPU time (s): 1800.35
CPU user time (s): 1797.45
CPU system time (s): 2.89356
CPU usage (%): 100.749
Max. virtual memory (cumulated for all children) (KiB): 1796124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.45
system time used= 2.89356
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 533630
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= 42398
involuntary context switches= 42863

runsolver used 1.87671 second user time and 4.65329 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Apr 16 06:31:21 UTC 2007

IDJOB= 349522
IDBENCH= 2486
IDSOLVER= 159
FILE ID= node61/349522-1176705081

PBS_JOBID= 4560033

Free space on /tmp= 66547 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc04.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349522-1176705081/sat4jPseudoResolution.jar /tmp/evaluation/349522-1176705081/instance-349522-1176705081.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-349522-1176705081 -o ROOT/results/node61/solver-349522-1176705081 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349522-1176705081/sat4jPseudoResolution.jar /tmp/evaluation/349522-1176705081/instance-349522-1176705081.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  bb1646c210ed722ee76932cafe9701aa

RANDOM SEED= 83339636

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.240
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.240
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:       1807520 kB
Buffers:         11164 kB
Cached:         166116 kB
SwapCached:       2648 kB
Active:          66576 kB
Inactive:       126964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807520 kB
SwapTotal:     4192956 kB
SwapFree:      4184540 kB
Dirty:           10636 kB
Writeback:           0 kB
Mapped:          22320 kB
Slab:            40968 kB
Committed_AS:   743556 kB
PageTables:       1404 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= 66547 MiB

End job on node61 on Mon Apr 16 07:01:10 UTC 2007