Trace number 229013

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 88.7685 89.5298

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-33_ext.xml
MD5SUM0a5b11ec67a3c4754bef95b5fd926c77
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 benchmark3.10753
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/229013-1170105996/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/229013-1170105996/unknown.xml [Mon Jan 29 22:26:37 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/229013-1170105996/unknown.xml /tmp/evaluation/229013-1170105996/sugar22445.csp [Mon Jan 29 22:26:37 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229013-1170105996/sugar-v0-40.jar -convert /tmp/evaluation/229013-1170105996/unknown.xml /tmp/evaluation/229013-1170105996/sugar22445.csp
0.16	c BEGIN convert /tmp/evaluation/229013-1170105996/unknown.xml
0.58	c END convert (0.419156 seconds)
0.59	c # CONVERT_XML  END : /tmp/evaluation/229013-1170105996/sugar22445.csp 722348 bytes (0 seconds) [Mon Jan 29 22:26:37 2007]
0.59	c # CONVERT_XML  CPU : 0.52 = 0 + 0 + 0.48 + 0.04
0.59	
0.59	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229013-1170105996/sugar22445.bcnf [Mon Jan 29 22:26:37 2007]
0.59	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229013-1170105996/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229013-1170105996/sugar22445.map /tmp/evaluation/229013-1170105996/sugar22445.csp /tmp/evaluation/229013-1170105996/sugar22445.bcnf
0.71	c BEGIN parse /tmp/evaluation/229013-1170105996/sugar22445.csp
3.60	c END parse (2.894622 seconds)
3.60	c BEGIN simplify
3.62	c END simplify (0.016671 seconds)
3.62	c BEGIN encode /tmp/evaluation/229013-1170105996/sugar22445.bcnf
3.78	c END encode (0.164154 seconds)
3.80	c # GENERATE_SAT  END : 600 variables 22948 clauses 432052 bytes (3 seconds) [Mon Jan 29 22:26:40 2007]
3.80	c # GENERATE_SAT  CPU : 3.2 = 0 + 0 + 3.1 + 0.1
3.80	
3.80	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229013-1170105996/sugar22445.bcnf [Mon Jan 29 22:26:40 2007]
3.80	c # CMD : /tmp/evaluation/229013-1170105996/minisat /tmp/evaluation/229013-1170105996/sugar22445.bcnf /tmp/evaluation/229013-1170105996/sugar22445.out
3.81	c ==================================[MINISAT]===================================
3.81	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
3.81	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
3.81	c ==============================================================================
3.81	c |         0 |   22948    85059 |    7649       0        0     nan |  0.000 % |
3.82	c |       100 |   22948    85059 |    8413     100      897     9.0 |  0.000 % |
3.83	c |       250 |   22949    85059 |    9255     249     2479    10.0 |  0.010 % |
3.85	c |       475 |   22949    85059 |   10180     474     4414     9.3 |  0.003 % |
3.89	c |       814 |   22950    85059 |   11198     812     7147     8.8 |  0.009 % |
3.93	c |      1320 |   22950    85059 |   12318    1318    11422     8.7 |  0.009 % |
4.00	c |      2080 |   22952    85059 |   13550    2076    17746     8.5 |  0.010 % |
4.12	c |      3219 |   22955    85059 |   14905    3212    29495     9.2 |  0.009 % |
4.31	c |      4927 |   22959    85059 |   16396    4916    45916     9.3 |  0.003 % |
4.58	c |      7489 |   22962    85059 |   18035    7475    73460     9.8 |  0.004 % |
5.02	c |     11333 |   22969    85059 |   19839   11312   116707    10.3 |  0.004 % |
5.81	c |     17099 |   22972    85059 |   21823   17075   187351    11.0 |  0.004 % |
7.19	c |     25749 |   22977    85059 |   24005   14745   174499    11.8 |  0.008 % |
9.60	c |     38723 |   22984    85059 |   26406   15656   187073    11.9 |  0.013 % |
12.43	c |     58184 |   22910    84840 |   29047   16502   205888    12.5 |  0.169 % |
18.71	c |     87378 |   22925    84840 |   31951   15620   183136    11.7 |  0.178 % |
27.81	c |    131167 |   22939    84840 |   35146   24009   323936    13.5 |  0.169 % |
43.98	c |    196851 |   22961    84840 |   38661   31106   412737    13.3 |  0.169 % |
69.11	c |    295377 |   22702    83947 |   42527   19414   261927    13.5 |  0.667 % |
89.34	c ==============================================================================
89.34	c restarts              : 19
89.34	c conflicts             : 371037         (4368 /sec)
89.34	c decisions             : 451831         (5319 /sec)
89.34	c propagations          : 32903448       (387368 /sec)
89.34	c conflict literals     : 5150243        (30.28 % deleted)
89.34	c Memory used           : 7.80 MB
89.34	c CPU time              : 84.9411 s
89.34	c 
89.34	c SATISFIABLE
89.35	c # SOLVE_SAT  END : SATISFIABLE (86 seconds) [Mon Jan 29 22:28:06 2007]
89.35	c # SOLVE_SAT  CPU : 85 = 0.01 + 0.01 + 84.95 + 0.03
89.35	
89.35	c # RESULT : SATISFIABLE
89.35	
89.35	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:28:06 2007]
89.46	c BEGIN read SAT output /tmp/evaluation/229013-1170105996/sugar22445.out
89.47	c END read SAT output (0.011787 seconds)
89.47	c BEGIN write solution /tmp/evaluation/229013-1170105996/sugar22445.sol
89.48	c END write solution (0.013558 seconds)
89.52	s SATISFIABLE
89.52	v 9 2 15 2 1 4 12 6 12 13 15 14 13 7 5 12 7 3 8 2 5 1 6 8 11 15 7 5 3 14 11 13 5 2 4 12 13 11 1 7
89.52	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:28:06 2007]
89.52	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
89.52	
89.52	c # MAIN  END :  (89 seconds) [Mon Jan 29 22:28:06 2007]
89.52	c # MAIN  CPU : 88.72 = 0.01 + 0.01 + 88.53 + 0.17
89.52	

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/node20/watcher-229013-1170105996 -o ROOT/results/node20/solver-229013-1170105996 -C 1800 -M 900 /tmp/evaluation/229013-1170105996/solver /tmp/evaluation/229013-1170105996 /tmp/evaluation/229013-1170105996/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.96 3.18 3.01 4/81 22446
/proc/meminfo: memFree=1848584/2055920 swapFree=4192812/4192956
[pid=22445] ppid=22443 vsize=12268 CPUtime=0
/proc/22445/stat : 22445 (sugar) R 22443 22445 21815 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 30553639 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273952766565 0 0 4224 0 0 0 0 17 1 0 0
/proc/22445/statm: 3067 315 241 3 0 167 0

[startup+0.106955 s]
/proc/loadavg: 2.96 3.18 3.01 4/81 22446
/proc/meminfo: memFree=1848584/2055920 swapFree=4192812/4192956
[pid=22445] ppid=22443 vsize=13724 CPUtime=0.03
/proc/22445/stat : 22445 (sugar) S 22443 22445 21815 0 -1 4194304 1112 0 0 0 3 0 0 0 16 0 1 0 30553639 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22445/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515012 s]
/proc/loadavg: 2.96 3.18 3.01 4/81 22446
/proc/meminfo: memFree=1848584/2055920 swapFree=4192812/4192956
[pid=22445] ppid=22443 vsize=13724 CPUtime=0.03
/proc/22445/stat : 22445 (sugar) S 22443 22445 21815 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 30553639 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22445/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3361 s]
/proc/loadavg: 2.96 3.18 3.01 2/102 22505
/proc/meminfo: memFree=1797280/2055920 swapFree=4192812/4192956
[pid=22445] ppid=22443 vsize=13724 CPUtime=0.55
/proc/22445/stat : 22445 (sugar) S 22443 22445 21815 0 -1 4194304 1190 7341 0 1 3 0 48 4 15 0 1 0 30553639 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22445/statm: 3431 809 371 3 0 531 0
[pid=22491] ppid=22445 vsize=807064 CPUtime=0.73
/proc/22491/stat : 22491 (java) R 22445 22445 21815 0 -1 0 8550 0 1 0 69 4 0 0 17 0 8 0 30553698 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22491/statm: 201766 8296 1494 14 0 189044 0
[pid=22491/tid=22493] ppid=22445 vsize=807064 CPUtime=0.13
/proc/22491/task/22493/stat : 22493 (java) R 22445 22445 21815 0 -1 64 2495 0 0 0 12 1 0 0 16 0 8 0 30553701 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827317 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22496] ppid=22445 vsize=807064 CPUtime=0
/proc/22491/task/22496/stat : 22496 (java) S 22445 22445 21815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30553702 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22497] ppid=22445 vsize=807064 CPUtime=0
/proc/22491/task/22497/stat : 22497 (java) S 22445 22445 21815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30553702 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22502] ppid=22445 vsize=807064 CPUtime=0
/proc/22491/task/22502/stat : 22502 (java) S 22445 22445 21815 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30553705 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22503] ppid=22445 vsize=807064 CPUtime=0.05
/proc/22491/task/22503/stat : 22503 (java) S 22445 22445 21815 0 -1 64 293 0 0 0 5 0 0 0 16 0 8 0 30553705 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22504] ppid=22445 vsize=807064 CPUtime=0
/proc/22491/task/22504/stat : 22504 (java) S 22445 22445 21815 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30553705 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22505] ppid=22445 vsize=807064 CPUtime=0
/proc/22491/task/22505/stat : 22505 (java) S 22445 22445 21815 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30553705 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 820788

[startup+2.97429 s]
/proc/loadavg: 2.96 3.18 3.01 3/102 22513
/proc/meminfo: memFree=1773984/2055920 swapFree=4192812/4192956
[pid=22445] ppid=22443 vsize=13724 CPUtime=0.55
/proc/22445/stat : 22445 (sugar) S 22443 22445 21815 0 -1 4194304 1190 7341 0 1 3 0 48 4 15 0 1 0 30553639 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22445/statm: 3431 809 371 3 0 531 0
[pid=22491] ppid=22445 vsize=807328 CPUtime=2.37
/proc/22491/stat : 22491 (java) R 22445 22445 21815 0 -1 0 12334 0 1 0 230 7 0 0 25 0 8 0 30553698 826703872 12067 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073694887 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22491/statm: 201832 12067 1507 14 0 189110 0
[pid=22491/tid=22493] ppid=22445 vsize=807328 CPUtime=0.37
/proc/22491/task/22493/stat : 22493 (java) S 22445 22445 21815 0 -1 64 6134 0 0 0 35 2 0 0 16 0 8 0 30553701 826703872 12067 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22496] ppid=22445 vsize=807328 CPUtime=0
/proc/22491/task/22496/stat : 22496 (java) S 22445 22445 21815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30553702 826703872 12067 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22497] ppid=22445 vsize=807328 CPUtime=0
/proc/22491/task/22497/stat : 22497 (java) S 22445 22445 21815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30553702 826703872 12067 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22502] ppid=22445 vsize=807328 CPUtime=0
/proc/22491/task/22502/stat : 22502 (java) S 22445 22445 21815 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30553705 826703872 12067 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22503] ppid=22445 vsize=807328 CPUtime=0.13
/proc/22491/task/22503/stat : 22503 (java) S 22445 22445 21815 0 -1 64 401 0 0 0 13 0 0 0 17 0 8 0 30553705 826703872 12067 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22504] ppid=22445 vsize=807328 CPUtime=0
/proc/22491/task/22504/stat : 22504 (java) S 22445 22445 21815 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30553705 826703872 12067 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22491/tid=22505] ppid=22445 vsize=807328 CPUtime=0
/proc/22491/task/22505/stat : 22505 (java) S 22445 22445 21815 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30553705 826703872 12067 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821052

[startup+6.2607 s]
/proc/loadavg: 2.89 3.16 3.01 3/88 22515
/proc/meminfo: memFree=1836368/2055920 swapFree=4192812/4192956
[pid=22445] ppid=22443 vsize=13724 CPUtime=3.76
/proc/22445/stat : 22445 (sugar) S 22443 22445 21815 0 -1 4194304 1280 22523 0 2 4 0 358 14 15 0 1 0 30553639 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22445/statm: 3431 819 373 3 0 531 0
[pid=22514] ppid=22445 vsize=4256 CPUtime=2.43
/proc/22514/stat : 22514 (minisat) R 22445 22445 21815 0 -1 0 826 0 0 0 243 0 0 0 25 0 1 0 30554019 4358144 706 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527303 0 0 4096 3 0 0 0 17 0 0 0
/proc/22514/statm: 1064 706 51 112 0 948 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 17980

[startup+12.7305 s]
/proc/loadavg: 2.81 3.14 3.00 3/88 22515
/proc/meminfo: memFree=1834192/2055920 swapFree=4192812/4192956
[pid=22445] ppid=22443 vsize=13724 CPUtime=3.76
/proc/22445/stat : 22445 (sugar) S 22443 22445 21815 0 -1 4194304 1280 22523 0 2 4 0 358 14 16 0 1 0 30553639 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22445/statm: 3431 819 373 3 0 531 0
[pid=22514] ppid=22445 vsize=4912 CPUtime=8.84
/proc/22514/stat : 22514 (minisat) R 22445 22445 21815 0 -1 0 1013 0 0 0 884 0 0 0 25 0 1 0 30554019 5029888 893 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22514/statm: 1228 893 51 112 0 1112 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 18636

[startup+25.568 s]
/proc/loadavg: 2.63 3.08 2.99 3/88 22515
/proc/meminfo: memFree=1832144/2055920 swapFree=4192812/4192956
[pid=22445] ppid=22443 vsize=13724 CPUtime=3.76
/proc/22445/stat : 22445 (sugar) S 22443 22445 21815 0 -1 4194304 1280 22523 0 2 4 0 358 14 16 0 1 0 30553639 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22445/statm: 3431 819 373 3 0 531 0
[pid=22514] ppid=22445 vsize=6132 CPUtime=21.58
/proc/22514/stat : 22514 (minisat) R 22445 22445 21815 0 -1 0 1292 0 0 0 2158 0 0 0 25 0 1 0 30554019 6279168 1172 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528461 0 0 4096 3 0 0 0 17 0 0 0
/proc/22514/statm: 1533 1172 51 112 0 1417 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 19856

[startup+51.2321 s]
/proc/loadavg: 2.34 2.98 2.95 4/95 22578
/proc/meminfo: memFree=1804632/2055920 swapFree=4192812/4192956
[pid=22445] ppid=22443 vsize=13724 CPUtime=3.76
/proc/22445/stat : 22445 (sugar) S 22443 22445 21815 0 -1 4194304 1280 22523 0 2 4 0 358 14 16 0 1 0 30553639 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22445/statm: 3431 819 373 3 0 531 0
[pid=22514] ppid=22445 vsize=7216 CPUtime=47.03
/proc/22514/stat : 22514 (minisat) R 22445 22445 21815 0 -1 0 1566 0 0 0 4702 1 0 0 25 0 1 0 30554019 7389184 1446 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525907 0 0 4096 3 0 0 0 17 0 0 0
/proc/22514/statm: 1804 1446 51 112 0 1688 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 20940

Child status: 0
Real time (s): 89.5298
CPU time (s): 88.7685
CPU user time (s): 88.5755
CPU system time (s): 0.19297
CPU usage (%): 99.1496
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.5755
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25716
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= 1258
involuntary context switches= 2775

runsolver used 0.093985 s user time and 0.237963 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Jan 29 21:26:37 UTC 2007


IDJOB= 229013
IDBENCH= 6266
IDSOLVER= 86
FILE ID= node20/229013-1170105996

PBS_JOBID= 3689762

Free space on /tmp= 66564 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  0a5b11ec67a3c4754bef95b5fd926c77

RANDOM SEED= 952204397

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.234
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.234
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:       1849064 kB
Buffers:         39392 kB
Cached:          57440 kB
SwapCached:          0 kB
Active:         102948 kB
Inactive:        58456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             984 kB
Writeback:           0 kB
Mapped:          83504 kB
Slab:            30788 kB
Committed_AS:   291520 kB
PageTables:       1896 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= 66564 MiB



End job on node20 on Mon Jan 29 21:28:07 UTC 2007