Trace number 1724400

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 414.737 414.98

General information on the benchmark

Namevelev-pipe-uns-1.0-8.cnf
MD5SUM0767e5dbf6844720495e9eb5423112e1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark312.627
Satisfiable
(Un)Satisfiability was proved
Number of variables35065
Number of clauses1332773
Sum of the clauses size3936683
Maximum clause length178
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21290115
Number of clauses of size 314508
Number of clauses of size 4256
Number of clauses of size 5216
Number of clauses of size over 527677

Solver Data

0.00/0.00	c Parsing...
0.99/1.03	c ==============================================================================
0.99/1.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.03	c ==============================================================================
0.99/1.03	c |         0 | 1332772  3936682 |  399831       0        0     nan |  0.000 % |
7.28/7.32	c |         0 | 1317234  4010071 |      --       0       --      -- |     --   | -15195/74092
7.28/7.33	c ==============================================================================
7.28/7.33	c Result  :   #vars: 30665   #clauses: 1317234   #literals: 4010071
7.28/7.33	c CPU time:   7.15391 s
7.28/7.33	c ==============================================================================
8.78/8.87	c lySAT 0.1
8.78/8.87	c minisat core +  additionnal features
8.78/8.87	c ============================[ Problem Statistics ]=============================
8.78/8.87	c |                                                                             |
8.78/8.87	c |  Number of variables:  30665                                                |
8.78/8.87	c |  Number of clauses:    1317234                                              |
9.57/9.62	c |  Parsing time:         0.64         s                                       |
414.64/414.94	c restarts              : 4538
414.64/414.94	c conflicts             : 824543         (2033 /sec)
414.64/414.94	c decisions             : 6032540        (2.93 % random) (14873 /sec)
414.64/414.94	c euip                  : 75650       
414.64/414.94	c propagations          : 569830589      (1404855 /sec)
414.64/414.94	c conflict literals     : 54592438       (49.34 % deleted)
414.64/414.94	c Memory used           : 127.43 MB
414.64/414.94	c CPU time              : 405.615 s
414.64/414.94	c 
414.64/414.96	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-1724400-1240695668/watcher-1724400-1240695668 -o /tmp/evaluation-result-1724400-1240695668/solver-1724400-1240695668 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1724400-1240695668.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.03 3/64 12854
/proc/meminfo: memFree=1689684/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=0
/proc/12854/stat : 12854 (lysat.sh) R 12852 12854 12693 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 97595997 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 256364833439 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12854/statm: 1339 234 194 169 0 50 0
[pid=12855] ppid=12854 vsize=824 CPUtime=0
/proc/12855/stat : 12855 (SatElite) R 12854 12854 12693 0 -1 4194304 121 0 0 0 0 0 0 0 18 0 1 0 97595997 843776 105 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12855/statm: 206 110 51 127 0 76 0

[startup+0.0933499 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 12854
/proc/meminfo: memFree=1689684/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=0
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97595997 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12854/statm: 1339 235 195 169 0 50 0
[pid=12855] ppid=12854 vsize=7588 CPUtime=0.08
/proc/12855/stat : 12855 (SatElite) R 12854 12854 12693 0 -1 4194304 1683 0 0 0 8 0 0 0 20 0 1 0 97595997 7770112 1667 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12855/statm: 1897 1668 51 127 0 1767 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12944

[startup+0.10135 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 12854
/proc/meminfo: memFree=1689684/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=0
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97595997 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12854/statm: 1339 235 195 169 0 50 0
[pid=12855] ppid=12854 vsize=8124 CPUtime=0.09
/proc/12855/stat : 12855 (SatElite) R 12854 12854 12693 0 -1 4194304 1834 0 0 0 9 0 0 0 20 0 1 0 97595997 8318976 1818 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12855/statm: 2031 1818 51 127 0 1901 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13480

[startup+0.30137 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 12854
/proc/meminfo: memFree=1689684/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=0
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97595997 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12854/statm: 1339 235 195 169 0 50 0
[pid=12855] ppid=12854 vsize=22412 CPUtime=0.29
/proc/12855/stat : 12855 (SatElite) R 12854 12854 12693 0 -1 4194304 5283 0 0 0 26 3 0 0 21 0 1 0 97595997 22949888 5267 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12855/statm: 5603 5268 51 127 0 5473 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27768

[startup+0.701411 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 12854
/proc/meminfo: memFree=1689684/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=0
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97595997 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12854/statm: 1339 235 195 169 0 50 0
[pid=12855] ppid=12854 vsize=49364 CPUtime=0.68
/proc/12855/stat : 12855 (SatElite) R 12854 12854 12693 0 -1 4194304 11944 0 0 0 61 7 0 0 25 0 1 0 97595997 50548736 11928 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12855/statm: 12341 11928 51 127 0 12211 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 54720

[startup+1.50897 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 12856
/proc/meminfo: memFree=1611524/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=0
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97595997 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12854/statm: 1339 235 195 169 0 50 0
[pid=12855] ppid=12854 vsize=108212 CPUtime=1.5
/proc/12855/stat : 12855 (SatElite) R 12854 12854 12693 0 -1 4194304 25812 0 0 0 136 14 0 0 25 0 1 0 97595997 110809088 23091 1992294400 134512640 135034092 4294956096 18446744073709551615 134540391 0 0 4096 3 0 0 0 17 0 0 0
/proc/12855/statm: 27053 23092 68 127 0 26923 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 113568

[startup+3.10166 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 12856
/proc/meminfo: memFree=1592132/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=0
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97595997 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12854/statm: 1339 235 195 169 0 50 0
[pid=12855] ppid=12854 vsize=126460 CPUtime=3.09
/proc/12855/stat : 12855 (SatElite) R 12854 12854 12693 0 -1 4194304 29344 0 0 0 293 16 0 0 25 0 1 0 97595997 129495040 26553 1992294400 134512640 135034092 4294956096 18446744073709551615 134582748 0 0 4096 3 0 0 0 17 0 0 0
/proc/12855/statm: 31615 26553 68 127 0 31485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131816

[startup+6.30199 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 12856
/proc/meminfo: memFree=1580292/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=0
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97595997 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12854/statm: 1339 235 195 169 0 50 0
[pid=12855] ppid=12854 vsize=126908 CPUtime=6.28
/proc/12855/stat : 12855 (SatElite) R 12854 12854 12693 0 -1 4194304 29469 0 0 0 612 16 0 0 25 0 1 0 97595997 129953792 26662 1992294400 134512640 135034092 4294956096 18446744073709551615 134540710 0 0 4096 3 0 0 0 17 0 0 0
/proc/12855/statm: 31727 26662 68 127 0 31597 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 132264

[startup+12.7016 s]
/proc/loadavg: 1.38 1.08 1.06 2/66 12857
/proc/meminfo: memFree=1587780/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=76944 CPUtime=3.82
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 18648 0 0 0 370 12 0 0 25 0 1 0 97596884 78790656 18613 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 19236 18613 81 174 0 19059 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 82300

[startup+25.626 s]
/proc/loadavg: 1.55 1.13 1.07 2/66 12857
/proc/meminfo: memFree=1579652/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=85172 CPUtime=16.72
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 20686 0 0 0 1659 13 0 0 25 0 1 0 97596884 87216128 20651 1992294400 134512640 135226915 4294956208 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 21293 20651 81 174 0 21116 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 90528

[startup+51.1016 s]
/proc/loadavg: 2.12 1.31 1.13 2/66 12857
/proc/meminfo: memFree=1570052/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=94708 CPUtime=42.15
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 23039 0 0 0 4200 15 0 0 25 0 1 0 97596884 96980992 23004 1992294400 134512640 135226915 4294956208 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 23677 23004 81 174 0 23500 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 100064

[startup+102.31 s]
/proc/loadavg: 2.71 1.59 1.24 2/66 12857
/proc/meminfo: memFree=1564996/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=100292 CPUtime=93.28
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 24363 0 0 0 9312 16 0 0 25 0 1 0 97596884 102699008 24328 1992294400 134512640 135226915 4294956208 18446744073709551615 134536715 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 25073 24328 81 174 0 24896 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 105648

[startup+162.301 s]
/proc/loadavg: 1.66 1.50 1.23 2/66 12857
/proc/meminfo: memFree=1547012/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=120016 CPUtime=153.26
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 29168 0 0 0 15307 19 0 0 25 0 1 0 97596884 122896384 29133 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 30004 29133 81 174 0 29827 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 125372

[startup+222.301 s]
/proc/loadavg: 1.24 1.40 1.21 2/66 12857
/proc/meminfo: memFree=1544964/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=122552 CPUtime=213.24
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 29710 0 0 0 21305 19 0 0 25 0 1 0 97596884 125493248 29675 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 30638 29675 81 174 0 30461 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 127908

[startup+282.301 s]
/proc/loadavg: 1.09 1.33 1.19 2/66 12857
/proc/meminfo: memFree=1539780/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=128504 CPUtime=273.22
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 30980 0 0 0 27301 21 0 0 25 0 1 0 97596884 131588096 30945 1992294400 134512640 135226915 4294956208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 32126 30945 81 174 0 31949 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 133860

[startup+342.302 s]
/proc/loadavg: 1.03 1.27 1.18 2/66 12857
/proc/meminfo: memFree=1538820/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=129440 CPUtime=333.21
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 31224 0 0 0 33299 22 0 0 25 0 1 0 97596884 132546560 31189 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 32360 31189 81 174 0 32183 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 134796

[startup+402.302 s]
/proc/loadavg: 1.01 1.21 1.16 2/66 12857
/proc/meminfo: memFree=1538052/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=130484 CPUtime=393.2
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 31451 0 0 0 39298 22 0 0 25 0 1 0 97596884 133615616 31416 1992294400 134512640 135226915 4294956208 18446744073709551615 134527232 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 32621 31416 81 174 0 32444 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 135840

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

[startup+404.103 s]
/proc/loadavg: 1.01 1.21 1.16 2/66 12857
/proc/meminfo: memFree=1537924/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=130484 CPUtime=395
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 31451 0 0 0 39478 22 0 0 25 0 1 0 97596884 133615616 31416 1992294400 134512640 135226915 4294956208 18446744073709551615 134527027 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 32621 31416 81 174 0 32444 0
Current children cumulated CPU time (s) 403.85
Current children cumulated vsize (KiB) 135840

[startup+410.502 s]
/proc/loadavg: 1.01 1.21 1.16 2/66 12857
/proc/meminfo: memFree=1537924/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=130484 CPUtime=401.39
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 31451 0 0 0 40117 22 0 0 25 0 1 0 97596884 133615616 31416 1992294400 134512640 135226915 4294956208 18446744073709551615 134527027 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 32621 31416 81 174 0 32444 0
Current children cumulated CPU time (s) 410.24
Current children cumulated vsize (KiB) 135840

[startup+412.103 s]
/proc/loadavg: 1.01 1.21 1.16 2/66 12857
/proc/meminfo: memFree=1537924/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=130484 CPUtime=402.99
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 31451 0 0 0 40277 22 0 0 25 0 1 0 97596884 133615616 31416 1992294400 134512640 135226915 4294956208 18446744073709551615 134549348 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 32621 31416 81 174 0 32444 0
Current children cumulated CPU time (s) 411.84
Current children cumulated vsize (KiB) 135840

[startup+413.702 s]
/proc/loadavg: 1.01 1.21 1.16 2/66 12857
/proc/meminfo: memFree=1537924/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=130484 CPUtime=404.59
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 31451 0 0 0 40437 22 0 0 25 0 1 0 97596884 133615616 31416 1992294400 134512640 135226915 4294956208 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 32621 31416 81 174 0 32444 0
Current children cumulated CPU time (s) 413.44
Current children cumulated vsize (KiB) 135840

[startup+414.502 s]
/proc/loadavg: 1.01 1.21 1.16 2/66 12857
/proc/meminfo: memFree=1537924/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=130484 CPUtime=405.4
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 31451 0 0 0 40518 22 0 0 25 0 1 0 97596884 133615616 31416 1992294400 134512640 135226915 4294956208 18446744073709551615 134527041 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 32621 31416 81 174 0 32444 0
Current children cumulated CPU time (s) 414.25
Current children cumulated vsize (KiB) 135840

[startup+414.901 s]
/proc/loadavg: 1.01 1.21 1.16 2/66 12857
/proc/meminfo: memFree=1537924/2055920 swapFree=4192952/4192956
[pid=12854] ppid=12852 vsize=5356 CPUtime=8.85
/proc/12854/stat : 12854 (lysat.sh) S 12852 12854 12693 0 -1 4194304 310 29510 0 0 0 0 859 26 16 0 1 0 97595997 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12854/statm: 1339 237 195 169 0 50 0
[pid=12857] ppid=12854 vsize=130484 CPUtime=405.79
/proc/12857/stat : 12857 (LySATi) R 12854 12854 12693 0 -1 4194304 31451 0 0 0 40557 22 0 0 25 0 1 0 97596884 133615616 31416 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/12857/statm: 32621 31416 81 174 0 32444 0
Current children cumulated CPU time (s) 414.64
Current children cumulated vsize (KiB) 135840

Child status: 20
Real time (s): 414.98
CPU time (s): 414.737
CPU user time (s): 414.209
CPU system time (s): 0.527919
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 135840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 414.209
system time used= 0.527919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61433
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= 1294

runsolver used 0.932858 second user time and 2.29165 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-25 23:41:09
IDJOB=1724400
IDBENCH=71777
IDSOLVER=511
FILE ID=node90/1724400-1240695668
PBS_JOBID= 9186750
Free space on /tmp= 66500 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE06/velev-pipe-uns-1.0-8.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724400-1240695668/watcher-1724400-1240695668 -o /tmp/evaluation-result-1724400-1240695668/solver-1724400-1240695668 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1724400-1240695668.cnf i

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

MD5SUM BENCH= 0767e5dbf6844720495e9eb5423112e1
RANDOM SEED=1698312870

node90.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1690100 kB
Buffers:         34828 kB
Cached:         244920 kB
SwapCached:          4 kB
Active:          93940 kB
Inactive:       203148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690100 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           26308 kB
Writeback:           0 kB
Mapped:          24012 kB
Slab:            54740 kB
Committed_AS:   239936 kB
PageTables:       1428 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= 66500 MiB
End job on node90 at 2009-04-25 23:48:04