Trace number 238426

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 542.769 546.454

General information on the benchmark

NameblackHole/BH-4-4/
BlackHole-4-4-e-9_ext.xml
MD5SUM28d31343a81ea3a0b90df261d5e044df
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.192969
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/238426-1170108622/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/238426-1170108622/unknown.xml [Mon Jan 29 23:10:26 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/238426-1170108622/unknown.xml /tmp/evaluation/238426-1170108622/sugar19525.csp [Mon Jan 29 23:10:26 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238426-1170108622/sugar-v0-40.jar -convert /tmp/evaluation/238426-1170108622/unknown.xml /tmp/evaluation/238426-1170108622/sugar19525.csp
0.16	c BEGIN convert /tmp/evaluation/238426-1170108622/unknown.xml
0.53	c END convert (0.364738 seconds)
0.55	c # CONVERT_XML  END : /tmp/evaluation/238426-1170108622/sugar19525.csp 324287 bytes (0 seconds) [Mon Jan 29 23:10:26 2007]
0.55	c # CONVERT_XML  CPU : 0.45 = 0 + 0 + 0.4 + 0.05
0.55	
0.55	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238426-1170108622/sugar19525.bcnf [Mon Jan 29 23:10:26 2007]
0.55	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238426-1170108622/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238426-1170108622/sugar19525.map /tmp/evaluation/238426-1170108622/sugar19525.csp /tmp/evaluation/238426-1170108622/sugar19525.bcnf
0.66	c BEGIN parse /tmp/evaluation/238426-1170108622/sugar19525.csp
4.07	c END parse (3.400578 seconds)
4.07	c BEGIN simplify
4.09	c END simplify (0.02797 seconds)
4.09	c BEGIN encode /tmp/evaluation/238426-1170108622/sugar19525.bcnf
4.36	c END encode (0.265691 seconds)
4.41	c # GENERATE_SAT  END : 3860 variables 16739 clauses 1640068 bytes (4 seconds) [Mon Jan 29 23:10:30 2007]
4.41	c # GENERATE_SAT  CPU : 3.76 = 0.03 + 0 + 3.56 + 0.17
4.41	
4.41	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238426-1170108622/sugar19525.bcnf [Mon Jan 29 23:10:30 2007]
4.41	c # CMD : /tmp/evaluation/238426-1170108622/minisat /tmp/evaluation/238426-1170108622/sugar19525.bcnf /tmp/evaluation/238426-1170108622/sugar19525.out
4.45	c ==================================[MINISAT]===================================
4.45	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.45	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.45	c ==============================================================================
4.45	c |         0 |   15926   371933 |    5308       0        0     nan |  0.000 % |
4.47	c |       100 |   15938   371933 |    5838      83      510     6.1 |  2.021 % |
4.49	c |       250 |   15950   371933 |    6422     218     1582     7.3 |  2.435 % |
4.50	c |       476 |   15964   371933 |    7064     430     4128     9.6 |  2.435 % |
4.51	c |       813 |   15968   371933 |    7771     763     8407    11.0 |  2.435 % |
4.53	c |      1320 |   15973   371933 |    8548    1263    17118    13.6 |  2.668 % |
4.56	c |      2080 |   15986   371933 |    9403    2008    33767    16.8 |  2.824 % |
4.63	c |      3219 |   15989   371933 |   10343    3144    57991    18.4 |  2.824 % |
4.74	c |      4927 |   15992   371933 |   11378    4849    86321    17.8 |  2.824 % |
4.90	c |      7490 |   15484   368411 |   12515    7404   157456    21.3 |  2.824 % |
5.21	c |     11334 |   15487   368411 |   13767   11244   270281    24.0 |  2.979 % |
5.84	c |     17102 |   15488   368411 |   15144    9865   290454    29.4 |  2.979 % |
6.89	c |     25754 |   15484   368394 |   16658   10702   387788    36.2 |  2.980 % |
8.89	c |     38728 |   15485   368394 |   18324   15090   585356    38.8 |  2.979 % |
11.89	c |     58189 |   15478   368328 |   20157   15834   616573    38.9 |  3.005 % |
15.72	c |     87381 |   15481   368328 |   22172   13967   477715    34.2 |  3.005 % |
23.74	c |    131171 |   15485   368328 |   24390   12650   468340    37.0 |  3.005 % |
35.54	c |    196855 |   15488   368328 |   26829   15777   525595    33.3 |  3.006 % |
51.48	c |    295382 |   15456   368131 |   29512   15415   462941    30.0 |  3.394 % |
84.54	c |    443172 |   15466   368131 |   32463   19575   737904    37.7 |  3.394 % |
135.60	c |    664856 |   15466   368065 |   35709   18226   638397    35.0 |  3.601 % |
226.53	c |    997382 |   15455   368005 |   39280   18986   632328    33.3 |  3.653 % |
368.66	c |   1496171 |   15458   368005 |   43208   25882   949006    36.7 |  3.808 % |
546.36	c ==============================================================================
546.38	c restarts              : 23
546.38	c conflicts             : 2130717        (3971 /sec)
546.38	c decisions             : 2594588        (4836 /sec)
546.38	c propagations          : 115800420      (215819 /sec)
546.38	c conflict literals     : 80533763       (23.52 % deleted)
546.38	c Memory used           : 19.66 MB
546.38	c CPU time              : 536.562 s
546.38	c 
546.38	c UNSATISFIABLE
546.41	c # SOLVE_SAT  END : UNSATISFIABLE (542 seconds) [Mon Jan 29 23:19:32 2007]
546.41	c # SOLVE_SAT  CPU : 538.51 = 0.01 + 0 + 536.57 + 1.93
546.41	
546.41	c # RESULT : UNSATISFIABLE
546.41	
546.41	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 23:19:32 2007]
546.41	s UNSATISFIABLE
546.41	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:19:32 2007]
546.41	c # OUTPUT_SOL  CPU : 0.01 = 0 + 0.01 + 0 + 0
546.41	
546.41	c # MAIN  END :  (546 seconds) [Mon Jan 29 23:19:32 2007]
546.41	c # MAIN  CPU : 542.73 = 0.04 + 0.01 + 540.53 + 2.15
546.41	

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/node41/watcher-238426-1170108622 -o ROOT/results/node41/solver-238426-1170108622 -C 1800 -M 900 /tmp/evaluation/238426-1170108622/solver /tmp/evaluation/238426-1170108622 /tmp/evaluation/238426-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: 3.24 3.07 2.50 5/82 19526
/proc/meminfo: memFree=15392/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=12268 CPUtime=0
/proc/19525/stat : 19525 (sugar) R 19523 19525 18938 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 30818518 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399044606 0 0 4224 0 0 0 0 17 1 0 0
/proc/19525/statm: 3067 315 241 3 0 167 0

[startup+0.106778 s]
/proc/loadavg: 3.24 3.07 2.50 5/82 19526
/proc/meminfo: memFree=15392/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=13724 CPUtime=0.03
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30818518 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19525/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.519814 s]
/proc/loadavg: 3.24 3.07 2.50 5/82 19526
/proc/meminfo: memFree=15392/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=13724 CPUtime=0.03
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30818518 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19525/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.35089 s]
/proc/loadavg: 3.22 3.07 2.51 3/89 19542
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=13724 CPUtime=0.49
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1190 6728 0 1 4 0 40 5 15 0 1 0 30818518 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19525/statm: 3431 809 371 3 0 531 0
[pid=19535] ppid=19525 vsize=807336 CPUtime=0.77
/proc/19535/stat : 19535 (java) R 19525 19525 18938 0 -1 0 7915 0 1 0 71 6 0 0 23 0 8 0 30818573 826712064 7662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 201834 7662 1506 14 0 189112 0
[pid=19535/tid=19536] ppid=19525 vsize=807336 CPUtime=0.09
/proc/19535/task/19536/stat : 19536 (java) R 19525 19525 18938 0 -1 64 1725 0 0 0 9 0 0 0 16 0 8 0 30818576 826712064 7662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153823362 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19535/tid=19537] ppid=19525 vsize=807336 CPUtime=0
/proc/19535/task/19537/stat : 19537 (java) S 19525 19525 18938 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30818577 826712064 7662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19535/tid=19538] ppid=19525 vsize=807336 CPUtime=0
/proc/19535/task/19538/stat : 19538 (java) S 19525 19525 18938 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30818577 826712064 7662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19535/tid=19539] ppid=19525 vsize=807336 CPUtime=0
/proc/19535/task/19539/stat : 19539 (java) S 19525 19525 18938 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30818580 826712064 7662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19535/tid=19540] ppid=19525 vsize=807336 CPUtime=0.12
/proc/19535/task/19540/stat : 19540 (java) S 19525 19525 18938 0 -1 64 392 0 0 0 12 0 0 0 16 0 8 0 30818580 826712064 7662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19535/tid=19541] ppid=19525 vsize=807336 CPUtime=0
/proc/19535/task/19541/stat : 19541 (java) S 19525 19525 18938 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30818580 826712064 7662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19535/tid=19542] ppid=19525 vsize=807336 CPUtime=0
/proc/19535/task/19542/stat : 19542 (java) S 19525 19525 18938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30818580 826712064 7662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 821060

[startup+2.99003 s]
/proc/loadavg: 3.22 3.07 2.51 4/89 19542
/proc/meminfo: memFree=15144/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=13724 CPUtime=0.49
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1190 6728 0 1 4 0 40 5 15 0 1 0 30818518 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19525/statm: 3431 809 371 3 0 531 0
[pid=19535] ppid=19525 vsize=807336 CPUtime=2.39
/proc/19535/stat : 19535 (java) R 19525 19525 18938 0 -1 0 16436 0 1 0 229 10 0 0 25 0 8 0 30818573 826712064 16132 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073724059 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19535/statm: 201834 16132 1506 14 0 189112 0
[pid=19535/tid=19536] ppid=19525 vsize=807336 CPUtime=0.48
/proc/19535/task/19536/stat : 19536 (java) S 19525 19525 18938 0 -1 64 10188 0 0 0 44 4 0 0 16 0 8 0 30818576 826712064 16132 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19535/tid=19537] ppid=19525 vsize=807336 CPUtime=0
/proc/19535/task/19537/stat : 19537 (java) S 19525 19525 18938 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30818577 826712064 16132 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19535/tid=19538] ppid=19525 vsize=807336 CPUtime=0
/proc/19535/task/19538/stat : 19538 (java) S 19525 19525 18938 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30818577 826712064 16132 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19535/tid=19539] ppid=19525 vsize=807336 CPUtime=0
/proc/19535/task/19539/stat : 19539 (java) S 19525 19525 18938 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30818580 826712064 16132 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19535/tid=19540] ppid=19525 vsize=807336 CPUtime=0.14
/proc/19535/task/19540/stat : 19540 (java) S 19525 19525 18938 0 -1 64 399 0 0 0 14 0 0 0 16 0 8 0 30818580 826712064 16132 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19535/tid=19541] ppid=19525 vsize=807336 CPUtime=0
/proc/19535/task/19541/stat : 19541 (java) S 19525 19525 18938 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30818580 826712064 16132 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19535/tid=19542] ppid=19525 vsize=807336 CPUtime=0
/proc/19535/task/19542/stat : 19542 (java) S 19525 19525 18938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30818580 826712064 16132 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821060

[startup+6.28232 s]
/proc/loadavg: 3.20 3.06 2.51 4/82 19545
/proc/meminfo: memFree=63456/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.24
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 6 0 396 22 15 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=6228 CPUtime=1.85
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 1612 0 0 0 185 0 0 0 25 0 1 0 30818959 6377472 1196 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527254 0 0 4096 3 0 0 0 17 1 0 0
/proc/19545/statm: 1557 1196 52 112 0 1441 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 21768

[startup+12.7549 s]
/proc/loadavg: 3.18 3.06 2.51 3/82 19547
/proc/meminfo: memFree=14944/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.24
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 6 0 396 22 16 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=8132 CPUtime=8.28
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 2087 0 0 0 828 0 0 0 25 0 1 0 30818959 8327168 1671 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527267 0 0 4096 3 0 0 0 17 1 0 0
/proc/19545/statm: 2033 1671 52 112 0 1917 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 23672

[startup+25.585 s]
/proc/loadavg: 3.08 3.04 2.51 3/83 19553
/proc/meminfo: memFree=15448/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.24
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 6 0 396 22 16 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=9208 CPUtime=21.01
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 2384 0 0 0 2090 11 0 0 25 0 1 0 30818959 9428992 1968 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19545/statm: 2302 1968 52 112 0 2186 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 24748

[startup+51.2472 s]
/proc/loadavg: 2.92 3.01 2.51 3/82 19560
/proc/meminfo: memFree=14816/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.24
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 6 0 396 22 16 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=10076 CPUtime=46.49
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 2567 0 0 0 4630 19 0 0 25 0 1 0 30818959 10317824 2151 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134524997 0 0 4096 3 0 0 0 17 0 0 0
/proc/19545/statm: 2519 2151 52 112 0 2403 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 25616

[startup+102.485 s]
/proc/loadavg: 3.02 3.02 2.54 3/82 19574
/proc/meminfo: memFree=15840/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.24
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 6 0 396 22 16 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=12512 CPUtime=97.32
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 3185 0 0 0 9687 45 0 0 25 0 1 0 30818959 12812288 2769 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527138 0 0 4096 3 0 0 0 17 0 0 0
/proc/19545/statm: 3128 2769 52 112 0 3012 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 28052

[startup+162.537 s]
/proc/loadavg: 3.14 3.06 2.58 3/82 19590
/proc/meminfo: memFree=15328/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.25
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 7 0 396 22 16 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=14352 CPUtime=156.99
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 3611 0 0 0 15624 75 0 0 25 0 1 0 30818959 14696448 3195 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/19545/statm: 3588 3195 52 112 0 3472 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 29892

[startup+222.584 s]
/proc/loadavg: 3.08 3.05 2.61 3/82 19590
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.25
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 7 0 396 22 16 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=15200 CPUtime=216.64
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 3816 0 0 0 21571 93 0 0 25 0 1 0 30818959 15564800 3400 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/19545/statm: 3800 3400 52 112 0 3684 0
Current children cumulated CPU time (s) 220.89
Current children cumulated vsize (KiB) 30740

[startup+282.628 s]
/proc/loadavg: 3.21 3.08 2.65 3/82 19590
/proc/meminfo: memFree=16160/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.25
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 7 0 396 22 16 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=16548 CPUtime=276.33
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 4122 0 0 0 27520 113 0 0 25 0 1 0 30818959 16945152 3706 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527117 0 0 4096 3 0 0 0 17 0 0 0
/proc/19545/statm: 4137 3706 52 112 0 4021 0
Current children cumulated CPU time (s) 280.58
Current children cumulated vsize (KiB) 32088

[startup+342.674 s]
/proc/loadavg: 4.05 3.35 2.76 3/82 19590
/proc/meminfo: memFree=15840/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.25
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 7 0 396 22 16 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=17236 CPUtime=336.03
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 4285 0 0 0 33474 129 0 0 25 0 1 0 30818959 17649664 3869 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/19545/statm: 4309 3869 52 112 0 4193 0
Current children cumulated CPU time (s) 340.28
Current children cumulated vsize (KiB) 32776

[startup+402.719 s]
/proc/loadavg: 3.03 3.19 2.74 3/82 19590
/proc/meminfo: memFree=15200/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.25
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 7 0 396 22 16 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=18888 CPUtime=395.7
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 4687 0 0 0 39421 149 0 0 25 0 1 0 30818959 19341312 4271 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527393 0 0 4096 3 0 0 0 17 0 0 0
/proc/19545/statm: 4722 4271 52 112 0 4606 0
Current children cumulated CPU time (s) 399.95
Current children cumulated vsize (KiB) 34428

[startup+462.762 s]
/proc/loadavg: 2.58 3.05 2.72 3/82 19590
/proc/meminfo: memFree=15136/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.25
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 7 0 396 22 16 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=19512 CPUtime=455.37
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 4811 0 0 0 45371 166 0 0 25 0 1 0 30818959 19980288 4395 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/19545/statm: 4878 4395 52 112 0 4762 0
Current children cumulated CPU time (s) 459.62
Current children cumulated vsize (KiB) 35052

[startup+522.806 s]
/proc/loadavg: 2.78 3.03 2.73 3/82 19590
/proc/meminfo: memFree=14944/2055920 swapFree=4192812/4192956
[pid=19525] ppid=19523 vsize=15540 CPUtime=4.25
/proc/19525/stat : 19525 (sugar) S 19523 19525 18938 0 -1 4194304 1744 30424 0 4 7 0 396 22 16 0 1 0 30818518 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19525/statm: 3885 1256 373 3 0 985 0
[pid=19545] ppid=19525 vsize=20128 CPUtime=515.07
/proc/19545/stat : 19545 (minisat) R 19525 19525 18938 0 -1 0 4940 0 0 0 51321 186 0 0 25 0 1 0 30818959 20611072 4524 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528562 0 0 4096 3 0 0 0 17 0 0 0
/proc/19545/statm: 5032 4524 52 112 0 4916 0
Current children cumulated CPU time (s) 519.32
Current children cumulated vsize (KiB) 35668

Child status: 0
Real time (s): 546.454
CPU time (s): 542.769
CPU user time (s): 540.602
CPU system time (s): 2.16667
CPU usage (%): 99.3255
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 540.602
system time used= 2.16667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37204
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1859
involuntary context switches= 18479

runsolver used 0.45793 s user time and 1.52677 s system time

The end

Launcher Data (download as text)

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


IDJOB= 238426
IDBENCH= 7001
IDSOLVER= 86
FILE ID= node41/238426-1170108622

PBS_JOBID= 3689894

Free space on /tmp= 60654 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  28d31343a81ea3a0b90df261d5e044df

RANDOM SEED= 105985032

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.231
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.231
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:         16592 kB
Buffers:          3560 kB
Cached:        1773620 kB
SwapCached:          0 kB
Active:         187536 kB
Inactive:      1755504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         16592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          828664 kB
Writeback:           0 kB
Mapped:         182652 kB
Slab:            81108 kB
Committed_AS:   479052 kB
PageTables:       2236 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= 51201 MiB



End job on node41 on Mon Jan 29 22:19:34 UTC 2007