Trace number 228928

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 232.835 234.019

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-11_ext.xml
MD5SUMfb918c21c0e825a3a0479fc37910380a
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 benchmark6.94594
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
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/228928-1170105980/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/228928-1170105980/unknown.xml [Mon Jan 29 22:26:21 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/228928-1170105980/unknown.xml /tmp/evaluation/228928-1170105980/sugar19789.csp [Mon Jan 29 22:26:21 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228928-1170105980/sugar-v0-40.jar -convert /tmp/evaluation/228928-1170105980/unknown.xml /tmp/evaluation/228928-1170105980/sugar19789.csp
0.17	c BEGIN convert /tmp/evaluation/228928-1170105980/unknown.xml
0.58	c END convert (0.41463 seconds)
0.60	c # CONVERT_XML  END : /tmp/evaluation/228928-1170105980/sugar19789.csp 729047 bytes (0 seconds) [Mon Jan 29 22:26:21 2007]
0.60	c # CONVERT_XML  CPU : 0.52 = 0 + 0 + 0.47 + 0.05
0.60	
0.60	c # GENERATE_SAT  BEGIN : /tmp/evaluation/228928-1170105980/sugar19789.bcnf [Mon Jan 29 22:26:21 2007]
0.60	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228928-1170105980/sugar-v0-40.jar -bcnf -map /tmp/evaluation/228928-1170105980/sugar19789.map /tmp/evaluation/228928-1170105980/sugar19789.csp /tmp/evaluation/228928-1170105980/sugar19789.bcnf
0.72	c BEGIN parse /tmp/evaluation/228928-1170105980/sugar19789.csp
3.54	c END parse (2.822463 seconds)
3.54	c BEGIN simplify
3.55	c END simplify (0.014729 seconds)
3.55	c BEGIN encode /tmp/evaluation/228928-1170105980/sugar19789.bcnf
3.71	c END encode (0.152095 seconds)
3.75	c # GENERATE_SAT  END : 600 variables 23122 clauses 435540 bytes (3 seconds) [Mon Jan 29 22:26:24 2007]
3.75	c # GENERATE_SAT  CPU : 3.1 = 0 + 0.01 + 2.99 + 0.1
3.75	
3.75	c # SOLVE_SAT  BEGIN : /tmp/evaluation/228928-1170105980/sugar19789.bcnf [Mon Jan 29 22:26:24 2007]
3.75	c # CMD : /tmp/evaluation/228928-1170105980/minisat /tmp/evaluation/228928-1170105980/sugar19789.bcnf /tmp/evaluation/228928-1170105980/sugar19789.out
3.76	c ==================================[MINISAT]===================================
3.76	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
3.76	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
3.76	c ==============================================================================
3.76	c |         0 |   23122    85757 |    7707       0        0     nan |  0.000 % |
3.78	c |       101 |   23122    85757 |    8477     101      781     7.7 |  0.000 % |
3.79	c |       251 |   23122    85757 |    9325     251     2164     8.6 |  0.007 % |
3.81	c |       477 |   23123    85757 |   10258     476     3995     8.4 |  0.007 % |
3.85	c |       814 |   23123    85757 |   11283     813     6754     8.3 |  0.007 % |
3.89	c |      1320 |   23123    85757 |   12412    1319    10997     8.3 |  0.004 % |
3.97	c |      2080 |   23123    85757 |   13653    2079    19292     9.3 |  0.008 % |
4.09	c |      3220 |   23125    85757 |   15018    3217    31263     9.7 |  0.003 % |
4.29	c |      4928 |   23126    85757 |   16520    4924    50262    10.2 |  0.009 % |
4.62	c |      7491 |   23127    85757 |   18172    7486    81214    10.8 |  0.009 % |
5.15	c |     11335 |   23132    85757 |   19989   11325   127287    11.2 |  0.009 % |
6.06	c |     17101 |   23138    85757 |   21988   17085   201282    11.8 |  0.009 % |
7.66	c |     25750 |   23145    85757 |   24187   14658   175990    12.0 |  0.003 % |
10.28	c |     38725 |   23156    85757 |   26606   15466   177600    11.5 |  0.004 % |
14.44	c |     58186 |   23168    85757 |   29267   21559   265409    12.3 |  0.001 % |
20.82	c |     87379 |   23106    85574 |   32194   13487   149117    11.1 |  0.167 % |
30.59	c |    131171 |   23028    85307 |   35413   26212   335393    12.8 |  0.334 % |
47.09	c |    196857 |   22960    85082 |   38954   27616   398944    14.4 |  0.500 % |
75.05	c |    295383 |   22686    84087 |   42850   30708   425836    13.9 |  1.000 % |
121.62	c |    443172 |   22527    83504 |   47135   27182   381585    14.0 |  1.334 % |
198.03	c |    664855 |   22472    83197 |   51848   19608   282560    14.4 |  1.500 % |
234.01	c ==============================================================================
234.01	c restarts              : 21
234.01	c conflicts             : 768498         (3354 /sec)
234.01	c decisions             : 945144         (4125 /sec)
234.01	c propagations          : 71648702       (312701 /sec)
234.01	c conflict literals     : 11695616       (30.41 % deleted)
234.01	c Memory used           : 9.75 MB
234.01	c CPU time              : 229.128 s
234.01	c 
234.01	c UNSATISFIABLE
234.01	c # SOLVE_SAT  END : UNSATISFIABLE (230 seconds) [Mon Jan 29 22:30:14 2007]
234.01	c # SOLVE_SAT  CPU : 229.16 = 0 + 0 + 229.13 + 0.03
234.01	
234.01	c # RESULT : UNSATISFIABLE
234.01	
234.01	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 22:30:14 2007]
234.01	s UNSATISFIABLE
234.01	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:30:14 2007]
234.01	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
234.01	
234.01	c # MAIN  END :  (233 seconds) [Mon Jan 29 22:30:14 2007]
234.01	c # MAIN  CPU : 232.78 = 0 + 0.01 + 232.59 + 0.18
234.01	

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/node72/watcher-228928-1170105980 -o ROOT/results/node72/solver-228928-1170105980 -C 1800 -M 900 /tmp/evaluation/228928-1170105980/solver /tmp/evaluation/228928-1170105980 /tmp/evaluation/228928-1170105980/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: 1.95 1.41 1.15 5/94 19790
/proc/meminfo: memFree=1273192/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=18540 CPUtime=0
/proc/19789/stat : 19789 (runsolver) R 19787 19789 19444 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30565854 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 234517753127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19789/statm: 4635 279 244 17 0 2626 0

[startup+0.104206 s]
/proc/loadavg: 1.95 1.41 1.15 5/94 19790
/proc/meminfo: memFree=1273192/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=13724 CPUtime=0.03
/proc/19789/stat : 19789 (sugar) S 19787 19789 19444 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30565854 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19789/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512247 s]
/proc/loadavg: 1.95 1.41 1.15 5/94 19790
/proc/meminfo: memFree=1273192/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=13724 CPUtime=0.03
/proc/19789/stat : 19789 (sugar) S 19787 19789 19444 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30565854 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19789/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33432 s]
/proc/loadavg: 1.95 1.41 1.15 5/102 19806
/proc/meminfo: memFree=1247976/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=13724 CPUtime=0.55
/proc/19789/stat : 19789 (sugar) S 19787 19789 19444 0 -1 4194304 1190 7343 0 1 3 0 47 5 15 0 1 0 30565854 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19789/statm: 3431 809 371 3 0 531 0
[pid=19799] ppid=19789 vsize=807064 CPUtime=0.71
/proc/19799/stat : 19799 (java) R 19789 19789 19444 0 -1 0 8550 0 1 0 67 4 0 0 25 0 8 0 30565915 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19799/statm: 201766 8296 1494 14 0 189044 0
[pid=19799/tid=19800] ppid=19789 vsize=807064 CPUtime=0.14
/proc/19799/task/19800/stat : 19800 (java) R 19789 19789 19444 0 -1 64 2495 0 0 0 14 0 0 0 16 0 8 0 30565918 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19801] ppid=19789 vsize=807064 CPUtime=0
/proc/19799/task/19801/stat : 19801 (java) S 19789 19789 19444 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30565918 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19802] ppid=19789 vsize=807064 CPUtime=0
/proc/19799/task/19802/stat : 19802 (java) S 19789 19789 19444 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30565918 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19803] ppid=19789 vsize=807064 CPUtime=0
/proc/19799/task/19803/stat : 19803 (java) S 19789 19789 19444 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30565921 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19804] ppid=19789 vsize=807064 CPUtime=0.05
/proc/19799/task/19804/stat : 19804 (java) S 19789 19789 19444 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30565921 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19805] ppid=19789 vsize=807064 CPUtime=0
/proc/19799/task/19805/stat : 19805 (java) S 19789 19789 19444 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30565921 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19806] ppid=19789 vsize=807064 CPUtime=0
/proc/19799/task/19806/stat : 19806 (java) S 19789 19789 19444 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30565921 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.98746 s]
/proc/loadavg: 1.95 1.41 1.15 3/102 19806
/proc/meminfo: memFree=1233384/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=13724 CPUtime=0.55
/proc/19789/stat : 19789 (sugar) S 19787 19789 19444 0 -1 4194304 1190 7343 0 1 3 0 47 5 15 0 1 0 30565854 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19789/statm: 3431 809 371 3 0 531 0
[pid=19799] ppid=19789 vsize=807336 CPUtime=2.36
/proc/19799/stat : 19799 (java) R 19789 19789 19444 0 -1 0 12565 0 1 0 229 7 0 0 25 0 8 0 30565915 826712064 12297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19799/statm: 201834 12297 1506 14 0 189112 0
[pid=19799/tid=19800] ppid=19789 vsize=807336 CPUtime=0.4
/proc/19799/task/19800/stat : 19800 (java) S 19789 19789 19444 0 -1 64 6364 0 0 0 38 2 0 0 16 0 8 0 30565918 826712064 12297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19801] ppid=19789 vsize=807336 CPUtime=0
/proc/19799/task/19801/stat : 19801 (java) S 19789 19789 19444 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30565918 826712064 12297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19802] ppid=19789 vsize=807336 CPUtime=0
/proc/19799/task/19802/stat : 19802 (java) S 19789 19789 19444 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30565918 826712064 12297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19803] ppid=19789 vsize=807336 CPUtime=0
/proc/19799/task/19803/stat : 19803 (java) S 19789 19789 19444 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30565921 826712064 12297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19804] ppid=19789 vsize=807336 CPUtime=0.12
/proc/19799/task/19804/stat : 19804 (java) S 19789 19789 19444 0 -1 64 400 0 0 0 12 0 0 0 17 0 8 0 30565921 826712064 12297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19805] ppid=19789 vsize=807336 CPUtime=0
/proc/19799/task/19805/stat : 19805 (java) S 19789 19789 19444 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30565921 826712064 12297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19799/tid=19806] ppid=19789 vsize=807336 CPUtime=0
/proc/19799/task/19806/stat : 19806 (java) S 19789 19789 19444 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30565921 826712064 12297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 821060

[startup+6.19375 s]
/proc/loadavg: 2.04 1.44 1.16 4/95 19807
/proc/meminfo: memFree=1267744/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=13724 CPUtime=3.65
/proc/19789/stat : 19789 (sugar) S 19787 19789 19444 0 -1 4194304 1280 22546 0 2 3 1 346 15 16 0 1 0 30565854 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19789/statm: 3431 819 373 3 0 531 0
[pid=19807] ppid=19789 vsize=4120 CPUtime=2.42
/proc/19807/stat : 19807 (minisat) R 19789 19789 19444 0 -1 0 798 0 0 0 242 0 0 0 25 0 1 0 30566229 4218880 677 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19807/statm: 1030 677 51 112 0 914 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 17844

[startup+12.6313 s]
/proc/loadavg: 2.11 1.47 1.17 4/95 19807
/proc/meminfo: memFree=1266592/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=13724 CPUtime=3.65
/proc/19789/stat : 19789 (sugar) S 19787 19789 19444 0 -1 4194304 1280 22546 0 2 3 1 346 15 16 0 1 0 30565854 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19789/statm: 3431 819 373 3 0 531 0
[pid=19807] ppid=19789 vsize=4928 CPUtime=8.82
/proc/19807/stat : 19807 (minisat) R 19789 19789 19444 0 -1 0 1016 0 0 0 882 0 0 0 25 0 1 0 30566229 5046272 895 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 1 0 0
/proc/19807/statm: 1232 895 51 112 0 1116 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 18652

[startup+25.4325 s]
/proc/loadavg: 2.09 1.49 1.19 4/95 19807
/proc/meminfo: memFree=1265760/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=13724 CPUtime=3.65
/proc/19789/stat : 19789 (sugar) S 19787 19789 19444 0 -1 4194304 1280 22546 0 2 3 1 346 15 16 0 1 0 30565854 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19789/statm: 3431 819 373 3 0 531 0
[pid=19807] ppid=19789 vsize=5892 CPUtime=21.55
/proc/19807/stat : 19807 (minisat) R 19789 19789 19444 0 -1 0 1247 0 0 0 2155 0 0 0 25 0 1 0 30566229 6033408 1126 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/19807/statm: 1473 1126 51 112 0 1357 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 19616

[startup+51.0427 s]
/proc/loadavg: 2.27 1.58 1.22 4/95 19807
/proc/meminfo: memFree=1264608/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=13724 CPUtime=3.65
/proc/19789/stat : 19789 (sugar) S 19787 19789 19444 0 -1 4194304 1280 22546 0 2 3 1 346 15 16 0 1 0 30565854 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19789/statm: 3431 819 373 3 0 531 0
[pid=19807] ppid=19789 vsize=7080 CPUtime=47.04
/proc/19807/stat : 19807 (minisat) R 19789 19789 19444 0 -1 0 1549 0 0 0 4703 1 0 0 25 0 1 0 30566229 7249920 1428 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528782 0 0 4096 3 0 0 0 17 1 0 0
/proc/19807/statm: 1770 1428 51 112 0 1654 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 20804

[startup+102.317 s]
/proc/loadavg: 2.45 1.73 1.29 3/95 19807
/proc/meminfo: memFree=1263648/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=13724 CPUtime=3.65
/proc/19789/stat : 19789 (sugar) S 19787 19789 19444 0 -1 4194304 1280 22546 0 2 3 1 346 15 16 0 1 0 30565854 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19789/statm: 3431 819 373 3 0 531 0
[pid=19807] ppid=19789 vsize=7948 CPUtime=98.07
/proc/19807/stat : 19807 (minisat) R 19789 19789 19444 0 -1 0 1738 0 0 0 9806 1 0 0 25 0 1 0 30566229 8138752 1617 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/19807/statm: 1987 1617 51 112 0 1871 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 21672

[startup+162.403 s]
/proc/loadavg: 2.46 1.86 1.36 3/95 19807
/proc/meminfo: memFree=1262368/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=13724 CPUtime=3.65
/proc/19789/stat : 19789 (sugar) S 19787 19789 19444 0 -1 4194304 1280 22546 0 2 3 1 346 15 16 0 1 0 30565854 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19789/statm: 3431 819 373 3 0 531 0
[pid=19807] ppid=19789 vsize=9156 CPUtime=157.88
/proc/19807/stat : 19807 (minisat) R 19789 19789 19444 0 -1 0 2053 0 0 0 15786 2 0 0 25 0 1 0 30566229 9375744 1932 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/19807/statm: 2289 1932 51 112 0 2173 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 22880

[startup+222.488 s]
/proc/loadavg: 2.25 1.90 1.40 4/95 19807
/proc/meminfo: memFree=1261472/2055920 swapFree=4191880/4192956
[pid=19789] ppid=19787 vsize=13724 CPUtime=3.65
/proc/19789/stat : 19789 (sugar) S 19787 19789 19444 0 -1 4194304 1280 22546 0 2 3 1 346 15 16 0 1 0 30565854 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19789/statm: 3431 819 373 3 0 531 0
[pid=19807] ppid=19789 vsize=9976 CPUtime=217.67
/proc/19807/stat : 19807 (minisat) R 19789 19789 19444 0 -1 0 2261 0 0 0 21765 2 0 0 25 0 1 0 30566229 10215424 2140 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/19807/statm: 2494 2140 51 112 0 2378 0
Current children cumulated CPU time (s) 221.32
Current children cumulated vsize (KiB) 23700

Child status: 0
Real time (s): 234.019
CPU time (s): 232.835
CPU user time (s): 232.632
CPU system time (s): 0.202969
CPU usage (%): 99.4941
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.632
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26184
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= 1425
involuntary context switches= 9319

runsolver used 0.279957 s user time and 0.6519 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Jan 29 21:26:20 UTC 2007


IDJOB= 228928
IDBENCH= 6245
IDSOLVER= 86
FILE ID= node72/228928-1170105980

PBS_JOBID= 3689839

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-11_ext.xml
COMMAND LINE= /tmp/evaluation/228928-1170105980/solver /tmp/evaluation/228928-1170105980 /tmp/evaluation/228928-1170105980/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-228928-1170105980 -o ROOT/results/node72/solver-228928-1170105980 -C 1800 -M 900  /tmp/evaluation/228928-1170105980/solver /tmp/evaluation/228928-1170105980 /tmp/evaluation/228928-1170105980/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  fb918c21c0e825a3a0479fc37910380a

RANDOM SEED= 171607517

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.236
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.236
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:       1273672 kB
Buffers:         24472 kB
Cached:          53140 kB
SwapCached:        384 kB
Active:         701440 kB
Inactive:        35564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273672 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:         683124 kB
Slab:            28992 kB
Committed_AS:   988948 kB
PageTables:       3260 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= 66558 MiB



End job on node72 on Mon Jan 29 21:30:15 UTC 2007