Trace number 1719280

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 926.122 926.567

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 benchmark430.832
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.81/0.83	c ==============================================================================
0.81/0.83	c |           |     ORIGINAL     |              LEARNT              |          |
0.81/0.83	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.81/0.83	c ==============================================================================
0.81/0.83	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.04293 s
7.18/7.20	c ==============================================================================
8.29/8.36	c lySAT 0.1
8.29/8.36	c minisat core +  additionnal features
8.29/8.36	c ============================[ Problem Statistics ]=============================
8.29/8.36	c |                                                                             |
8.29/8.37	c |  Number of variables:  54024                                                |
8.29/8.37	c |  Number of clauses:    933146                                               |
8.86/8.97	c |  Parsing time:         0.54         s                                       |
926.05/926.51	c restarts              : 13640
926.05/926.51	c conflicts             : 1196101        (1304 /sec)
926.05/926.51	c decisions             : 37086274       (1.56 % random) (40423 /sec)
926.05/926.51	c euip                  : 66563       
926.05/926.51	c propagations          : 1139983926     (1242545 /sec)
926.05/926.51	c conflict literals     : 53825220       (39.09 % deleted)
926.05/926.51	c Memory used           : 120.12 MB
926.05/926.51	c CPU time              : 917.459 s
926.05/926.51	c 
926.05/926.53	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-1719280-1240645352/watcher-1719280-1240645352 -o /tmp/evaluation-result-1719280-1240645352/solver-1719280-1240645352 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1719280-1240645352.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 20364
/proc/meminfo: memFree=1942904/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (lysat.sh) R 20362 20364 20022 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 92568032 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 228774701727 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20364/statm: 1339 234 194 169 0 50 0
[pid=20365] ppid=20364 vsize=824 CPUtime=0
/proc/20365/stat : 20365 (SatElite) R 20364 20364 20022 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 92568032 843776 122 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/20365/statm: 206 123 51 127 0 76 0

[startup+0.025327 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 20364
/proc/meminfo: memFree=1942904/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92568032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 235 195 169 0 50 0
[pid=20365] ppid=20364 vsize=3052 CPUtime=0.01
/proc/20365/stat : 20365 (SatElite) R 20364 20364 20022 0 -1 4194304 634 0 0 0 1 0 0 0 18 0 1 0 92568032 3125248 618 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/20365/statm: 763 618 51 127 0 633 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8408

[startup+0.101336 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 20364
/proc/meminfo: memFree=1942904/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92568032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 235 195 169 0 50 0
[pid=20365] ppid=20364 vsize=8556 CPUtime=0.08
/proc/20365/stat : 20365 (SatElite) R 20364 20364 20022 0 -1 4194304 1993 0 0 0 8 0 0 0 19 0 1 0 92568032 8761344 1977 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/20365/statm: 2139 1979 51 127 0 2009 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13912

[startup+0.301361 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 20364
/proc/meminfo: memFree=1942904/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92568032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 235 195 169 0 50 0
[pid=20365] ppid=20364 vsize=25816 CPUtime=0.28
/proc/20365/stat : 20365 (SatElite) R 20364 20364 20022 0 -1 4194304 5590 0 0 0 26 2 0 0 21 0 1 0 92568032 26435584 5574 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/20365/statm: 6454 5575 51 127 0 6324 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31172

[startup+0.701405 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 20364
/proc/meminfo: memFree=1942904/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92568032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 235 195 169 0 50 0
[pid=20365] ppid=20364 vsize=55484 CPUtime=0.69
/proc/20365/stat : 20365 (SatElite) R 20364 20364 20022 0 -1 4194304 12185 0 0 0 61 8 0 0 25 0 1 0 92568032 56815616 12169 1992294400 134512640 135034092 4294956096 18446744073709551615 134548092 0 0 4096 3 0 0 0 17 0 0 0
/proc/20365/statm: 13871 12169 51 127 0 13741 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60840

[startup+1.50175 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 20366
/proc/meminfo: memFree=1873888/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92568032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 235 195 169 0 50 0
[pid=20365] ppid=20364 vsize=85552 CPUtime=1.48
/proc/20365/stat : 20365 (SatElite) R 20364 20364 20022 0 -1 4194304 20779 0 0 0 136 12 0 0 25 0 1 0 92568032 87605248 18699 1992294400 134512640 135034092 4294956096 18446744073709551615 134566555 0 0 4096 3 0 0 0 17 0 0 0
/proc/20365/statm: 21388 18699 68 127 0 21258 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 90908

[startup+3.10187 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 20366
/proc/meminfo: memFree=1862752/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92568032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 235 195 169 0 50 0
[pid=20365] ppid=20364 vsize=90928 CPUtime=3.08
/proc/20365/stat : 20365 (SatElite) R 20364 20364 20022 0 -1 4194304 22045 0 0 0 295 13 0 0 25 0 1 0 92568032 93110272 19965 1992294400 134512640 135034092 4294956096 18446744073709551615 134566555 0 0 4096 3 0 0 0 17 0 0 0
/proc/20365/statm: 22732 19965 68 127 0 22602 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 96284

[startup+6.30124 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 20366
/proc/meminfo: memFree=1852960/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92568032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 235 195 169 0 50 0
[pid=20365] ppid=20364 vsize=106100 CPUtime=6.28
/proc/20365/stat : 20365 (SatElite) R 20364 20364 20022 0 -1 4194304 24307 0 0 0 614 14 0 0 25 0 1 0 92568032 108646400 21984 1992294400 134512640 135034092 4294956096 18446744073709551615 134585261 0 0 4096 3 0 0 0 17 0 0 0
/proc/20365/statm: 26525 21984 68 127 0 26395 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 111456

[startup+12.703 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 20367
/proc/meminfo: memFree=1865320/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=56824 CPUtime=4.32
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 13852 0 0 0 425 7 0 0 25 0 1 0 92568869 58187776 13776 1992294400 134512640 135226915 4294956208 18446744073709551615 134527646 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 14206 13776 81 174 0 14029 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 62180

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 20367
/proc/meminfo: memFree=1862120/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=60932 CPUtime=17.12
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 14882 0 0 0 1703 9 0 0 25 0 1 0 92568869 62394368 14806 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 15233 14806 81 174 0 15056 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 66288

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 20367
/proc/meminfo: memFree=1858792/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=64044 CPUtime=42.7
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 15618 0 0 0 4261 9 0 0 25 0 1 0 92568869 65581056 15542 1992294400 134512640 135226915 4294956208 18446744073709551615 134537377 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 16011 15542 81 174 0 15834 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 69400

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 20367
/proc/meminfo: memFree=1851432/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=71768 CPUtime=93.88
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 17568 0 0 0 9377 11 0 0 25 0 1 0 92568869 73490432 17492 1992294400 134512640 135226915 4294956208 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 17942 17492 81 174 0 17765 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 77124

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1842856/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=80612 CPUtime=153.86
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 19749 0 0 0 15372 14 0 0 25 0 1 0 92568869 82546688 19673 1992294400 134512640 135226915 4294956208 18446744073709551615 134557552 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 20153 19673 81 174 0 19976 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 85968

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1841128/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=82192 CPUtime=213.82
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 20123 0 0 0 21367 15 0 0 25 0 1 0 92568869 84164608 20047 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 20548 20047 81 174 0 20371 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 87548

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1840296/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=83100 CPUtime=273.79
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 20321 0 0 0 27364 15 0 0 25 0 1 0 92568869 85094400 20245 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 20775 20245 81 174 0 20598 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 88456

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1839272/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=84276 CPUtime=333.77
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 20600 0 0 0 33362 15 0 0 25 0 1 0 92568869 86298624 20524 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 21069 20524 81 174 0 20892 0

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


[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1815080/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=108444 CPUtime=573.66
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 26565 0 0 0 57344 22 0 0 25 0 1 0 92568869 111046656 26489 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 27111 26489 81 174 0 26934 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 113800

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1803880/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=119572 CPUtime=633.63
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 29351 0 0 0 63338 25 0 0 25 0 1 0 92568869 122441728 29275 1992294400 134512640 135226915 4294956208 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 29893 29275 81 174 0 29716 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 124928

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1802152/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=121332 CPUtime=693.61
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 29764 0 0 0 69335 26 0 0 25 0 1 0 92568869 124243968 29688 1992294400 134512640 135226915 4294956208 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 30333 29688 81 174 0 30156 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 126688

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1801256/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=122344 CPUtime=753.58
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 29981 0 0 0 75332 26 0 0 25 0 1 0 92568869 125280256 29905 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 30586 29905 81 174 0 30409 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 127700

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1801000/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=123000 CPUtime=813.55
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 30047 0 0 0 81329 26 0 0 25 0 1 0 92568869 125952000 29971 1992294400 134512640 135226915 4294956208 18446744073709551615 134539471 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 30750 29971 81 174 0 30573 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 128356

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1800872/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=123000 CPUtime=873.52
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 30058 0 0 0 87326 26 0 0 25 0 1 0 92568869 125952000 29982 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 30750 29982 81 174 0 30573 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 128356

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

[startup+895.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1800872/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=123000 CPUtime=887.11
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 30059 0 0 0 88685 26 0 0 25 0 1 0 92568869 125952000 29983 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 30750 29983 81 174 0 30573 0
Current children cumulated CPU time (s) 895.46
Current children cumulated vsize (KiB) 128356

[startup+908.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1800872/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=123000 CPUtime=899.91
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 30060 0 0 0 89965 26 0 0 25 0 1 0 92568869 125952000 29984 1992294400 134512640 135226915 4294956208 18446744073709551615 134547739 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 908.26
Current children cumulated vsize (KiB) 128356

[startup+915.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1800872/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=123000 CPUtime=906.31
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 30060 0 0 0 90605 26 0 0 25 0 1 0 92568869 125952000 29984 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 914.66
Current children cumulated vsize (KiB) 128356

[startup+921.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1800872/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=123000 CPUtime=912.71
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 30060 0 0 0 91245 26 0 0 25 0 1 0 92568869 125952000 29984 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/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: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1800872/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=123000 CPUtime=915.91
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 30060 0 0 0 91565 26 0 0 25 0 1 0 92568869 125952000 29984 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 924.26
Current children cumulated vsize (KiB) 128356

[startup+925.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1800872/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=123000 CPUtime=916.7
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 30060 0 0 0 91644 26 0 0 25 0 1 0 92568869 125952000 29984 1992294400 134512640 135226915 4294956208 18446744073709551615 134536794 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 925.05
Current children cumulated vsize (KiB) 128356

[startup+926.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1800872/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=123000 CPUtime=917.5
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 30060 0 0 0 91724 26 0 0 25 0 1 0 92568869 125952000 29984 1992294400 134512640 135226915 4294956208 18446744073709551615 134526843 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 925.85
Current children cumulated vsize (KiB) 128356

[startup+926.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20367
/proc/meminfo: memFree=1800872/2055920 swapFree=4192812/4192956
[pid=20364] ppid=20362 vsize=5356 CPUtime=8.35
/proc/20364/stat : 20364 (lysat.sh) S 20362 20364 20022 0 -1 4194304 310 26457 0 0 0 0 812 23 16 0 1 0 92568032 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 237 195 169 0 50 0
[pid=20367] ppid=20364 vsize=123000 CPUtime=917.7
/proc/20367/stat : 20367 (LySATi) R 20364 20364 20022 0 -1 4194304 30060 0 0 0 91744 26 0 0 25 0 1 0 92568869 125952000 29984 1992294400 134512640 135226915 4294956208 18446744073709551615 134540478 0 0 4096 3 0 0 0 17 0 0 0
/proc/20367/statm: 30750 29984 81 174 0 30573 0
Current children cumulated CPU time (s) 926.05
Current children cumulated vsize (KiB) 128356

Child status: 20
Real time (s): 926.567
CPU time (s): 926.122
CPU user time (s): 925.587
CPU system time (s): 0.534918
CPU usage (%): 99.952
Max. virtual memory (cumulated for all children) (KiB): 128356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 925.587
system time used= 0.534918
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= 39
involuntary context switches= 2502

runsolver used 0.85187 second user time and 2.52861 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-25 09:42:33
IDJOB=1719280
IDBENCH=20581
IDSOLVER=511
FILE ID=node74/1719280-1240645352
PBS_JOBID= 9186449
Free space on /tmp= 103148 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-1719280-1240645352/watcher-1719280-1240645352 -o /tmp/evaluation-result-1719280-1240645352/solver-1719280-1240645352 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1719280-1240645352.cnf i

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

MD5SUM BENCH= ba6236c6cc840bb0208f73665843c375
RANDOM SEED=1827728043

node74.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.233
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.233
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:       1944152 kB
Buffers:           900 kB
Cached:          40916 kB
SwapCached:        140 kB
Active:          48804 kB
Inactive:         8004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1944152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20912 kB
Writeback:           0 kB
Mapped:          23888 kB
Slab:            40772 kB
Committed_AS:   376364 kB
PageTables:       1444 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= 103144 MiB
End job on node74 at 2009-04-25 09:58:00