Trace number 1773283

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 930.463 930.887

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark435.504
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data

0.00/0.00	c Parsing...
0.69/0.78	c ==============================================================================
0.69/0.78	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.78	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.78	c ==============================================================================
0.69/0.78	c |         0 |  968294  2788366 |  290488       0        0     nan |  0.000 % |
7.18/7.20	c |         0 |  933146  2895588 |      --       0       --      -- |     --   | -35008/109235
7.18/7.20	c ==============================================================================
7.18/7.20	c Result  :   #vars: 54024   #clauses: 933146   #literals: 2895588
7.18/7.20	c CPU time:   7.02893 s
7.18/7.20	c ==============================================================================
8.28/8.37	c lySAT 0.1
8.28/8.37	c minisat core +  additionnal features
8.28/8.37	c ============================[ Problem Statistics ]=============================
8.28/8.37	c |                                                                             |
8.28/8.37	c |  Number of variables:  54024                                                |
8.28/8.37	c |  Number of clauses:    933146                                               |
8.86/8.98	c |  Parsing time:         0.53         s                                       |
930.36/930.84	c restarts              : 13640
930.36/930.84	c conflicts             : 1196101        (1298 /sec)
930.36/930.84	c decisions             : 37086274       (1.56 % random) (40231 /sec)
930.36/930.84	c euip                  : 66563       
930.36/930.84	c propagations          : 1139983926     (1236649 /sec)
930.36/930.84	c conflict literals     : 53825220       (39.09 % deleted)
930.36/930.84	c Memory used           : 120.12 MB
930.36/930.84	c CPU time              : 921.833 s
930.36/930.84	c 
930.36/930.86	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-1773283-1241233850/watcher-1773283-1241233850 -o /tmp/evaluation-result-1773283-1241233850/solver-1773283-1241233850 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773283-1241233850.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.92 0.98 0.99 3/65 29306
/proc/meminfo: memFree=1646192/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=0
/proc/29306/stat : 29306 (lysat.sh) R 29304 29306 29269 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 151418248 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29306/statm: 1339 234 194 169 0 50 0
[pid=29307] ppid=29306 vsize=956 CPUtime=0
/proc/29307/stat : 29307 (SatElite) R 29306 29306 29269 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 151418248 978944 126 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 239 127 51 127 0 109 0

[startup+0.0281071 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 29306
/proc/meminfo: memFree=1646192/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=0
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151418248 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29306/statm: 1339 235 195 169 0 50 0
[pid=29307] ppid=29306 vsize=3308 CPUtime=0.01
/proc/29307/stat : 29307 (SatElite) R 29306 29306 29269 0 -1 4194304 681 0 0 0 1 0 0 0 19 0 1 0 151418248 3387392 665 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 827 665 51 127 0 697 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8664

[startup+0.101114 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 29306
/proc/meminfo: memFree=1646192/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=0
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151418248 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29306/statm: 1339 235 195 169 0 50 0
[pid=29307] ppid=29306 vsize=9464 CPUtime=0.09
/proc/29307/stat : 29307 (SatElite) R 29306 29306 29269 0 -1 4194304 2119 0 0 0 7 2 0 0 19 0 1 0 151418248 9691136 2104 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 2366 2104 51 127 0 2236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14820

[startup+0.301135 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 29306
/proc/meminfo: memFree=1646192/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=0
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151418248 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29306/statm: 1339 235 195 169 0 50 0
[pid=29307] ppid=29306 vsize=27008 CPUtime=0.29
/proc/29307/stat : 29307 (SatElite) R 29306 29306 29269 0 -1 4194304 5964 0 0 0 24 5 0 0 21 0 1 0 151418248 27656192 5948 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 6752 5949 51 127 0 6622 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32364

[startup+0.701182 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 29306
/proc/meminfo: memFree=1646192/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=0
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151418248 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29306/statm: 1339 235 195 169 0 50 0
[pid=29307] ppid=29306 vsize=61780 CPUtime=0.69
/proc/29307/stat : 29307 (SatElite) R 29306 29306 29269 0 -1 4194304 13699 0 0 0 59 10 0 0 25 0 1 0 151418248 63262720 13683 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 15445 13687 52 127 0 15315 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67136

[startup+1.50127 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 29308
/proc/meminfo: memFree=1574176/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=0
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151418248 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29306/statm: 1339 235 195 169 0 50 0
[pid=29307] ppid=29306 vsize=86080 CPUtime=1.49
/proc/29307/stat : 29307 (SatElite) R 29306 29306 29269 0 -1 4194304 20901 0 0 0 136 13 0 0 25 0 1 0 151418248 88145920 18821 1992294400 134512640 135034092 4294956112 18446744073709551615 134566409 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 21520 18821 68 127 0 21390 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91436

[startup+3.10146 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 29308
/proc/meminfo: memFree=1565856/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=0
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151418248 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29306/statm: 1339 235 195 169 0 50 0
[pid=29307] ppid=29306 vsize=90928 CPUtime=3.09
/proc/29307/stat : 29307 (SatElite) R 29306 29306 29269 0 -1 4194304 22045 0 0 0 295 14 0 0 25 0 1 0 151418248 93110272 19965 1992294400 134512640 135034092 4294956112 18446744073709551615 134566242 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 22732 19965 68 127 0 22602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96284

[startup+6.30283 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 29308
/proc/meminfo: memFree=1556192/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=0
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151418248 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29306/statm: 1339 235 195 169 0 50 0
[pid=29307] ppid=29306 vsize=91132 CPUtime=6.28
/proc/29307/stat : 29307 (SatElite) R 29306 29306 29269 0 -1 4194304 24381 0 0 0 613 15 0 0 25 0 1 0 151418248 93319168 19977 1992294400 134512640 135034092 4294956112 18446744073709551615 134562187 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 22783 19977 68 127 0 22653 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 96488

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1569512/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=56824 CPUtime=4.31
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 13852 0 0 0 424 7 0 0 25 0 1 0 151419085 58187776 13776 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 14206 13776 81 174 0 14029 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 62180

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1565608/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=60932 CPUtime=17.11
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 14878 0 0 0 1703 8 0 0 25 0 1 0 151419085 62394368 14802 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 15233 14802 81 174 0 15056 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 66288

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1562280/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=64044 CPUtime=42.68
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 15618 0 0 0 4259 9 0 0 25 0 1 0 151419085 65581056 15542 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29309/statm: 16011 15542 81 174 0 15834 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 69400

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1554984/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=71768 CPUtime=93.85
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 17568 0 0 0 9375 10 0 0 25 0 1 0 151419085 73490432 17492 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 17942 17492 81 174 0 17765 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 77124

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1546856/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=80316 CPUtime=153.83
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 19671 0 0 0 15371 12 0 0 25 0 1 0 151419085 82243584 19595 1992294400 134512640 135226915 4294956224 18446744073709551615 134538813 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 20079 19595 81 174 0 19902 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 85672

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1544744/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=82192 CPUtime=213.8
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 20123 0 0 0 21368 12 0 0 25 0 1 0 151419085 84164608 20047 1992294400 134512640 135226915 4294956224 18446744073709551615 134525881 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 20548 20047 81 174 0 20371 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 87548

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1544040/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=83100 CPUtime=273.78
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 20318 0 0 0 27365 13 0 0 25 0 1 0 151419085 85094400 20242 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 20775 20242 81 174 0 20598 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 88456

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1543144/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=84016 CPUtime=333.76
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 20531 0 0 0 33363 13 0 0 25 0 1 0 151419085 86032384 20455 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 21004 20455 81 174 0 20827 0
Current children cumulated CPU time (s) 342.1

################
# More data... #
################


[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1508648/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=118620 CPUtime=633.63
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 29140 0 0 0 63341 22 0 0 25 0 1 0 151419085 121466880 29064 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 29655 29064 81 174 0 29478 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 123976

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1506152/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=121332 CPUtime=693.61
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 29764 0 0 0 69338 23 0 0 25 0 1 0 151419085 124243968 29688 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30333 29688 81 174 0 30156 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 126688

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1505256/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=122344 CPUtime=753.58
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 29980 0 0 0 75335 23 0 0 25 0 1 0 151419085 125280256 29904 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30586 29904 81 174 0 30409 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 127700

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1505064/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=123000 CPUtime=813.55
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 30036 0 0 0 81332 23 0 0 25 0 1 0 151419085 125952000 29960 1992294400 134512640 135226915 4294956224 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30750 29960 81 174 0 30573 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 128356

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1504936/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=123000 CPUtime=873.54
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 30058 0 0 0 87330 24 0 0 25 0 1 0 151419085 125952000 29982 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30750 29982 81 174 0 30573 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 128356

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

[startup+895.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1504936/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=123000 CPUtime=887.14
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 30059 0 0 0 88690 24 0 0 25 0 1 0 151419085 125952000 29983 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30750 29983 81 174 0 30573 0
Current children cumulated CPU time (s) 895.48
Current children cumulated vsize (KiB) 128356

[startup+908.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1504936/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=123000 CPUtime=899.93
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 30059 0 0 0 89969 24 0 0 25 0 1 0 151419085 125952000 29983 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30750 29983 81 174 0 30573 0
Current children cumulated CPU time (s) 908.27
Current children cumulated vsize (KiB) 128356

[startup+921.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1504936/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=123000 CPUtime=912.72
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 30060 0 0 0 91248 24 0 0 25 0 1 0 151419085 125952000 29984 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 921.06
Current children cumulated vsize (KiB) 128356

[startup+924.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1504936/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=123000 CPUtime=915.92
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 30060 0 0 0 91568 24 0 0 25 0 1 0 151419085 125952000 29984 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 924.26
Current children cumulated vsize (KiB) 128356

[startup+927.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1504936/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=123000 CPUtime=919.12
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 30060 0 0 0 91888 24 0 0 25 0 1 0 151419085 125952000 29984 1992294400 134512640 135226915 4294956224 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 927.46
Current children cumulated vsize (KiB) 128356

[startup+929.507 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1504936/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=123000 CPUtime=920.73
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 30060 0 0 0 92049 24 0 0 25 0 1 0 151419085 125952000 29984 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 929.07
Current children cumulated vsize (KiB) 128356

[startup+930.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1504936/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=123000 CPUtime=921.52
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 30060 0 0 0 92128 24 0 0 25 0 1 0 151419085 125952000 29984 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 929.86
Current children cumulated vsize (KiB) 128356

[startup+930.703 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1504936/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=123000 CPUtime=921.92
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 30060 0 0 0 92168 24 0 0 25 0 1 0 151419085 125952000 29984 1992294400 134512640 135226915 4294956224 18446744073709551615 134527027 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 930.26
Current children cumulated vsize (KiB) 128356

[startup+930.803 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29309
/proc/meminfo: memFree=1504936/2055920 swapFree=4178560/4192956
[pid=29306] ppid=29304 vsize=5356 CPUtime=8.34
/proc/29306/stat : 29306 (lysat.sh) S 29304 29306 29269 0 -1 4194304 310 26457 0 0 0 0 810 24 16 0 1 0 151418248 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29306/statm: 1339 237 195 169 0 50 0
[pid=29309] ppid=29306 vsize=123000 CPUtime=922.02
/proc/29309/stat : 29309 (LySATi) R 29306 29306 29269 0 -1 4194304 30060 0 0 0 92178 24 0 0 25 0 1 0 151419085 125952000 29984 1992294400 134512640 135226915 4294956224 18446744073709551615 134540024 0 0 4096 3 0 0 0 17 0 0 0
/proc/29309/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 930.36
Current children cumulated vsize (KiB) 128356

Child status: 20
Real time (s): 930.887
CPU time (s): 930.463
CPU user time (s): 929.939
CPU system time (s): 0.52392
CPU usage (%): 99.9544
Max. virtual memory (cumulated for all children) (KiB): 128356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 929.939
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56989
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= 38
involuntary context switches= 3181

runsolver used 0.896863 second user time and 2.49862 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-02 05:10:51
IDJOB=1773283
IDBENCH=20581
IDSOLVER=609
FILE ID=node32/1773283-1241233850
PBS_JOBID= 9224828
Free space on /tmp= 66480 MiB

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

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

MD5SUM BENCH= ba6236c6cc840bb0208f73665843c375
RANDOM SEED=1641730162

node32.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.216
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.216
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:       1646672 kB
Buffers:         66116 kB
Cached:         252068 kB
SwapCached:       7332 kB
Active:          60436 kB
Inactive:       266372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646672 kB
SwapTotal:     4192956 kB
SwapFree:      4178560 kB
Dirty:           21200 kB
Writeback:           0 kB
Mapped:          14100 kB
Slab:            68200 kB
Committed_AS:   683256 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node32 at 2009-05-02 05:26:22