Trace number 348783

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.25 1785.97

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-misc06.opb
MD5SUM81740feb43d84f849129894fa9d60802
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables51018
Total number of constraints820
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 constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 535398
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/348783-1176598776/instance-348783-1176598776.opb
0.20/0.20	c reading problem ... 
3.51/2.51	c ... done. Wall clock time 2.305s.
3.51/2.51	c CPU time (experimental) 1.73s.
3.51/2.51	c #vars     51018
3.51/2.51	c #constraints  1070
1800.08/1785.81	c starts		: 22
1800.08/1785.81	c conflicts		: 1402462
1800.08/1785.81	c decisions		: 1925879
1800.08/1785.81	c propagations		: 64895138
1800.08/1785.81	c inspects		: 1270637361
1800.08/1785.81	c learnt literals	: 64
1800.08/1785.81	c learnt binary clauses	: 175
1800.08/1785.81	c learnt ternary clauses	: 154
1800.08/1785.81	c learnt clauses	: 1402398
1800.08/1785.81	c root simplifications	: 0
1800.08/1785.81	c removed literals (reason simplification)	: 0
1800.08/1785.81	c reason swapping (by a shorter reason)	: 0
1800.08/1785.81	c Calls to reduceDB	: 0
1800.08/1785.81	c speed (decisions/second)	: 1079.9765597837668
1800.08/1785.81	c non guided choices	101641
1800.08/1785.81	s UNKNOWN
1800.08/1785.81	c Total wall clock time (ms): 1785.613

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

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


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 2/64 27722
/proc/meminfo: memFree=1657720/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=324 CPUtime=0
/proc/27722/stat : 27722 (java) R 27720 27722 27347 0 -1 0 61 0 0 0 0 0 0 0 18 0 1 0 135866886 331776 44 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 1 0 0
/proc/27722/statm: 81 44 33 9 0 6 0

[startup+0.085839 s]
/proc/loadavg: 0.91 0.98 0.99 2/64 27722
/proc/meminfo: memFree=1657720/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1777844 CPUtime=0.07
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 3831 0 1 0 4 3 0 0 18 0 7 0 135866886 1820512256 3573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 444461 3573 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.102841 s]
/proc/loadavg: 0.91 0.98 0.99 2/64 27722
/proc/meminfo: memFree=1657720/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1780108 CPUtime=0.08
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 3983 0 1 0 5 3 0 0 18 0 12 0 135866886 1822830592 3724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 445027 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30287 s]
/proc/loadavg: 0.91 0.98 0.99 2/64 27722
/proc/meminfo: memFree=1657720/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1781428 CPUtime=0.32
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 5567 0 1 0 28 4 0 0 18 0 12 0 135866886 1824182272 5305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 445357 5305 1270 9 0 442969 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781428

[startup+0.702927 s]
/proc/loadavg: 0.91 0.98 0.99 2/64 27722
/proc/meminfo: memFree=1657720/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1792672 CPUtime=1.07
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 10016 0 1 0 101 6 0 0 18 0 12 0 135866886 1835696128 8637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 448168 8637 1302 9 0 445780 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1792672

[startup+1.50204 s]
/proc/loadavg: 0.91 0.98 0.99 4/76 27734
/proc/meminfo: memFree=1621976/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1793536 CPUtime=2.22
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 25777 0 1 0 208 14 0 0 18 0 12 0 135866886 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 448384 22659 1303 9 0 445996 0
[pid=27722/tid=27724] ppid=27720 vsize=1793536 CPUtime=0.98
/proc/27722/task/27724/stat : 27724 (java) R 27720 27722 27347 0 -1 64 18906 0 1 0 88 10 0 0 25 0 12 0 135866888 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109620360 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27725] ppid=27720 vsize=1793536 CPUtime=0
/proc/27722/task/27725/stat : 27725 (java) S 27720 27722 27347 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 135866889 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27726] ppid=27720 vsize=1793536 CPUtime=0
/proc/27722/task/27726/stat : 27726 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 135866889 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27727] ppid=27720 vsize=1793536 CPUtime=0
/proc/27722/task/27727/stat : 27727 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 135866891 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27728] ppid=27720 vsize=1793536 CPUtime=0
/proc/27722/task/27728/stat : 27728 (java) S 27720 27722 27347 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 135866892 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27729] ppid=27720 vsize=1793536 CPUtime=0
/proc/27722/task/27729/stat : 27729 (java) S 27720 27722 27347 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 135866892 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27730] ppid=27720 vsize=1793536 CPUtime=0
/proc/27722/task/27730/stat : 27730 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 135866896 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27731] ppid=27720 vsize=1793536 CPUtime=0.7
/proc/27722/task/27731/stat : 27731 (java) S 27720 27722 27347 0 -1 64 4330 0 0 0 68 2 0 0 16 0 12 0 135866896 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27732] ppid=27720 vsize=1793536 CPUtime=0.52
/proc/27722/task/27732/stat : 27732 (java) S 27720 27722 27347 0 -1 64 1821 0 0 0 52 0 0 0 16 0 12 0 135866896 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27733] ppid=27720 vsize=1793536 CPUtime=0
/proc/27722/task/27733/stat : 27733 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135866896 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27734] ppid=27720 vsize=1793536 CPUtime=0
/proc/27722/task/27734/stat : 27734 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135866896 1836580864 22659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 1793536

[startup+3.10125 s]
/proc/loadavg: 0.91 0.98 0.99 2/76 27734
/proc/meminfo: memFree=1511648/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1795144 CPUtime=4.46
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 52055 0 1 0 420 26 0 0 18 0 13 0 135866886 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 448786 47607 1325 9 0 446398 0
[pid=27722/tid=27724] ppid=27720 vsize=1795144 CPUtime=2.21
/proc/27722/task/27724/stat : 27724 (java) R 27720 27722 27347 0 -1 64 37706 0 1 0 203 18 0 0 25 0 13 0 135866888 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109214522 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27725] ppid=27720 vsize=1795144 CPUtime=0.15
/proc/27722/task/27725/stat : 27725 (java) S 27720 27722 27347 0 -1 64 2965 0 0 0 14 1 0 0 16 0 13 0 135866889 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27726] ppid=27720 vsize=1795144 CPUtime=0.15
/proc/27722/task/27726/stat : 27726 (java) S 27720 27722 27347 0 -1 64 3250 0 0 0 14 1 0 0 18 0 13 0 135866889 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27727] ppid=27720 vsize=1795144 CPUtime=0
/proc/27722/task/27727/stat : 27727 (java) S 27720 27722 27347 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 135866891 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27728] ppid=27720 vsize=1795144 CPUtime=0
/proc/27722/task/27728/stat : 27728 (java) S 27720 27722 27347 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135866892 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27729] ppid=27720 vsize=1795144 CPUtime=0
/proc/27722/task/27729/stat : 27729 (java) S 27720 27722 27347 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135866892 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27730] ppid=27720 vsize=1795144 CPUtime=0
/proc/27722/task/27730/stat : 27730 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135866896 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27731] ppid=27720 vsize=1795144 CPUtime=1.05
/proc/27722/task/27731/stat : 27731 (java) R 27720 27722 27347 0 -1 64 4567 0 0 0 103 2 0 0 16 0 13 0 135866896 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336908 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27732] ppid=27720 vsize=1795144 CPUtime=0.84
/proc/27722/task/27732/stat : 27732 (java) S 27720 27722 27347 0 -1 64 2837 0 0 0 83 1 0 0 16 0 13 0 135866896 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27733] ppid=27720 vsize=1795144 CPUtime=0
/proc/27722/task/27733/stat : 27733 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135866896 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27734] ppid=27720 vsize=1795144 CPUtime=0
/proc/27722/task/27734/stat : 27734 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135866896 1838227456 47607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 1795144

[startup+6.30268 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 27735
/proc/meminfo: memFree=1472024/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1794492 CPUtime=7.82
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 52290 0 1 0 755 27 0 0 18 0 13 0 135866886 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 448623 47413 1327 9 0 446235 0
[pid=27722/tid=27724] ppid=27720 vsize=1794492 CPUtime=5.37
/proc/27722/task/27724/stat : 27724 (java) R 27720 27722 27347 0 -1 64 37710 0 1 0 518 19 0 0 17 0 13 0 135866888 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109828502 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27725] ppid=27720 vsize=1794492 CPUtime=0.15
/proc/27722/task/27725/stat : 27725 (java) S 27720 27722 27347 0 -1 64 2965 0 0 0 14 1 0 0 16 0 13 0 135866889 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27726] ppid=27720 vsize=1794492 CPUtime=0.15
/proc/27722/task/27726/stat : 27726 (java) S 27720 27722 27347 0 -1 64 3250 0 0 0 14 1 0 0 18 0 13 0 135866889 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27727] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27727/stat : 27727 (java) S 27720 27722 27347 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 135866891 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27728] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27728/stat : 27728 (java) S 27720 27722 27347 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27729] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27729/stat : 27729 (java) S 27720 27722 27347 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27730] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27730/stat : 27730 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135866896 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27731] ppid=27720 vsize=1794492 CPUtime=1.15
/proc/27722/task/27731/stat : 27731 (java) S 27720 27722 27347 0 -1 64 4583 0 0 0 113 2 0 0 16 0 13 0 135866896 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27732] ppid=27720 vsize=1794492 CPUtime=0.94
/proc/27722/task/27732/stat : 27732 (java) S 27720 27722 27347 0 -1 64 3052 0 0 0 93 1 0 0 16 0 13 0 135866896 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27733] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27733/stat : 27733 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135866896 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27734] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27734/stat : 27734 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135866896 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27735] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27735/stat : 27735 (java) S 27720 27722 27347 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 135867156 1837559808 47413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 1794492

[startup+12.7016 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 27735
/proc/meminfo: memFree=1445144/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1794492 CPUtime=14.33
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 59171 0 1 0 1403 30 0 0 18 0 13 0 135866886 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 448623 54205 1327 9 0 446235 0
[pid=27722/tid=27724] ppid=27720 vsize=1794492 CPUtime=11.64
/proc/27722/task/27724/stat : 27724 (java) R 27720 27722 27347 0 -1 64 37711 0 1 0 1145 19 0 0 24 0 13 0 135866888 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109828079 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27725] ppid=27720 vsize=1794492 CPUtime=0.27
/proc/27722/task/27725/stat : 27725 (java) S 27720 27722 27347 0 -1 64 6401 0 0 0 25 2 0 0 16 0 13 0 135866889 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27726] ppid=27720 vsize=1794492 CPUtime=0.27
/proc/27722/task/27726/stat : 27726 (java) S 27720 27722 27347 0 -1 64 6692 0 0 0 24 3 0 0 17 0 13 0 135866889 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27727] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27727/stat : 27727 (java) S 27720 27722 27347 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135866891 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27728] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27728/stat : 27728 (java) S 27720 27722 27347 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27729] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27729/stat : 27729 (java) S 27720 27722 27347 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27730] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27730/stat : 27730 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135866896 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27731] ppid=27720 vsize=1794492 CPUtime=1.17
/proc/27722/task/27731/stat : 27731 (java) S 27720 27722 27347 0 -1 64 4583 0 0 0 115 2 0 0 17 0 13 0 135866896 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27732] ppid=27720 vsize=1794492 CPUtime=0.94
/proc/27722/task/27732/stat : 27732 (java) S 27720 27722 27347 0 -1 64 3052 0 0 0 93 1 0 0 16 0 13 0 135866896 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27733] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27733/stat : 27733 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135866896 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27734] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27734/stat : 27734 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135866896 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27735] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27735/stat : 27735 (java) S 27720 27722 27347 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 135867156 1837559808 54205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 1794492

[startup+25.5023 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 27735
/proc/meminfo: memFree=1440472/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1794492 CPUtime=27.31
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 60444 0 1 0 2700 31 0 0 18 0 13 0 135866886 1837559808 55399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 448623 55399 1327 9 0 446235 0
[pid=27722/tid=27724] ppid=27720 vsize=1794492 CPUtime=24.25
/proc/27722/task/27724/stat : 27724 (java) R 27720 27722 27347 0 -1 64 37714 0 1 0 2406 19 0 0 25 0 13 0 135866888 1837559808 55399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109934875 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27725] ppid=27720 vsize=1794492 CPUtime=0.42
/proc/27722/task/27725/stat : 27725 (java) S 27720 27722 27347 0 -1 64 6882 0 0 0 40 2 0 0 16 0 13 0 135866889 1837559808 55399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27726] ppid=27720 vsize=1794492 CPUtime=0.42
/proc/27722/task/27726/stat : 27726 (java) S 27720 27722 27347 0 -1 64 7479 0 0 0 39 3 0 0 18 0 13 0 135866889 1837559808 55399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27727] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27727/stat : 27727 (java) S 27720 27722 27347 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135866891 1837559808 55399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27728] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27728/stat : 27728 (java) S 27720 27722 27347 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 55399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=27722/tid=27727] ppid=27720 vsize=1794492 CPUtime=0.18
/proc/27722/task/27727/stat : 27727 (java) S 27720 27722 27347 0 -1 64 95 0 0 0 8 10 0 0 16 0 13 0 135866891 1837559808 181210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27728] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27728/stat : 27728 (java) S 27720 27722 27347 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 181210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27729] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27729/stat : 27729 (java) S 27720 27722 27347 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 181210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27730] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27730/stat : 27730 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135866896 1837559808 181210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27731] ppid=27720 vsize=1794492 CPUtime=1.2
/proc/27722/task/27731/stat : 27731 (java) S 27720 27722 27347 0 -1 64 4584 0 0 0 118 2 0 0 17 0 13 0 135866896 1837559808 181210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27732] ppid=27720 vsize=1794492 CPUtime=0.98
/proc/27722/task/27732/stat : 27732 (java) S 27720 27722 27347 0 -1 64 3055 0 0 0 97 1 0 0 16 0 13 0 135866896 1837559808 181210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27733] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27733/stat : 27733 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135866896 1837559808 181210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27734] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27734/stat : 27734 (java) R 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135866896 1837559808 181210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27735] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27735/stat : 27735 (java) S 27720 27722 27347 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 135867156 1837559808 181210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1615.05
Current children cumulated vsize (KiB) 1794492

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27933
/proc/meminfo: memFree=908056/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1794492 CPUtime=1675.56
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 278939 0 1 0 167410 146 0 0 18 0 13 0 135866886 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 448623 188374 1327 9 0 446235 0
[pid=27722/tid=27724] ppid=27720 vsize=1794492 CPUtime=1647.55
/proc/27722/task/27724/stat : 27724 (java) R 27720 27722 27347 0 -1 64 58589 0 1 0 164723 32 0 0 17 0 13 0 135866888 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109809083 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27725] ppid=27720 vsize=1794492 CPUtime=12.83
/proc/27722/task/27725/stat : 27725 (java) S 27720 27722 27347 0 -1 64 108546 0 0 0 1232 51 0 0 16 0 13 0 135866889 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27726] ppid=27720 vsize=1794492 CPUtime=12.76
/proc/27722/task/27726/stat : 27726 (java) S 27720 27722 27347 0 -1 64 103338 0 0 0 1230 46 0 0 16 0 13 0 135866889 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27727] ppid=27720 vsize=1794492 CPUtime=0.19
/proc/27722/task/27727/stat : 27727 (java) S 27720 27722 27347 0 -1 64 105 0 0 0 8 11 0 0 16 0 13 0 135866891 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27728] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27728/stat : 27728 (java) S 27720 27722 27347 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27729] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27729/stat : 27729 (java) S 27720 27722 27347 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27730] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27730/stat : 27730 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135866896 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27731] ppid=27720 vsize=1794492 CPUtime=1.2
/proc/27722/task/27731/stat : 27731 (java) S 27720 27722 27347 0 -1 64 4584 0 0 0 118 2 0 0 17 0 13 0 135866896 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27732] ppid=27720 vsize=1794492 CPUtime=0.98
/proc/27722/task/27732/stat : 27732 (java) S 27720 27722 27347 0 -1 64 3055 0 0 0 97 1 0 0 16 0 13 0 135866896 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27733] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27733/stat : 27733 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135866896 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27734] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27734/stat : 27734 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135866896 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27735] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27735/stat : 27735 (java) S 27720 27722 27347 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 135867156 1837559808 188374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.56
Current children cumulated vsize (KiB) 1794492

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27933
/proc/meminfo: memFree=895768/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1794492 CPUtime=1736.04
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 284308 0 1 0 173455 149 0 0 18 0 13 0 135866886 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 448623 191040 1327 9 0 446235 0
[pid=27722/tid=27724] ppid=27720 vsize=1794492 CPUtime=1707.02
/proc/27722/task/27724/stat : 27724 (java) R 27720 27722 27347 0 -1 64 58601 0 1 0 170670 32 0 0 25 0 13 0 135866888 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109852009 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27725] ppid=27720 vsize=1794492 CPUtime=13.31
/proc/27722/task/27725/stat : 27725 (java) S 27720 27722 27347 0 -1 64 110920 0 0 0 1280 51 0 0 16 0 13 0 135866889 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27726] ppid=27720 vsize=1794492 CPUtime=13.26
/proc/27722/task/27726/stat : 27726 (java) S 27720 27722 27347 0 -1 64 106321 0 0 0 1279 47 0 0 17 0 13 0 135866889 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27727] ppid=27720 vsize=1794492 CPUtime=0.2
/proc/27722/task/27727/stat : 27727 (java) S 27720 27722 27347 0 -1 64 105 0 0 0 9 11 0 0 16 0 13 0 135866891 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27728] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27728/stat : 27728 (java) S 27720 27722 27347 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27729] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27729/stat : 27729 (java) S 27720 27722 27347 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27730] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27730/stat : 27730 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135866896 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27731] ppid=27720 vsize=1794492 CPUtime=1.2
/proc/27722/task/27731/stat : 27731 (java) S 27720 27722 27347 0 -1 64 4584 0 0 0 118 2 0 0 17 0 13 0 135866896 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27732] ppid=27720 vsize=1794492 CPUtime=0.98
/proc/27722/task/27732/stat : 27732 (java) S 27720 27722 27347 0 -1 64 3055 0 0 0 97 1 0 0 16 0 13 0 135866896 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27733] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27733/stat : 27733 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135866896 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27734] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27734/stat : 27734 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135866896 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27735] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27735/stat : 27735 (java) S 27720 27722 27347 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 135867156 1837559808 191040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1736.04
Current children cumulated vsize (KiB) 1794492

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27933
/proc/meminfo: memFree=870360/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1794492 CPUtime=1796.57
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 292827 0 1 0 179505 152 0 0 18 0 13 0 135866886 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 448623 197430 1327 9 0 446235 0
[pid=27722/tid=27724] ppid=27720 vsize=1794492 CPUtime=1766.44
/proc/27722/task/27724/stat : 27724 (java) R 27720 27722 27347 0 -1 64 60872 0 1 0 176610 34 0 0 25 0 13 0 135866888 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808564 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27725] ppid=27720 vsize=1794492 CPUtime=13.87
/proc/27722/task/27725/stat : 27725 (java) S 27720 27722 27347 0 -1 64 113915 0 0 0 1335 52 0 0 16 0 13 0 135866889 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27726] ppid=27720 vsize=1794492 CPUtime=13.83
/proc/27722/task/27726/stat : 27726 (java) S 27720 27722 27347 0 -1 64 109566 0 0 0 1334 49 0 0 16 0 13 0 135866889 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27727] ppid=27720 vsize=1794492 CPUtime=0.2
/proc/27722/task/27727/stat : 27727 (java) S 27720 27722 27347 0 -1 64 113 0 0 0 9 11 0 0 16 0 13 0 135866891 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27728] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27728/stat : 27728 (java) S 27720 27722 27347 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27729] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27729/stat : 27729 (java) S 27720 27722 27347 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27730] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27730/stat : 27730 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135866896 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27731] ppid=27720 vsize=1794492 CPUtime=1.2
/proc/27722/task/27731/stat : 27731 (java) S 27720 27722 27347 0 -1 64 4584 0 0 0 118 2 0 0 17 0 13 0 135866896 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27732] ppid=27720 vsize=1794492 CPUtime=0.98
/proc/27722/task/27732/stat : 27732 (java) S 27720 27722 27347 0 -1 64 3055 0 0 0 97 1 0 0 16 0 13 0 135866896 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27733] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27733/stat : 27733 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135866896 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27734] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27734/stat : 27734 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135866896 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27735] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27735/stat : 27735 (java) S 27720 27722 27347 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 135867156 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.57
Current children cumulated vsize (KiB) 1794492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27933
/proc/meminfo: memFree=870360/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=1794492 CPUtime=1800.08
/proc/27722/stat : 27722 (java) S 27720 27722 27347 0 -1 0 292827 0 1 0 179856 152 0 0 18 0 13 0 135866886 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27722/statm: 448623 197430 1327 9 0 446235 0
[pid=27722/tid=27724] ppid=27720 vsize=1794492 CPUtime=1769.95
/proc/27722/task/27724/stat : 27724 (java) R 27720 27722 27347 0 -1 64 60872 0 1 0 176961 34 0 0 25 0 13 0 135866888 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109909978 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27725] ppid=27720 vsize=1794492 CPUtime=13.87
/proc/27722/task/27725/stat : 27725 (java) S 27720 27722 27347 0 -1 64 113915 0 0 0 1335 52 0 0 16 0 13 0 135866889 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27726] ppid=27720 vsize=1794492 CPUtime=13.83
/proc/27722/task/27726/stat : 27726 (java) S 27720 27722 27347 0 -1 64 109566 0 0 0 1334 49 0 0 16 0 13 0 135866889 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27727] ppid=27720 vsize=1794492 CPUtime=0.2
/proc/27722/task/27727/stat : 27727 (java) S 27720 27722 27347 0 -1 64 113 0 0 0 9 11 0 0 16 0 13 0 135866891 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27728] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27728/stat : 27728 (java) S 27720 27722 27347 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27729] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27729/stat : 27729 (java) S 27720 27722 27347 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135866892 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27730] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27730/stat : 27730 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135866896 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27731] ppid=27720 vsize=1794492 CPUtime=1.2
/proc/27722/task/27731/stat : 27731 (java) S 27720 27722 27347 0 -1 64 4584 0 0 0 118 2 0 0 17 0 13 0 135866896 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27722/tid=27732] ppid=27720 vsize=1794492 CPUtime=0.98
/proc/27722/task/27732/stat : 27732 (java) S 27720 27722 27347 0 -1 64 3055 0 0 0 97 1 0 0 16 0 13 0 135866896 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27733] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27733/stat : 27733 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135866896 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27734] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27734/stat : 27734 (java) S 27720 27722 27347 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135866896 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27722/tid=27735] ppid=27720 vsize=1794492 CPUtime=0
/proc/27722/task/27735/stat : 27735 (java) S 27720 27722 27347 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 135867156 1837559808 197430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1794492

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

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

[startup+1785.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27933
/proc/meminfo: memFree=870360/2055920 swapFree=4184248/4192956
[pid=27722] ppid=27720 vsize=0 CPUtime=1800.18
/proc/27722/stat : 27722 (java) Z 27720 27722 27347 0 -1 1036 292847 0 1 0 179860 158 0 0 16 0 2 0 135866886 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27722/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1785.97
CPU time (s): 1800.25
CPU user time (s): 1798.61
CPU system time (s): 1.64475
CPU usage (%): 100.8
Max. virtual memory (cumulated for all children) (KiB): 1795348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.64475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292847
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= 42557
involuntary context switches= 6790

runsolver used 1.88571 second user time and 4.66529 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Sun Apr 15 00:59:36 UTC 2007

IDJOB= 348783
IDBENCH= 1748
IDSOLVER= 159
FILE ID= node71/348783-1176598776

PBS_JOBID= 4557013

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  81740feb43d84f849129894fa9d60802

RANDOM SEED= 563093066

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1658192 kB
Buffers:         33028 kB
Cached:         267700 kB
SwapCached:       2688 kB
Active:          66164 kB
Inactive:       245800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658192 kB
SwapTotal:     4192956 kB
SwapFree:      4184248 kB
Dirty:            5360 kB
Writeback:           0 kB
Mapped:          16244 kB
Slab:            71792 kB
Committed_AS:  1294260 kB
PageTables:       1448 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= 66559 MiB

End job on node71 on Sun Apr 15 01:29:24 UTC 2007