Trace number 198552

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 NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.01 1812.25

General information on the benchmark

Namepigeons/
pigeons-50.xml
MD5SUM12147b726cdc62e4a1c95be8697eb0dc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1225
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1225
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/198552-1170093889/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/198552-1170093889/unknown.xml [Mon Jan 29 19:04:51 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/198552-1170093889/unknown.xml /tmp/evaluation/198552-1170093889/sugar24085.csp [Mon Jan 29 19:04:51 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198552-1170093889/sugar-v0-40.jar -convert /tmp/evaluation/198552-1170093889/unknown.xml /tmp/evaluation/198552-1170093889/sugar24085.csp
0.22	c BEGIN convert /tmp/evaluation/198552-1170093889/unknown.xml
0.62	c END convert (0.393386 seconds)
0.65	c # CONVERT_XML  END : /tmp/evaluation/198552-1170093889/sugar24085.csp 17500 bytes (0 seconds) [Mon Jan 29 19:04:51 2007]
0.65	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.65	
0.65	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198552-1170093889/sugar24085.bcnf [Mon Jan 29 19:04:51 2007]
0.65	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198552-1170093889/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198552-1170093889/sugar24085.map /tmp/evaluation/198552-1170093889/sugar24085.csp /tmp/evaluation/198552-1170093889/sugar24085.bcnf
0.77	c BEGIN parse /tmp/evaluation/198552-1170093889/sugar24085.csp
1.10	c END parse (0.323082 seconds)
1.10	c BEGIN simplify
1.13	c END simplify (0.03333 seconds)
1.13	c BEGIN encode /tmp/evaluation/198552-1170093889/sugar24085.bcnf
1.32	c END encode (0.187282 seconds)
1.38	c # GENERATE_SAT  END : 4850 variables 123625 clauses 1944124 bytes (1 seconds) [Mon Jan 29 19:04:52 2007]
1.38	c # GENERATE_SAT  CPU : 0.03 = 0.02 + 0.01 + 0 + 0
1.38	
1.38	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198552-1170093889/sugar24085.bcnf [Mon Jan 29 19:04:52 2007]
1.38	c # CMD : /tmp/evaluation/198552-1170093889/minisat /tmp/evaluation/198552-1170093889/sugar24085.bcnf /tmp/evaluation/198552-1170093889/sugar24085.out
1.45	c ==================================[MINISAT]===================================
1.45	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.45	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.45	c ==============================================================================
1.45	c |         0 |  123625   362400 |   41208       0        0     nan |  0.000 % |
1.48	c |       100 |  123625   362400 |   45328     100      664     6.6 |  0.000 % |
1.50	c |       250 |  123625   362400 |   49861     250     1827     7.3 |  0.000 % |
1.53	c |       475 |  123625   362400 |   54847     475     3794     8.0 |  0.000 % |
1.55	c |       812 |  123625   362400 |   60332     812     6137     7.6 |  0.000 % |
1.59	c |      1318 |  123625   362400 |   66365    1318    10364     7.9 |  0.000 % |
1.63	c |      2077 |  123625   362400 |   73002    2077    16578     8.0 |  0.000 % |
1.69	c |      3216 |  123625   362400 |   80302    3216    27510     8.6 |  0.000 % |
1.76	c |      4924 |  123625   362400 |   88333    4924    41823     8.5 |  0.000 % |
1.88	c |      7486 |  123625   362400 |   97166    7486    65464     8.7 |  0.000 % |
2.10	c |     11330 |  123625   362400 |  106882   11330   112829    10.0 |  0.000 % |
2.51	c |     17097 |  123625   362400 |  117571   17097   194748    11.4 |  0.000 % |
3.16	c |     25747 |  123625   362400 |  129328   25747   293400    11.4 |  0.000 % |
4.25	c |     38721 |  123625   362400 |  142261   38721   460337    11.9 |  0.000 % |
7.13	c |     58183 |  123625   362400 |  156487   58183   757342    13.0 |  0.000 % |
14.91	c |     87375 |  123625   362400 |  172136   87375  1244497    14.2 |  0.000 % |
26.82	c |    131164 |  123625   362400 |  189349  131164  1892863    14.4 |  0.000 % |
50.09	c |    196848 |  123625   362400 |  208284   18214   286083    15.7 |  0.000 % |
87.64	c |    295374 |  123625   362400 |  229113  116740  1778214    15.2 |  0.000 % |
149.86	c |    443163 |  123625   362400 |  252024   50463   789309    15.6 |  0.000 % |
352.83	c |    664848 |  123625   362400 |  277226   36050   663060    18.4 |  0.000 % |
616.64	c |    997375 |  123625   362400 |  304949  104282  1822236    17.5 |  0.000 % |
1131.11	c |   1496163 |  123625   362400 |  335444   21968   355427    16.2 |  0.000 % |
1811.19	
1811.19	s UNKNOWN
1811.19	c # INTERRUPTED
1811.19	c # MAIN  END :  (1811 seconds) [Mon Jan 29 19:35:02 2007]
1811.19	c # MAIN  CPU : 0.03 = 0.02 + 0.01 + 0 + 0
1811.19	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-198552-1170093889 -o ROOT/results/node11/solver-198552-1170093889 -C 1800 -M 900 /tmp/evaluation/198552-1170093889/solver /tmp/evaluation/198552-1170093889 /tmp/evaluation/198552-1170093889/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.87 1.97 1.91 5/88 24086
/proc/meminfo: memFree=1777344/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=6268 CPUtime=0
/proc/24085/stat : 24085 (sugar) R 24083 24085 23606 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 29343606 6418432 47 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262907426185 0 0 4096 0 0 0 0 17 1 0 0
/proc/24085/statm: 1567 47 36 3 0 8 0

[startup+0.105832 s]
/proc/loadavg: 1.87 1.97 1.91 5/88 24086
/proc/meminfo: memFree=1777344/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=13724 CPUtime=0.03
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29343606 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24085/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51388 s]
/proc/loadavg: 1.87 1.97 1.91 5/88 24086
/proc/meminfo: memFree=1777344/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=13724 CPUtime=0.03
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29343606 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24085/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33598 s]
/proc/loadavg: 1.87 1.97 1.91 4/97 24102
/proc/meminfo: memFree=1761464/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=13724 CPUtime=0.03
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 29343606 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24085/statm: 3431 808 370 3 0 531 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=807352 CPUtime=0.64
/proc/24095/stat : 24095 (java) S 24085 24085 23606 0 -1 0 5717 0 1 0 61 3 0 0 18 0 8 0 29343672 826728448 5467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24095/statm: 201838 5467 1512 14 0 189116 0
[pid=24095/tid=24096] ppid=24085 vsize=807352 CPUtime=0.01
/proc/24095/task/24096/stat : 24096 (java) S 24085 24085 23606 0 -1 64 350 0 0 0 1 0 0 0 16 0 8 0 29343675 826728448 5467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24095/tid=24097] ppid=24085 vsize=807352 CPUtime=0
/proc/24095/task/24097/stat : 24097 (java) S 24085 24085 23606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29343676 826728448 5467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24095/tid=24098] ppid=24085 vsize=807352 CPUtime=0
/proc/24095/task/24098/stat : 24098 (java) S 24085 24085 23606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29343676 826728448 5467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24095/tid=24099] ppid=24085 vsize=807352 CPUtime=0
/proc/24095/task/24099/stat : 24099 (java) S 24085 24085 23606 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29343679 826728448 5467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24095/tid=24100] ppid=24085 vsize=807352 CPUtime=0.15
/proc/24095/task/24100/stat : 24100 (java) S 24085 24085 23606 0 -1 64 415 0 0 0 15 0 0 0 20 0 8 0 29343679 826728448 5467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24095/tid=24101] ppid=24085 vsize=807352 CPUtime=0
/proc/24095/task/24101/stat : 24101 (java) S 24085 24085 23606 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29343679 826728448 5467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24095/tid=24102] ppid=24085 vsize=807352 CPUtime=0
/proc/24095/task/24102/stat : 24102 (java) S 24085 24085 23606 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29343679 826728448 5467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 821076

[startup+2.97417 s]
/proc/loadavg: 1.87 1.97 1.91 3/91 24103
/proc/meminfo: memFree=1765488/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 15 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=8900 CPUtime=1.56
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 2359 0 0 0 155 1 0 0 25 0 1 0 29343745 9113600 1869 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24103/statm: 2225 1869 52 112 0 2109 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 24032

[startup+6.26756 s]
/proc/loadavg: 1.88 1.97 1.91 3/91 24103
/proc/meminfo: memFree=1762160/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=11788 CPUtime=4.83
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 3051 0 0 0 481 2 0 0 25 0 1 0 29343745 12070912 2561 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 1 0 0
/proc/24103/statm: 2947 2561 52 112 0 2831 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 26920

[startup+12.7403 s]
/proc/loadavg: 1.89 1.97 1.91 3/91 24103
/proc/meminfo: memFree=1759024/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=14552 CPUtime=11.24
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 3759 0 0 0 1122 2 0 0 25 0 1 0 29343745 14901248 3269 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24103/statm: 3638 3269 52 112 0 3522 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 29684

[startup+25.6068 s]
/proc/loadavg: 1.91 1.97 1.91 3/91 24103
/proc/meminfo: memFree=1754544/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=19004 CPUtime=23.99
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 4865 0 0 0 2396 3 0 0 25 0 1 0 29343745 19460096 4375 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24103/statm: 4751 4375 52 112 0 4635 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 34136

[startup+51.2119 s]
/proc/loadavg: 1.94 1.97 1.91 3/91 24103
/proc/meminfo: memFree=1747760/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=25536 CPUtime=49.36
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 6482 0 0 0 4931 5 0 0 25 0 1 0 29343745 26148864 5992 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134532775 0 0 4096 3 0 0 0 17 1 0 0
/proc/24103/statm: 6384 5992 52 112 0 6268 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 40668

[startup+102.428 s]
/proc/loadavg: 3.21 2.28 2.01 3/98 24171
/proc/meminfo: memFree=915072/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=27412 CPUtime=100.45
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 6934 0 0 0 10025 20 0 0 25 0 1 0 29343745 28069888 6444 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 0 0 0
/proc/24103/statm: 6853 6444 52 112 0 6737 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 42544

[startup+162.444 s]
/proc/loadavg: 4.00 2.69 2.17 3/99 24181
/proc/meminfo: memFree=16120/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=34428 CPUtime=160.05
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 8587 0 0 0 15965 40 0 0 25 0 1 0 29343745 35254272 8097 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24103/statm: 8607 8097 52 112 0 8491 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 49560

[startup+222.527 s]
/proc/loadavg: 2.95 2.63 2.18 3/98 24196
/proc/meminfo: memFree=15104/2055920 swapFree=4192956/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0

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

/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=61720 CPUtime=1353.58
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 15093 0 0 0 135007 351 0 0 25 0 1 0 29343745 63201280 14568 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24103/statm: 15430 14568 52 112 0 15314 0
Current children cumulated CPU time (s) 1354.78
Current children cumulated vsize (KiB) 76852

[startup+1423.39 s]
/proc/loadavg: 2.07 2.47 2.68 3/98 24357
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=62720 CPUtime=1413.24
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 15360 0 0 0 140968 356 0 0 25 0 1 0 29343745 64225280 14835 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24103/statm: 15680 14835 52 112 0 15564 0
Current children cumulated CPU time (s) 1414.44
Current children cumulated vsize (KiB) 77852

[startup+1483.41 s]
/proc/loadavg: 2.12 2.41 2.64 3/98 24357
/proc/meminfo: memFree=16128/2055920 swapFree=4192812/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=66292 CPUtime=1472.92
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 16071 0 0 0 146928 364 0 0 25 0 1 0 29343745 67883008 15546 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 0 0 0
/proc/24103/statm: 16573 15546 52 112 0 16457 0
Current children cumulated CPU time (s) 1474.12
Current children cumulated vsize (KiB) 81424

[startup+1543.43 s]
/proc/loadavg: 2.29 2.40 2.62 3/98 24357
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=68864 CPUtime=1532.61
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 16721 0 0 0 152892 369 0 0 25 0 1 0 29343745 70516736 16196 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528567 0 0 4096 3 0 0 0 17 0 0 0
/proc/24103/statm: 17216 16196 52 112 0 17100 0
Current children cumulated CPU time (s) 1533.81
Current children cumulated vsize (KiB) 83996

[startup+1603.46 s]
/proc/loadavg: 2.70 2.49 2.64 3/98 24357
/proc/meminfo: memFree=15488/2055920 swapFree=4192812/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=69064 CPUtime=1592.27
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 16790 0 0 0 158852 375 0 0 25 0 1 0 29343745 70721536 16265 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24103/statm: 17266 16265 52 112 0 17150 0
Current children cumulated CPU time (s) 1593.47
Current children cumulated vsize (KiB) 84196

[startup+1663.49 s]
/proc/loadavg: 2.61 2.52 2.63 3/98 24357
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=69404 CPUtime=1651.97
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 16866 0 0 0 164817 380 0 0 25 0 1 0 29343745 71069696 16341 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24103/statm: 17351 16341 52 112 0 17235 0
Current children cumulated CPU time (s) 1653.17
Current children cumulated vsize (KiB) 84536

[startup+1723.51 s]
/proc/loadavg: 2.47 2.48 2.61 3/98 24357
/proc/meminfo: memFree=15424/2055920 swapFree=4192812/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=69868 CPUtime=1711.65
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 16969 0 0 0 170778 387 0 0 25 0 1 0 29343745 71544832 16444 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 0 0 0
/proc/24103/statm: 17467 16444 52 112 0 17351 0
Current children cumulated CPU time (s) 1712.85
Current children cumulated vsize (KiB) 85000

[startup+1783.53 s]
/proc/loadavg: 2.21 2.40 2.58 3/98 24357
/proc/meminfo: memFree=16256/2055920 swapFree=4192812/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=70456 CPUtime=1771.31
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 17099 0 0 0 176738 393 0 0 25 0 1 0 29343745 72146944 16574 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24103/statm: 17614 16574 52 112 0 17498 0
Current children cumulated CPU time (s) 1772.51
Current children cumulated vsize (KiB) 85588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.18 s]
/proc/loadavg: 2.13 2.36 2.56 3/98 24357
/proc/meminfo: memFree=14976/2055920 swapFree=4192812/4192956
[pid=24085] ppid=24083 vsize=15132 CPUtime=0.06
/proc/24085/stat : 24085 (sugar) S 24083 24085 23606 0 -1 4194304 1646 0 0 0 5 1 0 0 16 0 1 0 29343606 15495168 1156 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24085/statm: 3783 1156 373 3 0 883 0
[pid=24087] ppid=24085 vsize=0 CPUtime=0.49
/proc/24087/stat : 24087 (java) Z 24085 24085 23606 0 -1 1036 4388 0 1 0 46 3 0 0 16 0 1 0 29343611 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24087/statm: 0 0 0 0 0 0 0
[pid=24095] ppid=24085 vsize=0 CPUtime=0.65
/proc/24095/stat : 24095 (java) Z 24085 24085 23606 0 -1 1036 5724 0 1 0 61 4 0 0 17 0 1 0 29343672 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24095/statm: 0 0 0 0 0 0 0
[pid=24103] ppid=24085 vsize=70456 CPUtime=1798.8
/proc/24103/stat : 24103 (minisat) R 24085 24085 23606 0 -1 0 17106 0 0 0 179485 395 0 0 25 0 1 0 29343745 72146944 16581 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24103/statm: 17614 16581 52 112 0 17498 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 85588

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24085 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=58991 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=13997
CPU time returned by wait4() is 0.072988
while last known CPU time is 1800.01

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1812.25
CPU time (s): 1800.01
CPU user time (s): 1795.97
CPU system time (s): 4.04
CPU usage (%): 99.3246
Max. virtual memory (cumulated for all children) (KiB): 821076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.058991
system time used= 0.013997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58
involuntary context switches= 19

runsolver used 2.40763 s user time and 5.75113 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan 29 18:04:50 UTC 2007


IDJOB= 198552
IDBENCH= 3562
IDSOLVER= 86
FILE ID= node11/198552-1170093889

PBS_JOBID= 3689417

Free space on /tmp= 66561 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-50.xml
COMMAND LINE= /tmp/evaluation/198552-1170093889/solver /tmp/evaluation/198552-1170093889 /tmp/evaluation/198552-1170093889/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-198552-1170093889 -o ROOT/results/node11/solver-198552-1170093889 -C 1800 -M 900  /tmp/evaluation/198552-1170093889/solver /tmp/evaluation/198552-1170093889 /tmp/evaluation/198552-1170093889/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  12147b726cdc62e4a1c95be8697eb0dc

RANDOM SEED= 816916168

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.243
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.243
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:       1777888 kB
Buffers:         41136 kB
Cached:         139540 kB
SwapCached:          0 kB
Active:         178128 kB
Inactive:        54028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777888 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          71216 kB
Slab:            30792 kB
Committed_AS:   237892 kB
PageTables:       2160 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= 49050 MiB



End job on node11 on Mon Jan 29 18:35:03 UTC 2007