Trace number 349428

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
sat4jPseudoCP 2007-03-23? (TO) 1800.22 1789.13

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-bnl1.opb
MD5SUM6c2572528741ab95a20df4da6c9423f7
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 variables35250
Total number of constraints624
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 constraints624
Minimum length of a constraint30
Maximum length of a constraint2280
Number of terms in the objective function 29490
Biggest coefficient in the objective function 12938266856652800
Number of bits for the biggest coefficient in the objective function 54
Sum of the numbers in the objective function 1063579760735919966
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 12938266856652800
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 1063579760735919966
Number of bits of the biggest sum of numbers60
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.12/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.30	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.30	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.31	c no version file found!!!
0.12/0.31	c sun.arch.data.model	32
0.12/0.31	c java.version	1.6.0
0.12/0.31	c os.name	Linux
0.12/0.31	c os.version	2.6.9-22.EL.rootsmp
0.12/0.31	c os.arch	i386
0.12/0.31	c Free memory 1651659224
0.12/0.31	c Max memory 1654456320
0.12/0.31	c Total memory 1654456320
0.12/0.31	c Number of processors 2
0.12/0.36	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.12/0.36	--- Begin Solver configuration ---
0.12/0.36	c Stops conflict analysis at the first Unique Implication Point
0.12/0.36	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.36	c Learn all clauses as in MiniSAT
0.12/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.12/0.36	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.36	c No reason simplification
0.12/0.36	c --- End Solver configuration ---
0.12/0.36	c solving /tmp/evaluation/349428-1176700661/instance-349428-1176700661.opb
0.12/0.36	c reading problem ... 
3.60/2.76	c ... done. Wall clock time 2.394s.
3.60/2.76	c CPU time (experimental) 2.08s.
3.60/2.76	c #vars     35250
3.60/2.76	c #constraints  855
1800.09/1789.01	c starts		: 2
1800.09/1789.01	c conflicts		: 3658
1800.09/1789.01	c decisions		: 104196
1800.09/1789.01	c propagations		: 441636
1800.09/1789.01	c inspects		: 38030940
1800.09/1789.01	c learnt literals	: 0
1800.09/1789.01	c learnt binary clauses	: 0
1800.09/1789.01	c learnt ternary clauses	: 0
1800.09/1789.01	c learnt clauses	: 3658
1800.09/1789.01	c root simplifications	: 0
1800.09/1789.01	c removed literals (reason simplification)	: 0
1800.09/1789.01	c reason swapping (by a shorter reason)	: 0
1800.09/1789.01	c Calls to reduceDB	: 0
1800.09/1789.01	c speed (decisions/second)	: 58.344018948535464
1800.09/1789.01	c non guided choices	0
1800.09/1789.01	s UNKNOWN
1800.09/1789.01	c Total wall clock time (ms): 1788.648

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/node74/watcher-349428-1176700661 -o ROOT/results/node74/solver-349428-1176700661 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349428-1176700661/sat4jPseudoCP.jar /tmp/evaluation/349428-1176700661/instance-349428-1176700661.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: 1.00 1.00 1.00 3/66 2436
/proc/meminfo: memFree=1773792/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1476 CPUtime=0
/proc/2436/stat : 2436 (java) R 2434 2436 1401 0 -1 0 128 0 0 0 0 0 0 0 18 0 1 0 117980830 1511424 100 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4160642160 0 0 4096 0 0 0 0 17 1 0 0
/proc/2436/statm: 402 106 82 9 0 44 0

[startup+0.0445051 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 2436
/proc/meminfo: memFree=1773792/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1800 CPUtime=0
/proc/2436/stat : 2436 (java) D 2434 2436 1401 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 117980830 1843200 143 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/2436/statm: 450 143 106 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101507 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 2436
/proc/meminfo: memFree=1773792/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1800 CPUtime=0
/proc/2436/stat : 2436 (java) D 2434 2436 1401 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 117980830 1843200 151 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/2436/statm: 450 151 114 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.301537 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 2436
/proc/meminfo: memFree=1773792/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1780284 CPUtime=0.12
/proc/2436/stat : 2436 (java) S 2434 2436 1401 0 -1 0 4237 0 1 0 9 3 0 0 18 0 12 0 117980830 1823010816 3978 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 445071 3978 1142 9 0 442683 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780284

[startup+0.701584 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 2436
/proc/meminfo: memFree=1773792/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1783280 CPUtime=0.7
/proc/2436/stat : 2436 (java) S 2434 2436 1401 0 -1 0 6859 0 1 0 66 4 0 0 18 0 12 0 117980830 1826078720 6340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 445820 6340 1297 9 0 443432 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1783280

[startup+1.50268 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 2448
/proc/meminfo: memFree=1740608/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1792280 CPUtime=2.07
/proc/2436/stat : 2436 (java) S 2434 2436 1401 0 -1 0 18941 0 1 0 197 10 0 0 18 0 12 0 117980830 1835294720 16590 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 448070 16591 1304 9 0 445682 0
[pid=2436/tid=2438] ppid=2434 vsize=1792280 CPUtime=0.95
/proc/2436/task/2438/stat : 2438 (java) R 2434 2436 1401 0 -1 64 13124 0 1 0 88 7 0 0 18 0 12 0 117980847 1835294720 16592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109515659 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2439] ppid=2434 vsize=1792280 CPUtime=0
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 1401 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 117980849 1835294720 16593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=1792280 CPUtime=0
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 1401 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 117980849 1835294720 16594 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2441] ppid=2434 vsize=1792280 CPUtime=0
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 1401 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 117980851 1835294720 16594 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2442] ppid=2434 vsize=1792280 CPUtime=0
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 117980852 1835294720 16595 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=1792280 CPUtime=0
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 1401 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 117980852 1835294720 16596 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=1792280 CPUtime=0
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 1401 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117980855 1835294720 16596 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=1792280 CPUtime=0.49
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 1401 0 -1 64 1513 0 0 0 48 1 0 0 17 0 12 0 117980855 1835294720 16597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2446] ppid=2434 vsize=1792280 CPUtime=0.62
/proc/2436/task/2446/stat : 2446 (java) R 2434 2436 1401 0 -1 64 3585 0 0 0 61 1 0 0 18 0 12 0 117980855 1835294720 16598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103334422 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=1792280 CPUtime=0
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 1401 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117980855 1835294720 16598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=1792280 CPUtime=0
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117980855 1835294720 16599 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 1792280

[startup+3.10286 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2448
/proc/meminfo: memFree=1655360/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1792296 CPUtime=4.28
/proc/2436/stat : 2436 (java) S 2434 2436 1401 0 -1 0 50367 0 1 0 402 26 0 0 18 0 12 0 117980830 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 448074 46495 1328 9 0 445686 0
[pid=2436/tid=2438] ppid=2434 vsize=1792296 CPUtime=2.31
/proc/2436/task/2438/stat : 2438 (java) R 2434 2436 1401 0 -1 64 37704 0 1 0 212 19 0 0 18 0 12 0 117980847 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2439] ppid=2434 vsize=1792296 CPUtime=0.1
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 1401 0 -1 64 2784 0 0 0 9 1 0 0 16 0 12 0 117980849 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=1792296 CPUtime=0.09
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 1401 0 -1 64 2617 0 0 0 8 1 0 0 16 0 12 0 117980849 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2441] ppid=2434 vsize=1792296 CPUtime=0
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 1401 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 117980851 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2442] ppid=2434 vsize=1792296 CPUtime=0
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117980852 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=1792296 CPUtime=0
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117980852 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=1792296 CPUtime=0
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 1401 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117980855 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=1792296 CPUtime=0.7
/proc/2436/task/2445/stat : 2445 (java) R 2434 2436 1401 0 -1 64 1741 0 0 0 69 1 0 0 17 0 12 0 117980855 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102673440 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2446] ppid=2434 vsize=1792296 CPUtime=1.04
/proc/2436/task/2446/stat : 2446 (java) R 2434 2436 1401 0 -1 64 4795 0 0 0 103 1 0 0 18 0 12 0 117980855 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 101905509 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=1792296 CPUtime=0
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 1401 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117980855 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=1792296 CPUtime=0
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117980855 1835311104 46495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 1792296

[startup+6.30124 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2449
/proc/meminfo: memFree=1564792/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1792012 CPUtime=8.29
/proc/2436/stat : 2436 (java) S 2434 2436 1401 0 -1 0 58436 0 1 0 799 30 0 0 18 0 13 0 117980830 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 448003 53053 1328 9 0 445615 0
[pid=2436/tid=2438] ppid=2434 vsize=1792012 CPUtime=4.87
/proc/2436/task/2438/stat : 2438 (java) S 2434 2436 1401 0 -1 64 37726 0 1 0 468 19 0 0 20 0 13 0 117980847 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2439] ppid=2434 vsize=1792012 CPUtime=0.48
/proc/2436/task/2439/stat : 2439 (java) R 2434 2436 1401 0 -1 64 6253 0 0 0 46 2 0 0 16 0 13 0 117980849 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103370342 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=1792012 CPUtime=0.48
/proc/2436/task/2440/stat : 2440 (java) R 2434 2436 1401 0 -1 64 5948 0 0 0 45 3 0 0 17 0 13 0 117980849 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2441] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117980851 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2442] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 1401 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=1792012 CPUtime=1.03
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 1401 0 -1 64 2412 0 0 0 102 1 0 0 17 0 13 0 117980855 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2446] ppid=2434 vsize=1792012 CPUtime=1.37
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 1401 0 -1 64 5364 0 0 0 135 2 0 0 17 0 13 0 117980855 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 1401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117980855 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2449] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 1401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 117981164 1835020288 53053 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 1792012

[startup+12.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2449
/proc/meminfo: memFree=1543992/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1792012 CPUtime=15.12
/proc/2436/stat : 2436 (java) S 2434 2436 1401 0 -1 0 66350 0 1 0 1479 33 0 0 18 0 13 0 117980830 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 448003 58329 1328 9 0 445615 0
[pid=2436/tid=2438] ppid=2434 vsize=1792012 CPUtime=11
/proc/2436/task/2438/stat : 2438 (java) R 2434 2436 1401 0 -1 64 37741 0 1 0 1081 19 0 0 25 0 13 0 117980847 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109580099 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2439] ppid=2434 vsize=1792012 CPUtime=0.68
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 1401 0 -1 64 9680 0 0 0 65 3 0 0 16 0 13 0 117980849 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=1792012 CPUtime=0.67
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 1401 0 -1 64 9993 0 0 0 63 4 0 0 16 0 13 0 117980849 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2441] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117980851 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2442] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 1401 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=1792012 CPUtime=1.19
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 1401 0 -1 64 2825 0 0 0 118 1 0 0 16 0 13 0 117980855 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2446] ppid=2434 vsize=1792012 CPUtime=1.51
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 1401 0 -1 64 5378 0 0 0 149 2 0 0 16 0 13 0 117980855 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 1401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117980855 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2449] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 1401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 117981164 1835020288 58329 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.12
Current children cumulated vsize (KiB) 1792012

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2449
/proc/meminfo: memFree=1644344/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1792300 CPUtime=28.52
/proc/2436/stat : 2436 (java) S 2434 2436 1401 0 -1 0 68947 0 1 0 2816 36 0 0 18 0 13 0 117980830 1835315200 33422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 448075 33422 1328 9 0 445687 0
[pid=2436/tid=2438] ppid=2434 vsize=1792300 CPUtime=23.51
/proc/2436/task/2438/stat : 2438 (java) R 2434 2436 1401 0 -1 64 37781 0 1 0 2332 19 0 0 17 0 13 0 117980847 1835315200 33422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109580331 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2439] ppid=2434 vsize=1792300 CPUtime=0.75
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 1401 0 -1 64 10372 0 0 0 71 4 0 0 16 0 13 0 117980849 1835315200 33422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2440] ppid=2434 vsize=1792300 CPUtime=0.75
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 1401 0 -1 64 10692 0 0 0 70 5 0 0 16 0 13 0 117980849 1835315200 33422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2441] ppid=2434 vsize=1792300 CPUtime=0.02
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 1401 0 -1 64 17 0 0 0 1 1 0 0 16 0 13 0 117980851 1835315200 33422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2442] ppid=2434 vsize=1792300 CPUtime=0
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117980852 1835315200 33422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2436/tid=2441] ppid=2434 vsize=1792012 CPUtime=0.55
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 1401 0 -1 64 345 0 0 0 30 25 0 0 16 0 13 0 117980851 1835020288 103365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2442] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 103365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 103365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 1401 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 103365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=1792012 CPUtime=1.64
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 1401 0 -1 64 3160 0 0 0 162 2 0 0 17 0 13 0 117980855 1835020288 103365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2446] ppid=2434 vsize=1792012 CPUtime=1.92
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 1401 0 -1 64 6210 0 0 0 190 2 0 0 16 0 13 0 117980855 1835020288 103365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 1401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 103365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117980855 1835020288 103365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2449] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 1401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 117981164 1835020288 103365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1612.29
Current children cumulated vsize (KiB) 1792012

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2451
/proc/meminfo: memFree=1358200/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1792012 CPUtime=1672.56
/proc/2436/stat : 2436 (java) S 2434 2436 1401 0 -1 0 222804 0 1 0 167112 144 0 0 18 0 13 0 117980830 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 448003 104678 1328 9 0 445615 0
[pid=2436/tid=2438] ppid=2434 vsize=1792012 CPUtime=1650.91
/proc/2436/task/2438/stat : 2438 (java) R 2434 2436 1401 0 -1 64 121553 0 1 0 165031 60 0 0 25 0 13 0 117980847 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109858896 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2439] ppid=2434 vsize=1792012 CPUtime=8.76
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 1401 0 -1 64 44055 0 0 0 850 26 0 0 16 0 13 0 117980849 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=1792012 CPUtime=8.7
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 1401 0 -1 64 46758 0 0 0 845 25 0 0 16 0 13 0 117980849 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2441] ppid=2434 vsize=1792012 CPUtime=0.55
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 1401 0 -1 64 345 0 0 0 30 25 0 0 16 0 13 0 117980851 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2442] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 1401 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=1792012 CPUtime=1.64
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 1401 0 -1 64 3160 0 0 0 162 2 0 0 17 0 13 0 117980855 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2446] ppid=2434 vsize=1792012 CPUtime=1.92
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 1401 0 -1 64 6210 0 0 0 190 2 0 0 16 0 13 0 117980855 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 1401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117980855 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2449] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 1401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 117981164 1835020288 104678 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1672.56
Current children cumulated vsize (KiB) 1792012

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2451
/proc/meminfo: memFree=1353528/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1792012 CPUtime=1732.77
/proc/2436/stat : 2436 (java) S 2434 2436 1401 0 -1 0 225189 0 1 0 173132 145 0 0 18 0 13 0 117980830 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 448003 105797 1328 9 0 445615 0
[pid=2436/tid=2438] ppid=2434 vsize=1792012 CPUtime=1710.66
/proc/2436/task/2438/stat : 2438 (java) R 2434 2436 1401 0 -1 64 121755 0 1 0 171005 61 0 0 25 0 13 0 117980847 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109895618 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2439] ppid=2434 vsize=1792012 CPUtime=8.99
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 1401 0 -1 64 45203 0 0 0 872 27 0 0 16 0 13 0 117980849 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=1792012 CPUtime=8.93
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 1401 0 -1 64 47793 0 0 0 868 25 0 0 16 0 13 0 117980849 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2441] ppid=2434 vsize=1792012 CPUtime=0.56
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 1401 0 -1 64 345 0 0 0 31 25 0 0 15 0 13 0 117980851 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2442] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 1401 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=1792012 CPUtime=1.64
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 1401 0 -1 64 3160 0 0 0 162 2 0 0 17 0 13 0 117980855 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2446] ppid=2434 vsize=1792012 CPUtime=1.92
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 1401 0 -1 64 6210 0 0 0 190 2 0 0 16 0 13 0 117980855 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 1401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117980855 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2449] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 1401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 117981164 1835020288 105797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.77
Current children cumulated vsize (KiB) 1792012

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2451
/proc/meminfo: memFree=1321592/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1792012 CPUtime=1793.31
/proc/2436/stat : 2436 (java) S 2434 2436 1401 0 -1 0 236954 0 1 0 179180 151 0 0 18 0 13 0 117980830 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 448003 113806 1328 9 0 445615 0
[pid=2436/tid=2438] ppid=2434 vsize=1792012 CPUtime=1770.06
/proc/2436/task/2438/stat : 2438 (java) R 2434 2436 1401 0 -1 64 126033 0 1 0 176944 62 0 0 25 0 13 0 117980847 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109895796 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2439] ppid=2434 vsize=1792012 CPUtime=9.56
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 1401 0 -1 64 49242 0 0 0 927 29 0 0 16 0 13 0 117980849 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=1792012 CPUtime=9.49
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 1401 0 -1 64 51225 0 0 0 922 27 0 0 17 0 13 0 117980849 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2441] ppid=2434 vsize=1792012 CPUtime=0.58
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 1401 0 -1 64 361 0 0 0 32 26 0 0 16 0 13 0 117980851 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2442] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 1401 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=1792012 CPUtime=1.64
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 1401 0 -1 64 3160 0 0 0 162 2 0 0 17 0 13 0 117980855 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2446] ppid=2434 vsize=1792012 CPUtime=1.92
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 1401 0 -1 64 6210 0 0 0 190 2 0 0 16 0 13 0 117980855 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 1401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117980855 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2449] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 1401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 117981164 1835020288 113806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1793.31
Current children cumulated vsize (KiB) 1792012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2451
/proc/meminfo: memFree=1321848/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=1792012 CPUtime=1800.09
/proc/2436/stat : 2436 (java) S 2434 2436 1401 0 -1 0 237418 0 1 0 179857 152 0 0 18 0 13 0 117980830 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 448003 113718 1328 9 0 445615 0
[pid=2436/tid=2438] ppid=2434 vsize=1792012 CPUtime=1776.69
/proc/2436/task/2438/stat : 2438 (java) R 2434 2436 1401 0 -1 64 126039 0 1 0 177607 62 0 0 25 0 13 0 117980847 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109570368 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2439] ppid=2434 vsize=1792012 CPUtime=9.63
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 1401 0 -1 64 49513 0 0 0 934 29 0 0 16 0 13 0 117980849 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=1792012 CPUtime=9.56
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 1401 0 -1 64 51412 0 0 0 929 27 0 0 16 0 13 0 117980849 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2441] ppid=2434 vsize=1792012 CPUtime=0.58
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 1401 0 -1 64 361 0 0 0 32 26 0 0 15 0 13 0 117980851 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2442] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117980852 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 1401 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=1792012 CPUtime=1.64
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 1401 0 -1 64 3160 0 0 0 162 2 0 0 17 0 13 0 117980855 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2446] ppid=2434 vsize=1792012 CPUtime=1.92
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 1401 0 -1 64 6210 0 0 0 190 2 0 0 16 0 13 0 117980855 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 1401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117980855 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2448/stat : 2448 (java) R 2434 2436 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117980855 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2436/tid=2449] ppid=2434 vsize=1792012 CPUtime=0
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 1401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 117981164 1835020288 113718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1792012

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

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

[startup+1789.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2451
/proc/meminfo: memFree=1321848/2055920 swapFree=4183704/4192956
[pid=2436] ppid=2434 vsize=0 CPUtime=1800.19
/proc/2436/stat : 2436 (java) Z 2434 2436 1401 0 -1 1036 237439 0 1 0 179862 157 0 0 16 0 2 0 117980830 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2436/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.13
CPU time (s): 1800.22
CPU user time (s): 1798.63
CPU system time (s): 1.59276
CPU usage (%): 100.62
Max. virtual memory (cumulated for all children) (KiB): 1793844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.59276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237439
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= 58257
involuntary context switches= 33704

runsolver used 1.78873 second user time and 5.09123 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Mon Apr 16 05:17:41 UTC 2007

IDJOB= 349428
IDBENCH= 2421
IDSOLVER= 160
FILE ID= node74/349428-1176700661

PBS_JOBID= 4559999

Free space on /tmp= 103221 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6c2572528741ab95a20df4da6c9423f7

RANDOM SEED= 47975107

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1774200 kB
Buffers:         13676 kB
Cached:         181876 kB
SwapCached:       2668 kB
Active:          96380 kB
Inactive:       122488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774200 kB
SwapTotal:     4192956 kB
SwapFree:      4183704 kB
Dirty:            6588 kB
Writeback:           0 kB
Mapped:          29568 kB
Slab:            48616 kB
Committed_AS:  1934580 kB
PageTables:       1512 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103221 MiB

End job on node74 on Mon Apr 16 05:47:32 UTC 2007