Trace number 1773203

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
LySAT i/2009-03-20UNSAT 251.289 251.433

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark92.4269
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

Solver Data

0.00/0.00	c Parsing...
0.19/0.21	c ==============================================================================
0.19/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |  261472   744578 |   78441       0        0     nan |  0.000 % |
1.89/1.95	c |         0 |  244145   773136 |      --       0       --      -- |     --   | -17305/28607
1.89/1.95	c ==============================================================================
1.89/1.95	c Result  :   #vars: 16889   #clauses: 244145   #literals: 773136
1.89/1.95	c CPU time:   1.89971 s
1.89/1.95	c ==============================================================================
2.20/2.25	c lySAT 0.1
2.20/2.25	c minisat core +  additionnal features
2.20/2.25	c ============================[ Problem Statistics ]=============================
2.20/2.25	c |                                                                             |
2.20/2.25	c |  Number of variables:  16889                                                |
2.20/2.25	c |  Number of clauses:    244145                                               |
2.24/2.42	c |  Parsing time:         0.14         s                                       |
251.23/251.41	c restarts              : 7892
251.23/251.41	c conflicts             : 838167         (3367 /sec)
251.23/251.41	c decisions             : 12519173       (2.08 % random) (50298 /sec)
251.23/251.41	c euip                  : 46194       
251.23/251.41	c propagations          : 270429545      (1086494 /sec)
251.23/251.41	c conflict literals     : 29220222       (35.93 % deleted)
251.23/251.41	c Memory used           : 51.42 MB
251.23/251.41	c CPU time              : 248.901 s
251.23/251.41	c 
251.23/251.42	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773203-1241233421/watcher-1773203-1241233421 -o /tmp/evaluation-result-1773203-1241233421/solver-1773203-1241233421 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773203-1241233421.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 27752
/proc/meminfo: memFree=1134456/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=0
/proc/27752/stat : 27752 (lysat.sh) R 27750 27752 27687 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 151375370 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27752/statm: 1339 234 194 169 0 50 0
[pid=27753] ppid=27752 vsize=956 CPUtime=0
/proc/27753/stat : 27753 (SatElite) R 27752 27752 27687 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 151375371 978944 125 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/27753/statm: 239 125 51 127 0 109 0

[startup+0.060053 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 27752
/proc/meminfo: memFree=1134456/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=0
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151375370 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27752/statm: 1339 235 195 169 0 50 0
[pid=27753] ppid=27752 vsize=6384 CPUtime=0.04
/proc/27753/stat : 27753 (SatElite) R 27752 27752 27687 0 -1 4194304 1352 0 0 0 4 0 0 0 20 0 1 0 151375371 6537216 1336 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/27753/statm: 1596 1337 51 127 0 1466 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11740

[startup+0.101059 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 27752
/proc/meminfo: memFree=1134456/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=0
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151375370 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27752/statm: 1339 235 195 169 0 50 0
[pid=27753] ppid=27752 vsize=9536 CPUtime=0.09
/proc/27753/stat : 27753 (SatElite) R 27752 27752 27687 0 -1 4194304 2149 0 0 0 8 1 0 0 20 0 1 0 151375371 9764864 2133 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/27753/statm: 2384 2134 51 127 0 2254 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14892

[startup+0.301095 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 27752
/proc/meminfo: memFree=1134456/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=0
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151375370 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27752/statm: 1339 235 195 169 0 50 0
[pid=27753] ppid=27752 vsize=23460 CPUtime=0.29
/proc/27753/stat : 27753 (SatElite) R 27752 27752 27687 0 -1 4194304 5903 0 0 0 26 3 0 0 21 0 1 0 151375371 24023040 5375 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/27753/statm: 5865 5375 68 127 0 5735 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28816

[startup+0.701165 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 27752
/proc/meminfo: memFree=1134456/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=0
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151375370 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27752/statm: 1339 235 195 169 0 50 0
[pid=27753] ppid=27752 vsize=25332 CPUtime=0.68
/proc/27753/stat : 27753 (SatElite) R 27752 27752 27687 0 -1 4194304 6356 0 0 0 65 3 0 0 25 0 1 0 151375371 25939968 5828 1992294400 134512640 135034092 4294956112 18446744073709551615 134529233 0 0 4096 3 0 0 0 17 0 0 0
/proc/27753/statm: 6333 5828 68 127 0 6203 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30688

[startup+1.50131 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27754
/proc/meminfo: memFree=1110312/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=0
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151375370 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27752/statm: 1339 235 195 169 0 50 0
[pid=27753] ppid=27752 vsize=28720 CPUtime=1.49
/proc/27753/stat : 27753 (SatElite) R 27752 27752 27687 0 -1 4194304 6943 0 0 0 145 4 0 0 25 0 1 0 151375371 29409280 6415 1992294400 134512640 135034092 4294956112 18446744073709551615 134540973 0 0 4096 3 0 0 0 17 0 0 0
/proc/27753/statm: 7180 6415 68 127 0 7050 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34076

[startup+3.1026 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27754
/proc/meminfo: memFree=1107432/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 5356
heavy processes:

[startup+6.30115 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1111024/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=18900 CPUtime=4.02
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 4518 0 0 0 400 2 0 0 25 0 1 0 151375596 19353600 4503 1992294400 134512640 135226915 4294956224 18446744073709551615 134527763 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 4725 4503 81 174 0 4548 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 24256

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1106864/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=22736 CPUtime=10.42
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 5474 0 0 0 1039 3 0 0 25 0 1 0 151375596 23281664 5459 1992294400 134512640 135226915 4294956224 18446744073709551615 134545571 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 5684 5459 81 174 0 5507 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 28092

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1102320/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=27260 CPUtime=23.22
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 6589 0 0 0 2317 5 0 0 25 0 1 0 151375596 27914240 6574 1992294400 134512640 135226915 4294956224 18446744073709551615 134544507 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 6815 6574 81 174 0 6638 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 32616

[startup+51.101 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1100336/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=29636 CPUtime=48.79
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 7111 0 0 0 4873 6 0 0 25 0 1 0 151375596 30347264 7096 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 7409 7096 81 174 0 7232 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 34992

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1089776/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=40400 CPUtime=99.97
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 9757 0 0 0 9989 8 0 0 25 0 1 0 151375596 41369600 9742 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 10100 9742 81 174 0 9923 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 45756

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1087216/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=43016 CPUtime=159.93
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 10391 0 0 0 15984 9 0 0 25 0 1 0 151375596 44048384 10376 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 10754 10376 81 174 0 10577 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 48372

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1083056/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=47372 CPUtime=219.91
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 11439 0 0 0 21981 10 0 0 25 0 1 0 151375596 48508928 11424 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 11843 11424 81 174 0 11666 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 52728

Solver just ended. Dumping a history of the last processes samples

[startup+230.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1079344/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=51672 CPUtime=227.9
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 12420 0 0 0 22779 11 0 0 25 0 1 0 151375596 52912128 12405 1992294400 134512640 135226915 4294956224 18446744073709551615 134537299 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 12918 12405 81 174 0 12741 0
Current children cumulated CPU time (s) 230.14
Current children cumulated vsize (KiB) 57028

[startup+243.106 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1078320/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=52508 CPUtime=240.7
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 12617 0 0 0 24059 11 0 0 25 0 1 0 151375596 53768192 12602 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 13127 12602 81 174 0 12950 0
Current children cumulated CPU time (s) 242.94
Current children cumulated vsize (KiB) 57864

[startup+246.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1078128/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=52652 CPUtime=243.9
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 12670 0 0 0 24379 11 0 0 25 0 1 0 151375596 53915648 12655 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 13163 12655 81 174 0 12986 0
Current children cumulated CPU time (s) 246.14
Current children cumulated vsize (KiB) 58008

[startup+249.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1078128/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=52652 CPUtime=247.09
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 12675 0 0 0 24698 11 0 0 25 0 1 0 151375596 53915648 12660 1992294400 134512640 135226915 4294956224 18446744073709551615 134548815 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 13163 12660 81 174 0 12986 0
Current children cumulated CPU time (s) 249.33
Current children cumulated vsize (KiB) 58008

[startup+250.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1078128/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=52652 CPUtime=247.89
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 12675 0 0 0 24778 11 0 0 25 0 1 0 151375596 53915648 12660 1992294400 134512640 135226915 4294956224 18446744073709551615 134526899 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 13163 12660 81 174 0 12986 0
Current children cumulated CPU time (s) 250.13
Current children cumulated vsize (KiB) 58008

[startup+251.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1078128/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=52652 CPUtime=248.69
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 12675 0 0 0 24858 11 0 0 25 0 1 0 151375596 53915648 12660 1992294400 134512640 135226915 4294956224 18446744073709551615 134526891 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 13163 12660 81 174 0 12986 0
Current children cumulated CPU time (s) 250.93
Current children cumulated vsize (KiB) 58008

[startup+251.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1078128/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=52652 CPUtime=248.89
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 12675 0 0 0 24878 11 0 0 25 0 1 0 151375596 53915648 12660 1992294400 134512640 135226915 4294956224 18446744073709551615 134526899 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 13163 12660 81 174 0 12986 0
Current children cumulated CPU time (s) 251.13
Current children cumulated vsize (KiB) 58008

[startup+251.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27755
/proc/meminfo: memFree=1078128/2055920 swapFree=4181908/4192956
[pid=27752] ppid=27750 vsize=5356 CPUtime=2.24
/proc/27752/stat : 27752 (lysat.sh) S 27750 27752 27687 0 -1 4194304 310 8973 0 0 0 0 218 6 16 0 1 0 151375370 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27752/statm: 1339 237 195 169 0 50 0
[pid=27755] ppid=27752 vsize=52652 CPUtime=248.99
/proc/27755/stat : 27755 (LySATi) R 27752 27752 27687 0 -1 4194304 12675 0 0 0 24888 11 0 0 25 0 1 0 151375596 53915648 12660 1992294400 134512640 135226915 4294956224 18446744073709551615 134526821 0 0 4096 3 0 0 0 17 0 0 0
/proc/27755/statm: 13163 12660 81 174 0 12986 0
Current children cumulated CPU time (s) 251.23
Current children cumulated vsize (KiB) 58008

Child status: 20
Real time (s): 251.433
CPU time (s): 251.289
CPU user time (s): 251.082
CPU system time (s): 0.206968
CPU usage (%): 99.9425
Max. virtual memory (cumulated for all children) (KiB): 58008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.082
system time used= 0.206968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22120
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 569

runsolver used 0.204968 second user time and 0.72089 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-02 05:03:41
IDJOB=1773203
IDBENCH=20573
IDSOLVER=609
FILE ID=node18/1773203-1241233421
PBS_JOBID= 9224822
Free space on /tmp= 66348 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq1.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773203-1241233421/watcher-1773203-1241233421 -o /tmp/evaluation-result-1773203-1241233421/solver-1773203-1241233421 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773203-1241233421.cnf i

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9158de01004aff62af67cbb9db5bcbbb
RANDOM SEED=16405071

node18.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.280
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.280
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:       1134936 kB
Buffers:         75056 kB
Cached:         737904 kB
SwapCached:       4876 kB
Active:         130396 kB
Inactive:       690360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1134936 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:            7056 kB
Writeback:           0 kB
Mapped:          13972 kB
Slab:            86272 kB
Committed_AS:   717636 kB
PageTables:       1372 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= 66344 MiB
End job on node18 at 2009-05-02 05:07:53