Trace number 373391

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-23SAT (TO)85 1804.1 1783.68

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir08_area_opers.opb
MD5SUM47194cf421cbddfd6c2831e71c8b2458
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark1801.9
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 53
Optimality of the best value was proved NO
Number of variables203287
Total number of constraints469077
Number of constraints which are clauses469077
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 constraint1
Maximum length of a constraint1023
Number of terms in the objective function 101248
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 101248
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 101248
Number of bits of the biggest sum of numbers17
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)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK	85

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node39/watcher-373391-1177187209 -o ROOT/results/node39/solver-373391-1177187209 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/373391-1177187209/sat4jPseudoCP.jar /tmp/evaluation/373391-1177187209/instance-373391-1177187209.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.90 0.97 0.99 2/77 23828
/proc/meminfo: memFree=1664960/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1800 CPUtime=0
/proc/23828/stat : 23828 (java) D 23826 23828 22915 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 166633088 1843200 148 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/23828/statm: 450 148 111 9 0 92 0

[startup+0.074754 s]
/proc/loadavg: 0.90 0.97 0.99 2/77 23828
/proc/meminfo: memFree=1664960/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=12584 CPUtime=0.01
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 791 0 27 0 0 1 0 0 18 0 2 0 166633088 12886016 584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 3146 584 269 9 0 1244 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12584

[startup+0.101735 s]
/proc/loadavg: 0.90 0.97 0.99 2/77 23828
/proc/meminfo: memFree=1664960/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1776088 CPUtime=0.02
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 3104 0 28 0 0 2 0 0 18 0 4 0 166633088 1818714112 2879 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 444022 2879 873 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.301774 s]
/proc/loadavg: 0.90 0.97 0.99 2/77 23828
/proc/meminfo: memFree=1664960/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1781452 CPUtime=0.22
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 6494 0 28 0 18 4 0 0 18 0 12 0 166633088 1824206848 6260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 445363 6260 1246 9 0 442975 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1781452

[startup+0.701833 s]
/proc/loadavg: 0.90 0.97 0.99 2/77 23828
/proc/meminfo: memFree=1664960/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1784184 CPUtime=0.8
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 9471 0 28 0 75 5 0 0 18 0 12 0 166633088 1827004416 8641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 446046 8642 1296 9 0 443658 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1784184

[startup+1.50297 s]
/proc/loadavg: 0.90 0.97 0.99 3/89 23840
/proc/meminfo: memFree=1604000/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1786220 CPUtime=1.84
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 22180 0 28 0 174 10 0 0 18 0 12 0 166633088 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 446555 20074 1301 9 0 444167 0
[pid=23828/tid=23830] ppid=23826 vsize=1786220 CPUtime=1.04
/proc/23828/task/23830/stat : 23830 (java) R 23826 23828 22915 0 -1 64 18161 0 1 0 97 7 0 0 25 0 12 0 166633093 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102704571 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23831] ppid=23826 vsize=1786220 CPUtime=0
/proc/23828/task/23831/stat : 23831 (java) S 23826 23828 22915 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 166633097 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23832] ppid=23826 vsize=1786220 CPUtime=0
/proc/23828/task/23832/stat : 23832 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 166633097 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23833] ppid=23826 vsize=1786220 CPUtime=0
/proc/23828/task/23833/stat : 23833 (java) S 23826 23828 22915 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166633100 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23834] ppid=23826 vsize=1786220 CPUtime=0
/proc/23828/task/23834/stat : 23834 (java) S 23826 23828 22915 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 166633100 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23835] ppid=23826 vsize=1786220 CPUtime=0
/proc/23828/task/23835/stat : 23835 (java) S 23826 23828 22915 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 166633100 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23836] ppid=23826 vsize=1786220 CPUtime=0
/proc/23828/task/23836/stat : 23836 (java) S 23826 23828 22915 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 166633105 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23837] ppid=23826 vsize=1786220 CPUtime=0.35
/proc/23828/task/23837/stat : 23837 (java) R 23826 23828 22915 0 -1 64 1437 0 0 0 35 0 0 0 17 0 12 0 166633105 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104726191 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23838] ppid=23826 vsize=1786220 CPUtime=0.41
/proc/23828/task/23838/stat : 23838 (java) R 23826 23828 22915 0 -1 64 1889 0 0 0 41 0 0 0 17 0 12 0 166633105 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104726068 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23839] ppid=23826 vsize=1786220 CPUtime=0
/proc/23828/task/23839/stat : 23839 (java) S 23826 23828 22915 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166633105 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23840] ppid=23826 vsize=1786220 CPUtime=0
/proc/23828/task/23840/stat : 23840 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166633105 1829089280 20074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 1786220

[startup+3.10223 s]
/proc/loadavg: 0.90 0.97 0.99 2/89 23840
/proc/meminfo: memFree=1551840/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1786052 CPUtime=3.8
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 48381 0 28 0 359 21 0 0 18 0 12 0 166633088 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 446513 45423 1310 9 0 444125 0
[pid=23828/tid=23830] ppid=23826 vsize=1786052 CPUtime=2.29
/proc/23828/task/23830/stat : 23830 (java) R 23826 23828 22915 0 -1 64 37675 0 1 0 213 16 0 0 20 0 12 0 166633093 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109465170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23831] ppid=23826 vsize=1786052 CPUtime=0.17
/proc/23828/task/23831/stat : 23831 (java) S 23826 23828 22915 0 -1 64 2852 0 0 0 16 1 0 0 16 0 12 0 166633097 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23832] ppid=23826 vsize=1786052 CPUtime=0.16
/proc/23828/task/23832/stat : 23832 (java) S 23826 23828 22915 0 -1 64 3277 0 0 0 15 1 0 0 16 0 12 0 166633097 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23833] ppid=23826 vsize=1786052 CPUtime=0
/proc/23828/task/23833/stat : 23833 (java) S 23826 23828 22915 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 166633100 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23834] ppid=23826 vsize=1786052 CPUtime=0
/proc/23828/task/23834/stat : 23834 (java) S 23826 23828 22915 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166633100 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23835] ppid=23826 vsize=1786052 CPUtime=0
/proc/23828/task/23835/stat : 23835 (java) S 23826 23828 22915 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166633100 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23836] ppid=23826 vsize=1786052 CPUtime=0
/proc/23828/task/23836/stat : 23836 (java) S 23826 23828 22915 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 166633105 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23837] ppid=23826 vsize=1786052 CPUtime=0.54
/proc/23828/task/23837/stat : 23837 (java) S 23826 23828 22915 0 -1 64 1714 0 0 0 54 0 0 0 16 0 12 0 166633105 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23838] ppid=23826 vsize=1786052 CPUtime=0.6
/proc/23828/task/23838/stat : 23838 (java) S 23826 23828 22915 0 -1 64 2165 0 0 0 60 0 0 0 17 0 12 0 166633105 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23839] ppid=23826 vsize=1786052 CPUtime=0
/proc/23828/task/23839/stat : 23839 (java) S 23826 23828 22915 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166633105 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23840] ppid=23826 vsize=1786052 CPUtime=0
/proc/23828/task/23840/stat : 23840 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166633105 1828917248 45423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 1786052

[startup+6.30279 s]
/proc/loadavg: 0.91 0.97 0.99 2/89 23840
/proc/meminfo: memFree=1440352/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1786788 CPUtime=7.69
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 60595 0 28 0 741 28 0 0 18 0 12 0 166633088 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 446697 56447 1316 9 0 444309 0
[pid=23828/tid=23830] ppid=23826 vsize=1786788 CPUtime=4.84
/proc/23828/task/23830/stat : 23830 (java) S 23826 23828 22915 0 -1 64 37682 0 1 0 467 17 0 0 22 0 12 0 166633093 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23831] ppid=23826 vsize=1786788 CPUtime=0.8
/proc/23828/task/23831/stat : 23831 (java) R 23826 23828 22915 0 -1 64 9176 0 0 0 77 3 0 0 17 0 12 0 166633097 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369473 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23832] ppid=23826 vsize=1786788 CPUtime=0.81
/proc/23828/task/23832/stat : 23832 (java) R 23826 23828 22915 0 -1 64 9155 0 0 0 77 4 0 0 18 0 12 0 166633097 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23833] ppid=23826 vsize=1786788 CPUtime=0
/proc/23828/task/23833/stat : 23833 (java) S 23826 23828 22915 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166633100 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23834] ppid=23826 vsize=1786788 CPUtime=0
/proc/23828/task/23834/stat : 23834 (java) S 23826 23828 22915 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166633100 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23835] ppid=23826 vsize=1786788 CPUtime=0
/proc/23828/task/23835/stat : 23835 (java) S 23826 23828 22915 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166633100 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23836] ppid=23826 vsize=1786788 CPUtime=0
/proc/23828/task/23836/stat : 23836 (java) S 23826 23828 22915 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 166633105 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23837] ppid=23826 vsize=1786788 CPUtime=0.54
/proc/23828/task/23837/stat : 23837 (java) S 23826 23828 22915 0 -1 64 1715 0 0 0 54 0 0 0 15 0 12 0 166633105 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23838] ppid=23826 vsize=1786788 CPUtime=0.64
/proc/23828/task/23838/stat : 23838 (java) S 23826 23828 22915 0 -1 64 2169 0 0 0 64 0 0 0 16 0 12 0 166633105 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23839] ppid=23826 vsize=1786788 CPUtime=0
/proc/23828/task/23839/stat : 23839 (java) S 23826 23828 22915 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166633105 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23840] ppid=23826 vsize=1786788 CPUtime=0
/proc/23828/task/23840/stat : 23840 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166633105 1829670912 56447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1786788

[startup+12.7029 s]
/proc/loadavg: 0.92 0.97 0.99 2/89 23841
/proc/meminfo: memFree=1401000/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1791760 CPUtime=15.82
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 72482 0 28 0 1547 35 0 0 18 0 12 0 166633088 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 447940 66126 1328 9 0 445552 0
[pid=23828/tid=23830] ppid=23826 vsize=1791760 CPUtime=9.58
/proc/23828/task/23830/stat : 23830 (java) R 23826 23828 22915 0 -1 64 37721 0 1 0 940 18 0 0 25 0 12 0 166633093 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109972542 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23831] ppid=23826 vsize=1791760 CPUtime=2.2
/proc/23828/task/23831/stat : 23831 (java) S 23826 23828 22915 0 -1 64 13823 0 0 0 215 5 0 0 19 0 12 0 166633097 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23832] ppid=23826 vsize=1791760 CPUtime=2.21
/proc/23828/task/23832/stat : 23832 (java) S 23826 23828 22915 0 -1 64 14942 0 0 0 214 7 0 0 20 0 12 0 166633097 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23833] ppid=23826 vsize=1791760 CPUtime=0
/proc/23828/task/23833/stat : 23833 (java) S 23826 23828 22915 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166633100 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23834] ppid=23826 vsize=1791760 CPUtime=0
/proc/23828/task/23834/stat : 23834 (java) S 23826 23828 22915 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166633100 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23835] ppid=23826 vsize=1791760 CPUtime=0
/proc/23828/task/23835/stat : 23835 (java) S 23826 23828 22915 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166633100 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23836] ppid=23826 vsize=1791760 CPUtime=0
/proc/23828/task/23836/stat : 23836 (java) S 23826 23828 22915 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 166633105 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23837] ppid=23826 vsize=1791760 CPUtime=0.85
/proc/23828/task/23837/stat : 23837 (java) S 23826 23828 22915 0 -1 64 3044 0 0 0 84 1 0 0 16 0 12 0 166633105 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23838] ppid=23826 vsize=1791760 CPUtime=0.92
/proc/23828/task/23838/stat : 23838 (java) S 23826 23828 22915 0 -1 64 2247 0 0 0 92 0 0 0 16 0 12 0 166633105 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23839] ppid=23826 vsize=1791760 CPUtime=0
/proc/23828/task/23839/stat : 23839 (java) S 23826 23828 22915 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166633105 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23840] ppid=23826 vsize=1791760 CPUtime=0
/proc/23828/task/23840/stat : 23840 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166633105 1834762240 66126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.82
Current children cumulated vsize (KiB) 1791760

[startup+25.502 s]
/proc/loadavg: 0.93 0.97 0.99 2/89 23841
/proc/meminfo: memFree=1402152/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1790736 CPUtime=28.61
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 72483 0 28 0 2826 35 0 0 18 0 12 0 166633088 1833713664 65847 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 447684 65847 1328 9 0 445296 0
[pid=23828/tid=23830] ppid=23826 vsize=1790736 CPUtime=22.36
/proc/23828/task/23830/stat : 23830 (java) R 23826 23828 22915 0 -1 64 37721 0 1 0 2218 18 0 0 25 0 12 0 166633093 1833713664 65847 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109976332 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23831] ppid=23826 vsize=1790736 CPUtime=2.2
/proc/23828/task/23831/stat : 23831 (java) S 23826 23828 22915 0 -1 64 13823 0 0 0 215 5 0 0 19 0 12 0 166633097 1833713664 65847 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23832] ppid=23826 vsize=1790736 CPUtime=2.21
/proc/23828/task/23832/stat : 23832 (java) S 23826 23828 22915 0 -1 64 14942 0 0 0 214 7 0 0 20 0 12 0 166633097 1833713664 65847 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23833] ppid=23826 vsize=1790736 CPUtime=0
/proc/23828/task/23833/stat : 23833 (java) S 23826 23828 22915 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166633100 1833713664 65847 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23834] ppid=23826 vsize=1790736 CPUtime=0
/proc/23828/task/23834/stat : 23834 (java) S 23826 23828 22915 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166633100 1833713664 65847 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23835] ppid=23826 vsize=1790736 CPUtime=0
/proc/23828/task/23835/stat : 23835 (java) S 23826 23828 22915 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166633100 1833713664 65847 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23836] ppid=23826 vsize=1790736 CPUtime=0
/proc/23828/task/23836/stat : 23836 (java) S 23826 23828 22915 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 166633105 1833713664 65847 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/23828/task/23835/stat : 23835 (java) S 23826 23828 22915 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 166633100 1833713664 78751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23836] ppid=23826 vsize=1790736 CPUtime=0
/proc/23828/task/23836/stat : 23836 (java) S 23826 23828 22915 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 166633105 1833713664 78751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23837] ppid=23826 vsize=1790736 CPUtime=1.3
/proc/23828/task/23837/stat : 23837 (java) S 23826 23828 22915 0 -1 64 3285 0 0 0 129 1 0 0 16 0 13 0 166633105 1833713664 78751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23838] ppid=23826 vsize=1790736 CPUtime=1.44
/proc/23828/task/23838/stat : 23838 (java) S 23826 23828 22915 0 -1 64 2276 0 0 0 144 0 0 0 17 0 13 0 166633105 1833713664 78751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23839] ppid=23826 vsize=1790736 CPUtime=0
/proc/23828/task/23839/stat : 23839 (java) S 23826 23828 22915 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166633105 1833713664 78751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23840] ppid=23826 vsize=1790736 CPUtime=0
/proc/23828/task/23840/stat : 23840 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166633105 1833713664 78751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23842] ppid=23826 vsize=1790736 CPUtime=0
/proc/23828/task/23842/stat : 23842 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166638412 1833713664 78751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1790736

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

[startup+1782.3 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 23847
/proc/meminfo: memFree=1348744/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1791384 CPUtime=1801.4
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 105730 0 28 0 179958 182 0 0 16 0 15 0 166633088 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 447846 78768 1328 9 0 445458 0
[pid=23828/tid=23830] ppid=23826 vsize=1791384 CPUtime=1759.77
/proc/23828/task/23830/stat : 23830 (java) R 23826 23828 22915 0 -1 64 56411 0 1 0 175934 43 0 0 18 0 15 0 166633093 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109664043 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23831] ppid=23826 vsize=1791384 CPUtime=18.71
/proc/23828/task/23831/stat : 23831 (java) S 23826 23828 22915 0 -1 64 21673 0 0 0 1825 46 0 0 15 0 15 0 166633097 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23832] ppid=23826 vsize=1791384 CPUtime=18.7
/proc/23828/task/23832/stat : 23832 (java) S 23826 23828 22915 0 -1 64 21272 0 0 0 1813 57 0 0 16 0 15 0 166633097 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23833] ppid=23826 vsize=1791384 CPUtime=0.76
/proc/23828/task/23833/stat : 23833 (java) S 23826 23828 22915 0 -1 64 67 0 0 0 46 30 0 0 16 0 15 0 166633100 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23834] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23834/stat : 23834 (java) S 23826 23828 22915 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 166633100 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23835] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23835/stat : 23835 (java) S 23826 23828 22915 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 166633100 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23836] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23836/stat : 23836 (java) S 23826 23828 22915 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 166633105 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23837] ppid=23826 vsize=1791384 CPUtime=1.37
/proc/23828/task/23837/stat : 23837 (java) S 23826 23828 22915 0 -1 64 3314 0 0 0 136 1 0 0 16 0 15 0 166633105 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23838] ppid=23826 vsize=1791384 CPUtime=1.48
/proc/23828/task/23838/stat : 23838 (java) S 23826 23828 22915 0 -1 64 2276 0 0 0 148 0 0 0 16 0 15 0 166633105 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23839] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23839/stat : 23839 (java) S 23826 23828 22915 0 -1 64 2 0 0 0 0 0 0 0 21 0 15 0 166633105 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23840] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23840/stat : 23840 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 166633105 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23842] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23842/stat : 23842 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 18 0 15 0 166638412 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23846] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23846/stat : 23846 (java) S 23826 23828 22915 0 -1 64 8 0 0 0 0 0 0 0 19 0 15 0 166811249 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23847] ppid=23826 vsize=1791384 CPUtime=0.53
/proc/23828/task/23847/stat : 23847 (java) R 23826 23828 22915 0 -1 64 4 0 0 0 53 0 0 0 24 0 15 0 166811250 1834377216 78768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109978743 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.4
Current children cumulated vsize (KiB) 1791384

Sending SIGKILL to process tree (bottom up)

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

[startup+1783 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 23847
/proc/meminfo: memFree=1348296/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1791384 CPUtime=1802.81
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 105733 0 28 0 180098 183 0 0 16 0 15 0 166633088 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 447846 78770 1328 9 0 445458 0
[pid=23828/tid=23830] ppid=23826 vsize=1791384 CPUtime=1760.47
/proc/23828/task/23830/stat : 23830 (java) R 23826 23828 22915 0 -1 64 56412 0 1 0 176004 43 0 0 19 0 15 0 166633093 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109663684 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23831] ppid=23826 vsize=1791384 CPUtime=18.71
/proc/23828/task/23831/stat : 23831 (java) S 23826 23828 22915 0 -1 64 21675 0 0 0 1825 46 0 0 16 0 15 0 166633097 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23832] ppid=23826 vsize=1791384 CPUtime=18.71
/proc/23828/task/23832/stat : 23832 (java) S 23826 23828 22915 0 -1 64 21272 0 0 0 1814 57 0 0 16 0 15 0 166633097 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23833] ppid=23826 vsize=1791384 CPUtime=0.76
/proc/23828/task/23833/stat : 23833 (java) S 23826 23828 22915 0 -1 64 67 0 0 0 46 30 0 0 16 0 15 0 166633100 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23834] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23834/stat : 23834 (java) S 23826 23828 22915 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 166633100 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23835] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23835/stat : 23835 (java) S 23826 23828 22915 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 166633100 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23836] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23836/stat : 23836 (java) S 23826 23828 22915 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23837] ppid=23826 vsize=1791384 CPUtime=1.37
/proc/23828/task/23837/stat : 23837 (java) S 23826 23828 22915 0 -1 64 3314 0 0 0 136 1 0 0 16 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23838] ppid=23826 vsize=1791384 CPUtime=1.48
/proc/23828/task/23838/stat : 23838 (java) S 23826 23828 22915 0 -1 64 2276 0 0 0 148 0 0 0 16 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23839] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23839/stat : 23839 (java) S 23826 23828 22915 0 -1 64 2 0 0 0 0 0 0 0 21 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23840] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23840/stat : 23840 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23842] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23842/stat : 23842 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 18 0 15 0 166638412 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23846] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23846/stat : 23846 (java) S 23826 23828 22915 0 -1 64 8 0 0 0 0 0 0 0 19 0 15 0 166811249 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23847] ppid=23826 vsize=1791384 CPUtime=1.22
/proc/23828/task/23847/stat : 23847 (java) R 23826 23828 22915 0 -1 64 4 0 0 0 122 0 0 0 25 0 15 0 166811250 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109978671 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802.81
Current children cumulated vsize (KiB) 1791384

[startup+1783.4 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 23847
/proc/meminfo: memFree=1348296/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1791384 CPUtime=1803.6
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 105734 0 28 0 180177 183 0 0 16 0 15 0 166633088 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 447846 78770 1328 9 0 445458 0
[pid=23828/tid=23830] ppid=23826 vsize=1791384 CPUtime=1760.86
/proc/23828/task/23830/stat : 23830 (java) R 23826 23828 22915 0 -1 64 56413 0 1 0 176043 43 0 0 18 0 15 0 166633093 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109984912 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23831] ppid=23826 vsize=1791384 CPUtime=18.71
/proc/23828/task/23831/stat : 23831 (java) S 23826 23828 22915 0 -1 64 21675 0 0 0 1825 46 0 0 16 0 15 0 166633097 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23832] ppid=23826 vsize=1791384 CPUtime=18.71
/proc/23828/task/23832/stat : 23832 (java) S 23826 23828 22915 0 -1 64 21272 0 0 0 1814 57 0 0 17 0 15 0 166633097 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23833] ppid=23826 vsize=1791384 CPUtime=0.76
/proc/23828/task/23833/stat : 23833 (java) S 23826 23828 22915 0 -1 64 67 0 0 0 46 30 0 0 16 0 15 0 166633100 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23834] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23834/stat : 23834 (java) S 23826 23828 22915 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 166633100 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23835] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23835/stat : 23835 (java) S 23826 23828 22915 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 166633100 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23836] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23836/stat : 23836 (java) S 23826 23828 22915 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23837] ppid=23826 vsize=1791384 CPUtime=1.37
/proc/23828/task/23837/stat : 23837 (java) S 23826 23828 22915 0 -1 64 3314 0 0 0 136 1 0 0 16 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23838] ppid=23826 vsize=1791384 CPUtime=1.48
/proc/23828/task/23838/stat : 23838 (java) S 23826 23828 22915 0 -1 64 2276 0 0 0 148 0 0 0 16 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23839] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23839/stat : 23839 (java) S 23826 23828 22915 0 -1 64 2 0 0 0 0 0 0 0 21 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23840] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23840/stat : 23840 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23842] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23842/stat : 23842 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 18 0 15 0 166638412 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23846] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23846/stat : 23846 (java) S 23826 23828 22915 0 -1 64 8 0 0 0 0 0 0 0 19 0 15 0 166811249 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23847] ppid=23826 vsize=1791384 CPUtime=1.61
/proc/23828/task/23847/stat : 23847 (java) R 23826 23828 22915 0 -1 64 4 0 0 0 161 0 0 0 18 0 15 0 166811250 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109978659 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1803.6
Current children cumulated vsize (KiB) 1791384

[startup+1783.6 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 23847
/proc/meminfo: memFree=1348296/2055920 swapFree=4159364/4192956
[pid=23828] ppid=23826 vsize=1791384 CPUtime=1804
/proc/23828/stat : 23828 (java) S 23826 23828 22915 0 -1 0 105734 0 28 0 180217 183 0 0 16 0 15 0 166633088 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23828/statm: 447846 78770 1328 9 0 445458 0
[pid=23828/tid=23830] ppid=23826 vsize=1791384 CPUtime=1761.06
/proc/23828/task/23830/stat : 23830 (java) R 23826 23828 22915 0 -1 64 56413 0 1 0 176063 43 0 0 20 0 15 0 166633093 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109734413 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23831] ppid=23826 vsize=1791384 CPUtime=18.71
/proc/23828/task/23831/stat : 23831 (java) S 23826 23828 22915 0 -1 64 21675 0 0 0 1825 46 0 0 16 0 15 0 166633097 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23832] ppid=23826 vsize=1791384 CPUtime=18.71
/proc/23828/task/23832/stat : 23832 (java) S 23826 23828 22915 0 -1 64 21272 0 0 0 1814 57 0 0 17 0 15 0 166633097 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23833] ppid=23826 vsize=1791384 CPUtime=0.76
/proc/23828/task/23833/stat : 23833 (java) S 23826 23828 22915 0 -1 64 67 0 0 0 46 30 0 0 16 0 15 0 166633100 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23834] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23834/stat : 23834 (java) S 23826 23828 22915 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 166633100 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23835] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23835/stat : 23835 (java) S 23826 23828 22915 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 166633100 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23836] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23836/stat : 23836 (java) S 23826 23828 22915 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23837] ppid=23826 vsize=1791384 CPUtime=1.37
/proc/23828/task/23837/stat : 23837 (java) S 23826 23828 22915 0 -1 64 3314 0 0 0 136 1 0 0 16 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23838] ppid=23826 vsize=1791384 CPUtime=1.48
/proc/23828/task/23838/stat : 23838 (java) S 23826 23828 22915 0 -1 64 2276 0 0 0 148 0 0 0 16 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23839] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23839/stat : 23839 (java) S 23826 23828 22915 0 -1 64 2 0 0 0 0 0 0 0 21 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23840] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23840/stat : 23840 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 166633105 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23842] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23842/stat : 23842 (java) S 23826 23828 22915 0 -1 64 1 0 0 0 0 0 0 0 18 0 15 0 166638412 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23828/tid=23846] ppid=23826 vsize=1791384 CPUtime=0
/proc/23828/task/23846/stat : 23846 (java) S 23826 23828 22915 0 -1 64 8 0 0 0 0 0 0 0 19 0 15 0 166811249 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23828/tid=23847] ppid=23826 vsize=1791384 CPUtime=1.81
/proc/23828/task/23847/stat : 23847 (java) R 23826 23828 22915 0 -1 64 4 0 0 0 181 0 0 0 19 0 15 0 166811250 1834377216 78770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109978704 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1804
Current children cumulated vsize (KiB) 1791384

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1783.68
CPU time (s): 1804.1
CPU user time (s): 1802.21
CPU system time (s): 1.88971
CPU usage (%): 101.145
Max. virtual memory (cumulated for all children) (KiB): 1791908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.21
system time used= 1.88971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105734
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66020
involuntary context switches= 49033

runsolver used 1.93971 second user time and 5.11422 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Apr 21 20:26:50 UTC 2007

IDJOB= 373391
IDBENCH= 25040
IDSOLVER= 160
FILE ID= node39/373391-1177187209

PBS_JOBID= 4649034

Free space on /tmp= 66470 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_opers/normalized-fir08_area_opers.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/373391-1177187209/sat4jPseudoCP.jar /tmp/evaluation/373391-1177187209/instance-373391-1177187209.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-373391-1177187209 -o ROOT/results/node39/solver-373391-1177187209 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/373391-1177187209/sat4jPseudoCP.jar /tmp/evaluation/373391-1177187209/instance-373391-1177187209.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  47194cf421cbddfd6c2831e71c8b2458

RANDOM SEED= 84437045

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1665368 kB
Buffers:         33124 kB
Cached:         265664 kB
SwapCached:      13672 kB
Active:          77116 kB
Inactive:       248936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665368 kB
SwapTotal:     4192956 kB
SwapFree:      4159364 kB
Dirty:           19760 kB
Writeback:           0 kB
Mapped:          34296 kB
Slab:            49768 kB
Committed_AS:  1912356 kB
PageTables:       2024 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= 66470 MiB

End job on node39 on Sat Apr 21 20:56:34 UTC 2007