Trace number 238312

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 181.852 183.286

General information on the benchmark

NameblackHole/BH-4-4/
BlackHole-4-4-e-4_ext.xml
MD5SUMfb4918964c83d0c22f9772ca8a86703e
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.217966
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/238312-1170108613/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/238312-1170108613/unknown.xml [Mon Jan 29 23:10:15 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/238312-1170108613/unknown.xml /tmp/evaluation/238312-1170108613/sugar29650.csp [Mon Jan 29 23:10:15 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238312-1170108613/sugar-v0-40.jar -convert /tmp/evaluation/238312-1170108613/unknown.xml /tmp/evaluation/238312-1170108613/sugar29650.csp
0.16	c BEGIN convert /tmp/evaluation/238312-1170108613/unknown.xml
0.51	c END convert (0.350438 seconds)
0.55	c # CONVERT_XML  END : /tmp/evaluation/238312-1170108613/sugar29650.csp 324167 bytes (1 seconds) [Mon Jan 29 23:10:16 2007]
0.55	c # CONVERT_XML  CPU : 0.44 = 0 + 0 + 0.41 + 0.03
0.55	
0.55	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238312-1170108613/sugar29650.bcnf [Mon Jan 29 23:10:16 2007]
0.55	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238312-1170108613/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238312-1170108613/sugar29650.map /tmp/evaluation/238312-1170108613/sugar29650.csp /tmp/evaluation/238312-1170108613/sugar29650.bcnf
0.66	c BEGIN parse /tmp/evaluation/238312-1170108613/sugar29650.csp
4.28	c END parse (3.611377 seconds)
4.28	c BEGIN simplify
4.30	c END simplify (0.02788 seconds)
4.30	c BEGIN encode /tmp/evaluation/238312-1170108613/sugar29650.bcnf
4.53	c END encode (0.221351 seconds)
4.58	c # GENERATE_SAT  END : 3860 variables 16739 clauses 1640068 bytes (4 seconds) [Mon Jan 29 23:10:20 2007]
4.58	c # GENERATE_SAT  CPU : 3.95 = 0.03 + 0 + 3.75 + 0.17
4.58	
4.58	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238312-1170108613/sugar29650.bcnf [Mon Jan 29 23:10:20 2007]
4.58	c # CMD : /tmp/evaluation/238312-1170108613/minisat /tmp/evaluation/238312-1170108613/sugar29650.bcnf /tmp/evaluation/238312-1170108613/sugar29650.out
4.62	c ==================================[MINISAT]===================================
4.62	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.62	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.62	c ==============================================================================
4.62	c |         0 |   15926   371790 |    5308       0        0     nan |  0.000 % |
4.63	c |       100 |   15937   371790 |    5838      89     3076    34.6 |  1.166 % |
4.65	c |       250 |   15943   371790 |    6422     230     4301    18.7 |  1.788 % |
4.66	c |       475 |   15963   371790 |    7064     434     5741    13.2 |  1.918 % |
4.68	c |       812 |   15976   371790 |    7771     756     9633    12.7 |  2.280 % |
4.70	c |      1320 |   15979   371790 |    8548    1261    20540    16.3 |  2.280 % |
4.75	c |      2079 |   15986   371790 |    9403    2012    38138    19.0 |  2.461 % |
4.82	c |      3220 |   15999   371790 |   10343    3139    62445    19.9 |  2.798 % |
4.93	c |      4928 |   16000   371790 |   11378    4845   110654    22.8 |  2.979 % |
5.16	c |      7491 |   15599   369426 |   12515    7305   183334    25.1 |  3.005 % |
5.51	c |     11335 |   15602   369426 |   13767   11146   299825    26.9 |  3.005 % |
6.09	c |     17102 |   15604   369426 |   15144    9792   302784    30.9 |  3.005 % |
6.93	c |     25751 |   15597   369360 |   16658   10666   322943    30.3 |  3.265 % |
8.48	c |     38726 |   15598   369360 |   18324   15099   524362    34.7 |  3.316 % |
11.23	c |     58187 |   15570   369234 |   20157   15765   543356    34.5 |  3.342 % |
15.12	c |     87379 |   15556   369151 |   22172   13954   433514    31.1 |  3.446 % |
22.01	c |    131169 |   15554   369121 |   24390   12523   429678    34.3 |  3.497 % |
33.05	c |    196853 |   15552   369104 |   26829   15737   527001    33.5 |  3.601 % |
52.02	c |    295379 |   15546   369044 |   29512   15637   542501    34.7 |  3.939 % |
79.38	c |    443169 |   15548   369027 |   32463   17439   576852    33.1 |  4.094 % |
127.11	c |    664853 |   15579   369010 |   35709   17888   452078    25.3 |  4.093 % |
183.20	c ==============================================================================
183.22	c restarts              : 21
183.22	c conflicts             : 915214         (5186 /sec)
183.22	c decisions             : 1186910        (6725 /sec)
183.22	c propagations          : 50119861       (283987 /sec)
183.22	c conflict literals     : 28880012       (27.51 % deleted)
183.22	c Memory used           : 12.85 MB
183.22	c CPU time              : 176.486 s
183.22	c 
183.22	c UNSATISFIABLE
183.25	c # SOLVE_SAT  END : UNSATISFIABLE (178 seconds) [Mon Jan 29 23:13:18 2007]
183.25	c # SOLVE_SAT  CPU : 177.41 = 0 + 0 + 176.49 + 0.92
183.25	
183.25	c # RESULT : UNSATISFIABLE
183.25	
183.25	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 23:13:18 2007]
183.25	s UNSATISFIABLE
183.25	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:13:18 2007]
183.25	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
183.25	
183.25	c # MAIN  END :  (183 seconds) [Mon Jan 29 23:13:18 2007]
183.25	c # MAIN  CPU : 181.8 = 0.03 + 0 + 180.65 + 1.12
183.25	

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/node4/watcher-238312-1170108613 -o ROOT/results/node4/solver-238312-1170108613 -C 1800 -M 900 /tmp/evaluation/238312-1170108613/solver /tmp/evaluation/238312-1170108613 /tmp/evaluation/238312-1170108613/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.53 2.43 2.26 5/95 29651
/proc/meminfo: memFree=16016/2055920 swapFree=4192812/4192956
[pid=29650] ppid=29648 vsize=12268 CPUtime=0
/proc/29650/stat : 29650 (sugar) R 29648 29650 29582 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 30816373 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922115582 0 0 4224 0 0 0 0 17 1 0 0
/proc/29650/statm: 3067 315 241 3 0 167 0

[startup+0.103304 s]
/proc/loadavg: 2.53 2.43 2.26 5/95 29651
/proc/meminfo: memFree=16016/2055920 swapFree=4192812/4192956
[pid=29650] ppid=29648 vsize=13724 CPUtime=0.04
/proc/29650/stat : 29650 (sugar) S 29648 29650 29582 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30816373 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29650/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.515334 s]
/proc/loadavg: 2.53 2.43 2.26 5/95 29651
/proc/meminfo: memFree=16016/2055920 swapFree=4192812/4192956
[pid=29650] ppid=29648 vsize=13724 CPUtime=0.04
/proc/29650/stat : 29650 (sugar) S 29648 29650 29582 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30816373 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29650/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33641 s]
/proc/loadavg: 2.53 2.43 2.26 4/102 29667
/proc/meminfo: memFree=15128/2055920 swapFree=4192812/4192956
[pid=29650] ppid=29648 vsize=13724 CPUtime=0.48
/proc/29650/stat : 29650 (sugar) S 29648 29650 29582 0 -1 4194304 1190 6727 0 1 3 1 41 3 15 0 1 0 30816373 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29650/statm: 3431 809 371 3 0 531 0
[pid=29660] ppid=29650 vsize=807328 CPUtime=0.77
/proc/29660/stat : 29660 (java) R 29650 29650 29582 0 -1 0 8496 0 1 0 71 6 0 0 19 0 8 0 30816428 826703872 8242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29660/statm: 201832 8242 1506 14 0 189110 0
[pid=29660/tid=29661] ppid=29650 vsize=807328 CPUtime=0.12
/proc/29660/task/29661/stat : 29661 (java) S 29650 29650 29582 0 -1 64 2330 0 0 0 11 1 0 0 16 0 8 0 30816431 826703872 8242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29662] ppid=29650 vsize=807328 CPUtime=0
/proc/29660/task/29662/stat : 29662 (java) S 29650 29650 29582 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30816432 826703872 8242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29663] ppid=29650 vsize=807328 CPUtime=0
/proc/29660/task/29663/stat : 29663 (java) S 29650 29650 29582 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30816432 826703872 8242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29664] ppid=29650 vsize=807328 CPUtime=0
/proc/29660/task/29664/stat : 29664 (java) S 29650 29650 29582 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30816435 826703872 8242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29665] ppid=29650 vsize=807328 CPUtime=0.1
/proc/29660/task/29665/stat : 29665 (java) R 29650 29650 29582 0 -1 64 372 0 0 0 10 0 0 0 16 0 8 0 30816435 826703872 8242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29666] ppid=29650 vsize=807328 CPUtime=0
/proc/29660/task/29666/stat : 29666 (java) S 29650 29650 29582 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30816435 826703872 8242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29667] ppid=29650 vsize=807328 CPUtime=0
/proc/29660/task/29667/stat : 29667 (java) S 29650 29650 29582 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30816435 826703872 8242 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) 821052

[startup+2.97358 s]
/proc/loadavg: 2.53 2.43 2.26 3/102 29667
/proc/meminfo: memFree=15768/2055920 swapFree=4192812/4192956
[pid=29650] ppid=29648 vsize=13724 CPUtime=0.48
/proc/29650/stat : 29650 (sugar) S 29648 29650 29582 0 -1 4194304 1190 6727 0 1 3 1 41 3 15 0 1 0 30816373 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29650/statm: 3431 809 371 3 0 531 0
[pid=29660] ppid=29650 vsize=807328 CPUtime=2.37
/proc/29660/stat : 29660 (java) R 29650 29650 29582 0 -1 0 17151 0 1 0 228 9 0 0 25 0 8 0 30816428 826703872 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29660/statm: 201832 16849 1506 14 0 189110 0
[pid=29660/tid=29661] ppid=29650 vsize=807328 CPUtime=0.52
/proc/29660/task/29661/stat : 29661 (java) R 29650 29650 29582 0 -1 64 10903 0 0 0 48 4 0 0 15 0 8 0 30816431 826703872 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29662] ppid=29650 vsize=807328 CPUtime=0
/proc/29660/task/29662/stat : 29662 (java) S 29650 29650 29582 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30816432 826703872 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29663] ppid=29650 vsize=807328 CPUtime=0
/proc/29660/task/29663/stat : 29663 (java) S 29650 29650 29582 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30816432 826703872 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29664] ppid=29650 vsize=807328 CPUtime=0
/proc/29660/task/29664/stat : 29664 (java) S 29650 29650 29582 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30816435 826703872 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29665] ppid=29650 vsize=807328 CPUtime=0.14
/proc/29660/task/29665/stat : 29665 (java) S 29650 29650 29582 0 -1 64 402 0 0 0 14 0 0 0 16 0 8 0 30816435 826703872 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29666] ppid=29650 vsize=807328 CPUtime=0
/proc/29660/task/29666/stat : 29666 (java) S 29650 29650 29582 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30816435 826703872 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29660/tid=29667] ppid=29650 vsize=807328 CPUtime=0
/proc/29660/task/29667/stat : 29667 (java) S 29650 29650 29582 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30816435 826703872 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 821052

[startup+6.25788 s]
/proc/loadavg: 2.48 2.43 2.25 3/95 29669
/proc/meminfo: memFree=73424/2055920 swapFree=4192812/4192956
[pid=29650] ppid=29648 vsize=15540 CPUtime=4.43
/proc/29650/stat : 29650 (sugar) S 29648 29650 29582 0 -1 4194304 1744 32533 0 2 6 1 416 20 15 0 1 0 30816373 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29650/statm: 3885 1256 373 3 0 985 0
[pid=29669] ppid=29650 vsize=5952 CPUtime=1.64
/proc/29669/stat : 29669 (minisat) R 29650 29650 29582 0 -1 0 1556 0 0 0 164 0 0 0 25 0 1 0 30816831 6094848 1140 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528461 0 0 4096 3 0 0 0 17 1 0 0
/proc/29669/statm: 1488 1140 52 112 0 1372 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 21492

[startup+12.7445 s]
/proc/loadavg: 2.45 2.42 2.25 3/95 29670
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=29650] ppid=29648 vsize=15540 CPUtime=4.43
/proc/29650/stat : 29650 (sugar) S 29648 29650 29582 0 -1 4194304 1744 32533 0 2 6 1 416 20 16 0 1 0 30816373 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29650/statm: 3885 1256 373 3 0 985 0
[pid=29669] ppid=29650 vsize=7808 CPUtime=8.07
/proc/29669/stat : 29669 (minisat) R 29650 29650 29582 0 -1 0 2012 0 0 0 797 10 0 0 25 0 1 0 30816831 7995392 1596 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 1 0 0
/proc/29669/statm: 1952 1596 52 112 0 1836 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 23348

[startup+25.5817 s]
/proc/loadavg: 2.78 2.50 2.28 3/97 29676
/proc/meminfo: memFree=16128/2055920 swapFree=4192812/4192956
[pid=29650] ppid=29648 vsize=15540 CPUtime=4.43
/proc/29650/stat : 29650 (sugar) S 29648 29650 29582 0 -1 4194304 1744 32533 0 2 6 1 416 20 16 0 1 0 30816373 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29650/statm: 3885 1256 373 3 0 985 0
[pid=29669] ppid=29650 vsize=8984 CPUtime=20.83
/proc/29669/stat : 29669 (minisat) R 29650 29650 29582 0 -1 0 2311 0 0 0 2068 15 0 0 25 0 1 0 30816831 9199616 1895 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528284 0 0 4096 3 0 0 0 17 1 0 0
/proc/29669/statm: 2246 1895 52 112 0 2130 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 24524

[startup+51.2572 s]
/proc/loadavg: 2.86 2.54 2.30 3/95 29683
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=29650] ppid=29648 vsize=15540 CPUtime=4.43
/proc/29650/stat : 29650 (sugar) S 29648 29650 29582 0 -1 4194304 1744 32533 0 2 6 1 416 20 16 0 1 0 30816373 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29650/statm: 3885 1256 373 3 0 985 0
[pid=29669] ppid=29650 vsize=10360 CPUtime=46.32
/proc/29669/stat : 29669 (minisat) R 29650 29650 29582 0 -1 0 2639 0 0 0 4599 33 0 0 25 0 1 0 30816831 10608640 2223 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/29669/statm: 2590 2223 52 112 0 2474 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 25900

[startup+102.502 s]
/proc/loadavg: 2.97 2.62 2.34 3/95 29699
/proc/meminfo: memFree=15376/2055920 swapFree=4192812/4192956
[pid=29650] ppid=29648 vsize=15540 CPUtime=4.43
/proc/29650/stat : 29650 (sugar) S 29648 29650 29582 0 -1 4194304 1744 32533 0 2 6 1 416 20 16 0 1 0 30816373 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29650/statm: 3885 1256 373 3 0 985 0
[pid=29669] ppid=29650 vsize=12332 CPUtime=97.2
/proc/29669/stat : 29669 (minisat) R 29650 29650 29582 0 -1 0 3112 0 0 0 9663 57 0 0 25 0 1 0 30816831 12627968 2696 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/29669/statm: 3083 2696 52 112 0 2967 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 27872

[startup+162.557 s]
/proc/loadavg: 3.10 2.73 2.39 3/95 29709
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=29650] ppid=29648 vsize=15540 CPUtime=4.43
/proc/29650/stat : 29650 (sugar) S 29648 29650 29582 0 -1 4194304 1744 32533 0 2 6 1 416 20 16 0 1 0 30816373 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29650/statm: 3885 1256 373 3 0 985 0
[pid=29669] ppid=29650 vsize=12632 CPUtime=156.85
/proc/29669/stat : 29669 (minisat) R 29650 29650 29582 0 -1 0 3195 0 0 0 15601 84 0 0 25 0 1 0 30816831 12935168 2779 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29669/statm: 3158 2779 52 112 0 3042 0
Current children cumulated CPU time (s) 161.28
Current children cumulated vsize (KiB) 28172

Child status: 0
Real time (s): 183.286
CPU time (s): 181.852
CPU user time (s): 180.714
CPU system time (s): 1.13883
CPU usage (%): 99.2179
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.714
system time used= 1.13883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37690
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1835
involuntary context switches= 9204

runsolver used 0.19697 s user time and 0.52292 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Jan 29 22:10:14 UTC 2007


IDJOB= 238312
IDBENCH= 6995
IDSOLVER= 86
FILE ID= node4/238312-1170108613

PBS_JOBID= 3689960

Free space on /tmp= 63589 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  fb4918964c83d0c22f9772ca8a86703e

RANDOM SEED= 117267708

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:         15144 kB
Buffers:          6812 kB
Cached:        1772408 kB
SwapCached:          0 kB
Active:         193760 kB
Inactive:      1750764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          828468 kB
Writeback:           0 kB
Mapped:         190780 kB
Slab:            80696 kB
Committed_AS:   849296 kB
PageTables:       2432 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= 59605 MiB



End job on node4 on Mon Jan 29 22:13:20 UTC 2007