Trace number 238350

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 770.086 770.784

General information on the benchmark

NameblackHole/BH-4-4/
BlackHole-4-4-e-1_ext.xml
MD5SUM1d4e042594ae0061070f62f273326e16
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.280956
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.05	c # Sugar v0-40 (/tmp/evaluation/238350-1170108614/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/238350-1170108614/unknown.xml [Mon Jan 29 23:10:17 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/238350-1170108614/unknown.xml /tmp/evaluation/238350-1170108614/sugar26392.csp [Mon Jan 29 23:10:17 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238350-1170108614/sugar-v0-40.jar -convert /tmp/evaluation/238350-1170108614/unknown.xml /tmp/evaluation/238350-1170108614/sugar26392.csp
0.16	c BEGIN convert /tmp/evaluation/238350-1170108614/unknown.xml
0.48	c END convert (0.323617 seconds)
0.87	c # CONVERT_XML  END : /tmp/evaluation/238350-1170108614/sugar26392.csp 324287 bytes (1 seconds) [Mon Jan 29 23:10:18 2007]
0.87	c # CONVERT_XML  CPU : 0.43 = 0 + 0 + 0.39 + 0.04
0.87	
0.87	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238350-1170108614/sugar26392.bcnf [Mon Jan 29 23:10:18 2007]
0.87	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238350-1170108614/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238350-1170108614/sugar26392.map /tmp/evaluation/238350-1170108614/sugar26392.csp /tmp/evaluation/238350-1170108614/sugar26392.bcnf
0.99	c BEGIN parse /tmp/evaluation/238350-1170108614/sugar26392.csp
4.55	c END parse (3.559503 seconds)
4.55	c BEGIN simplify
4.58	c END simplify (0.029471 seconds)
4.58	c BEGIN encode /tmp/evaluation/238350-1170108614/sugar26392.bcnf
4.81	c END encode (0.226471 seconds)
4.86	c # GENERATE_SAT  END : 3860 variables 16739 clauses 1640068 bytes (4 seconds) [Mon Jan 29 23:10:22 2007]
4.86	c # GENERATE_SAT  CPU : 3.98 = 0.02 + 0.01 + 3.79 + 0.16
4.86	
4.86	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238350-1170108614/sugar26392.bcnf [Mon Jan 29 23:10:22 2007]
4.86	c # CMD : /tmp/evaluation/238350-1170108614/minisat /tmp/evaluation/238350-1170108614/sugar26392.bcnf /tmp/evaluation/238350-1170108614/sugar26392.out
4.91	c ==================================[MINISAT]===================================
4.91	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.91	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.91	c ==============================================================================
4.91	c |         0 |   15926   371724 |    5308       0        0     nan |  0.000 % |
4.92	c |       100 |   15938   371724 |    5838      87      763     8.8 |  1.632 % |
4.93	c |       251 |   15944   371724 |    6422     232     2421    10.4 |  1.632 % |
4.94	c |       477 |   15946   371724 |    7064     455     4696    10.3 |  1.658 % |
4.95	c |       815 |   15949   371724 |    7771     790     7311     9.3 |  1.658 % |
4.96	c |      1322 |   15952   371724 |    8548    1294    13010    10.1 |  1.658 % |
4.98	c |      2081 |   15955   371724 |    9403    2050    21359    10.4 |  1.658 % |
5.02	c |      3221 |   15956   371724 |   10343    3189    38405    12.0 |  1.658 % |
5.08	c |      4929 |   15959   371724 |   11378    4894    69164    14.1 |  1.658 % |
5.16	c |      7491 |   15965   371724 |   12515    7450   104853    14.1 |  1.658 % |
5.44	c |     11336 |   15970   371724 |   13767   11290   173781    15.4 |  1.658 % |
5.88	c |     17103 |   15947   371583 |   15144    9936   193557    19.5 |  1.658 % |
6.66	c |     25752 |   15950   371583 |   16658   10833   230325    21.3 |  1.658 % |
7.76	c |     38727 |   15952   371583 |   18324   15299   340287    22.2 |  1.659 % |
9.77	c |     58188 |   15953   371583 |   20157   16039   404664    25.2 |  1.658 % |
12.88	c |     87380 |   15953   371583 |   22172   14451   363724    25.2 |  1.658 % |
17.88	c |    131169 |   15955   371583 |   24390   13092   299036    22.8 |  1.658 % |
28.03	c |    196853 |   15951   371506 |   26829   16009   379792    23.7 |  1.995 % |
42.61	c |    295380 |   15956   371506 |   29512   16786   354805    21.1 |  1.995 % |
66.13	c |    443169 |   15930   371488 |   32463   17292   429782    24.9 |  2.021 % |
106.34	c |    664852 |   15945   371488 |   35709   29553   708384    24.0 |  2.021 % |
169.15	c |    997378 |   15966   371488 |   39280   29007   856391    29.5 |  2.021 % |
302.29	c |   1496166 |   15967   371422 |   43208   27336  1094234    40.0 |  2.047 % |
529.38	c |   2244348 |   15958   371279 |   47529   21414   947995    44.3 |  2.410 % |
770.77	c ==============================================================================
770.77	c restarts              : 24
770.77	c conflicts             : 3028315        (3956 /sec)
770.77	c decisions             : 3779107        (4937 /sec)
770.77	c propagations          : 160995471      (210304 /sec)
770.77	c conflict literals     : 109051009      (23.08 % deleted)
770.77	c Memory used           : 22.90 MB
770.77	c CPU time              : 765.536 s
770.77	c 
770.77	c UNSATISFIABLE
770.78	c # SOLVE_SAT  END : UNSATISFIABLE (765 seconds) [Mon Jan 29 23:23:07 2007]
770.78	c # SOLVE_SAT  CPU : 765.61 = 0 + 0 + 765.53 + 0.08
770.78	
770.78	c # RESULT : UNSATISFIABLE
770.78	
770.78	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 23:23:07 2007]
770.78	s UNSATISFIABLE
770.78	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:23:07 2007]
770.78	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
770.78	
770.78	c # MAIN  END :  (770 seconds) [Mon Jan 29 23:23:07 2007]
770.78	c # MAIN  CPU : 770.02 = 0.02 + 0.01 + 769.71 + 0.28
770.78	

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/node71/watcher-238350-1170108614 -o ROOT/results/node71/solver-238350-1170108614 -C 1800 -M 900 /tmp/evaluation/238350-1170108614/solver /tmp/evaluation/238350-1170108614 /tmp/evaluation/238350-1170108614/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.85 1.67 1.91 5/82 26393
/proc/meminfo: memFree=1805560/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=18540 CPUtime=0
/proc/26392/stat : 26392 (runsolver) R 26390 26392 26012 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30819470 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26392/statm: 4635 279 244 17 0 2626 0

[startup+0.104057 s]
/proc/loadavg: 0.85 1.67 1.91 5/82 26393
/proc/meminfo: memFree=1805560/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=13724 CPUtime=0.03
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 30819470 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26392/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512141 s]
/proc/loadavg: 0.85 1.67 1.91 5/82 26393
/proc/meminfo: memFree=1805560/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=13724 CPUtime=0.03
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 30819470 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26392/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33832 s]
/proc/loadavg: 0.85 1.67 1.91 3/90 26409
/proc/meminfo: memFree=1770040/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=13724 CPUtime=0.46
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1190 6729 0 1 3 0 39 4 16 0 1 0 30819470 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3431 809 371 3 0 531 0
[pid=26402] ppid=26392 vsize=807064 CPUtime=0.45
/proc/26402/stat : 26402 (java) R 26392 26392 26012 0 -1 0 7337 0 1 0 41 4 0 0 21 0 8 0 30819558 826433536 7086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073481342 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26402/statm: 201766 7086 1494 14 0 189044 0
[pid=26402/tid=26403] ppid=26392 vsize=807064 CPUtime=0.06
/proc/26402/task/26403/stat : 26403 (java) S 26392 26392 26012 0 -1 64 1284 0 0 0 6 0 0 0 16 0 8 0 30819561 826433536 7086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26404] ppid=26392 vsize=807064 CPUtime=0
/proc/26402/task/26404/stat : 26404 (java) S 26392 26392 26012 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30819562 826433536 7086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26405] ppid=26392 vsize=807064 CPUtime=0
/proc/26402/task/26405/stat : 26405 (java) S 26392 26392 26012 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30819562 826433536 7086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26406] ppid=26392 vsize=807064 CPUtime=0
/proc/26402/task/26406/stat : 26406 (java) S 26392 26392 26012 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30819565 826433536 7086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26407] ppid=26392 vsize=807064 CPUtime=0.05
/proc/26402/task/26407/stat : 26407 (java) S 26392 26392 26012 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30819565 826433536 7086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26408] ppid=26392 vsize=807064 CPUtime=0
/proc/26402/task/26408/stat : 26408 (java) S 26392 26392 26012 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30819565 826433536 7086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26409] ppid=26392 vsize=807064 CPUtime=0
/proc/26402/task/26409/stat : 26409 (java) S 26392 26392 26012 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 30819565 826433536 7086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 820788

[startup+3.01269 s]
/proc/loadavg: 0.94 1.67 1.91 4/90 26409
/proc/meminfo: memFree=1717304/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=13724 CPUtime=0.46
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1190 6729 0 1 3 0 39 4 16 0 1 0 30819470 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3431 809 371 3 0 531 0
[pid=26402] ppid=26392 vsize=807336 CPUtime=2.12
/proc/26402/stat : 26402 (java) R 26392 26392 26012 0 -1 0 15752 0 1 0 203 9 0 0 17 0 8 0 30819558 826712064 15459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073597191 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26402/statm: 201834 15459 1506 14 0 189112 0
[pid=26402/tid=26403] ppid=26392 vsize=807336 CPUtime=0.48
/proc/26402/task/26403/stat : 26403 (java) S 26392 26392 26012 0 -1 64 9515 0 0 0 45 3 0 0 16 0 8 0 30819561 826712064 15459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26404] ppid=26392 vsize=807336 CPUtime=0
/proc/26402/task/26404/stat : 26404 (java) S 26392 26392 26012 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30819562 826712064 15459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26405] ppid=26392 vsize=807336 CPUtime=0
/proc/26402/task/26405/stat : 26405 (java) S 26392 26392 26012 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30819562 826712064 15459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26406] ppid=26392 vsize=807336 CPUtime=0
/proc/26402/task/26406/stat : 26406 (java) S 26392 26392 26012 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30819565 826712064 15459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26407] ppid=26392 vsize=807336 CPUtime=0.14
/proc/26402/task/26407/stat : 26407 (java) S 26392 26392 26012 0 -1 64 399 0 0 0 14 0 0 0 16 0 8 0 30819565 826712064 15459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26408] ppid=26392 vsize=807336 CPUtime=0
/proc/26402/task/26408/stat : 26408 (java) S 26392 26392 26012 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30819565 826712064 15459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26402/tid=26409] ppid=26392 vsize=807336 CPUtime=0
/proc/26402/task/26409/stat : 26409 (java) S 26392 26392 26012 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 30819565 826712064 15459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 821060

[startup+6.2954 s]
/proc/loadavg: 0.94 1.67 1.91 3/76 26411
/proc/meminfo: memFree=1820272/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 15 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=5520 CPUtime=1.42
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 1463 0 0 0 141 1 0 0 25 0 1 0 30819957 5652480 1047 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 1380 1047 52 112 0 1264 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 21060

[startup+12.7608 s]
/proc/loadavg: 1.11 1.68 1.91 3/76 26411
/proc/meminfo: memFree=1817200/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=7132 CPUtime=7.87
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 1837 0 0 0 786 1 0 0 25 0 1 0 30819957 7303168 1421 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 1783 1421 52 112 0 1667 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 22672

[startup+25.5946 s]
/proc/loadavg: 1.24 1.69 1.91 3/76 26411
/proc/meminfo: memFree=1814640/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=8740 CPUtime=20.71
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 2237 0 0 0 2069 2 0 0 25 0 1 0 30819957 8949760 1821 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 2185 1821 52 112 0 2069 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 24280

[startup+51.2712 s]
/proc/loadavg: 1.56 1.73 1.91 3/76 26411
/proc/meminfo: memFree=1811888/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=10532 CPUtime=46.37
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 2691 0 0 0 4635 2 0 0 25 0 1 0 30819957 10784768 2275 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 2633 2275 52 112 0 2517 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 26072

[startup+102.515 s]
/proc/loadavg: 1.82 1.78 1.91 3/76 26411
/proc/meminfo: memFree=1808944/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=12196 CPUtime=97.6
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 3074 0 0 0 9757 3 0 0 25 0 1 0 30819957 12488704 2658 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 3049 2658 52 112 0 2933 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 27736

[startup+162.568 s]
/proc/loadavg: 1.93 1.81 1.91 3/76 26411
/proc/meminfo: memFree=1805360/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=14392 CPUtime=157.63
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 3643 0 0 0 15759 4 0 0 25 0 1 0 30819957 14737408 3227 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 3598 3227 52 112 0 3482 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 29932

[startup+222.624 s]
/proc/loadavg: 1.97 1.84 1.91 3/76 26411
/proc/meminfo: memFree=1802096/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=16516 CPUtime=217.66
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 4169 0 0 0 21761 5 0 0 25 0 1 0 30819957 16912384 3753 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528412 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 4129 3753 52 112 0 4013 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 32056

[startup+282.685 s]
/proc/loadavg: 1.99 1.87 1.91 3/76 26411
/proc/meminfo: memFree=1800504/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=17616 CPUtime=277.69
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 4412 0 0 0 27764 5 0 0 25 0 1 0 30819957 18038784 3996 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 4404 3996 52 112 0 4288 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 33156

[startup+342.74 s]
/proc/loadavg: 1.99 1.89 1.91 3/76 26411
/proc/meminfo: memFree=1796792/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=19080 CPUtime=337.73
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 4760 0 0 0 33767 6 0 0 25 0 1 0 30819957 19537920 4344 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 4770 4344 52 112 0 4654 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 34620

[startup+402.796 s]
/proc/loadavg: 1.99 1.91 1.91 3/76 26411
/proc/meminfo: memFree=1795384/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=19888 CPUtime=397.76
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 4949 0 0 0 39770 6 0 0 25 0 1 0 30819957 20365312 4533 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134533306 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 4972 4533 52 112 0 4856 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 35428

[startup+462.852 s]
/proc/loadavg: 1.99 1.92 1.91 3/76 26411
/proc/meminfo: memFree=1793784/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=20808 CPUtime=457.8
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 5195 0 0 0 45773 7 0 0 25 0 1 0 30819957 21307392 4779 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532777 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 5202 4779 52 112 0 5086 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 36348

[startup+522.905 s]
/proc/loadavg: 1.99 1.93 1.91 3/76 26411
/proc/meminfo: memFree=1793080/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=21144 CPUtime=517.83
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 5238 0 0 0 51776 7 0 0 25 0 1 0 30819957 21651456 4822 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 5286 4822 52 112 0 5170 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 36684

[startup+582.964 s]
/proc/loadavg: 1.99 1.94 1.91 3/76 26411
/proc/meminfo: memFree=1790520/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=22784 CPUtime=577.86
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 5646 0 0 0 57779 7 0 0 25 0 1 0 30819957 23330816 5230 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 5696 5230 52 112 0 5580 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 38324

[startup+643.015 s]
/proc/loadavg: 2.04 1.97 1.92 3/76 26411
/proc/meminfo: memFree=1788536/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=22956 CPUtime=637.89
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 5682 0 0 0 63782 7 0 0 25 0 1 0 30819957 23506944 5266 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 5739 5266 52 112 0 5623 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 38496

[startup+703.06 s]
/proc/loadavg: 2.01 1.97 1.92 3/76 26411
/proc/meminfo: memFree=1787128/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=23264 CPUtime=697.92
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 5753 0 0 0 69784 8 0 0 25 0 1 0 30819957 23822336 5337 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527457 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 5816 5337 52 112 0 5700 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 38804

[startup+763.119 s]
/proc/loadavg: 2.00 1.97 1.92 3/76 26411
/proc/meminfo: memFree=1786424/2055920 swapFree=4192812/4192956
[pid=26392] ppid=26390 vsize=15540 CPUtime=4.44
/proc/26392/stat : 26392 (sugar) S 26390 26392 26012 0 -1 4194304 1744 31053 0 2 5 1 418 20 16 0 1 0 30819470 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26392/statm: 3885 1256 373 3 0 985 0
[pid=26411] ppid=26392 vsize=23444 CPUtime=757.96
/proc/26411/stat : 26411 (minisat) R 26392 26392 26012 0 -1 0 5806 0 0 0 75788 8 0 0 25 0 1 0 30819957 24006656 5390 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525481 0 0 4096 3 0 0 0 17 1 0 0
/proc/26411/statm: 5861 5390 52 112 0 5745 0
Current children cumulated CPU time (s) 762.4
Current children cumulated vsize (KiB) 38984

Child status: 0
Real time (s): 770.784
CPU time (s): 770.086
CPU user time (s): 769.78
CPU system time (s): 0.305953
CPU usage (%): 99.9094
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 769.78
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38700
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= 1867
involuntary context switches= 3532

runsolver used 0.756884 s user time and 2.08368 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Jan 29 22:10:15 UTC 2007


IDJOB= 238350
IDBENCH= 6997
IDSOLVER= 86
FILE ID= node71/238350-1170108614

PBS_JOBID= 3689953

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  1d4e042594ae0061070f62f273326e16

RANDOM SEED= 346951894

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.266
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.266
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:       1836160 kB
Buffers:         54812 kB
Cached:          85336 kB
SwapCached:          0 kB
Active:          75528 kB
Inactive:        89572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:          40272 kB
Slab:            40008 kB
Committed_AS:   690092 kB
PageTables:       1896 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 node71 on Mon Jan 29 22:23:09 UTC 2007