Trace number 1773093

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 1573.54 1574.18

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.10.unsat.cnf
MD5SUMb1a6497b6934405ef70bfcc51fa85893
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark413.163
Satisfiable
(Un)Satisfiability was proved
Number of variables1111
Number of clauses3756
Sum of the clauses size9786
Maximum clause length19
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21603
Number of clauses of size 32090
Number of clauses of size 430
Number of clauses of size 518
Number of clauses of size over 512

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    3753     9783 |    1125       0        0     nan |  0.000 % |
0.01/0.02	c |         0 |    3159     9446 |      --       0       --      -- |     --   | -556/-258
0.01/0.02	c ==============================================================================
0.01/0.02	c Result  :   #vars: 759   #clauses: 3159   #literals: 9446
0.01/0.02	c CPU time:   0.017997 s
0.01/0.02	c ==============================================================================
0.01/0.02	c lySAT 0.1
0.01/0.02	c minisat core +  additionnal features
0.01/0.02	c ============================[ Problem Statistics ]=============================
0.01/0.02	c |                                                                             |
0.01/0.02	c |  Number of variables:  759                                                  |
0.01/0.02	c |  Number of clauses:    3159                                                 |
0.01/0.02	c |  Parsing time:         0.00         s                                       |
1573.45/1574.16	c restarts              : 1461
1573.45/1574.16	c conflicts             : 2086110        (1326 /sec)
1573.45/1574.16	c decisions             : 2544776        (1.28 % random) (1617 /sec)
1573.45/1574.16	c euip                  : 54041       
1573.45/1574.16	c propagations          : 289613401      (184078 /sec)
1573.45/1574.16	c conflict literals     : 44808518       (60.83 % deleted)
1573.45/1574.16	c Memory used           : 65.31 MB
1573.45/1574.16	c CPU time              : 1573.32 s
1573.45/1574.16	c 
1573.45/1574.17	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-1773093-1241233010/watcher-1773093-1241233010 -o /tmp/evaluation-result-1773093-1241233010/solver-1773093-1241233010 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773093-1241233010.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.94 0.97 0.99 3/64 31643
/proc/meminfo: memFree=1549816/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0
/proc/31643/stat : 31643 (lysat.sh) R 31641 31643 31576 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 151334265 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 255236565663 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31643/statm: 1339 234 194 169 0 50 0
[pid=31644] ppid=31643 vsize=960 CPUtime=0
/proc/31644/stat : 31644 (SatElite) R 31643 31643 31576 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 0 151334265 983040 142 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/31644/statm: 240 143 52 127 0 110 0

[startup+0.0206999 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 31643
/proc/meminfo: memFree=1549816/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151334265 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31643/statm: 1339 235 195 169 0 50 0
[pid=31644] ppid=31643 vsize=1364 CPUtime=0.01
/proc/31644/stat : 31644 (SatElite) R 31643 31643 31576 0 -1 4194304 261 0 0 0 1 0 0 0 19 0 1 0 151334265 1396736 245 1992294400 134512640 135034092 4294956112 18446744073709551615 134569359 0 0 4096 3 0 0 0 17 0 0 0
/proc/31644/statm: 341 245 68 127 0 211 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6720

[startup+0.101713 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 31643
/proc/meminfo: memFree=1549816/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.301733 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 31643
/proc/meminfo: memFree=1549816/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.701778 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 31643
/proc/meminfo: memFree=1549816/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+1.50186 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 31646
/proc/meminfo: memFree=1548072/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=3348 CPUtime=1.46
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 488 0 0 0 146 0 0 0 25 0 1 0 151334267 3428352 473 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 837 473 81 174 0 660 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8704

[startup+3.10103 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 31646
/proc/meminfo: memFree=1547240/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=4268 CPUtime=3.06
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 715 0 0 0 306 0 0 0 25 0 1 0 151334267 4370432 700 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 1067 700 81 174 0 890 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9624

[startup+6.30137 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 31646
/proc/meminfo: memFree=1545896/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=5560 CPUtime=6.26
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 1034 0 0 0 626 0 0 0 25 0 1 0 151334267 5693440 1019 1992294400 134512640 135226915 4294956224 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 1390 1019 81 174 0 1213 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10916

[startup+12.7021 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 31646
/proc/meminfo: memFree=1543848/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=7224 CPUtime=12.66
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 1435 0 0 0 1265 1 0 0 25 0 1 0 151334267 7397376 1420 1992294400 134512640 135226915 4294956224 18446744073709551615 134543526 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 1806 1420 81 174 0 1629 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12580

[startup+25.5014 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 31646
/proc/meminfo: memFree=1541096/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=10224 CPUtime=25.45
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 2139 0 0 0 2544 1 0 0 25 0 1 0 151334267 10469376 2124 1992294400 134512640 135226915 4294956224 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 2556 2124 81 174 0 2379 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15580

[startup+51.1012 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 31646
/proc/meminfo: memFree=1537064/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=14328 CPUtime=51.03
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 3153 0 0 0 5101 2 0 0 25 0 1 0 151334267 14671872 3138 1992294400 134512640 135226915 4294956224 18446744073709551615 134551392 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 3582 3138 81 174 0 3405 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 19684

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31646
/proc/meminfo: memFree=1531560/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=20088 CPUtime=102.22
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 4507 0 0 0 10218 4 0 0 25 0 1 0 151334267 20570112 4492 1992294400 134512640 135226915 4294956224 18446744073709551615 134537065 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 5022 4492 81 174 0 4845 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25444

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31646
/proc/meminfo: memFree=1526696/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=24964 CPUtime=162.19
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 5716 0 0 0 16214 5 0 0 25 0 1 0 151334267 25563136 5701 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 6241 5701 81 174 0 6064 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 30320

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31646
/proc/meminfo: memFree=1522920/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=29304 CPUtime=222.17
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 6683 0 0 0 22210 7 0 0 25 0 1 0 151334267 30007296 6668 1992294400 134512640 135226915 4294956224 18446744073709551615 134543570 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 7326 6668 81 174 0 7149 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 34660

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1522024/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=29972 CPUtime=282.15
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 6831 0 0 0 28208 7 0 0 25 0 1 0 151334267 30691328 6816 1992294400 134512640 135226915 4294956224 18446744073709551615 134539927 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 7493 6816 81 174 0 7316 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 35328

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1520232/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=31980 CPUtime=342.12
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 7285 0 0 0 34205 7 0 0 25 0 1 0 151334267 32747520 7270 1992294400 134512640 135226915 4294956224 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 7995 7270 81 174 0 7818 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 37336

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1517672/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=34692 CPUtime=402.1

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


[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1496616/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=57684 CPUtime=1181.78
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 13219 0 0 0 118163 15 0 0 25 0 1 0 151334267 59068416 13204 1992294400 134512640 135226915 4294956224 18446744073709551615 134536882 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 14421 13204 81 174 0 14244 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 63040

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1495976/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=58192 CPUtime=1241.76
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 13367 0 0 0 124161 15 0 0 25 0 1 0 151334267 59588608 13352 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 14548 13352 81 174 0 14371 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 63548

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1492008/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=62724 CPUtime=1301.74
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 14354 0 0 0 130157 17 0 0 25 0 1 0 151334267 64229376 14339 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 15681 14339 81 174 0 15504 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 68080

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1488232/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=66008 CPUtime=1361.71
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 15299 0 0 0 136153 18 0 0 25 0 1 0 151334267 67592192 15284 1992294400 134512640 135226915 4294956224 18446744073709551615 134543585 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 16502 15284 81 174 0 16325 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 71364

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1487336/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=66876 CPUtime=1421.69
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 15513 0 0 0 142151 18 0 0 25 0 1 0 151334267 68481024 15498 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 16719 15498 81 174 0 16542 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 72232

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1487208/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=66876 CPUtime=1481.66
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 15531 0 0 0 148148 18 0 0 25 0 1 0 151334267 68481024 15516 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 16719 15516 81 174 0 16542 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 72232

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1487208/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=66876 CPUtime=1541.64
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 15531 0 0 0 154146 18 0 0 25 0 1 0 151334267 68481024 15516 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 16719 15516 81 174 0 16542 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 72232

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

[startup+1561.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1487208/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=66876 CPUtime=1560.83
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 15531 0 0 0 156065 18 0 0 25 0 1 0 151334267 68481024 15516 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 16719 15516 81 174 0 16542 0
Current children cumulated CPU time (s) 1560.85
Current children cumulated vsize (KiB) 72232

[startup+1567.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1487208/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=66876 CPUtime=1567.23
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 15532 0 0 0 156705 18 0 0 25 0 1 0 151334267 68481024 15517 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 16719 15517 81 174 0 16542 0
Current children cumulated CPU time (s) 1567.25
Current children cumulated vsize (KiB) 72232

[startup+1571.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1487208/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=66876 CPUtime=1570.43
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 15532 0 0 0 157025 18 0 0 25 0 1 0 151334267 68481024 15517 1992294400 134512640 135226915 4294956224 18446744073709551615 134539784 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 16719 15517 81 174 0 16542 0
Current children cumulated CPU time (s) 1570.45
Current children cumulated vsize (KiB) 72232

[startup+1572.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1487208/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=66876 CPUtime=1572.03
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 15532 0 0 0 157185 18 0 0 25 0 1 0 151334267 68481024 15517 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 16719 15517 81 174 0 16542 0
Current children cumulated CPU time (s) 1572.05
Current children cumulated vsize (KiB) 72232

[startup+1573.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1487208/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=66876 CPUtime=1572.83
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 15532 0 0 0 157265 18 0 0 25 0 1 0 151334267 68481024 15517 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 16719 15517 81 174 0 16542 0
Current children cumulated CPU time (s) 1572.85
Current children cumulated vsize (KiB) 72232

[startup+1573.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1487208/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=66876 CPUtime=1573.23
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 15532 0 0 0 157305 18 0 0 25 0 1 0 151334267 68481024 15517 1992294400 134512640 135226915 4294956224 18446744073709551615 134543615 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 16719 15517 81 174 0 16542 0
Current children cumulated CPU time (s) 1573.25
Current children cumulated vsize (KiB) 72232

[startup+1574.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31652
/proc/meminfo: memFree=1487208/2055920 swapFree=4180872/4192956
[pid=31643] ppid=31641 vsize=5356 CPUtime=0.02
/proc/31643/stat : 31643 (lysat.sh) S 31641 31643 31576 0 -1 4194304 310 266 0 0 0 0 2 0 16 0 1 0 151334265 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31643/statm: 1339 237 195 169 0 50 0
[pid=31646] ppid=31643 vsize=66876 CPUtime=1573.43
/proc/31646/stat : 31646 (LySATi) R 31643 31643 31576 0 -1 4194304 15532 0 0 0 157325 18 0 0 25 0 1 0 151334267 68481024 15517 1992294400 134512640 135226915 4294956224 18446744073709551615 134536762 0 0 4096 3 0 0 0 17 0 0 0
/proc/31646/statm: 16719 15517 81 174 0 16542 0
Current children cumulated CPU time (s) 1573.45
Current children cumulated vsize (KiB) 72232

Child status: 20
Real time (s): 1574.18
CPU time (s): 1573.54
CPU user time (s): 1573.34
CPU system time (s): 0.202969
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 72232

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

runsolver used 1.35279 second user time and 4.38033 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-02 04:56:50
IDJOB=1773093
IDBENCH=20474
IDSOLVER=609
FILE ID=node19/1773093-1241233010
PBS_JOBID= 9224817
Free space on /tmp= 66500 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.10.unsat.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773093-1241233010/watcher-1773093-1241233010 -o /tmp/evaluation-result-1773093-1241233010/solver-1773093-1241233010 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773093-1241233010.cnf i

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

MD5SUM BENCH= b1a6497b6934405ef70bfcc51fa85893
RANDOM SEED=548635779

node19.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.236
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.236
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:       1550360 kB
Buffers:         75832 kB
Cached:         333824 kB
SwapCached:       6776 kB
Active:          33480 kB
Inactive:       384940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550360 kB
SwapTotal:     4192956 kB
SwapFree:      4180872 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:          13384 kB
Slab:            73176 kB
Committed_AS:   704132 kB
PageTables:       1452 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= 66496 MiB
End job on node19 at 2009-05-02 05:23:04