Trace number 352276

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.2 1791.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUMf8f4f876e372c51b5109e7995e83ce5e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark443
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 443
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 492823
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 492823
Number of bits of the biggest sum of numbers19
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.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.17	c no version file found!!!
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version	1.6.0
0.06/0.17	c os.name	Linux
0.06/0.17	c os.version	2.6.9-22.EL.rootsmp
0.06/0.17	c os.arch	i386
0.06/0.17	c Free memory 1651659224
0.06/0.17	c Max memory 1654456320
0.06/0.17	c Total memory 1654456320
0.06/0.17	c Number of processors 2
0.18/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.18/0.22	--- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c No reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving /tmp/evaluation/352276-1176627912/instance-352276-1176627912.opb
0.18/0.22	c reading problem ... 
13.44/11.03	c ... done. Wall clock time 10.81s.
13.44/11.03	c CPU time (experimental) 8.75s.
13.44/11.03	c #vars     10000
13.44/11.03	c #constraints  656900
1800.08/1791.31	c starts		: 2
1800.08/1791.31	c conflicts		: 6740
1800.08/1791.31	c decisions		: 19167
1800.08/1791.31	c propagations		: 933728
1800.08/1791.31	c inspects		: 5982122
1800.08/1791.31	c learnt literals	: 0
1800.08/1791.31	c learnt binary clauses	: 0
1800.08/1791.31	c learnt ternary clauses	: 0
1800.08/1791.31	c learnt clauses	: 6739
1800.08/1791.31	c root simplifications	: 0
1800.08/1791.31	c removed literals (reason simplification)	: 0
1800.08/1791.31	c reason swapping (by a shorter reason)	: 0
1800.08/1791.31	c Calls to reduceDB	: 0
1800.08/1791.31	c speed (decisions/second)	: 10.768249759123124
1800.08/1791.31	c non guided choices	0
1800.08/1791.31	s UNKNOWN
1800.08/1791.31	c Total wall clock time (ms): 1791.089

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/node46/watcher-352276-1176627912 -o ROOT/results/node46/solver-352276-1176627912 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352276-1176627912/sat4jPseudoCP.jar /tmp/evaluation/352276-1176627912/instance-352276-1176627912.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 2/65 778
/proc/meminfo: memFree=1779320/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=152 CPUtime=0
/proc/778/stat : 778 (java) D 776 778 8811 0 -1 0 42 0 0 0 0 0 0 0 20 0 1 0 17475717 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 7795492 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/778/statm: 38 26 19 9 0 4 0

[startup+0.0860789 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 778
/proc/meminfo: memFree=1779320/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1777708 CPUtime=0.05
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 3713 0 1 0 3 2 0 0 18 0 7 0 17475717 1820372992 3455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 444427 3455 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101055 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 778
/proc/meminfo: memFree=1779320/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1777844 CPUtime=0.06
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 3813 0 1 0 4 2 0 0 18 0 7 0 17475717 1820512256 3555 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 444461 3555 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.301092 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 778
/proc/meminfo: memFree=1779320/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1782000 CPUtime=0.29
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 5127 0 1 0 25 4 0 0 18 0 12 0 17475717 1824768000 4865 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 445500 4865 1264 9 0 443112 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782000

[startup+0.70117 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 778
/proc/meminfo: memFree=1779320/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1783728 CPUtime=0.86
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 7254 0 1 0 81 5 0 0 18 0 12 0 17475717 1826537472 6799 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 445932 6799 1297 9 0 443544 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1783728

[startup+1.50232 s]
/proc/loadavg: 1.16 1.03 1.01 4/77 790
/proc/meminfo: memFree=1750232/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1786016 CPUtime=2.18
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 17314 0 1 0 208 10 0 0 18 0 12 0 17475717 1828880384 14818 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 446504 14820 1301 9 0 444116 0
[pid=778/tid=780] ppid=776 vsize=1786016 CPUtime=1.02
/proc/778/task/780/stat : 780 (java) R 776 778 8811 0 -1 64 12707 0 1 0 94 8 0 0 17 0 12 0 17475719 1828880384 14821 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109501820 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=781] ppid=776 vsize=1786016 CPUtime=0
/proc/778/task/781/stat : 781 (java) S 776 778 8811 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 17475721 1828880384 14822 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=782] ppid=776 vsize=1786016 CPUtime=0
/proc/778/task/782/stat : 782 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 17475721 1828880384 14823 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=783] ppid=776 vsize=1786016 CPUtime=0
/proc/778/task/783/stat : 783 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 17475724 1828880384 14824 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=784] ppid=776 vsize=1786016 CPUtime=0
/proc/778/task/784/stat : 784 (java) S 776 778 8811 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 17475724 1828880384 14825 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=785] ppid=776 vsize=1786016 CPUtime=0
/proc/778/task/785/stat : 785 (java) S 776 778 8811 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 17475724 1828880384 14826 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=786] ppid=776 vsize=1786016 CPUtime=0
/proc/778/task/786/stat : 786 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 17475728 1828880384 14828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=787] ppid=776 vsize=1786016 CPUtime=0.65
/proc/778/task/787/stat : 787 (java) S 776 778 8811 0 -1 64 2153 0 0 0 64 1 0 0 18 0 12 0 17475728 1828880384 14829 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=788] ppid=776 vsize=1786016 CPUtime=0.49
/proc/778/task/788/stat : 788 (java) S 776 778 8811 0 -1 64 1737 0 0 0 49 0 0 0 17 0 12 0 17475728 1828880384 14830 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=789] ppid=776 vsize=1786016 CPUtime=0
/proc/778/task/789/stat : 789 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 17475728 1828880384 14831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=790] ppid=776 vsize=1786016 CPUtime=0
/proc/778/task/790/stat : 790 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 17475729 1828880384 14832 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1786016

[startup+3.1016 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 790
/proc/meminfo: memFree=1658904/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1786340 CPUtime=3.84
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 44358 0 1 0 359 25 0 0 18 0 12 0 17475717 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 446585 41853 1310 9 0 444197 0
[pid=778/tid=780] ppid=776 vsize=1786340 CPUtime=2.55
/proc/778/task/780/stat : 780 (java) R 776 778 8811 0 -1 64 37678 0 1 0 235 20 0 0 22 0 12 0 17475719 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109477578 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=781] ppid=776 vsize=1786340 CPUtime=0.05
/proc/778/task/781/stat : 781 (java) S 776 778 8811 0 -1 64 1075 0 0 0 5 0 0 0 16 0 12 0 17475721 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=782] ppid=776 vsize=1786340 CPUtime=0.04
/proc/778/task/782/stat : 782 (java) S 776 778 8811 0 -1 64 990 0 0 0 4 0 0 0 16 0 12 0 17475721 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=783] ppid=776 vsize=1786340 CPUtime=0
/proc/778/task/783/stat : 783 (java) S 776 778 8811 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 17475724 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=784] ppid=776 vsize=1786340 CPUtime=0
/proc/778/task/784/stat : 784 (java) S 776 778 8811 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 17475724 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=785] ppid=776 vsize=1786340 CPUtime=0
/proc/778/task/785/stat : 785 (java) S 776 778 8811 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 17475724 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=786] ppid=776 vsize=1786340 CPUtime=0
/proc/778/task/786/stat : 786 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 17475728 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=787] ppid=776 vsize=1786340 CPUtime=0.65
/proc/778/task/787/stat : 787 (java) S 776 778 8811 0 -1 64 2153 0 0 0 64 1 0 0 18 0 12 0 17475728 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=788] ppid=776 vsize=1786340 CPUtime=0.49
/proc/778/task/788/stat : 788 (java) S 776 778 8811 0 -1 64 1737 0 0 0 49 0 0 0 15 0 12 0 17475728 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=789] ppid=776 vsize=1786340 CPUtime=0
/proc/778/task/789/stat : 789 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 17475728 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=790] ppid=776 vsize=1786340 CPUtime=0
/proc/778/task/790/stat : 790 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 17475729 1829212160 41853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 1786340

[startup+6.3022 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 790
/proc/meminfo: memFree=1590232/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1788360 CPUtime=7.35
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 54226 0 1 0 705 30 0 0 18 0 12 0 17475717 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 447090 51152 1310 9 0 444702 0
[pid=778/tid=780] ppid=776 vsize=1788360 CPUtime=5.43
/proc/778/task/780/stat : 780 (java) R 776 778 8811 0 -1 64 37683 0 1 0 522 21 0 0 22 0 12 0 17475719 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109477578 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=781] ppid=776 vsize=1788360 CPUtime=0.37
/proc/778/task/781/stat : 781 (java) S 776 778 8811 0 -1 64 6189 0 0 0 34 3 0 0 16 0 12 0 17475721 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=782] ppid=776 vsize=1788360 CPUtime=0.37
/proc/778/task/782/stat : 782 (java) S 776 778 8811 0 -1 64 5733 0 0 0 34 3 0 0 17 0 12 0 17475721 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=783] ppid=776 vsize=1788360 CPUtime=0
/proc/778/task/783/stat : 783 (java) S 776 778 8811 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 17475724 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=784] ppid=776 vsize=1788360 CPUtime=0
/proc/778/task/784/stat : 784 (java) S 776 778 8811 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 17475724 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=785] ppid=776 vsize=1788360 CPUtime=0
/proc/778/task/785/stat : 785 (java) S 776 778 8811 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 17475724 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=786] ppid=776 vsize=1788360 CPUtime=0
/proc/778/task/786/stat : 786 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 17475728 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=787] ppid=776 vsize=1788360 CPUtime=0.65
/proc/778/task/787/stat : 787 (java) S 776 778 8811 0 -1 64 2153 0 0 0 64 1 0 0 18 0 12 0 17475728 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=788] ppid=776 vsize=1788360 CPUtime=0.49
/proc/778/task/788/stat : 788 (java) S 776 778 8811 0 -1 64 1737 0 0 0 49 0 0 0 15 0 12 0 17475728 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=789] ppid=776 vsize=1788360 CPUtime=0
/proc/778/task/789/stat : 789 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 17475728 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=790] ppid=776 vsize=1788360 CPUtime=0
/proc/778/task/790/stat : 790 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 17475729 1831280640 51152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 1788360

[startup+12.7014 s]
/proc/loadavg: 1.13 1.03 1.01 5/78 791
/proc/meminfo: memFree=1542552/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1790988 CPUtime=15.94
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 68251 0 1 0 1555 39 0 0 18 0 13 0 17475717 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 447747 62370 1326 9 0 445359 0
[pid=778/tid=780] ppid=776 vsize=1790988 CPUtime=10.07
/proc/778/task/780/stat : 780 (java) R 776 778 8811 0 -1 64 37732 0 1 0 985 22 0 0 22 0 13 0 17475719 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109214678 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=781] ppid=776 vsize=1790988 CPUtime=1.91
/proc/778/task/781/stat : 781 (java) S 776 778 8811 0 -1 64 11885 0 0 0 186 5 0 0 16 0 13 0 17475721 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=782] ppid=776 vsize=1790988 CPUtime=1.89
/proc/778/task/782/stat : 782 (java) S 776 778 8811 0 -1 64 13140 0 0 0 182 7 0 0 16 0 13 0 17475721 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=783] ppid=776 vsize=1790988 CPUtime=0
/proc/778/task/783/stat : 783 (java) S 776 778 8811 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 17475724 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=784] ppid=776 vsize=1790988 CPUtime=0
/proc/778/task/784/stat : 784 (java) S 776 778 8811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17475724 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=785] ppid=776 vsize=1790988 CPUtime=0
/proc/778/task/785/stat : 785 (java) S 776 778 8811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17475724 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=786] ppid=776 vsize=1790988 CPUtime=0
/proc/778/task/786/stat : 786 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17475728 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=787] ppid=776 vsize=1790988 CPUtime=1.15
/proc/778/task/787/stat : 787 (java) S 776 778 8811 0 -1 64 2992 0 0 0 114 1 0 0 16 0 13 0 17475728 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=788] ppid=776 vsize=1790988 CPUtime=0.86
/proc/778/task/788/stat : 788 (java) S 776 778 8811 0 -1 64 1765 0 0 0 86 0 0 0 15 0 13 0 17475728 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=789] ppid=776 vsize=1790988 CPUtime=0
/proc/778/task/789/stat : 789 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17475728 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=790] ppid=776 vsize=1790988 CPUtime=0
/proc/778/task/790/stat : 790 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17475729 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=791] ppid=776 vsize=1790988 CPUtime=0
/proc/778/task/791/stat : 791 (java) S 776 778 8811 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 17476853 1833971712 62370 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.94
Current children cumulated vsize (KiB) 1790988

[startup+25.503 s]
/proc/loadavg: 1.11 1.03 1.01 2/78 791
/proc/meminfo: memFree=1548632/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1790956 CPUtime=29.13
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 72107 0 1 0 2871 42 0 0 18 0 13 0 17475717 1833938944 58718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 447739 58718 1326 9 0 445351 0
[pid=778/tid=780] ppid=776 vsize=1790956 CPUtime=22.59
/proc/778/task/780/stat : 780 (java) R 776 778 8811 0 -1 64 37756 0 1 0 2236 23 0 0 23 0 13 0 17475719 1833938944 58718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109957831 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=781] ppid=776 vsize=1790956 CPUtime=2.05
/proc/778/task/781/stat : 781 (java) S 776 778 8811 0 -1 64 13474 0 0 0 199 6 0 0 16 0 13 0 17475721 1833938944 58718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=782] ppid=776 vsize=1790956 CPUtime=2.03
/proc/778/task/782/stat : 782 (java) S 776 778 8811 0 -1 64 14193 0 0 0 195 8 0 0 16 0 13 0 17475721 1833938944 58718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=783] ppid=776 vsize=1790956 CPUtime=0.01
/proc/778/task/783/stat : 783 (java) S 776 778 8811 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 17475724 1833938944 58718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=784] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/784/stat : 784 (java) S 776 778 8811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 58718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=785] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/785/stat : 785 (java) S 776 778 8811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 58718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=778/tid=783] ppid=776 vsize=1790956 CPUtime=0.31
/proc/778/task/783/stat : 783 (java) S 776 778 8811 0 -1 64 284 0 0 0 19 12 0 0 16 0 13 0 17475724 1833938944 79586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=784] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/784/stat : 784 (java) S 776 778 8811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 79586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=785] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/785/stat : 785 (java) S 776 778 8811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 79586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=786] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/786/stat : 786 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17475728 1833938944 79586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=787] ppid=776 vsize=1790956 CPUtime=1.5
/proc/778/task/787/stat : 787 (java) S 776 778 8811 0 -1 64 4171 0 0 0 148 2 0 0 16 0 13 0 17475728 1833938944 79586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=788] ppid=776 vsize=1790956 CPUtime=1.03
/proc/778/task/788/stat : 788 (java) S 776 778 8811 0 -1 64 1767 0 0 0 103 0 0 0 17 0 13 0 17475728 1833938944 79586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=789] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/789/stat : 789 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17475728 1833938944 79586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=790] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/790/stat : 790 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17475729 1833938944 79586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=791] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/791/stat : 791 (java) S 776 778 8811 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 17476853 1833938944 79586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1610.44
Current children cumulated vsize (KiB) 1790956

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 791
/proc/meminfo: memFree=1450008/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1790956 CPUtime=1670.7
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 174553 0 1 0 166795 275 0 0 18 0 13 0 17475717 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 447739 83167 1326 9 0 445351 0
[pid=778/tid=780] ppid=776 vsize=1790956 CPUtime=1642.37
/proc/778/task/780/stat : 780 (java) R 776 778 8811 0 -1 64 96293 0 1 0 164183 54 0 0 25 0 13 0 17475719 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109950239 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=781] ppid=776 vsize=1790956 CPUtime=12.71
/proc/778/task/781/stat : 781 (java) S 776 778 8811 0 -1 64 34206 0 0 0 1170 101 0 0 16 0 13 0 17475721 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=782] ppid=776 vsize=1790956 CPUtime=12.68
/proc/778/task/782/stat : 782 (java) S 776 778 8811 0 -1 64 37107 0 0 0 1166 102 0 0 15 0 13 0 17475721 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=783] ppid=776 vsize=1790956 CPUtime=0.32
/proc/778/task/783/stat : 783 (java) S 776 778 8811 0 -1 64 287 0 0 0 20 12 0 0 16 0 13 0 17475724 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=784] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/784/stat : 784 (java) S 776 778 8811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=785] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/785/stat : 785 (java) S 776 778 8811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=786] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/786/stat : 786 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17475728 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=787] ppid=776 vsize=1790956 CPUtime=1.5
/proc/778/task/787/stat : 787 (java) S 776 778 8811 0 -1 64 4171 0 0 0 148 2 0 0 16 0 13 0 17475728 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=788] ppid=776 vsize=1790956 CPUtime=1.03
/proc/778/task/788/stat : 788 (java) S 776 778 8811 0 -1 64 1767 0 0 0 103 0 0 0 17 0 13 0 17475728 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=789] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/789/stat : 789 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17475728 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=790] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/790/stat : 790 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17475729 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=791] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/791/stat : 791 (java) S 776 778 8811 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 17476853 1833938944 83167 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1670.7
Current children cumulated vsize (KiB) 1790956

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 791
/proc/meminfo: memFree=1455896/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1790956 CPUtime=1730.88
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 175693 0 1 0 172807 281 0 0 18 0 13 0 17475717 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 447739 81690 1326 9 0 445351 0
[pid=778/tid=780] ppid=776 vsize=1790956 CPUtime=1701.74
/proc/778/task/780/stat : 780 (java) R 776 778 8811 0 -1 64 96393 0 1 0 170120 54 0 0 25 0 13 0 17475719 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109950565 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=781] ppid=776 vsize=1790956 CPUtime=13.09
/proc/778/task/781/stat : 781 (java) S 776 778 8811 0 -1 64 35033 0 0 0 1204 105 0 0 15 0 13 0 17475721 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=782] ppid=776 vsize=1790956 CPUtime=13.11
/proc/778/task/782/stat : 782 (java) S 776 778 8811 0 -1 64 37315 0 0 0 1208 103 0 0 16 0 13 0 17475721 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=783] ppid=776 vsize=1790956 CPUtime=0.32
/proc/778/task/783/stat : 783 (java) S 776 778 8811 0 -1 64 292 0 0 0 20 12 0 0 16 0 13 0 17475724 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=784] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/784/stat : 784 (java) S 776 778 8811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=785] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/785/stat : 785 (java) S 776 778 8811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=786] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/786/stat : 786 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17475728 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=787] ppid=776 vsize=1790956 CPUtime=1.5
/proc/778/task/787/stat : 787 (java) S 776 778 8811 0 -1 64 4171 0 0 0 148 2 0 0 16 0 13 0 17475728 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=788] ppid=776 vsize=1790956 CPUtime=1.03
/proc/778/task/788/stat : 788 (java) S 776 778 8811 0 -1 64 1767 0 0 0 103 0 0 0 17 0 13 0 17475728 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=789] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/789/stat : 789 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17475728 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=790] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/790/stat : 790 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17475729 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=791] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/791/stat : 791 (java) S 776 778 8811 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 17476853 1833938944 81690 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1730.88
Current children cumulated vsize (KiB) 1790956

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 793
/proc/meminfo: memFree=1440536/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1790956 CPUtime=1791.06
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 181038 0 1 0 178816 290 0 0 18 0 13 0 17475717 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 447739 85544 1326 9 0 445351 0
[pid=778/tid=780] ppid=776 vsize=1790956 CPUtime=1761.09
/proc/778/task/780/stat : 780 (java) R 776 778 8811 0 -1 64 99560 0 1 0 176053 56 0 0 25 0 13 0 17475719 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109957423 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=781] ppid=776 vsize=1790956 CPUtime=13.55
/proc/778/task/781/stat : 781 (java) S 776 778 8811 0 -1 64 35110 0 0 0 1250 105 0 0 15 0 13 0 17475721 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=782] ppid=776 vsize=1790956 CPUtime=13.47
/proc/778/task/782/stat : 782 (java) S 776 778 8811 0 -1 64 39396 0 0 0 1237 110 0 0 16 0 13 0 17475721 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=783] ppid=776 vsize=1790956 CPUtime=0.34
/proc/778/task/783/stat : 783 (java) S 776 778 8811 0 -1 64 312 0 0 0 21 13 0 0 16 0 13 0 17475724 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=784] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/784/stat : 784 (java) S 776 778 8811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=785] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/785/stat : 785 (java) S 776 778 8811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=786] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/786/stat : 786 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17475728 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=787] ppid=776 vsize=1790956 CPUtime=1.5
/proc/778/task/787/stat : 787 (java) S 776 778 8811 0 -1 64 4171 0 0 0 148 2 0 0 16 0 13 0 17475728 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=788] ppid=776 vsize=1790956 CPUtime=1.03
/proc/778/task/788/stat : 788 (java) S 776 778 8811 0 -1 64 1767 0 0 0 103 0 0 0 17 0 13 0 17475728 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=789] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/789/stat : 789 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17475728 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=790] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/790/stat : 790 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17475729 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=791] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/791/stat : 791 (java) S 776 778 8811 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 17476853 1833938944 85544 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1791.06
Current children cumulated vsize (KiB) 1790956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 793
/proc/meminfo: memFree=1439960/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=1790956 CPUtime=1800.08
/proc/778/stat : 778 (java) S 776 778 8811 0 -1 0 181353 0 1 0 179717 291 0 0 18 0 13 0 17475717 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/778/statm: 447739 85688 1326 9 0 445351 0
[pid=778/tid=780] ppid=776 vsize=1790956 CPUtime=1770
/proc/778/task/780/stat : 780 (java) R 776 778 8811 0 -1 64 99575 0 1 0 176944 56 0 0 25 0 13 0 17475719 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109951928 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=781] ppid=776 vsize=1790956 CPUtime=13.61
/proc/778/task/781/stat : 781 (java) S 776 778 8811 0 -1 64 35128 0 0 0 1256 105 0 0 16 0 13 0 17475721 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=782] ppid=776 vsize=1790956 CPUtime=13.52
/proc/778/task/782/stat : 782 (java) S 776 778 8811 0 -1 64 39678 0 0 0 1242 110 0 0 16 0 13 0 17475721 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=783] ppid=776 vsize=1790956 CPUtime=0.34
/proc/778/task/783/stat : 783 (java) S 776 778 8811 0 -1 64 312 0 0 0 21 13 0 0 16 0 13 0 17475724 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=784] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/784/stat : 784 (java) S 776 778 8811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=785] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/785/stat : 785 (java) S 776 778 8811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17475724 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=786] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/786/stat : 786 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17475728 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=787] ppid=776 vsize=1790956 CPUtime=1.5
/proc/778/task/787/stat : 787 (java) S 776 778 8811 0 -1 64 4171 0 0 0 148 2 0 0 16 0 13 0 17475728 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=788] ppid=776 vsize=1790956 CPUtime=1.03
/proc/778/task/788/stat : 788 (java) S 776 778 8811 0 -1 64 1767 0 0 0 103 0 0 0 17 0 13 0 17475728 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=789] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/789/stat : 789 (java) S 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17475728 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=778/tid=790] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/790/stat : 790 (java) R 776 778 8811 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17475729 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=778/tid=791] ppid=776 vsize=1790956 CPUtime=0
/proc/778/task/791/stat : 791 (java) S 776 778 8811 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 17476853 1833938944 85688 18446744073709551615 134512640 134550740 4294956464 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) 1790956

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

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

[startup+1791.41 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 793
/proc/meminfo: memFree=1439960/2055920 swapFree=4192956/4192956
[pid=778] ppid=776 vsize=0 CPUtime=1800.19
/proc/778/stat : 778 (java) Z 776 778 8811 0 -1 1036 181372 0 1 0 179723 296 0 0 16 0 2 0 17475717 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/778/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): 1791.43
CPU time (s): 1800.2
CPU user time (s): 1797.23
CPU system time (s): 2.96755
CPU usage (%): 100.49
Max. virtual memory (cumulated for all children) (KiB): 1791392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.23
system time used= 2.96755
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181372
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= 66250
involuntary context switches= 28110

runsolver used 2.51162 second user time and 4.91725 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Sun Apr 15 09:05:27 UTC 2007

IDJOB= 352276
IDBENCH= 1963
IDSOLVER= 160
FILE ID= node46/352276-1176627912

PBS_JOBID= 4559774

Free space on /tmp= 66200 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352276-1176627912/sat4jPseudoCP.jar /tmp/evaluation/352276-1176627912/instance-352276-1176627912.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-352276-1176627912 -o ROOT/results/node46/solver-352276-1176627912 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352276-1176627912/sat4jPseudoCP.jar /tmp/evaluation/352276-1176627912/instance-352276-1176627912.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f8f4f876e372c51b5109e7995e83ce5e

RANDOM SEED= 473967761

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
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	: 5931.00
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.268
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:       1779728 kB
Buffers:         39700 kB
Cached:         127376 kB
SwapCached:          0 kB
Active:          95780 kB
Inactive:       103836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779728 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           20544 kB
Writeback:           0 kB
Mapped:          29404 kB
Slab:            62636 kB
Committed_AS:   771584 kB
PageTables:       1480 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= 66200 MiB

End job on node46 on Sun Apr 15 09:35:21 UTC 2007