Trace number 217552

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 56.7774 57.8852

General information on the benchmark

Namefrb/frb35-17/
frb35-17-3-mgd_ext.xml
MD5SUMec7c0e8f16079369c4ac3f1a23c80fdb
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 benchmark0.920859
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables35
Number of constraints266
Maximum constraint arity2
Maximum domain size17
Number of constraints which are defined in extension266
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.12	c # Sugar v0-40 (/tmp/evaluation/217552-1170101283/sugar-v0-40.jar)
0.12	
0.13	c # MAIN  BEGIN : /tmp/evaluation/217552-1170101283/unknown.xml [Mon Jan 29 21:08:04 2007]
0.13	c # CONVERT_XML  BEGIN : /tmp/evaluation/217552-1170101283/unknown.xml /tmp/evaluation/217552-1170101283/sugar28204.csp [Mon Jan 29 21:08:04 2007]
0.13	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217552-1170101283/sugar-v0-40.jar -convert /tmp/evaluation/217552-1170101283/unknown.xml /tmp/evaluation/217552-1170101283/sugar28204.csp
0.37	c BEGIN convert /tmp/evaluation/217552-1170101283/unknown.xml
0.85	c END convert (0.484287 seconds)
0.90	c # CONVERT_XML  END : /tmp/evaluation/217552-1170101283/sugar28204.csp 728458 bytes (1 seconds) [Mon Jan 29 21:08:05 2007]
0.90	c # CONVERT_XML  CPU : 0.54 = 0 + 0 + 0.46 + 0.08
0.90	
0.90	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217552-1170101283/sugar28204.bcnf [Mon Jan 29 21:08:05 2007]
0.90	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217552-1170101283/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217552-1170101283/sugar28204.map /tmp/evaluation/217552-1170101283/sugar28204.csp /tmp/evaluation/217552-1170101283/sugar28204.bcnf
1.05	c BEGIN parse /tmp/evaluation/217552-1170101283/sugar28204.csp
6.26	c END parse (5.20463 seconds)
6.26	c BEGIN simplify
6.29	c END simplify (0.036762 seconds)
6.29	c BEGIN encode /tmp/evaluation/217552-1170101283/sugar28204.bcnf
6.61	c END encode (0.321444 seconds)
6.67	c # GENERATE_SAT  END : 3676 variables 29090 clauses 2297752 bytes (6 seconds) [Mon Jan 29 21:08:11 2007]
6.67	c # GENERATE_SAT  CPU : 5.66 = 0.02 + 0.01 + 5.44 + 0.19
6.67	
6.67	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217552-1170101283/sugar28204.bcnf [Mon Jan 29 21:08:11 2007]
6.67	c # CMD : /tmp/evaluation/217552-1170101283/minisat /tmp/evaluation/217552-1170101283/sugar28204.bcnf /tmp/evaluation/217552-1170101283/sugar28204.out
6.72	c ==================================[MINISAT]===================================
6.72	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
6.72	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
6.72	c ==============================================================================
6.72	c |         0 |   29090   545342 |    9696       0        0     nan |  0.000 % |
6.74	c |       101 |   29090   545342 |   10665     101     1046    10.4 |  0.000 % |
6.83	c |       252 |   29091   545342 |   11732     251     2636    10.5 |  0.000 % |
6.87	c |       477 |   29091   545342 |   12905     476     4668     9.8 |  0.001 % |
6.92	c |       814 |   29094   545342 |   14195     810     8070    10.0 |  0.000 % |
7.00	c |      1320 |   29094   545342 |   15615    1316    13641    10.4 |  0.001 % |
7.13	c |      2079 |   29094   545342 |   17177    2075    21880    10.5 |  0.001 % |
7.33	c |      3219 |   29094   545342 |   18894    3215    34064    10.6 |  0.001 % |
7.66	c |      4927 |   29100   545342 |   20784    4917    55600    11.3 |  0.000 % |
8.13	c |      7490 |   29102   545342 |   22862    7478    88946    11.9 |  0.000 % |
8.92	c |     11334 |   29105   545342 |   25148   11319   139076    12.3 |  0.001 % |
10.23	c |     17100 |   29107   545342 |   27663   17083   234283    13.7 |  0.001 % |
12.66	c |     25751 |   29110   545342 |   30430   25731   394081    15.3 |  0.000 % |
16.61	c |     38725 |   29111   545342 |   33473   21251   354146    16.7 |  0.001 % |
23.29	c |     58187 |   28987   544902 |   36820    4717    61608    13.1 |  0.571 % |
32.15	c |     87380 |   29003   544902 |   40502   33894   715499    21.1 |  0.571 % |
48.77	c |    131170 |   29015   544902 |   44552   27417   782147    28.5 |  0.571 % |
57.54	c ==============================================================================
57.54	c restarts              : 17
57.54	c conflicts             : 153507         (3068 /sec)
57.54	c decisions             : 213180         (4260 /sec)
57.54	c propagations          : 28824548       (576049 /sec)
57.54	c conflict literals     : 3294751        (42.11 % deleted)
57.54	c Memory used           : 11.59 MB
57.54	c CPU time              : 50.0384 s
57.54	c 
57.54	c SATISFIABLE
57.59	c # SOLVE_SAT  END : SATISFIABLE (51 seconds) [Mon Jan 29 21:09:02 2007]
57.59	c # SOLVE_SAT  CPU : 50.24 = 0 + 0 + 50.04 + 0.2
57.59	
57.59	c # RESULT : SATISFIABLE
57.59	
57.59	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 21:09:02 2007]
57.70	c BEGIN read SAT output /tmp/evaluation/217552-1170101283/sugar28204.out
57.74	c END read SAT output (0.037114 seconds)
57.74	c BEGIN write solution /tmp/evaluation/217552-1170101283/sugar28204.sol
57.86	c END write solution (0.122229 seconds)
57.87	s SATISFIABLE
57.88	v 13 15 1 1 2 4 5 11 3 10 14 14 11 1 8 4 9 12 0 10 14 6 6 0 6 14 9 11 1 16 9 7 16 8 2
57.88	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 21:09:02 2007]
57.88	c # OUTPUT_SOL  CPU : 0.270000000000004 = 0.01 + 0 + 0.230000000000004 + 0.03
57.88	
57.88	c # MAIN  END :  (58 seconds) [Mon Jan 29 21:09:02 2007]
57.88	c # MAIN  CPU : 56.71 = 0.03 + 0.01 + 56.17 + 0.5
57.88	

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/node35/watcher-217552-1170101283 -o ROOT/results/node35/solver-217552-1170101283 -C 1800 -M 900 /tmp/evaluation/217552-1170101283/solver /tmp/evaluation/217552-1170101283 /tmp/evaluation/217552-1170101283/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 3.41 3.43 4.61 5/81 28205
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=5352 CPUtime=0
/proc/28204/stat : 28204 (solver) R 28202 28204 27337 0 -1 4194304 264 0 0 0 0 0 0 0 19 0 1 0 3892113 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 266134416679 0 0 4096 0 0 0 0 17 1 0 0
/proc/28204/statm: 1338 231 193 169 0 49 0

[startup+0.105268 s]
/proc/loadavg: 3.41 3.43 4.61 5/81 28205
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=12668 CPUtime=0.02
/proc/28204/stat : 28204 (sugar) R 28202 28204 27337 0 -1 4194304 795 0 4 0 1 1 0 0 18 0 1 0 3892113 12972032 518 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266134287890 0 0 4224 0 0 0 0 17 1 0 0
/proc/28204/statm: 3167 518 316 3 0 267 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12668

[startup+0.513348 s]
/proc/loadavg: 3.41 3.43 4.61 5/81 28205
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=13724 CPUtime=0.04
/proc/28204/stat : 28204 (sugar) S 28202 28204 27337 0 -1 4194304 1117 0 4 0 3 1 0 0 16 0 1 0 3892113 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28204/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33751 s]
/proc/loadavg: 3.41 3.43 4.61 3/89 28221
/proc/meminfo: memFree=26944/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=13724 CPUtime=0.58
/proc/28204/stat : 28204 (sugar) S 28202 28204 27337 0 -1 4194304 1186 7323 4 29 3 1 46 8 15 0 1 0 3892113 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28204/statm: 3431 809 371 3 0 531 0
[pid=28214] ppid=28204 vsize=807064 CPUtime=0.37
/proc/28214/stat : 28214 (java) R 28204 28204 27337 0 -1 0 6742 0 1 0 35 2 0 0 25 0 8 0 3892203 826433536 6491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28214/statm: 201766 6492 1494 14 0 189044 0
[pid=28214/tid=28215] ppid=28204 vsize=807064 CPUtime=0.03
/proc/28214/task/28215/stat : 28215 (java) R 28204 28204 27337 0 -1 64 691 0 0 0 3 0 0 0 16 0 8 0 3892210 826433536 6493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28216] ppid=28204 vsize=807064 CPUtime=0
/proc/28214/task/28216/stat : 28216 (java) S 28204 28204 27337 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3892211 826433536 6494 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28217] ppid=28204 vsize=807064 CPUtime=0
/proc/28214/task/28217/stat : 28217 (java) S 28204 28204 27337 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3892211 826433536 6495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28218] ppid=28204 vsize=807064 CPUtime=0
/proc/28214/task/28218/stat : 28218 (java) S 28204 28204 27337 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 3892214 826433536 6497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28219] ppid=28204 vsize=807064 CPUtime=0.05
/proc/28214/task/28219/stat : 28219 (java) S 28204 28204 27337 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 3892214 826433536 6498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28220] ppid=28204 vsize=807064 CPUtime=0
/proc/28214/task/28220/stat : 28220 (java) S 28204 28204 27337 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 3892214 826433536 6499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28221] ppid=28204 vsize=807064 CPUtime=0
/proc/28214/task/28221/stat : 28221 (java) S 28204 28204 27337 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 3892214 826433536 6500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 820788

[startup+2.97784 s]
/proc/loadavg: 3.41 3.43 4.61 3/89 28221
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=13724 CPUtime=0.58
/proc/28204/stat : 28204 (sugar) S 28202 28204 27337 0 -1 4194304 1186 7323 4 29 3 1 46 8 15 0 1 0 3892113 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28204/statm: 3431 809 371 3 0 531 0
[pid=28214] ppid=28204 vsize=807336 CPUtime=2
/proc/28214/stat : 28214 (java) R 28204 28204 27337 0 -1 0 13356 0 1 0 193 7 0 0 25 0 8 0 3892203 826712064 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489623 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28214/statm: 201834 13066 1506 14 0 189112 0
[pid=28214/tid=28215] ppid=28204 vsize=807336 CPUtime=0.41
/proc/28214/task/28215/stat : 28215 (java) S 28204 28204 27337 0 -1 64 7124 0 0 0 38 3 0 0 16 0 8 0 3892210 826712064 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28216] ppid=28204 vsize=807336 CPUtime=0
/proc/28214/task/28216/stat : 28216 (java) S 28204 28204 27337 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3892211 826712064 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28217] ppid=28204 vsize=807336 CPUtime=0
/proc/28214/task/28217/stat : 28217 (java) S 28204 28204 27337 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3892211 826712064 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28218] ppid=28204 vsize=807336 CPUtime=0
/proc/28214/task/28218/stat : 28218 (java) S 28204 28204 27337 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 3892214 826712064 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28219] ppid=28204 vsize=807336 CPUtime=0.12
/proc/28214/task/28219/stat : 28219 (java) S 28204 28204 27337 0 -1 64 398 0 0 0 12 0 0 0 16 0 8 0 3892214 826712064 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28220] ppid=28204 vsize=807336 CPUtime=0
/proc/28214/task/28220/stat : 28220 (java) S 28204 28204 27337 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 3892214 826712064 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28221] ppid=28204 vsize=807336 CPUtime=0
/proc/28214/task/28221/stat : 28221 (java) S 28204 28204 27337 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 3892214 826712064 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 821060

[startup+6.18448 s]
/proc/loadavg: 3.38 3.42 4.60 3/89 28221
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=13724 CPUtime=0.58
/proc/28204/stat : 28204 (sugar) S 28202 28204 27337 0 -1 4194304 1186 7323 4 29 3 1 46 8 15 0 1 0 3892113 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28204/statm: 3431 809 371 3 0 531 0
[pid=28214] ppid=28204 vsize=807336 CPUtime=5.18
/proc/28214/stat : 28214 (java) R 28204 28204 27337 0 -1 0 27124 0 1 0 504 14 0 0 25 0 8 0 3892203 826712064 26747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28214/statm: 201834 26747 1506 14 0 189112 0
[pid=28214/tid=28215] ppid=28204 vsize=807336 CPUtime=1.08
/proc/28214/task/28215/stat : 28215 (java) S 28204 28204 27337 0 -1 64 20801 0 0 0 98 10 0 0 15 0 8 0 3892210 826712064 26747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28216] ppid=28204 vsize=807336 CPUtime=0
/proc/28214/task/28216/stat : 28216 (java) S 28204 28204 27337 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3892211 826712064 26747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28217] ppid=28204 vsize=807336 CPUtime=0
/proc/28214/task/28217/stat : 28217 (java) S 28204 28204 27337 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3892211 826712064 26747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28218] ppid=28204 vsize=807336 CPUtime=0
/proc/28214/task/28218/stat : 28218 (java) S 28204 28204 27337 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 3892214 826712064 26747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28219] ppid=28204 vsize=807336 CPUtime=0.13
/proc/28214/task/28219/stat : 28219 (java) S 28204 28204 27337 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 3892214 826712064 26747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28220] ppid=28204 vsize=807336 CPUtime=0
/proc/28214/task/28220/stat : 28220 (java) S 28204 28204 27337 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 3892214 826712064 26747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28214/tid=28221] ppid=28204 vsize=807336 CPUtime=0
/proc/28214/task/28221/stat : 28221 (java) S 28204 28204 27337 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 3892214 826712064 26747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 821060

[startup+12.6808 s]
/proc/loadavg: 3.35 3.42 4.60 3/82 28222
/proc/meminfo: memFree=15032/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=15384 CPUtime=6.24
/proc/28204/stat : 28204 (sugar) S 28202 28204 27337 0 -1 4194304 1717 36560 4 32 5 2 590 27 16 0 1 0 3892113 15753216 1233 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 3846 1233 373 3 0 946 0
[pid=28222] ppid=28204 vsize=7300 CPUtime=5.88
/proc/28222/stat : 28222 (minisat) R 28204 28204 27337 0 -1 0 2049 0 0 0 586 2 0 0 25 0 1 0 3892780 7475200 1473 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28222/statm: 1825 1473 52 112 0 1709 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 22684

[startup+25.5193 s]
/proc/loadavg: 3.27 3.39 4.57 3/82 28222
/proc/meminfo: memFree=14904/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=15384 CPUtime=6.24
/proc/28204/stat : 28204 (sugar) S 28202 28204 27337 0 -1 4194304 1717 36560 4 32 5 2 590 27 16 0 1 0 3892113 15753216 1233 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 3846 1233 373 3 0 946 0
[pid=28222] ppid=28204 vsize=8532 CPUtime=18.56
/proc/28222/stat : 28222 (minisat) R 28204 28204 27337 0 -1 0 2358 0 0 0 1848 8 0 0 25 0 1 0 3892780 8736768 1782 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 1 0 0
/proc/28222/statm: 2133 1782 52 112 0 2017 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 23916

[startup+51.121 s]
/proc/loadavg: 3.31 3.39 4.54 3/82 28222
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=15384 CPUtime=6.24
/proc/28204/stat : 28204 (sugar) S 28202 28204 27337 0 -1 4194304 1717 36560 4 32 5 2 590 27 16 0 1 0 3892113 15753216 1233 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 3846 1233 373 3 0 946 0
[pid=28222] ppid=28204 vsize=11084 CPUtime=43.86
/proc/28222/stat : 28222 (minisat) R 28204 28204 27337 0 -1 0 3000 0 0 0 4367 19 0 0 25 0 1 0 3892780 11350016 2424 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/28222/statm: 2771 2424 52 112 0 2655 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 26468

Child status: 0
Real time (s): 57.8852
CPU time (s): 56.7774
CPU user time (s): 56.2414
CPU system time (s): 0.535918
CPU usage (%): 98.0862
Max. virtual memory (cumulated for all children) (KiB): 822388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.2415
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45403
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2756
involuntary context switches= 3775

runsolver used 0.06499 s user time and 0.201969 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Jan 29 20:08:04 UTC 2007


IDJOB= 217552
IDBENCH= 5144
IDSOLVER= 86
FILE ID= node35/217552-1170101283

PBS_JOBID= 3689722

Free space on /tmp= 60874 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/frb/frb35-17/frb35-17-3-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/217552-1170101283/solver /tmp/evaluation/217552-1170101283 /tmp/evaluation/217552-1170101283/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-217552-1170101283 -o ROOT/results/node35/solver-217552-1170101283 -C 1800 -M 900  /tmp/evaluation/217552-1170101283/solver /tmp/evaluation/217552-1170101283 /tmp/evaluation/217552-1170101283/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  ec7c0e8f16079369c4ac3f1a23c80fdb

RANDOM SEED= 83432717

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.263
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.263
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:         15200 kB
Buffers:         29088 kB
Cached:        1862672 kB
SwapCached:          0 kB
Active:          79268 kB
Inactive:      1868636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          820428 kB
Writeback:           0 kB
Mapped:          72968 kB
Slab:            77968 kB
Committed_AS:   430460 kB
PageTables:       1932 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= 59849 MiB



End job on node35 on Mon Jan 29 20:09:02 UTC 2007