Trace number 217930

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.40SAT 213.869 216.476

General information on the benchmark

Nameramsey/ramsey4/
ramsey-34-4.xml
MD5SUM3dd3772dc78cb755f7c11e57b1134fd2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.93749
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables561
Number of constraints5984
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5984
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/217930-1170101646/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/217930-1170101646/unknown.xml [Mon Jan 29 21:14:06 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/217930-1170101646/unknown.xml /tmp/evaluation/217930-1170101646/sugar26240.csp [Mon Jan 29 21:14:06 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217930-1170101646/sugar-v0-40.jar -convert /tmp/evaluation/217930-1170101646/unknown.xml /tmp/evaluation/217930-1170101646/sugar26240.csp
0.16	c BEGIN convert /tmp/evaluation/217930-1170101646/unknown.xml
0.91	c END convert (0.748315 seconds)
0.95	c # CONVERT_XML  END : /tmp/evaluation/217930-1170101646/sugar26240.csp 337491 bytes (1 seconds) [Mon Jan 29 21:14:07 2007]
0.95	c # CONVERT_XML  CPU : 0.86 = 0 + 0.01 + 0.77 + 0.08
0.95	
0.95	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217930-1170101646/sugar26240.bcnf [Mon Jan 29 21:14:07 2007]
0.95	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217930-1170101646/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217930-1170101646/sugar26240.map /tmp/evaluation/217930-1170101646/sugar26240.csp /tmp/evaluation/217930-1170101646/sugar26240.bcnf
1.07	c BEGIN parse /tmp/evaluation/217930-1170101646/sugar26240.csp
2.42	c END parse (1.347613 seconds)
2.42	c BEGIN simplify
2.62	c END simplify (0.201238 seconds)
2.62	c BEGIN encode /tmp/evaluation/217930-1170101646/sugar26240.bcnf
2.99	c END encode (0.368645 seconds)
3.37	c # GENERATE_SAT  END : 37587 variables 150722 clauses 2191664 bytes (2 seconds) [Mon Jan 29 21:14:09 2007]
3.37	c # GENERATE_SAT  CPU : 2.37 = 0.33 + 0.03 + 1.9 + 0.11
3.37	
3.37	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217930-1170101646/sugar26240.bcnf [Mon Jan 29 21:14:09 2007]
3.37	c # CMD : /tmp/evaluation/217930-1170101646/minisat /tmp/evaluation/217930-1170101646/sugar26240.bcnf /tmp/evaluation/217930-1170101646/sugar26240.out
3.47	c ==================================[MINISAT]===================================
3.47	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
3.47	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
3.47	c ==============================================================================
3.47	c |         0 |  150722   397188 |   50240       0        0     nan |  0.000 % |
3.57	c |       100 |  150722   397188 |   55264     100      590     5.9 |  0.000 % |
3.66	c |       250 |  150722   397188 |   60790     250     1402     5.6 |  0.000 % |
3.78	c |       475 |  150722   397188 |   66869     475     2600     5.5 |  0.000 % |
3.96	c |       812 |  150722   397188 |   73556     812     4427     5.5 |  0.000 % |
4.22	c |      1318 |  150722   397188 |   80912    1318     7211     5.5 |  0.000 % |
4.66	c |      2077 |  150722   397188 |   89003    2077    11431     5.5 |  0.000 % |
5.39	c |      3216 |  150722   397188 |   97903    3216    17917     5.6 |  0.000 % |
6.47	c |      4924 |  150722   397188 |  107693    4924    27850     5.7 |  0.000 % |
8.36	c |      7486 |  150722   397188 |  118463    7486    43338     5.8 |  0.000 % |
11.36	c |     11330 |  150722   397188 |  130309   11330    66481     5.9 |  0.000 % |
16.04	c |     17096 |  150722   397188 |  143340   17096   103458     6.1 |  0.000 % |
23.02	c |     25745 |  150722   397188 |  157674   25745   162605     6.3 |  0.000 % |
34.17	c |     38719 |  150722   397188 |  173442   38719   267969     6.9 |  0.000 % |
50.61	c |     58183 |  150722   397188 |  190786   58183   545802     9.4 |  0.000 % |
63.69	c |     87376 |  150722   397188 |  209864   87376  4030132    46.1 |  0.000 % |
85.20	c |    131165 |  150722   397188 |  230851  131165  9449708    72.0 |  0.000 % |
137.47	c |    196849 |  150722   397188 |  253936  196849 20710347   105.2 |  0.000 % |
215.82	c ==============================================================================
215.82	c restarts              : 18
215.82	c conflicts             : 281786         (1341 /sec)
215.82	c decisions             : 7529231        (35830 /sec)
215.82	c propagations          : 166116368      (790507 /sec)
215.82	c conflict literals     : 38318827       (11.29 % deleted)
215.82	c Memory used           : 154.44 MB
215.82	c CPU time              : 210.139 s
215.82	c 
215.82	c SATISFIABLE
215.88	c # SOLVE_SAT  END : SATISFIABLE (213 seconds) [Mon Jan 29 21:17:42 2007]
215.88	c # SOLVE_SAT  CPU : 210.55 = 0 + 0 + 210.16 + 0.39
215.88	
215.88	c # RESULT : SATISFIABLE
215.88	
215.88	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 21:17:42 2007]
216.01	c BEGIN read SAT output /tmp/evaluation/217930-1170101646/sugar26240.out
216.07	c END read SAT output (0.05928 seconds)
216.07	c BEGIN write solution /tmp/evaluation/217930-1170101646/sugar26240.sol
216.41	c END write solution (0.340034 seconds)
216.45	s SATISFIABLE
216.45	v 1 2 0 2 1 3 2 3 0 2 2 3 2 1 1 0 3 0 3 1 3 2 0 2 2 3 0 3 1 3 0 1 1 3 2 1 0 0 0 1 2 0 2 0 0 3 2 1 2 3 3 0 3 1 3 1 2 0 0 1 3 0 3 3 2 2 1 2 1 1 1 3 3 3 0 1 1 2 0 2 2 2 3 1 3 0 0 0 0 3 3 2 2 1 0 3 2 0 0 2 3 3 1 0 0 1 0 1 2 0 3 3 2 3 2 3 1 0 1 2 1 3 1 3 2 3 2 0 0 2 3 1 1 2 3 3 2 3 1 3 3 0 3 0 1 0 3 1 1 2 3 2 2 3 3 2 3 0 3 1 2 3 1 3 0 3 1 0 3 2 0 2 1 0 2 2 2 1 3 1 1 0 3 2 0 3 1 1 2 3 3 2 1 2 0 2 3 2 3 0 1 3 1 1 1 2 2 3 3 3 2 2 1 0 1 3 2 1 0 0 1 1 1 3 3 0 1 3 2 3 2 0 3 0 3 0 1 2 0 0 3 3 3 2 2 1 2 3 2 3 2 2 1 1 1 0 1 1 0 3 2 1 1 2 1 1 3 1 3 2 2 2 1 2 1 0 0 3 2 0 2 3 2 0 0 0 2 3 3 2 3 3 2 3 2 3 1 0 0 3 2 2 2 1 3 2 1 1 1 0 3 1 2 3 3 3 0 2 1 2 3 3 0 0 2 2 0 3 2 1 3 2 0 2 1 3 0 3 0 0 2 2 3 1 1 1 1 1 3 3 2 0 2 2 0 1 2 2 2 1 3 3 0 3 1 0 2 2 2 0 1 0 0 2 1 1 2 2 2 0 0 1 1 3 3 2 1 0 2 0 3 1 3 3 0 3 2 2 2 3 0 0 3 3 0 1 2 3 1 1 0 0 0 0 3 3 2 2 3 0 1 1 3 1 1 0 1 1 0 0 3 0 1 2 2 2 3 0 2 3 3 0 0 2 3 2 2 2 0 3 1 0 3 1 2 0 3 1 3 0 0 0 2 3 2 1 0 0 2 1 3 1 3 2 0 3 1 1 3 1 0 0 2 1 0 3 0 1 2 1 0 1 0 1 0 3 3 1 3 0 2 3 2 1 0 2 1 3 2 2 3 1 3 2 1 1 1 2 2 2 0 3 2 3 3 3 0 2 2 2 2 1 1 3 0 2 2 3 3 3 0 3 2 1 1 0 0 0 3 3 1 3 1 0 2 3 2 0 2 1 2
216.46	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 21:17:43 2007]
216.46	c # OUTPUT_SOL  CPU : 0.02 = 0.02 + 0 + 0 + 0
216.47	
216.47	c # MAIN  END :  (217 seconds) [Mon Jan 29 21:17:43 2007]
216.47	c # MAIN  CPU : 213.8 = 0.35 + 0.04 + 212.83 + 0.58
216.47	

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-217930-1170101646 -o ROOT/results/node1/solver-217930-1170101646 -C 1800 -M 900 /tmp/evaluation/217930-1170101646/solver /tmp/evaluation/217930-1170101646 /tmp/evaluation/217930-1170101646/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.91 2.00 2.28 5/87 26241
/proc/meminfo: memFree=1794312/2055920 swapFree=4192812/4192956
[pid=26240] ppid=26238 vsize=13724 CPUtime=0.04
/proc/26240/stat : 26240 (sugar) S 26238 26240 26103 0 -1 4194304 1112 0 0 0 3 1 0 0 16 0 1 0 30119681 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26240/statm: 3431 805 368 3 0 531 0
[pid=26242] ppid=26240 vsize=1500 CPUtime=0
/proc/26242/stat : 26242 (java) R 26240 26240 26103 0 -1 0 262 0 0 0 0 0 0 0 18 0 1 0 30119686 1536000 69 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 5831444 0 0 4096 0 0 0 0 17 0 0 0
/proc/26242/statm: 363 71 55 14 0 8 0

[startup+0.154494 s]
/proc/loadavg: 1.91 2.00 2.28 5/87 26241
/proc/meminfo: memFree=1794312/2055920 swapFree=4192812/4192956
[pid=26240] ppid=26238 vsize=13724 CPUtime=0.04
/proc/26240/stat : 26240 (sugar) S 26238 26240 26103 0 -1 4194304 1112 0 0 0 3 1 0 0 16 0 1 0 30119681 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26240/statm: 3431 805 368 3 0 531 0
[pid=26242] ppid=26240 vsize=807004 CPUtime=0.09
/proc/26242/stat : 26242 (java) R 26240 26240 26103 0 -1 0 2797 0 1 0 7 2 0 0 22 0 8 0 30119686 826372096 2546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155582906 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26242/statm: 201751 2546 1438 14 0 189029 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 820728

[startup+0.562543 s]
/proc/loadavg: 1.91 2.00 2.28 5/87 26241
/proc/meminfo: memFree=1794312/2055920 swapFree=4192812/4192956
[pid=26240] ppid=26238 vsize=13724 CPUtime=0.04
/proc/26240/stat : 26240 (sugar) S 26238 26240 26103 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30119681 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26240/statm: 3431 805 368 3 0 531 0
[pid=26242] ppid=26240 vsize=807288 CPUtime=0.5
/proc/26242/stat : 26242 (java) R 26240 26240 26103 0 -1 0 6149 0 1 0 45 5 0 0 25 0 8 0 30119686 826662912 5898 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26242/statm: 201822 5898 1680 14 0 189100 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 821012

[startup+1.38464 s]
/proc/loadavg: 1.91 2.00 2.28 3/95 26257
/proc/meminfo: memFree=1785096/2055920 swapFree=4192812/4192956
[pid=26240] ppid=26238 vsize=13724 CPUtime=0.89
/proc/26240/stat : 26240 (sugar) S 26238 26240 26103 0 -1 4194304 1190 9595 0 1 3 1 77 8 16 0 1 0 30119681 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26240/statm: 3431 809 371 3 0 531 0
[pid=26250] ppid=26240 vsize=807064 CPUtime=0.41
/proc/26250/stat : 26250 (java) R 26240 26240 26103 0 -1 0 6934 0 1 0 37 4 0 0 25 0 8 0 30119777 826433536 6684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26250/statm: 201766 6684 1494 14 0 189044 0
[pid=26250/tid=26251] ppid=26240 vsize=807064 CPUtime=0.04
/proc/26250/task/26251/stat : 26251 (java) R 26240 26240 26103 0 -1 64 884 0 0 0 4 0 0 0 16 0 8 0 30119780 826433536 6685 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26250/tid=26252] ppid=26240 vsize=807064 CPUtime=0
/proc/26250/task/26252/stat : 26252 (java) S 26240 26240 26103 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30119781 826433536 6686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26250/tid=26253] ppid=26240 vsize=807064 CPUtime=0
/proc/26250/task/26253/stat : 26253 (java) S 26240 26240 26103 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30119781 826433536 6686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26250/tid=26254] ppid=26240 vsize=807064 CPUtime=0
/proc/26250/task/26254/stat : 26254 (java) S 26240 26240 26103 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30119784 826433536 6687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26250/tid=26255] ppid=26240 vsize=807064 CPUtime=0.05
/proc/26250/task/26255/stat : 26255 (java) S 26240 26240 26103 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 30119784 826433536 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26250/tid=26256] ppid=26240 vsize=807064 CPUtime=0
/proc/26250/task/26256/stat : 26256 (java) S 26240 26240 26103 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30119784 826433536 6689 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26250/tid=26257] ppid=26240 vsize=807064 CPUtime=0
/proc/26250/task/26257/stat : 26257 (java) S 26240 26240 26103 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30119784 826433536 6689 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 820788

[startup+3.03283 s]
/proc/loadavg: 1.91 2.00 2.28 3/95 26257
/proc/meminfo: memFree=1760584/2055920 swapFree=4192812/4192956
[pid=26240] ppid=26238 vsize=14920 CPUtime=2.92
/proc/26240/stat : 26240 (sugar) R 26238 26240 26103 0 -1 4194304 1538 23813 0 2 5 1 267 19 16 0 1 0 30119681 15278080 1107 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259353121505 0 0 4224 16386 0 0 0 17 0 0 0
/proc/26240/statm: 3730 1107 371 3 0 830 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 14920

[startup+6.33022 s]
/proc/loadavg: 1.91 2.00 2.27 3/88 26258
/proc/meminfo: memFree=1760704/2055920 swapFree=4192812/4192956
[pid=26240] ppid=26238 vsize=35436 CPUtime=3.26
/proc/26240/stat : 26240 (sugar) S 26238 26240 26103 0 -1 4194304 6502 23813 0 2 36 4 267 19 15 0 1 0 30119681 36286464 5917 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26240/statm: 8859 5917 373 3 0 5959 0
[pid=26258] ppid=26240 vsize=9120 CPUtime=2.91
/proc/26258/stat : 26258 (minisat) R 26240 26240 26103 0 -1 0 2395 0 0 0 290 1 0 0 25 0 1 0 30120019 9338880 1844 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528308 0 0 4096 3 0 0 0 17 1 0 0
/proc/26258/statm: 2280 1844 52 112 0 2164 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 44556

[startup+12.792 s]
/proc/loadavg: 1.92 2.00 2.27 3/88 26258
/proc/meminfo: memFree=1759232/2055920 swapFree=4192812/4192956
[pid=26240] ppid=26238 vsize=35436 CPUtime=3.26
/proc/26240/stat : 26240 (sugar) S 26238 26240 26103 0 -1 4194304 6502 23813 0 2 36 4 267 19 16 0 1 0 30119681 36286464 5917 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26240/statm: 8859 5917 373 3 0 5959 0
[pid=26258] ppid=26240 vsize=9524 CPUtime=9.31
/proc/26258/stat : 26258 (minisat) R 26240 26240 26103 0 -1 0 2516 0 0 0 930 1 0 0 25 0 1 0 30120019 9752576 1965 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26258/statm: 2381 1965 52 112 0 2265 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 44960

[startup+25.6425 s]
/proc/loadavg: 1.94 2.00 2.27 3/88 26258
/proc/meminfo: memFree=1756672/2055920 swapFree=4192812/4192956
[pid=26240] ppid=26238 vsize=35436 CPUtime=3.26
/proc/26240/stat : 26240 (sugar) S 26238 26240 26103 0 -1 4194304 6502 23813 0 2 36 4 267 19 16 0 1 0 30119681 36286464 5917 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26240/statm: 8859 5917 373 3 0 5959 0
[pid=26258] ppid=26240 vsize=10628 CPUtime=22.05
/proc/26258/stat : 26258 (minisat) R 26240 26240 26103 0 -1 0 2781 0 0 0 2203 2 0 0 25 0 1 0 30120019 10883072 2230 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528319 0 0 4096 3 0 0 0 17 1 0 0
/proc/26258/statm: 2657 2230 52 112 0 2541 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 46064

[startup+51.3255 s]
/proc/loadavg: 1.96 2.00 2.26 3/88 26258
/proc/meminfo: memFree=1751168/2055920 swapFree=4192812/4192956
[pid=26240] ppid=26238 vsize=35436 CPUtime=3.26
/proc/26240/stat : 26240 (sugar) S 26238 26240 26103 0 -1 4194304 6502 23813 0 2 36 4 267 19 16 0 1 0 30119681 36286464 5917 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26240/statm: 8859 5917 373 3 0 5959 0
[pid=26258] ppid=26240 vsize=13248 CPUtime=47.48
/proc/26258/stat : 26258 (minisat) R 26240 26240 26103 0 -1 0 3442 0 0 0 4746 2 0 0 25 0 1 0 30120019 13565952 2891 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528068 0 0 4096 3 0 0 0 17 1 0 0
/proc/26258/statm: 3312 2891 52 112 0 3196 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 48684

[startup+102.573 s]
/proc/loadavg: 1.98 2.00 2.25 3/88 26258
/proc/meminfo: memFree=1697152/2055920 swapFree=4192812/4192956
[pid=26240] ppid=26238 vsize=35436 CPUtime=3.26
/proc/26240/stat : 26240 (sugar) S 26238 26240 26103 0 -1 4194304 6502 23813 0 2 36 4 267 19 16 0 1 0 30119681 36286464 5917 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26240/statm: 8859 5917 373 3 0 5959 0
[pid=26258] ppid=26240 vsize=68336 CPUtime=98.27
/proc/26258/stat : 26258 (minisat) R 26240 26240 26103 0 -1 0 17160 0 0 0 9814 13 0 0 25 0 1 0 30120019 69976064 16609 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/26258/statm: 17084 16609 52 112 0 16968 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 103772

[startup+162.656 s]
/proc/loadavg: 1.99 2.00 2.23 3/88 26258
/proc/meminfo: memFree=1641920/2055920 swapFree=4192812/4192956
[pid=26240] ppid=26238 vsize=35436 CPUtime=3.26
/proc/26240/stat : 26240 (sugar) S 26238 26240 26103 0 -1 4194304 6502 23813 0 2 36 4 267 19 16 0 1 0 30119681 36286464 5917 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26240/statm: 8859 5917 373 3 0 5959 0
[pid=26258] ppid=26240 vsize=123400 CPUtime=157.81
/proc/26258/stat : 26258 (minisat) R 26240 26240 26103 0 -1 0 30904 0 0 0 15754 27 0 0 25 0 1 0 30120019 126361600 30353 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/26258/statm: 30850 30353 52 112 0 30734 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 158836

Child status: 0
Real time (s): 216.476
CPU time (s): 213.869
CPU user time (s): 213.225
CPU system time (s): 0.644901
CPU usage (%): 98.7958
Max. virtual memory (cumulated for all children) (KiB): 821140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.225
system time used= 0.644901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70114
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= 1531
involuntary context switches= 9980

runsolver used 0.251961 s user time and 0.715891 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Jan 29 20:14:06 UTC 2007


IDJOB= 217930
IDBENCH= 5181
IDSOLVER= 86
FILE ID= node1/217930-1170101646

PBS_JOBID= 3689531

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey4/ramsey-34-4.xml
COMMAND LINE= /tmp/evaluation/217930-1170101646/solver /tmp/evaluation/217930-1170101646 /tmp/evaluation/217930-1170101646/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-217930-1170101646 -o ROOT/results/node1/solver-217930-1170101646 -C 1800 -M 900  /tmp/evaluation/217930-1170101646/solver /tmp/evaluation/217930-1170101646 /tmp/evaluation/217930-1170101646/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  3dd3772dc78cb755f7c11e57b1134fd2

RANDOM SEED= 197507378

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.230
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.230
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:       1794792 kB
Buffers:          9372 kB
Cached:          51284 kB
SwapCached:          0 kB
Active:         190960 kB
Inactive:        18940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:         168940 kB
Slab:            36040 kB
Committed_AS:   433076 kB
PageTables:       2328 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 node1 on Mon Jan 29 20:17:43 UTC 2007