Trace number 238445

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.40UNSAT 720.732 721.982

General information on the benchmark

NameblackHole/BH-4-4/
BlackHole-4-4-e-8_ext.xml
MD5SUMef03916b979808387e4c3458f5d951a4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.313951
SatisfiableNO
(Un)Satisfiability was proved
Number of variables64
Number of constraints432
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension432
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/238445-1170108622/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/238445-1170108622/unknown.xml [Mon Jan 29 23:10:26 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/238445-1170108622/unknown.xml /tmp/evaluation/238445-1170108622/sugar31067.csp [Mon Jan 29 23:10:26 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238445-1170108622/sugar-v0-40.jar -convert /tmp/evaluation/238445-1170108622/unknown.xml /tmp/evaluation/238445-1170108622/sugar31067.csp
0.19	c BEGIN convert /tmp/evaluation/238445-1170108622/unknown.xml
0.53	c END convert (0.342285 seconds)
0.57	c # CONVERT_XML  END : /tmp/evaluation/238445-1170108622/sugar31067.csp 324167 bytes (0 seconds) [Mon Jan 29 23:10:26 2007]
0.57	c # CONVERT_XML  CPU : 0.46 = 0 + 0 + 0.41 + 0.05
0.57	
0.57	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238445-1170108622/sugar31067.bcnf [Mon Jan 29 23:10:26 2007]
0.57	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238445-1170108622/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238445-1170108622/sugar31067.map /tmp/evaluation/238445-1170108622/sugar31067.csp /tmp/evaluation/238445-1170108622/sugar31067.bcnf
0.69	c BEGIN parse /tmp/evaluation/238445-1170108622/sugar31067.csp
4.46	c END parse (3.773567 seconds)
4.46	c BEGIN simplify
4.50	c END simplify (0.030493 seconds)
4.50	c BEGIN encode /tmp/evaluation/238445-1170108622/sugar31067.bcnf
4.73	c END encode (0.237521 seconds)
4.79	c # GENERATE_SAT  END : 3860 variables 16739 clauses 1640068 bytes (5 seconds) [Mon Jan 29 23:10:31 2007]
4.79	c # GENERATE_SAT  CPU : 4.19 = 0.03 + 0 + 4.01 + 0.15
4.79	
4.79	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238445-1170108622/sugar31067.bcnf [Mon Jan 29 23:10:31 2007]
4.79	c # CMD : /tmp/evaluation/238445-1170108622/minisat /tmp/evaluation/238445-1170108622/sugar31067.bcnf /tmp/evaluation/238445-1170108622/sugar31067.out
4.83	c ==================================[MINISAT]===================================
4.83	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.83	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.83	c ==============================================================================
4.83	c |         0 |   15926   371867 |    5308       0        0     nan |  0.000 % |
4.85	c |       100 |   15931   371867 |    5838      88      514     5.8 |  2.047 % |
4.86	c |       250 |   15942   371867 |    6422     227     1684     7.4 |  2.047 % |
4.87	c |       476 |   15947   371867 |    7064     448     5430    12.1 |  2.047 % |
4.88	c |       815 |   15952   371867 |    7771     782     9993    12.8 |  2.047 % |
4.90	c |      1321 |   15964   371867 |    8548    1275    17350    13.6 |  2.228 % |
4.94	c |      2080 |   15968   371867 |    9403    2030    27920    13.8 |  2.228 % |
4.98	c |      3221 |   15969   371867 |   10343    3170    48468    15.3 |  2.228 % |
5.06	c |      4929 |   15973   371867 |   11378    4874    82041    16.8 |  2.228 % |
5.24	c |      7491 |   15978   371867 |   12515    7431   146152    19.7 |  2.228 % |
5.53	c |     11336 |   15586   369697 |   13767   11271   240168    21.3 |  2.228 % |
6.04	c |     17102 |   15590   369697 |   15144    9890   238620    24.1 |  2.228 % |
7.15	c |     25751 |   15591   369697 |   16658   10743   278714    25.9 |  2.228 % |
8.52	c |     38725 |   15585   369680 |   18324   15109   434646    28.8 |  2.384 % |
11.26	c |     58186 |   15587   369680 |   20157   15769   478055    30.3 |  2.384 % |
15.17	c |     87378 |   15587   369680 |   22172   14007   414593    29.6 |  2.384 % |
21.10	c |    131167 |   15588   369680 |   24390   12572   274870    21.9 |  2.384 % |
31.32	c |    196853 |   15590   369680 |   26829   15420   394115    25.6 |  2.384 % |
46.31	c |    295379 |   15590   369680 |   29512   15220   399752    26.3 |  2.384 % |
71.84	c |    443168 |   15610   369680 |   32463   18284   363175    19.9 |  2.383 % |
107.36	c |    664851 |   15615   369680 |   35709   31468   726570    23.1 |  2.383 % |
163.88	c |    997377 |   15603   369537 |   39280   30517   814443    26.7 |  2.746 % |
276.06	c |   1496165 |   15629   369525 |   43208   18158   546502    30.1 |  2.773 % |
509.91	c |   2244347 |   15615   369501 |   47529   29170  1145880    39.3 |  2.798 % |
721.97	c ==============================================================================
721.97	c restarts              : 24
721.97	c conflicts             : 2908269        (4063 /sec)
721.97	c decisions             : 3566510        (4983 /sec)
721.97	c propagations          : 142116795      (198551 /sec)
721.97	c conflict literals     : 91958841       (22.48 % deleted)
721.97	c Memory used           : 23.04 MB
721.97	c CPU time              : 715.771 s
721.97	c 
721.97	c UNSATISFIABLE
721.98	c # SOLVE_SAT  END : UNSATISFIABLE (717 seconds) [Mon Jan 29 23:22:28 2007]
721.98	c # SOLVE_SAT  CPU : 716.01 = 0 + 0 + 715.77 + 0.24
721.98	
721.98	c # RESULT : UNSATISFIABLE
721.98	
721.98	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 23:22:28 2007]
721.98	s UNSATISFIABLE
721.98	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:22:28 2007]
721.98	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
721.98	
721.98	c # MAIN  END :  (722 seconds) [Mon Jan 29 23:22:28 2007]
721.98	c # MAIN  CPU : 720.66 = 0.03 + 0 + 720.19 + 0.44
721.98	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-238445-1170108622 -o ROOT/results/node12/solver-238445-1170108622 -C 1800 -M 900 /tmp/evaluation/238445-1170108622/solver /tmp/evaluation/238445-1170108622 /tmp/evaluation/238445-1170108622/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: 2.00 2.58 2.44 5/88 31068
/proc/meminfo: memFree=1568448/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=12268 CPUtime=0
/proc/31067/stat : 31067 (sugar) R 31065 31067 30876 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 30817033 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252429695589 0 0 4224 0 0 0 0 17 1 0 0
/proc/31067/statm: 3067 315 241 3 0 167 0

[startup+0.106767 s]
/proc/loadavg: 2.00 2.58 2.44 5/88 31068
/proc/meminfo: memFree=1568448/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=13724 CPUtime=0.04
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30817033 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518844 s]
/proc/loadavg: 2.00 2.58 2.44 5/88 31068
/proc/meminfo: memFree=1568448/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=13724 CPUtime=0.04
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30817033 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34299 s]
/proc/loadavg: 2.00 2.58 2.44 4/96 31084
/proc/meminfo: memFree=1542336/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=13724 CPUtime=0.5
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1190 6728 0 1 3 1 41 5 15 0 1 0 30817033 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3431 809 371 3 0 531 0
[pid=31077] ppid=31067 vsize=807336 CPUtime=0.75
/proc/31077/stat : 31077 (java) R 31067 31067 30876 0 -1 0 7894 0 1 0 71 4 0 0 23 0 8 0 30817090 826712064 7642 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073656599 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31077/statm: 201834 7642 1506 14 0 189112 0
[pid=31077/tid=31078] ppid=31067 vsize=807336 CPUtime=0.09
/proc/31077/task/31078/stat : 31078 (java) S 31067 31067 30876 0 -1 64 1712 0 0 0 9 0 0 0 16 0 8 0 30817094 826712064 7642 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31079] ppid=31067 vsize=807336 CPUtime=0
/proc/31077/task/31079/stat : 31079 (java) S 31067 31067 30876 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30817094 826712064 7642 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31080] ppid=31067 vsize=807336 CPUtime=0
/proc/31077/task/31080/stat : 31080 (java) S 31067 31067 30876 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30817094 826712064 7642 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31081] ppid=31067 vsize=807336 CPUtime=0
/proc/31077/task/31081/stat : 31081 (java) S 31067 31067 30876 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30817097 826712064 7642 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31082] ppid=31067 vsize=807336 CPUtime=0.12
/proc/31077/task/31082/stat : 31082 (java) S 31067 31067 30876 0 -1 64 391 0 0 0 12 0 0 0 16 0 8 0 30817097 826712064 7642 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31083] ppid=31067 vsize=807336 CPUtime=0
/proc/31077/task/31083/stat : 31083 (java) S 31067 31067 30876 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30817097 826712064 7642 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31084] ppid=31067 vsize=807336 CPUtime=0
/proc/31077/task/31084/stat : 31084 (java) S 31067 31067 30876 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30817097 826712064 7642 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 821060

[startup+2.98029 s]
/proc/loadavg: 2.00 2.58 2.44 4/96 31084
/proc/meminfo: memFree=1526144/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=13724 CPUtime=0.5
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1190 6728 0 1 3 1 41 5 15 0 1 0 30817033 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3431 809 371 3 0 531 0
[pid=31077] ppid=31067 vsize=807336 CPUtime=2.39
/proc/31077/stat : 31077 (java) R 31067 31067 30876 0 -1 0 14326 0 1 0 231 8 0 0 25 0 8 0 30817090 826712064 14028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747214 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31077/statm: 201834 14028 1506 14 0 189112 0
[pid=31077/tid=31078] ppid=31067 vsize=807336 CPUtime=0.45
/proc/31077/task/31078/stat : 31078 (java) S 31067 31067 30876 0 -1 64 8084 0 0 0 41 4 0 0 16 0 8 0 30817094 826712064 14028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31079] ppid=31067 vsize=807336 CPUtime=0
/proc/31077/task/31079/stat : 31079 (java) S 31067 31067 30876 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30817094 826712064 14028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31080] ppid=31067 vsize=807336 CPUtime=0
/proc/31077/task/31080/stat : 31080 (java) S 31067 31067 30876 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30817094 826712064 14028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31081] ppid=31067 vsize=807336 CPUtime=0
/proc/31077/task/31081/stat : 31081 (java) S 31067 31067 30876 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30817097 826712064 14028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31082] ppid=31067 vsize=807336 CPUtime=0.14
/proc/31077/task/31082/stat : 31082 (java) S 31067 31067 30876 0 -1 64 399 0 0 0 14 0 0 0 16 0 8 0 30817097 826712064 14028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31083] ppid=31067 vsize=807336 CPUtime=0
/proc/31077/task/31083/stat : 31083 (java) S 31067 31067 30876 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30817097 826712064 14028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31077/tid=31084] ppid=31067 vsize=807336 CPUtime=0
/proc/31077/task/31084/stat : 31084 (java) S 31067 31067 30876 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30817097 826712064 14028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 821060

[startup+6.28188 s]
/proc/loadavg: 2.00 2.57 2.44 3/89 31085
/proc/meminfo: memFree=1559032/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 15 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=5664 CPUtime=1.47
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 1472 0 0 0 147 0 0 0 25 0 1 0 30817512 5799936 1056 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 1416 1056 52 112 0 1300 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 21204

[startup+12.747 s]
/proc/loadavg: 2.00 2.56 2.44 3/89 31085
/proc/meminfo: memFree=1556920/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=7404 CPUtime=7.94
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 1934 0 0 0 793 1 0 0 25 0 1 0 30817512 7581696 1518 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 1851 1518 52 112 0 1735 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 22944

[startup+25.5754 s]
/proc/loadavg: 2.00 2.53 2.43 3/89 31085
/proc/meminfo: memFree=1556224/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=8092 CPUtime=20.76
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 2106 0 0 0 2075 1 0 0 25 0 1 0 30817512 8286208 1690 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 2023 1690 52 112 0 1907 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 23632

[startup+51.241 s]
/proc/loadavg: 2.00 2.49 2.42 3/89 31085
/proc/meminfo: memFree=1554816/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=9732 CPUtime=46.42
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 2496 0 0 0 4640 2 0 0 25 0 1 0 30817512 9965568 2080 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 2433 2080 52 112 0 2317 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 25272

[startup+102.478 s]
/proc/loadavg: 2.00 2.41 2.39 3/89 31085
/proc/meminfo: memFree=1553344/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=11104 CPUtime=97.64
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 2838 0 0 0 9761 3 0 0 25 0 1 0 30817512 11370496 2422 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 2776 2422 52 112 0 2660 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 26644

[startup+162.53 s]
/proc/loadavg: 2.00 2.33 2.37 3/89 31085
/proc/meminfo: memFree=1551616/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=12972 CPUtime=157.68
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 3262 0 0 0 15764 4 0 0 25 0 1 0 30817512 13283328 2846 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 3243 2846 52 112 0 3127 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 28512

[startup+222.595 s]
/proc/loadavg: 2.00 2.27 2.34 3/89 31085
/proc/meminfo: memFree=1550336/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=14196 CPUtime=217.71
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 3563 0 0 0 21767 4 0 0 25 0 1 0 30817512 14536704 3147 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 3549 3147 52 112 0 3433 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 29736

[startup+282.653 s]
/proc/loadavg: 2.00 2.22 2.32 3/89 31085
/proc/meminfo: memFree=1548032/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=16552 CPUtime=277.75
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 4126 0 0 0 27770 5 0 0 25 0 1 0 30817512 16949248 3710 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 4138 3710 52 112 0 4022 0
Current children cumulated CPU time (s) 282.44
Current children cumulated vsize (KiB) 32092

[startup+342.691 s]
/proc/loadavg: 1.73 2.11 2.27 2/82 31348
/proc/meminfo: memFree=1882280/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=18840 CPUtime=337.6
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 4673 0 0 0 33751 9 0 0 25 0 1 0 30817512 19292160 4257 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 4710 4257 52 112 0 4594 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 34380

[startup+402.701 s]
/proc/loadavg: 1.48 1.97 2.21 2/82 31670
/proc/meminfo: memFree=1880752/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=19304 CPUtime=397.4
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 4766 0 0 0 39727 13 0 0 25 0 1 0 30817512 19767296 4350 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 4826 4350 52 112 0 4710 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 34844

[startup+462.791 s]
/proc/loadavg: 1.22 1.80 2.14 2/82 31844
/proc/meminfo: memFree=1879672/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=19456 CPUtime=457.34
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 4827 0 0 0 45719 15 0 0 25 0 1 0 30817512 19922944 4411 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 4864 4411 52 112 0 4748 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 34996

[startup+522.89 s]
/proc/loadavg: 1.08 1.66 2.06 2/82 32052
/proc/meminfo: memFree=1878776/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=20196 CPUtime=517.31
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 4979 0 0 0 51715 16 0 0 25 0 1 0 30817512 20680704 4563 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 5049 4563 52 112 0 4933 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 35736

[startup+582.977 s]
/proc/loadavg: 1.03 1.53 1.99 2/82 32180
/proc/meminfo: memFree=1877752/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=21084 CPUtime=577.31
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 5188 0 0 0 57713 18 0 0 25 0 1 0 30817512 21590016 4772 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 5271 4772 52 112 0 5155 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 36624

[startup+643.073 s]
/proc/loadavg: 1.06 1.45 1.94 2/82 32430
/proc/meminfo: memFree=1876928/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=21440 CPUtime=637.27
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 5294 0 0 0 63707 20 0 0 25 0 1 0 30817512 21954560 4878 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 5360 4878 52 112 0 5244 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 36980

[startup+703.166 s]
/proc/loadavg: 1.16 1.40 1.89 2/82 32647
/proc/meminfo: memFree=1874944/2055920 swapFree=4192812/4192956
[pid=31067] ppid=31065 vsize=15540 CPUtime=4.69
/proc/31067/stat : 31067 (sugar) S 31065 31067 30876 0 -1 4194304 1744 30232 0 2 6 1 442 20 16 0 1 0 30817033 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31067/statm: 3885 1256 373 3 0 985 0
[pid=31085] ppid=31067 vsize=23448 CPUtime=697.23
/proc/31085/stat : 31085 (minisat) R 31067 31067 30876 0 -1 0 5778 0 0 0 69701 22 0 0 25 0 1 0 30817512 24010752 5362 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528782 0 0 4096 3 0 0 0 17 1 0 0
/proc/31085/statm: 5862 5362 52 112 0 5746 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 38988

Child status: 0
Real time (s): 721.982
CPU time (s): 720.732
CPU user time (s): 720.264
CPU system time (s): 0.467928
CPU usage (%): 99.8269
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 720.265
system time used= 0.467928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37872
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1881
involuntary context switches= 11397

runsolver used 0.757884 s user time and 1.9617 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan 29 22:10:24 UTC 2007


IDJOB= 238445
IDBENCH= 7002
IDSOLVER= 86
FILE ID= node12/238445-1170108622

PBS_JOBID= 3689956

Free space on /tmp= 66440 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-4/BlackHole-4-4-e-8_ext.xml
COMMAND LINE= /tmp/evaluation/238445-1170108622/solver /tmp/evaluation/238445-1170108622 /tmp/evaluation/238445-1170108622/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-238445-1170108622 -o ROOT/results/node12/solver-238445-1170108622 -C 1800 -M 900  /tmp/evaluation/238445-1170108622/solver /tmp/evaluation/238445-1170108622 /tmp/evaluation/238445-1170108622/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  ef03916b979808387e4c3458f5d951a4

RANDOM SEED= 608365018

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.285
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.285
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:       1569056 kB
Buffers:          6212 kB
Cached:          44176 kB
SwapCached:          0 kB
Active:         421556 kB
Inactive:        15908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1000 kB
Writeback:           0 kB
Mapped:         406772 kB
Slab:            33712 kB
Committed_AS:   896812 kB
PageTables:       2772 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= 66561 MiB



End job on node12 on Mon Jan 29 22:22:29 UTC 2007