Trace number 198616

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 722.298 727.453

General information on the benchmark

Namepigeons/
pigeons-14.xml
MD5SUM85d77165fcd2b9bc5e32b310d18ffda6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.9659
SatisfiableNO
(Un)Satisfiability was proved
Number of variables14
Number of constraints91
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension91
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/198616-1170093896/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/198616-1170093896/unknown.xml [Mon Jan 29 19:04:57 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/198616-1170093896/unknown.xml /tmp/evaluation/198616-1170093896/sugar24337.csp [Mon Jan 29 19:04:57 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198616-1170093896/sugar-v0-40.jar -convert /tmp/evaluation/198616-1170093896/unknown.xml /tmp/evaluation/198616-1170093896/sugar24337.csp
0.16	c BEGIN convert /tmp/evaluation/198616-1170093896/unknown.xml
0.29	c END convert (0.137501 seconds)
0.33	c # CONVERT_XML  END : /tmp/evaluation/198616-1170093896/sugar24337.csp 1372 bytes (0 seconds) [Mon Jan 29 19:04:57 2007]
0.33	c # CONVERT_XML  CPU : 0.24 = 0 + 0 + 0.22 + 0.02
0.33	
0.33	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198616-1170093896/sugar24337.bcnf [Mon Jan 29 19:04:57 2007]
0.33	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198616-1170093896/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198616-1170093896/sugar24337.map /tmp/evaluation/198616-1170093896/sugar24337.csp /tmp/evaluation/198616-1170093896/sugar24337.bcnf
0.45	c BEGIN parse /tmp/evaluation/198616-1170093896/sugar24337.csp
0.55	c END parse (0.102855 seconds)
0.55	c BEGIN simplify
0.55	c END simplify (0.006421 seconds)
0.56	c BEGIN encode /tmp/evaluation/198616-1170093896/sugar24337.bcnf
0.60	c END encode (0.039753 seconds)
0.62	c # GENERATE_SAT  END : 350 variables 2611 clauses 39364 bytes (0 seconds) [Mon Jan 29 19:04:57 2007]
0.62	c # GENERATE_SAT  CPU : 0.27 = 0.01 + 0 + 0.23 + 0.03
0.62	
0.62	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198616-1170093896/sugar24337.bcnf [Mon Jan 29 19:04:57 2007]
0.62	c # CMD : /tmp/evaluation/198616-1170093896/minisat /tmp/evaluation/198616-1170093896/sugar24337.bcnf /tmp/evaluation/198616-1170093896/sugar24337.out
0.62	c ==================================[MINISAT]===================================
0.62	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.62	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.62	c ==============================================================================
0.62	c |         0 |    2611     7224 |     870       0        0     nan |  0.000 % |
0.62	c |       102 |    2611     7224 |     957     102      765     7.5 |  0.001 % |
0.63	c |       252 |    2611     7224 |    1052     252     1611     6.4 |  0.007 % |
0.63	c |       478 |    2611     7224 |    1157     478     3296     6.9 |  0.002 % |
0.64	c |       815 |    2611     7224 |    1273     815     6661     8.2 |  0.003 % |
0.65	c |      1321 |    2611     7224 |    1401    1321    11206     8.5 |  0.007 % |
0.67	c |      2081 |    2611     7224 |    1541    1316     9837     7.5 |  0.002 % |
0.70	c |      3221 |    2611     7224 |    1695    1573    13105     8.3 |  0.002 % |
0.74	c |      4929 |    2611     7224 |    1864    1336     9765     7.3 |  0.007 % |
0.82	c |      7491 |    2611     7224 |    2051    1801    17308     9.6 |  0.006 % |
0.93	c |     11336 |    2611     7224 |    2256    1233     9045     7.3 |  0.004 % |
1.11	c |     17102 |    2611     7224 |    2482    2246    19360     8.6 |  0.002 % |
1.39	c |     25751 |    2611     7224 |    2730    1528    13762     9.0 |  0.009 % |
1.93	c |     38725 |    2611     7224 |    3003    1557    13847     8.9 |  0.006 % |
2.62	c |     58186 |    2611     7224 |    3303    1926    26559    13.8 |  0.009 % |
3.66	c |     87380 |    2611     7224 |    3634    3216    32272    10.0 |  0.003 % |
5.96	c |    131170 |    2611     7224 |    3997    1911    20478    10.7 |  0.003 % |
8.84	c |    196855 |    2611     7224 |    4397    3246    33263    10.2 |  0.006 % |
12.74	c |    295381 |    2611     7224 |    4837    3249    38550    11.9 |  0.009 % |
19.67	c |    443171 |    2611     7224 |    5320    4234    44871    10.6 |  0.005 % |
30.34	c |    664855 |    2611     7224 |    5852    4042    47850    11.8 |  0.009 % |
47.00	c |    997381 |    2611     7224 |    6438    3325    37933    11.4 |  0.006 % |
71.87	c |   1496169 |    2611     7224 |    7082    4084    56467    13.8 |  0.006 % |
110.01	c |   2244351 |    2612     7224 |    7790    6668    74915    11.2 |  0.016 % |
178.78	c |   3366627 |    2612     7224 |    8569    5536    62252    11.2 |  0.003 % |
273.05	c |   5050040 |    2616     7224 |    9426    8473    81770     9.7 |  0.032 % |
432.80	c |   7575158 |    2616     7224 |   10368    5460    63431    11.6 |  0.004 % |
668.36	c |  11362833 |    2618     7224 |   11405    6001    65877    11.0 |  0.008 % |
727.41	c ==============================================================================
727.42	c restarts              : 28
727.42	c conflicts             : 12328325       (17139 /sec)
727.42	c decisions             : 14917909       (20739 /sec)
727.42	c propagations          : 615970777      (856310 /sec)
727.42	c conflict literals     : 154783116      (5.86 % deleted)
727.42	c Memory used           : 6.37 MB
727.42	c CPU time              : 719.332 s
727.42	c 
727.42	c UNSATISFIABLE
727.45	c # SOLVE_SAT  END : UNSATISFIABLE (727 seconds) [Mon Jan 29 19:17:04 2007]
727.45	c # SOLVE_SAT  CPU : 721.73 = 0 + 0 + 719.33 + 2.4
727.45	
727.45	c # RESULT : UNSATISFIABLE
727.45	
727.45	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 19:17:04 2007]
727.45	s UNSATISFIABLE
727.45	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 19:17:04 2007]
727.45	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
727.45	
727.45	c # MAIN  END :  (727 seconds) [Mon Jan 29 19:17:04 2007]
727.45	c # MAIN  CPU : 722.24 = 0.01 + 0 + 719.78 + 2.45
727.45	

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/node18/watcher-198616-1170093896 -o ROOT/results/node18/solver-198616-1170093896 -C 1800 -M 900 /tmp/evaluation/198616-1170093896/solver /tmp/evaluation/198616-1170093896 /tmp/evaluation/198616-1170093896/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.73 1.95 1.90 5/86 24338
/proc/meminfo: memFree=1706288/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=18540 CPUtime=0
/proc/24337/stat : 24337 (runsolver) R 24335 24337 23617 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29344213 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24337/statm: 4635 279 244 17 0 2626 0

[startup+0.103269 s]
/proc/loadavg: 1.73 1.95 1.90 5/86 24338
/proc/meminfo: memFree=1706288/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13724 CPUtime=0.03
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1112 0 0 0 2 1 0 0 18 0 1 0 29344213 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24337/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515302 s]
/proc/loadavg: 1.73 1.95 1.90 5/86 24338
/proc/meminfo: memFree=1706288/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13724 CPUtime=0.27
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1190 3516 0 1 2 1 22 2 15 0 1 0 29344213 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24337/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13724

[startup+1.33938 s]
/proc/loadavg: 1.73 1.95 1.90 2/82 24372
/proc/meminfo: memFree=1705488/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 15 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=2048 CPUtime=0.7
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 203 0 0 0 70 0 0 0 23 0 1 0 29344275 2097152 180 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134637942 0 0 4096 3 0 0 0 17 1 0 0
/proc/24372/statm: 512 180 51 112 0 396 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 15904

[startup+2.97553 s]
/proc/loadavg: 1.67 1.93 1.89 2/82 24380
/proc/meminfo: memFree=1705296/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 15 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=2312 CPUtime=2.33
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 250 0 0 0 233 0 0 0 25 0 1 0 29344275 2367488 227 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528710 0 0 4096 3 0 0 0 17 1 0 0
/proc/24372/statm: 578 227 51 112 0 462 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 16168

[startup+6.25284 s]
/proc/loadavg: 1.67 1.93 1.89 2/82 24384
/proc/meminfo: memFree=1705808/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=2444 CPUtime=5.6
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 291 0 0 0 560 0 0 0 25 0 1 0 29344275 2502656 268 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 1 0 0
/proc/24372/statm: 611 268 51 112 0 495 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 16300

[startup+12.7175 s]
/proc/loadavg: 1.65 1.92 1.89 3/95 24435
/proc/meminfo: memFree=1629864/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=2708 CPUtime=12.02
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 348 0 0 0 1201 1 0 0 25 0 1 0 29344275 2772992 325 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24372/statm: 677 325 51 112 0 561 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 16564

[startup+25.5351 s]
/proc/loadavg: 1.86 1.95 1.90 3/95 24435
/proc/meminfo: memFree=1383464/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=3128 CPUtime=24.7
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 456 0 0 0 2467 3 0 0 25 0 1 0 29344275 3203072 433 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134518948 0 0 4096 3 0 0 0 17 0 0 0
/proc/24372/statm: 782 433 51 112 0 666 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 16984

[startup+51.1516 s]
/proc/loadavg: 2.25 2.03 1.93 3/95 24435
/proc/meminfo: memFree=924264/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=3660 CPUtime=50.05
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 584 0 0 0 4996 9 0 0 25 0 1 0 29344275 3747840 561 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 0 0 0
/proc/24372/statm: 915 561 51 112 0 799 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 17516

[startup+102.42 s]
/proc/loadavg: 2.67 2.18 1.98 3/95 24435
/proc/meminfo: memFree=41768/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=4064 CPUtime=100.93
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 699 0 0 0 10065 28 0 0 25 0 1 0 29344275 4161536 676 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24372/statm: 1016 676 51 112 0 900 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 17920

[startup+162.487 s]
/proc/loadavg: 3.98 2.61 2.14 4/95 24435
/proc/meminfo: memFree=15976/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=4596 CPUtime=160.59
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 817 0 0 0 16011 48 0 0 25 0 1 0 29344275 4706304 794 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/24372/statm: 1149 794 51 112 0 1033 0
Current children cumulated CPU time (s) 161.13
Current children cumulated vsize (KiB) 18452

[startup+222.52 s]
/proc/loadavg: 3.38 2.73 2.21 3/95 24435
/proc/meminfo: memFree=16424/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=4996 CPUtime=220.23
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 916 0 0 0 21954 69 0 0 25 0 1 0 29344275 5115904 893 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24372/statm: 1249 893 51 112 0 1133 0
Current children cumulated CPU time (s) 220.77
Current children cumulated vsize (KiB) 18852

[startup+282.556 s]
/proc/loadavg: 2.80 2.67 2.22 3/95 24435
/proc/meminfo: memFree=15016/2055920 swapFree=4192956/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=5272 CPUtime=279.88
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 983 0 0 0 27898 90 0 0 25 0 1 0 29344275 5398528 960 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/24372/statm: 1318 960 51 112 0 1202 0
Current children cumulated CPU time (s) 280.42
Current children cumulated vsize (KiB) 19128

[startup+342.591 s]
/proc/loadavg: 2.60 2.64 2.24 3/95 24436
/proc/meminfo: memFree=15080/2055920 swapFree=4192812/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=5548 CPUtime=339.54
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 1056 0 0 0 33841 113 0 0 25 0 1 0 29344275 5681152 1033 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525952 0 0 4096 3 0 0 0 17 1 0 0
/proc/24372/statm: 1387 1033 51 112 0 1271 0
Current children cumulated CPU time (s) 340.08
Current children cumulated vsize (KiB) 19404

[startup+402.638 s]
/proc/loadavg: 2.91 2.72 2.29 2/95 24437
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=5548 CPUtime=399.19
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 1077 0 0 0 39786 133 0 0 25 0 1 0 29344275 5681152 1054 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 0 0 0
/proc/24372/statm: 1387 1054 51 112 0 1271 0
Current children cumulated CPU time (s) 399.73
Current children cumulated vsize (KiB) 19404

[startup+462.643 s]
/proc/loadavg: 2.96 2.76 2.32 3/95 24437
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=5816 CPUtime=458.8
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 1121 0 0 0 45728 152 0 0 25 0 1 0 29344275 5955584 1098 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/24372/statm: 1454 1098 51 112 0 1338 0
Current children cumulated CPU time (s) 459.34
Current children cumulated vsize (KiB) 19672

[startup+522.737 s]
/proc/loadavg: 3.29 2.88 2.39 3/95 24437
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=6088 CPUtime=518.43
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 1211 0 0 0 51673 170 0 0 25 0 1 0 29344275 6234112 1188 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/24372/statm: 1522 1188 51 112 0 1406 0
Current children cumulated CPU time (s) 518.97
Current children cumulated vsize (KiB) 19944

[startup+582.824 s]
/proc/loadavg: 4.42 3.29 2.56 3/95 24437
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=6228 CPUtime=578.1
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 1236 0 0 0 57621 189 0 0 25 0 1 0 29344275 6377472 1213 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/24372/statm: 1557 1213 51 112 0 1441 0
Current children cumulated CPU time (s) 578.64
Current children cumulated vsize (KiB) 20084

[startup+642.912 s]
/proc/loadavg: 3.46 3.23 2.59 3/95 24437
/proc/meminfo: memFree=14824/2055920 swapFree=4192812/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=6368 CPUtime=637.77
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 1284 0 0 0 63569 208 0 0 25 0 1 0 29344275 6520832 1261 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/24372/statm: 1592 1261 51 112 0 1476 0
Current children cumulated CPU time (s) 638.31
Current children cumulated vsize (KiB) 20224

[startup+702.965 s]
/proc/loadavg: 2.94 3.11 2.58 3/95 24444
/proc/meminfo: memFree=15912/2055920 swapFree=4192812/4192956
[pid=24337] ppid=24335 vsize=13856 CPUtime=0.54
/proc/24337/stat : 24337 (sugar) S 24335 24337 23617 0 -1 4194304 1326 7871 0 2 3 1 45 5 16 0 1 0 29344213 14188544 840 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24337/statm: 3464 840 373 3 0 564 0
[pid=24372] ppid=24337 vsize=6516 CPUtime=697.45
/proc/24372/stat : 24372 (minisat) R 24337 24337 23617 0 -1 0 1308 0 0 0 69516 229 0 0 25 0 1 0 29344275 6672384 1285 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24372/statm: 1629 1285 51 112 0 1513 0
Current children cumulated CPU time (s) 697.99
Current children cumulated vsize (KiB) 20372

Child status: 0
Real time (s): 727.453
CPU time (s): 722.298
CPU user time (s): 719.823
CPU system time (s): 2.47562
CPU usage (%): 99.2913
Max. virtual memory (cumulated for all children) (KiB): 20372

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

runsolver used 0.804877 s user time and 2.40863 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan 29 18:04:57 UTC 2007


IDJOB= 198616
IDBENCH= 3566
IDSOLVER= 86
FILE ID= node18/198616-1170093896

PBS_JOBID= 3689399

Free space on /tmp= 66561 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-14.xml
COMMAND LINE= /tmp/evaluation/198616-1170093896/solver /tmp/evaluation/198616-1170093896 /tmp/evaluation/198616-1170093896/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-198616-1170093896 -o ROOT/results/node18/solver-198616-1170093896 -C 1800 -M 900  /tmp/evaluation/198616-1170093896/solver /tmp/evaluation/198616-1170093896 /tmp/evaluation/198616-1170093896/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  85d77165fcd2b9bc5e32b310d18ffda6

RANDOM SEED= 493828893

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:       1707216 kB
Buffers:         47308 kB
Cached:         167776 kB
SwapCached:          0 kB
Active:         195484 kB
Inactive:        85844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707216 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:          85688 kB
Slab:            52548 kB
Committed_AS:   268620 kB
PageTables:       2016 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= 54428 MiB



End job on node18 on Mon Jan 29 18:17:05 UTC 2007