Trace number 246847

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.08 1801.96

General information on the benchmark

Namepigeons_glb/
pigeons-45_ext.xml
MD5SUM10e2c82d05abfd2f06808ace69997959
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.011997
SatisfiableNO
(Un)Satisfiability was proved
Number of variables45
Number of constraints1
Maximum constraint arity45
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)allDifferent(1)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/246847-1170109400/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/246847-1170109400/unknown.xml [Mon Jan 29 23:23:22 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/246847-1170109400/unknown.xml /tmp/evaluation/246847-1170109400/sugar31823.csp [Mon Jan 29 23:23:22 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/246847-1170109400/sugar-v0-40.jar -convert /tmp/evaluation/246847-1170109400/unknown.xml /tmp/evaluation/246847-1170109400/sugar31823.csp
0.16	c BEGIN convert /tmp/evaluation/246847-1170109400/unknown.xml
0.25	c END convert (0.092255 seconds)
0.28	c # CONVERT_XML  END : /tmp/evaluation/246847-1170109400/sugar31823.csp 14175 bytes (0 seconds) [Mon Jan 29 23:23:22 2007]
0.28	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.28	
0.28	c # GENERATE_SAT  BEGIN : /tmp/evaluation/246847-1170109400/sugar31823.bcnf [Mon Jan 29 23:23:22 2007]
0.28	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/246847-1170109400/sugar-v0-40.jar -bcnf -map /tmp/evaluation/246847-1170109400/sugar31823.map /tmp/evaluation/246847-1170109400/sugar31823.csp /tmp/evaluation/246847-1170109400/sugar31823.bcnf
0.40	c BEGIN parse /tmp/evaluation/246847-1170109400/sugar31823.csp
0.70	c END parse (0.307052 seconds)
0.70	c BEGIN simplify
0.73	c END simplify (0.02667 seconds)
0.73	c BEGIN encode /tmp/evaluation/246847-1170109400/sugar31823.bcnf
0.89	c END encode (0.161102 seconds)
0.95	c # GENERATE_SAT  END : 3915 variables 90000 clauses 1412664 bytes (1 seconds) [Mon Jan 29 23:23:23 2007]
0.95	c # GENERATE_SAT  CPU : 0.03 = 0.02 + 0.01 + 0 + 0
0.95	
0.95	c # SOLVE_SAT  BEGIN : /tmp/evaluation/246847-1170109400/sugar31823.bcnf [Mon Jan 29 23:23:23 2007]
0.95	c # CMD : /tmp/evaluation/246847-1170109400/minisat /tmp/evaluation/246847-1170109400/sugar31823.bcnf /tmp/evaluation/246847-1170109400/sugar31823.out
1.00	c ==================================[MINISAT]===================================
1.00	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.00	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.00	c ==============================================================================
1.00	c |         0 |   90000   263160 |   30000       0        0     nan |  0.000 % |
1.02	c |       101 |   90000   263160 |   33000     101      752     7.4 |  0.000 % |
1.03	c |       251 |   90000   263160 |   36300     251     1897     7.6 |  0.000 % |
1.05	c |       477 |   90000   263160 |   39930     477     3764     7.9 |  0.000 % |
1.07	c |       815 |   90000   263160 |   43923     815     6296     7.7 |  0.000 % |
1.09	c |      1321 |   90000   263160 |   48315    1321    11176     8.5 |  0.000 % |
1.13	c |      2081 |   90000   263160 |   53146    2081    18550     8.9 |  0.000 % |
1.17	c |      3220 |   90000   263160 |   58461    3220    29366     9.1 |  0.000 % |
1.24	c |      4928 |   90000   263160 |   64307    4928    46348     9.4 |  0.000 % |
1.35	c |      7490 |   90000   263160 |   70738    7490    71936     9.6 |  0.000 % |
1.51	c |     11334 |   90000   263160 |   77812   11334   107563     9.5 |  0.000 % |
1.78	c |     17101 |   90000   263160 |   85593   17101   167519     9.8 |  0.000 % |
2.27	c |     25751 |   90000   263160 |   94152   25751   259335    10.1 |  0.000 % |
3.78	c |     38725 |   90000   263160 |  103568   38725   499802    12.9 |  0.000 % |
6.73	c |     58188 |   90000   263160 |  113924   58188   854562    14.7 |  0.000 % |
15.84	c |     87380 |   90000   263160 |  125317   87380  1368610    15.7 |  0.000 % |
28.07	c |    131169 |   90000   263160 |  137849   20953   299713    14.3 |  0.000 % |
45.80	c |    196854 |   90000   263160 |  151634   86638  1413973    16.3 |  0.000 % |
74.46	c |    295382 |   90000   263160 |  166797   47194   736014    15.6 |  0.000 % |
136.32	c |    443172 |   90000   263160 |  183477   42138   644412    15.3 |  0.000 % |
250.99	c |    664855 |   90000   263160 |  201824   95966  1765987    18.4 |  0.000 % |
442.99	c |    997381 |   90000   263160 |  222007   53233   742052    13.9 |  0.000 % |
819.06	c |   1496169 |   90000   263160 |  244208  136769  2725203    19.9 |  0.000 % |
1420.24	c |   2244352 |   90000   263160 |  268629  197790  3559802    18.0 |  0.000 % |
1800.95	
1800.95	s UNKNOWN
1800.95	c # INTERRUPTED
1800.95	c # MAIN  END :  (1801 seconds) [Mon Jan 29 23:53:23 2007]
1800.95	c # MAIN  CPU : 0.03 = 0.02 + 0.01 + 0 + 0
1800.95	

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/node35/watcher-246847-1170109400 -o ROOT/results/node35/solver-246847-1170109400 -C 1800 -M 900 /tmp/evaluation/246847-1170109400/solver /tmp/evaluation/246847-1170109400 /tmp/evaluation/246847-1170109400/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: 0.21 1.16 2.00 4/76 31824
/proc/meminfo: memFree=1928624/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=12268 CPUtime=0
/proc/31823/stat : 31823 (sugar) R 31821 31823 31301 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 4703911 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143316990 0 0 4224 0 0 0 0 17 1 0 0
/proc/31823/statm: 3067 315 241 3 0 167 0

[startup+0.107657 s]
/proc/loadavg: 0.21 1.16 2.00 4/76 31824
/proc/meminfo: memFree=1928624/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=13724 CPUtime=0.03
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 4703911 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31823/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515733 s]
/proc/loadavg: 0.21 1.16 2.00 4/76 31824
/proc/meminfo: memFree=1928624/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=13724 CPUtime=0.03
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4703911 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31823/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3379 s]
/proc/loadavg: 0.44 1.19 2.01 4/80 31841
/proc/meminfo: memFree=1919824/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 15 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=6176 CPUtime=0.37
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 1564 0 0 0 37 0 0 0 20 0 1 0 4704006 6324224 1204 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522558 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 1544 1204 52 112 0 1428 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 21008

[startup+2.98023 s]
/proc/loadavg: 0.44 1.19 2.01 3/79 31841
/proc/meminfo: memFree=1917976/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 15 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=8416 CPUtime=2.02
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 2102 0 0 0 201 1 0 0 25 0 1 0 4704006 8617984 1742 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 2104 1742 52 112 0 1988 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 23248

[startup+6.26488 s]
/proc/loadavg: 0.44 1.19 2.01 3/79 31841
/proc/meminfo: memFree=1914904/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=10732 CPUtime=5.29
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 2696 0 0 0 528 1 0 0 25 0 1 0 4704006 10989568 2336 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 2683 2336 52 112 0 2567 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 25564

[startup+12.7382 s]
/proc/loadavg: 0.68 1.22 2.01 3/79 31841
/proc/meminfo: memFree=1911896/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=13492 CPUtime=11.76
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 3367 0 0 0 1174 2 0 0 25 0 1 0 4704006 13815808 3007 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 3373 3007 52 112 0 3257 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 28324

[startup+25.5657 s]
/proc/loadavg: 0.88 1.24 2.00 3/79 31841
/proc/meminfo: memFree=1907352/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=17940 CPUtime=24.59
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 4488 0 0 0 2456 3 0 0 25 0 1 0 4704006 18370560 4128 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 4485 4128 52 112 0 4369 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 32772

[startup+51.2369 s]
/proc/loadavg: 1.26 1.30 2.00 3/79 31841
/proc/meminfo: memFree=1905368/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=19680 CPUtime=50.24
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 4898 0 0 0 5021 3 0 0 25 0 1 0 4704006 20152320 4538 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528721 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 4920 4538 52 112 0 4804 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 34512

[startup+102.476 s]
/proc/loadavg: 1.42 1.35 1.98 2/68 31918
/proc/meminfo: memFree=1909952/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=24592 CPUtime=101.38
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 6030 0 0 0 10132 6 0 0 25 0 1 0 4704006 25182208 5670 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 6148 5670 52 112 0 6032 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 39424

[startup+162.5 s]
/proc/loadavg: 1.15 1.29 1.91 2/68 31918
/proc/meminfo: memFree=1905536/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=29052 CPUtime=161.39
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 7127 0 0 0 16131 8 0 0 25 0 1 0 4704006 29749248 6767 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 7263 6767 52 112 0 7147 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 43884

[startup+222.532 s]
/proc/loadavg: 1.05 1.23 1.85 2/68 31918
/proc/meminfo: memFree=1903296/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=31260 CPUtime=221.39
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 7660 0 0 0 22131 8 0 0 25 0 1 0 4704006 32010240 7300 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 7815 7300 52 112 0 7699 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 46092

[startup+282.56 s]
/proc/loadavg: 1.02 1.19 1.80 2/68 31918
/proc/meminfo: memFree=1899264/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06

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

/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=54796 CPUtime=1361.45
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 13118 0 0 0 136131 14 0 0 25 0 1 0 4704006 56111104 12758 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 13699 12758 52 112 0 13583 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 69628

[startup+1423.04 s]
/proc/loadavg: 1.02 1.01 1.21 2/68 31918
/proc/meminfo: memFree=1880896/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=54992 CPUtime=1421.45
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 13168 0 0 0 142131 14 0 0 25 0 1 0 4704006 56311808 12808 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 13748 12808 52 112 0 13632 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 69824

[startup+1483.07 s]
/proc/loadavg: 1.00 1.00 1.19 2/68 31918
/proc/meminfo: memFree=1878336/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=57664 CPUtime=1481.45
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 13808 0 0 0 148130 15 0 0 25 0 1 0 4704006 59047936 13448 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 14416 13448 52 112 0 14300 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 72496

[startup+1543.1 s]
/proc/loadavg: 1.00 1.00 1.18 2/68 31918
/proc/meminfo: memFree=1877312/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=58620 CPUtime=1541.46
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 14057 0 0 0 154131 15 0 0 25 0 1 0 4704006 60026880 13697 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 14655 13697 52 112 0 14539 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 73452

[startup+1603.12 s]
/proc/loadavg: 1.00 1.00 1.17 2/68 31918
/proc/meminfo: memFree=1876032/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=60036 CPUtime=1601.46
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 14374 0 0 0 160131 15 0 0 25 0 1 0 4704006 61476864 14014 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 15009 14014 52 112 0 14893 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 74868

[startup+1663.15 s]
/proc/loadavg: 1.00 1.00 1.15 2/68 31918
/proc/meminfo: memFree=1874944/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=61376 CPUtime=1661.47
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 14641 0 0 0 166131 16 0 0 25 0 1 0 4704006 62849024 14281 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 15344 14281 52 112 0 15228 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 76208

[startup+1723.16 s]
/proc/loadavg: 1.00 1.00 1.14 2/68 31918
/proc/meminfo: memFree=1873920/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=62440 CPUtime=1721.46
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 14888 0 0 0 172130 16 0 0 25 0 1 0 4704006 63938560 14528 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 15610 14528 52 112 0 15494 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 77272

[startup+1783.19 s]
/proc/loadavg: 1.00 1.00 1.13 2/68 31918
/proc/meminfo: memFree=1871680/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=64500 CPUtime=1781.46
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 15451 0 0 0 178129 17 0 0 25 0 1 0 4704006 66048000 15091 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 16125 15091 52 112 0 16009 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 79332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.94 s]
/proc/loadavg: 1.00 1.00 1.13 2/68 31918
/proc/meminfo: memFree=1870592/2055920 swapFree=4192812/4192956
[pid=31823] ppid=31821 vsize=14832 CPUtime=0.06
/proc/31823/stat : 31823 (sugar) S 31821 31823 31301 0 -1 4194304 1575 0 0 0 5 1 0 0 16 0 1 0 4703911 15187968 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31823/statm: 3708 1085 373 3 0 808 0
[pid=31825] ppid=31823 vsize=0 CPUtime=0.2
/proc/31825/stat : 31825 (java) Z 31823 31823 31301 0 -1 1036 3521 0 1 0 18 2 0 0 17 0 1 0 4703915 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31825/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31823 vsize=0 CPUtime=0.6
/proc/31833/stat : 31833 (java) Z 31823 31823 31301 0 -1 1036 7567 0 1 0 55 5 0 0 17 0 1 0 4703939 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31833/statm: 0 0 0 0 0 0 0
[pid=31841] ppid=31823 vsize=65608 CPUtime=1799.21
/proc/31841/stat : 31841 (minisat) R 31823 31823 31301 0 -1 0 15704 0 0 0 179904 17 0 0 25 0 1 0 4704006 67182592 15344 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31841/statm: 16402 15344 52 112 0 16286 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 80440

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 31823 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=53991 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=13997
CPU time returned by wait4() is 0.067988
while last known CPU time is 1800.08

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

Real time (s): 1801.96
CPU time (s): 1800.08
CPU user time (s): 1799.82
CPU system time (s): 0.26
CPU usage (%): 99.8958
Max. virtual memory (cumulated for all children) (KiB): 80440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.053991
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= 1660
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= 56
involuntary context switches= 18

runsolver used 1.87671 s user time and 4.52031 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Jan 29 22:23:21 UTC 2007


IDJOB= 246847
IDBENCH= 10728
IDSOLVER= 86
FILE ID= node35/246847-1170109400

PBS_JOBID= 3690205

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons_glb/pigeons-45_ext.xml
COMMAND LINE= /tmp/evaluation/246847-1170109400/solver /tmp/evaluation/246847-1170109400 /tmp/evaluation/246847-1170109400/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-246847-1170109400 -o ROOT/results/node35/solver-246847-1170109400 -C 1800 -M 900  /tmp/evaluation/246847-1170109400/solver /tmp/evaluation/246847-1170109400 /tmp/evaluation/246847-1170109400/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  10e2c82d05abfd2f06808ace69997959

RANDOM SEED= 773667310

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.263
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.263
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:       1929184 kB
Buffers:         19908 kB
Cached:          40748 kB
SwapCached:          0 kB
Active:          52112 kB
Inactive:        31264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1929184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:          35444 kB
Slab:            28752 kB
Committed_AS:   483012 kB
PageTables:       1816 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= 66564 MiB



End job on node35 on Mon Jan 29 22:53:24 UTC 2007