Trace number 1720996

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 389.552 389.703

General information on the benchmark

Namegoldb-heqc-alu4mul.cnf
MD5SUM2d68b23bdbf6e7e2868e82c4f24dffc3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.624
Satisfiable
(Un)Satisfiability was proved
Number of variables4736
Number of clauses30465
Sum of the clauses size103040
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27024
Number of clauses of size 314112
Number of clauses of size 40
Number of clauses of size 59328
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   30465   103040 |    9139       0        0     nan |  0.000 % |
0.07/0.08	c |         0 |   30392   102976 |      --       0       --      -- |     --   | -73/-64
0.07/0.08	c ==============================================================================
0.07/0.08	c Result  :   #vars: 4709   #clauses: 30392   #literals: 102976
0.07/0.08	c CPU time:   0.075988 s
0.07/0.08	c ==============================================================================
0.09/0.12	c lySAT 0.1
0.09/0.12	c minisat core +  additionnal features
0.09/0.12	c ============================[ Problem Statistics ]=============================
0.09/0.12	c |                                                                             |
0.09/0.12	c |  Number of variables:  4709                                                 |
0.09/0.12	c |  Number of clauses:    30392                                                |
0.09/0.14	c |  Parsing time:         0.02         s                                       |
389.43/389.68	c restarts              : 677
389.43/389.68	c conflicts             : 605597         (1556 /sec)
389.43/389.68	c decisions             : 809502         (1.41 % random) (2079 /sec)
389.43/389.68	c euip                  : 13817       
389.43/389.68	c propagations          : 348460348      (895044 /sec)
389.43/389.68	c conflict literals     : 24306102       (69.80 % deleted)
389.43/389.68	c Memory used           : 39.36 MB
389.43/389.68	c CPU time              : 389.322 s
389.43/389.68	c 
389.43/389.69	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-1720996-1240661834/watcher-1720996-1240661834 -o /tmp/evaluation-result-1720996-1240661834/solver-1720996-1240661834 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1720996-1240661834.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.00 3/64 15692
/proc/meminfo: memFree=1525744/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0
/proc/15692/stat : 15692 (lysat.sh) R 15690 15692 15105 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 94210642 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 226238196383 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15692/statm: 1339 234 194 169 0 50 0
[pid=15693] ppid=15692 vsize=1172 CPUtime=0
/proc/15693/stat : 15693 (SatElite) R 15692 15692 15105 0 -1 4194304 177 0 0 0 0 0 0 0 18 0 1 0 94210642 1200128 161 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15693/statm: 293 162 50 127 0 163 0

[startup+0.0802331 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15692
/proc/meminfo: memFree=1525744/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94210642 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15692/statm: 1339 235 195 169 0 50 0
[pid=15693] ppid=15692 vsize=4240 CPUtime=0.07
/proc/15693/stat : 15693 (SatElite) R 15692 15692 15105 0 -1 4194304 885 0 0 0 7 0 0 0 19 0 1 0 94210642 4341760 854 1992294400 134512640 135034092 4294956096 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 0 0 0
/proc/15693/statm: 1060 862 68 127 0 930 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9596

[startup+0.102235 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15692
/proc/meminfo: memFree=1525744/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94210642 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15692/statm: 1339 235 195 169 0 50 0
[pid=15693] ppid=15692 vsize=4084 CPUtime=0.09
/proc/15693/stat : 15693 (SatElite) R 15692 15692 15105 0 -1 4194304 942 0 0 0 9 0 0 0 19 0 1 0 94210642 4182016 873 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/15693/statm: 1021 873 69 127 0 891 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9440

[startup+0.301258 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15692
/proc/meminfo: memFree=1525744/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5356

[startup+0.701297 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15692
/proc/meminfo: memFree=1525744/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5356

[startup+1.50236 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1521496/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=4940 CPUtime=1.37
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 994 0 0 0 137 0 0 0 25 0 1 0 94210654 5058560 979 1992294400 134512640 135226915 4294956208 18446744073709551615 134539489 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 1235 979 81 174 0 1058 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10296

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1520792/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=5612 CPUtime=2.96
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 1156 0 0 0 296 0 0 0 25 0 1 0 94210654 5746688 1141 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 1403 1141 81 174 0 1226 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10968

[startup+6.30178 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1519576/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=6988 CPUtime=6.16
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 1499 0 0 0 616 0 0 0 25 0 1 0 94210654 7155712 1484 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 1747 1484 81 174 0 1570 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12344

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1516896/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=8984 CPUtime=12.56
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 2001 0 0 0 1255 1 0 0 25 0 1 0 94210654 9199616 1986 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 2246 1986 81 174 0 2069 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14340

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1513760/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=12312 CPUtime=25.35
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 2800 0 0 0 2534 1 0 0 25 0 1 0 94210654 12607488 2785 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 3078 2785 81 174 0 2901 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17668

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1509600/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=16684 CPUtime=50.95
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 3854 0 0 0 5092 3 0 0 25 0 1 0 94210654 17084416 3839 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 4171 3839 81 174 0 3994 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 22040

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1504544/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=21896 CPUtime=102.13
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 5097 0 0 0 10209 4 0 0 25 0 1 0 94210654 22421504 5082 1992294400 134512640 135226915 4294956208 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 5474 5082 82 174 0 5297 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 27252

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1500320/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=26392 CPUtime=162.1
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 6172 0 0 0 16205 5 0 0 25 0 1 0 94210654 27025408 6157 1992294400 134512640 135226915 4294956208 18446744073709551615 134547582 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 6598 6157 82 174 0 6421 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 31748

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1495776/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=30924 CPUtime=222.08
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 7254 0 0 0 22202 6 0 0 25 0 1 0 94210654 31666176 7239 1992294400 134512640 135226915 4294956208 18446744073709551615 134536902 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 7731 7239 82 174 0 7554 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 36280

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1488288/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=38896 CPUtime=282.05
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 9149 0 0 0 28197 8 0 0 25 0 1 0 94210654 39829504 9134 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 9724 9134 82 174 0 9547 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 44252

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1486752/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=40196 CPUtime=342.03
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 9491 0 0 0 34194 9 0 0 25 0 1 0 94210654 41160704 9476 1992294400 134512640 135226915 4294956208 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 10049 9476 82 174 0 9872 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 45552

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

[startup+358.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1486752/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=40304 CPUtime=358.03
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 9495 0 0 0 35794 9 0 0 25 0 1 0 94210654 41271296 9480 1992294400 134512640 135226915 4294956208 18446744073709551615 134538588 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 10076 9480 82 174 0 9899 0
Current children cumulated CPU time (s) 358.14
Current children cumulated vsize (KiB) 45660

[startup+371.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1486752/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=40304 CPUtime=370.82
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 9497 0 0 0 37073 9 0 0 25 0 1 0 94210654 41271296 9482 1992294400 134512640 135226915 4294956208 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 10076 9482 82 174 0 9899 0
Current children cumulated CPU time (s) 370.93
Current children cumulated vsize (KiB) 45660

[startup+377.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1486752/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=40304 CPUtime=377.22
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 9497 0 0 0 37713 9 0 0 25 0 1 0 94210654 41271296 9482 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 10076 9482 82 174 0 9899 0
Current children cumulated CPU time (s) 377.33
Current children cumulated vsize (KiB) 45660

[startup+383.906 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1486752/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=40304 CPUtime=383.62
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 9497 0 0 0 38353 9 0 0 25 0 1 0 94210654 41271296 9482 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 10076 9482 82 174 0 9899 0
Current children cumulated CPU time (s) 383.73
Current children cumulated vsize (KiB) 45660

[startup+387.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1486752/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=40304 CPUtime=386.82
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 9497 0 0 0 38673 9 0 0 25 0 1 0 94210654 41271296 9482 1992294400 134512640 135226915 4294956208 18446744073709551615 134543570 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 10076 9482 82 174 0 9899 0
Current children cumulated CPU time (s) 386.93
Current children cumulated vsize (KiB) 45660

[startup+388.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1486752/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=40304 CPUtime=388.42
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 9497 0 0 0 38833 9 0 0 25 0 1 0 94210654 41271296 9482 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 10076 9482 82 174 0 9899 0
Current children cumulated CPU time (s) 388.53
Current children cumulated vsize (KiB) 45660

[startup+389.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1486752/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5356 CPUtime=0.11
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 310 945 0 0 0 0 11 0 16 0 1 0 94210642 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1339 237 195 169 0 50 0
[pid=15695] ppid=15692 vsize=40304 CPUtime=389.22
/proc/15695/stat : 15695 (LySATi) R 15692 15692 15105 0 -1 4194304 9497 0 0 0 38913 9 0 0 25 0 1 0 94210654 41271296 9482 1992294400 134512640 135226915 4294956208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/15695/statm: 10076 9482 82 174 0 9899 0
Current children cumulated CPU time (s) 389.33
Current children cumulated vsize (KiB) 45660

[startup+389.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15695
/proc/meminfo: memFree=1486752/2055920 swapFree=4192812/4192956
[pid=15692] ppid=15690 vsize=5360 CPUtime=389.54
/proc/15692/stat : 15692 (lysat.sh) S 15690 15692 15105 0 -1 4194304 338 10449 0 0 0 0 38943 11 19 0 1 0 94210642 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15692/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 389.54
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 389.703
CPU time (s): 389.552
CPU user time (s): 389.438
CPU system time (s): 0.113982
CPU usage (%): 99.9611
Max. virtual memory (cumulated for all children) (KiB): 45660

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

runsolver used 0.281957 second user time and 1.14582 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-25 14:17:14
IDJOB=1720996
IDBENCH=69645
IDSOLVER=511
FILE ID=node58/1720996-1240661834
PBS_JOBID= 9186505
Free space on /tmp= 65940 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-alu4mul.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720996-1240661834/watcher-1720996-1240661834 -o /tmp/evaluation-result-1720996-1240661834/solver-1720996-1240661834 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1720996-1240661834.cnf i

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

MD5SUM BENCH= 2d68b23bdbf6e7e2868e82c4f24dffc3
RANDOM SEED=320069739

node58.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:       1526224 kB
Buffers:         12456 kB
Cached:         438988 kB
SwapCached:        144 kB
Active:          68600 kB
Inactive:       396888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1526224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2712 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            50228 kB
Committed_AS:   314000 kB
PageTables:       1380 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= 65940 MiB
End job on node58 at 2009-04-25 14:23:44