Trace number 238996

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 128.534 130.806

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-7_ext.xml
MD5SUM3fb7a4fd1bc51ca2a39b54e32df22637
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.31689
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c # Sugar v0-40 (/tmp/evaluation/238996-1170108858/sugar-v0-40.jar)
0.17	
0.19	c # MAIN  BEGIN : /tmp/evaluation/238996-1170108858/unknown.xml [Mon Jan 29 23:14:19 2007]
0.19	c # CONVERT_XML  BEGIN : /tmp/evaluation/238996-1170108858/unknown.xml /tmp/evaluation/238996-1170108858/sugar29718.csp [Mon Jan 29 23:14:19 2007]
0.19	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238996-1170108858/sugar-v0-40.jar -convert /tmp/evaluation/238996-1170108858/unknown.xml /tmp/evaluation/238996-1170108858/sugar29718.csp
0.42	c BEGIN convert /tmp/evaluation/238996-1170108858/unknown.xml
1.56	c END convert (1.139036 seconds)
1.59	c # CONVERT_XML  END : /tmp/evaluation/238996-1170108858/sugar29718.csp 2481705 bytes (1 seconds) [Mon Jan 29 23:14:20 2007]
1.59	c # CONVERT_XML  CPU : 1.21 = 0 + 0 + 1.11 + 0.1
1.59	
1.59	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238996-1170108858/sugar29718.bcnf [Mon Jan 29 23:14:20 2007]
1.59	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238996-1170108858/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238996-1170108858/sugar29718.map /tmp/evaluation/238996-1170108858/sugar29718.csp /tmp/evaluation/238996-1170108858/sugar29718.bcnf
1.71	c BEGIN parse /tmp/evaluation/238996-1170108858/sugar29718.csp
10.64	c END parse (8.926406 seconds)
10.64	c BEGIN simplify
10.67	c END simplify (0.034041 seconds)
10.67	c BEGIN encode /tmp/evaluation/238996-1170108858/sugar29718.bcnf
11.10	c END encode (0.43119 seconds)
11.13	c # GENERATE_SAT  END : 6336 variables 76934 clauses 1386384 bytes (10 seconds) [Mon Jan 29 23:14:30 2007]
11.13	c # GENERATE_SAT  CPU : 9.36 = 0.01 + 0 + 9.11 + 0.24
11.13	
11.13	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238996-1170108858/sugar29718.bcnf [Mon Jan 29 23:14:30 2007]
11.13	c # CMD : /tmp/evaluation/238996-1170108858/minisat /tmp/evaluation/238996-1170108858/sugar29718.bcnf /tmp/evaluation/238996-1170108858/sugar29718.out
11.19	c ==================================[MINISAT]===================================
11.19	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
11.19	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
11.19	c ==============================================================================
11.19	c |         0 |   46624   171883 |   15541       0        0     nan |  0.000 % |
11.20	c |       100 |   46624   171883 |   17095     100      743     7.4 | 31.424 % |
11.22	c |       250 |   46625   171883 |   18804     249     2519    10.1 | 31.424 % |
11.25	c |       476 |   46628   171883 |   20685     472     6251    13.2 | 31.424 % |
11.29	c |       813 |   46631   171883 |   22753     805    11036    13.7 | 31.471 % |
11.40	c |      1321 |   46574   171667 |   25028    1148    19886    17.3 | 31.471 % |
11.54	c |      2081 |   46574   171667 |   27531    1908    37902    19.9 | 31.471 % |
11.79	c |      3222 |   46574   171667 |   30285    3049    71137    23.3 | 31.471 % |
12.04	c |      4930 |   46574   171667 |   33313    4757   103969    21.9 | 31.471 % |
12.41	c |      7492 |   46576   171667 |   36644    7317   146685    20.0 | 31.471 % |
13.26	c |     11336 |   46579   171667 |   40309   11158   256200    23.0 | 31.471 % |
15.30	c |     17102 |   46581   171667 |   44340   16922   480827    28.4 | 31.471 % |
19.63	c |     25752 |   46582   171667 |   48774   25571   866948    33.9 | 31.471 % |
27.52	c |     38727 |   46584   171667 |   53651   38544  1442520    37.4 | 31.471 % |
42.20	c |     58188 |   46586   171667 |   59016   15855   731964    46.2 | 31.471 % |
60.37	c |     87380 |   46587   171667 |   64918   45046  2139513    47.5 | 31.471 % |
92.74	c |    131172 |   46587   171667 |   71410   37110  1569587    42.3 | 31.471 % |
130.33	c ==============================================================================
130.33	c restarts              : 17
130.33	c conflicts             : 173225         (1476 /sec)
130.33	c decisions             : 243399         (2073 /sec)
130.33	c propagations          : 83026496       (707294 /sec)
130.33	c conflict literals     : 7496262        (27.95 % deleted)
130.33	c Memory used           : 19.40 MB
130.33	c CPU time              : 117.386 s
130.33	c 
130.33	c SATISFIABLE
130.34	c # SOLVE_SAT  END : SATISFIABLE (119 seconds) [Mon Jan 29 23:16:29 2007]
130.34	c # SOLVE_SAT  CPU : 117.89 = 0 + 0 + 117.39 + 0.5
130.34	
130.34	c # RESULT : SATISFIABLE
130.34	
130.34	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 23:16:29 2007]
130.68	c BEGIN read SAT output /tmp/evaluation/238996-1170108858/sugar29718.out
130.72	c END read SAT output (0.037152 seconds)
130.72	c BEGIN write solution /tmp/evaluation/238996-1170108858/sugar29718.sol
130.78	c END write solution (0.067884 seconds)
130.80	s SATISFIABLE
130.80	v 22 19 5 21 8 14 12 7 10 20 11 15 24 4 18 13 3 1 23 16 2 6 0 17 9 12 2 14 11 6 17 20 23 3 10 0 16 9 19 7 5 18 15 8 4 24 21 13 1 22 13 1 7 6 16 4 8 14 19 17 18 5 10 12 15 2 20 0 21 9 11 3 22 24 23 3 21 10 24 12 15 0 5 6 7 9 13 8 17 23 4 19 22 20 14 18 1 2 16 11 14 18 15 9 5 23 19 11 20 2 8 6 17 24 0 3 21 16 22 7 1 10 4 13 12 9 4 20 19 13 11 23 0 21 5 6 8 14 15 16 7 10 24 17 2 3 18 12 22 1 23 22 12 2 20 9 14 21 4 11 5 17 7 0 1 15 16 19 18 24 10 13 6 8 3 4 3 6 1 11 10 2 22 9 23 17 21 12 13 8 14 7 5 24 18 19 16 15 20 0 1 7 4 22 9 16 24 13 12 6 14 19 0 18 2 20 11 23 3 17 8 15 10 21 5 20 16 17 18 14 8 11 9 23 19 3 4 21 1 5 0 24 6 15 10 13 22 7 12 2 17 15 21 4 18 19 7 3 16 24 10 12 22 14 20 6 13 11 9 1 5 0 23 2 8 7 24 11 5 10 6 13 2 18 22 23 9 19 3 14 1 15 17 0 12 20 8 21 4 16 16 17 18 15 3 0 21 12 7 14 1 11 2 5 19 10 8 4 13 6 22 23 24 9 20 6 10 24 16 2 13 15 4 17 3 19 23 20 22 11 8 12 7 5 0 21 9 1 14 18 18 13 23 10 0 7 22 8 24 12 21 2 4 9 17 11 5 14 1 19 16 20 3 15 6 5 14 2 20 7 24 17 10 1 0 4 22 13 11 3 16 23 9 19 21 6 12 8 18 15 19 5 9 13 21 12 6 17 22 4 2 3 1 16 10 18 0 8 11 20 15 24 14 23 7 11 12 0 14 17 21 3 1 13 18 15 20 23 7 6 9 22 10 16 8 4 2 5 19 24 10 20 13 3 4 1 16 24 8 15 22 0 6 23 21 17 2 18 12 11 9 7 19 5 14 21 11 1 17 15 3 5 20 0 13 24 18 16 8 12 22 6 2 4 23 14 19 9 7 10 2 9 3 12 1 22 10 16 15 8 13 7 11 21 24 19 4 20 6 5 23 14 18 0 17 8 23 19 0 22 2 1 6 5 21 20 14 18 10 9 24 17 13 7 15 12 11 16 3 4 0 6 22 8 23 18 9 15 2 1 16 24 3 20 4 21 14 12 10 13 7 5 17 11 19 24 8 16 23 19 5 4 18 11 9 7 10 15 2 13 12 1 3 14 22 0 17 20 6 21 15 0 8 7 24 20 18 19 14 16 12 1 5 6 22 23 9 21 2 3 17 4 11 10 13
130.80	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:16:29 2007]
130.80	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
130.80	
130.80	c # MAIN  END :  (130 seconds) [Mon Jan 29 23:16:29 2007]
130.80	c # MAIN  CPU : 128.46 = 0.01 + 0 + 127.61 + 0.84
130.80	

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/node3/watcher-238996-1170108858 -o ROOT/results/node3/solver-238996-1170108858 -C 1800 -M 900 /tmp/evaluation/238996-1170108858/solver /tmp/evaluation/238996-1170108858 /tmp/evaluation/238996-1170108858/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.64 2.82 2.64 5/94 29719
/proc/meminfo: memFree=230784/2055920 swapFree=4192812/4192956
[pid=29718] ppid=29716 vsize=18540 CPUtime=0
/proc/29718/stat : 29718 (runsolver) R 29716 29718 29653 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30840689 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29718/statm: 4635 279 244 17 0 2626 0

[startup+0.109177 s]
/proc/loadavg: 2.64 2.82 2.64 5/94 29719
/proc/meminfo: memFree=230784/2055920 swapFree=4192812/4192956
[pid=29718] ppid=29716 vsize=12668 CPUtime=0.01
/proc/29718/stat : 29718 (sugar) D 29716 29718 29653 0 -1 4194304 780 0 0 0 0 1 0 0 18 0 1 0 30840689 12972032 499 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/29718/statm: 3167 499 315 3 0 267 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12668

[startup+0.521213 s]
/proc/loadavg: 2.64 2.82 2.64 5/94 29719
/proc/meminfo: memFree=230784/2055920 swapFree=4192812/4192956
[pid=29718] ppid=29716 vsize=13724 CPUtime=0.04
/proc/29718/stat : 29718 (sugar) S 29716 29718 29653 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30840689 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29718/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34328 s]
/proc/loadavg: 2.64 2.82 2.64 3/102 29727
/proc/meminfo: memFree=173760/2055920 swapFree=4192812/4192956
[pid=29718] ppid=29716 vsize=13724 CPUtime=0.04
/proc/29718/stat : 29718 (sugar) S 29716 29718 29653 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30840689 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29718/statm: 3431 805 368 3 0 531 0
[pid=29720] ppid=29718 vsize=807412 CPUtime=0.99
/proc/29720/stat : 29720 (java) R 29718 29718 29653 0 -1 0 11407 0 35 0 91 8 0 0 22 0 8 0 30840709 826789888 11187 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4073797239 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29720/statm: 201853 11187 1695 14 0 189131 0
[pid=29720/tid=29721] ppid=29718 vsize=807412 CPUtime=0.12
/proc/29720/task/29721/stat : 29721 (java) S 29718 29718 29653 0 -1 64 4850 0 0 0 10 2 0 0 16 0 8 0 30840722 826789888 11187 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29720/tid=29722] ppid=29718 vsize=807412 CPUtime=0
/proc/29720/task/29722/stat : 29722 (java) S 29718 29718 29653 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30840723 826789888 11187 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29720/tid=29723] ppid=29718 vsize=807412 CPUtime=0
/proc/29720/task/29723/stat : 29723 (java) S 29718 29718 29653 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 30840723 826789888 11187 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29720/tid=29724] ppid=29718 vsize=807412 CPUtime=0
/proc/29720/task/29724/stat : 29724 (java) S 29718 29718 29653 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30840726 826789888 11187 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29720/tid=29725] ppid=29718 vsize=807412 CPUtime=0.15
/proc/29720/task/29725/stat : 29725 (java) S 29718 29718 29653 0 -1 64 407 0 0 0 15 0 0 0 16 0 8 0 30840726 826789888 11187 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29720/tid=29726] ppid=29718 vsize=807412 CPUtime=0
/proc/29720/task/29726/stat : 29726 (java) S 29718 29718 29653 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30840726 826789888 11187 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29720/tid=29727] ppid=29718 vsize=807412 CPUtime=0
/proc/29720/task/29727/stat : 29727 (java) S 29718 29718 29653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30840726 826789888 11187 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 821136

[startup+2.98842 s]
/proc/loadavg: 2.64 2.82 2.64 4/102 29735
/proc/meminfo: memFree=155272/2055920 swapFree=4192812/4192956
[pid=29718] ppid=29716 vsize=13724 CPUtime=1.25
/proc/29718/stat : 29718 (sugar) S 29716 29718 29653 0 -1 4194304 1190 11420 0 37 3 1 111 10 15 0 1 0 30840689 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29718/statm: 3431 809 371 3 0 531 0
[pid=29728] ppid=29718 vsize=807064 CPUtime=1.37
/proc/29728/stat : 29728 (java) R 29718 29718 29653 0 -1 0 10704 0 1 0 130 7 0 0 24 0 8 0 30840849 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29728/statm: 201766 10445 1494 14 0 189044 0
[pid=29728/tid=29729] ppid=29718 vsize=807064 CPUtime=0.32
/proc/29728/task/29729/stat : 29729 (java) S 29718 29718 29653 0 -1 64 4642 0 0 0 30 2 0 0 16 0 8 0 30840852 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29730] ppid=29718 vsize=807064 CPUtime=0
/proc/29728/task/29730/stat : 29730 (java) S 29718 29718 29653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30840853 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29731] ppid=29718 vsize=807064 CPUtime=0
/proc/29728/task/29731/stat : 29731 (java) S 29718 29718 29653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30840853 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29732] ppid=29718 vsize=807064 CPUtime=0
/proc/29728/task/29732/stat : 29732 (java) S 29718 29718 29653 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30840856 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29733] ppid=29718 vsize=807064 CPUtime=0.05
/proc/29728/task/29733/stat : 29733 (java) S 29718 29718 29653 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30840856 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29734] ppid=29718 vsize=807064 CPUtime=0
/proc/29728/task/29734/stat : 29734 (java) S 29718 29718 29653 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30840856 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29735] ppid=29718 vsize=807064 CPUtime=0
/proc/29728/task/29735/stat : 29735 (java) S 29718 29718 29653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30840856 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 820788

[startup+6.19968 s]
/proc/loadavg: 2.58 2.80 2.64 3/102 29735
/proc/meminfo: memFree=57480/2055920 swapFree=4192812/4192956
[pid=29718] ppid=29716 vsize=13724 CPUtime=1.25
/proc/29718/stat : 29718 (sugar) S 29716 29718 29653 0 -1 4194304 1190 11420 0 37 3 1 111 10 15 0 1 0 30840689 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29718/statm: 3431 809 371 3 0 531 0
[pid=29728] ppid=29718 vsize=807344 CPUtime=4.5
/proc/29728/stat : 29728 (java) R 29718 29718 29653 0 -1 0 20097 0 1 0 436 14 0 0 25 0 8 0 30840849 826720256 19811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073743139 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29728/statm: 201836 19811 1506 14 0 189114 0
[pid=29728/tid=29729] ppid=29718 vsize=807344 CPUtime=0.97
/proc/29728/task/29729/stat : 29729 (java) S 29718 29718 29653 0 -1 64 13876 0 0 0 91 6 0 0 16 0 8 0 30840852 826720256 19811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29730] ppid=29718 vsize=807344 CPUtime=0
/proc/29728/task/29730/stat : 29730 (java) S 29718 29718 29653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30840853 826720256 19811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29731] ppid=29718 vsize=807344 CPUtime=0
/proc/29728/task/29731/stat : 29731 (java) S 29718 29718 29653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30840853 826720256 19811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29732] ppid=29718 vsize=807344 CPUtime=0
/proc/29728/task/29732/stat : 29732 (java) S 29718 29718 29653 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30840856 826720256 19811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29733] ppid=29718 vsize=807344 CPUtime=0.14
/proc/29728/task/29733/stat : 29733 (java) S 29718 29718 29653 0 -1 64 401 0 0 0 13 1 0 0 17 0 8 0 30840856 826720256 19811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29734] ppid=29718 vsize=807344 CPUtime=0
/proc/29728/task/29734/stat : 29734 (java) S 29718 29718 29653 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30840856 826720256 19811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29728/tid=29735] ppid=29718 vsize=807344 CPUtime=0
/proc/29728/task/29735/stat : 29735 (java) S 29718 29718 29653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30840856 826720256 19811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 821068

[startup+12.6992 s]
/proc/loadavg: 2.57 2.79 2.63 3/95 29736
/proc/meminfo: memFree=108992/2055920 swapFree=4192812/4192956
[pid=29718] ppid=29716 vsize=14256 CPUtime=10.61
/proc/29718/stat : 29718 (sugar) S 29716 29718 29653 0 -1 4194304 1425 43771 0 40 4 1 1022 34 15 0 1 0 30840689 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29718/statm: 3564 940 373 3 0 664 0
[pid=29736] ppid=29718 vsize=4856 CPUtime=1.54
/proc/29736/stat : 29736 (minisat) R 29718 29718 29653 0 -1 0 1192 0 0 0 153 1 0 0 25 0 1 0 30841803 4972544 838 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525028 0 0 4096 3 0 0 0 17 1 0 0
/proc/29736/statm: 1214 838 51 112 0 1098 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 19112

[startup+25.5833 s]
/proc/loadavg: 2.48 2.77 2.63 3/95 29736
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=29718] ppid=29716 vsize=14256 CPUtime=10.61
/proc/29718/stat : 29718 (sugar) S 29716 29718 29653 0 -1 4194304 1425 43771 0 40 4 1 1022 34 16 0 1 0 30840689 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29718/statm: 3564 940 373 3 0 664 0
[pid=29736] ppid=29718 vsize=10404 CPUtime=14.27
/proc/29736/stat : 29736 (minisat) R 29718 29718 29653 0 -1 0 2573 0 0 0 1418 9 0 0 25 0 1 0 30841803 10653696 2219 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29736/statm: 2601 2219 51 112 0 2485 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 24660

[startup+51.2364 s]
/proc/loadavg: 2.46 2.74 2.62 3/95 29736
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=29718] ppid=29716 vsize=14256 CPUtime=10.61
/proc/29718/stat : 29718 (sugar) S 29716 29718 29653 0 -1 4194304 1425 43771 0 40 4 1 1022 34 16 0 1 0 30840689 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29718/statm: 3564 940 373 3 0 664 0
[pid=29736] ppid=29718 vsize=15304 CPUtime=39.64
/proc/29736/stat : 29736 (minisat) R 29718 29718 29653 0 -1 0 3805 0 0 0 3945 19 0 0 25 0 1 0 30841803 15671296 3451 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528930 0 0 4096 3 0 0 0 17 1 0 0
/proc/29736/statm: 3826 3451 51 112 0 3710 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 29560

[startup+102.49 s]
/proc/loadavg: 2.55 2.71 2.62 3/95 29736
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=29718] ppid=29716 vsize=14256 CPUtime=10.61
/proc/29718/stat : 29718 (sugar) S 29716 29718 29653 0 -1 4194304 1425 43771 0 40 4 1 1022 34 16 0 1 0 30840689 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29718/statm: 3564 940 373 3 0 664 0
[pid=29736] ppid=29718 vsize=19080 CPUtime=90.33
/proc/29736/stat : 29736 (minisat) R 29718 29718 29653 0 -1 0 4721 0 0 0 8996 37 0 0 25 0 1 0 30841803 19537920 4367 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29736/statm: 4770 4367 51 112 0 4654 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 33336

Child status: 0
Real time (s): 130.806
CPU time (s): 128.534
CPU user time (s): 127.666
CPU system time (s): 0.868867
CPU usage (%): 98.2633
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.666
system time used= 0.868867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50299
page faults= 40
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2171
involuntary context switches= 4577

runsolver used 0.163975 s user time and 0.433934 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Jan 29 22:14:18 UTC 2007


IDJOB= 238996
IDBENCH= 7031
IDSOLVER= 86
FILE ID= node3/238996-1170108858

PBS_JOBID= 3689970

Free space on /tmp= 52283 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-25/qcp-25-264-7_ext.xml
COMMAND LINE= /tmp/evaluation/238996-1170108858/solver /tmp/evaluation/238996-1170108858 /tmp/evaluation/238996-1170108858/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-238996-1170108858 -o ROOT/results/node3/solver-238996-1170108858 -C 1800 -M 900  /tmp/evaluation/238996-1170108858/solver /tmp/evaluation/238996-1170108858 /tmp/evaluation/238996-1170108858/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  3fb7a4fd1bc51ca2a39b54e32df22637

RANDOM SEED= 197738390

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.241
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.241
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:        230496 kB
Buffers:          3100 kB
Cached:        1542200 kB
SwapCached:          0 kB
Active:         237744 kB
Inactive:      1514256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        230496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          725852 kB
Writeback:           0 kB
Mapped:         232244 kB
Slab:            58108 kB
Committed_AS:   816808 kB
PageTables:       2376 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= 50233 MiB



End job on node3 on Mon Jan 29 22:16:29 UTC 2007