Trace number 1824982

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 c/2009-03-20? (TO) 5000.11 5002.61

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v500-s1349121860.sat05-473.reshuffled-07.cnf
MD5SUMa197a9dc75e55922067ed3cf039613f4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses1750
Sum of the clauses size5250
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31750
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 |    1750     5250 |     524       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 500   #clauses: 1750   #literals: 5250
0.00/0.01	c CPU time:   0.003999 s
0.00/0.01	c ==============================================================================
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  500                                                  |
0.00/0.01	|  Number of clauses:    1750                                                 |
0.00/0.01	|  Parsing time:         0.00         s                                       |
5000.08/5002.60	HOME/lysat.sh: line 55: 14256 Terminated              $MS$OPT -verbosity=0 $TMP.cnf $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1824982-1242478200/watcher-1824982-1242478200 -o /tmp/evaluation-result-1824982-1242478200/solver-1824982-1242478200 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824982-1242478200.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14253
/proc/meminfo: memFree=1795248/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) R 14251 14253 14105 0 -1 4194304 252 0 0 0 0 0 0 0 20 0 1 0 275854100 5484544 219 1992294400 4194304 4889804 548682068816 18446744073709551615 4338416 0 0 4100 65536 0 0 0 17 1 0 0
/proc/14253/statm: 1339 229 190 169 0 50 0

[startup+0.00994299 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14253
/proc/meminfo: memFree=1795248/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275854100 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14253/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102962 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14253
/proc/meminfo: memFree=1795248/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301997 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14253
/proc/meminfo: memFree=1795248/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702069 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14253
/proc/meminfo: memFree=1795248/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50121 s]
/proc/loadavg: 0.92 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1794144/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=2420 CPUtime=1.47
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 266 0 0 0 147 0 0 0 25 0 1 0 275854101 2478080 251 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 605 251 75 171 0 432 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7776

[startup+3.10151 s]
/proc/loadavg: 0.92 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1793952/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=2552 CPUtime=3.07
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 301 0 0 0 307 0 0 0 25 0 1 0 275854101 2613248 286 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 638 286 75 171 0 465 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7908

[startup+6.30109 s]
/proc/loadavg: 0.93 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1793640/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=2816 CPUtime=6.27
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 356 0 0 0 627 0 0 0 25 0 1 0 275854101 2883584 341 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 704 341 75 171 0 531 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 8172

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1793320/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=3080 CPUtime=12.66
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 437 0 0 0 1266 0 0 0 25 0 1 0 275854101 3153920 422 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 770 422 75 171 0 597 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 8436

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1793128/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=3340 CPUtime=25.46
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 502 0 0 0 2546 0 0 0 25 0 1 0 275854101 3420160 487 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 835 487 75 171 0 662 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 8696

[startup+51.1023 s]
/proc/loadavg: 0.96 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1792680/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=3868 CPUtime=51.05
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 619 0 0 0 5105 0 0 0 25 0 1 0 275854101 3960832 604 1992294400 134512640 135214827 4294956224 18446744073709551615 134535285 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 967 604 75 171 0 794 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 9224

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1791976/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=4512 CPUtime=102.22
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 770 0 0 0 10222 0 0 0 25 0 1 0 275854101 4620288 755 1992294400 134512640 135214827 4294956224 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 1128 755 75 171 0 955 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 9868

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1791400/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=5036 CPUtime=162.18
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 898 0 0 0 16218 0 0 0 25 0 1 0 275854101 5156864 883 1992294400 134512640 135214827 4294956224 18446744073709551615 134527584 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 1259 883 75 171 0 1086 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 10392

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1791080/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=5288 CPUtime=222.16
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 973 0 0 0 22216 0 0 0 25 0 1 0 275854101 5414912 958 1992294400 134512640 135214827 4294956224 18446744073709551615 134529287 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 1322 958 75 171 0 1149 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 10644

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1790760/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=5580 CPUtime=282.13
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 1058 0 0 0 28213 0 0 0 25 0 1 0 275854101 5713920 1043 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 1395 1043 75 171 0 1222 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 10936

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1790504/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=5840 CPUtime=342.1
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 1119 0 0 0 34210 0 0 0 25 0 1 0 275854101 5980160 1104 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 1460 1104 75 171 0 1287 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 11196

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 14256
/proc/meminfo: memFree=1790248/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=6104 CPUtime=402.07
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 1180 0 0 0 40207 0 0 0 25 0 1 0 275854101 6250496 1165 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 1526 1165 75 171 0 1353 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 11460

[startup+462.301 s]

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

[pid=14256] ppid=14253 vsize=10968 CPUtime=4240.15
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2403 0 0 0 424010 5 0 0 25 0 1 0 275854101 11231232 2388 1992294400 134512640 135214827 4294956224 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2742 2388 75 171 0 2569 0
Current children cumulated CPU time (s) 4240.15
Current children cumulated vsize (KiB) 16324

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783464/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11100 CPUtime=4300.12
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2414 0 0 0 430007 5 0 0 25 0 1 0 275854101 11366400 2399 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2775 2399 75 171 0 2602 0
Current children cumulated CPU time (s) 4300.12
Current children cumulated vsize (KiB) 16456

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783464/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11100 CPUtime=4360.1
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2434 0 0 0 436005 5 0 0 25 0 1 0 275854101 11366400 2419 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2775 2419 75 171 0 2602 0
Current children cumulated CPU time (s) 4360.1
Current children cumulated vsize (KiB) 16456

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783464/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11100 CPUtime=4420.06
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2437 0 0 0 442001 5 0 0 25 0 1 0 275854101 11366400 2422 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2775 2422 75 171 0 2602 0
Current children cumulated CPU time (s) 4420.06
Current children cumulated vsize (KiB) 16456

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783400/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11244 CPUtime=4480.03
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2441 0 0 0 447998 5 0 0 25 0 1 0 275854101 11513856 2426 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2811 2426 75 171 0 2638 0
Current children cumulated CPU time (s) 4480.03
Current children cumulated vsize (KiB) 16600

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783400/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11244 CPUtime=4540
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2444 0 0 0 453995 5 0 0 25 0 1 0 275854101 11513856 2429 1992294400 134512640 135214827 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2811 2429 75 171 0 2638 0
Current children cumulated CPU time (s) 4540
Current children cumulated vsize (KiB) 16600

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783208/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11244 CPUtime=4599.98
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2458 0 0 0 459993 5 0 0 25 0 1 0 275854101 11513856 2443 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2811 2443 75 171 0 2638 0
Current children cumulated CPU time (s) 4599.98
Current children cumulated vsize (KiB) 16600

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783144/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11244 CPUtime=4659.95
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2468 0 0 0 465990 5 0 0 25 0 1 0 275854101 11513856 2453 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2811 2453 75 171 0 2638 0
Current children cumulated CPU time (s) 4659.95
Current children cumulated vsize (KiB) 16600

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783080/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11368 CPUtime=4719.92
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2477 0 0 0 471987 5 0 0 25 0 1 0 275854101 11640832 2462 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2842 2462 75 171 0 2669 0
Current children cumulated CPU time (s) 4719.92
Current children cumulated vsize (KiB) 16724

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783080/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11368 CPUtime=4779.88
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2483 0 0 0 477983 5 0 0 25 0 1 0 275854101 11640832 2468 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2842 2468 75 171 0 2669 0
Current children cumulated CPU time (s) 4779.88
Current children cumulated vsize (KiB) 16724

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783080/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11368 CPUtime=4839.85
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2483 0 0 0 483980 5 0 0 25 0 1 0 275854101 11640832 2468 1992294400 134512640 135214827 4294956224 18446744073709551615 134537480 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2842 2468 75 171 0 2669 0
Current children cumulated CPU time (s) 4839.85
Current children cumulated vsize (KiB) 16724

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783080/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11368 CPUtime=4899.83
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2483 0 0 0 489978 5 0 0 25 0 1 0 275854101 11640832 2468 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2842 2468 75 171 0 2669 0
Current children cumulated CPU time (s) 4899.83
Current children cumulated vsize (KiB) 16724

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1783016/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11368 CPUtime=4959.79
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2486 0 0 0 495974 5 0 0 25 0 1 0 275854101 11640832 2471 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2842 2471 75 171 0 2669 0
Current children cumulated CPU time (s) 4959.79
Current children cumulated vsize (KiB) 16724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.6 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 14270
/proc/meminfo: memFree=1782952/2055920 swapFree=4179724/4192956
[pid=14253] ppid=14251 vsize=5356 CPUtime=0
/proc/14253/stat : 14253 (lysat.sh) S 14251 14253 14105 0 -1 4194304 310 154 0 0 0 0 0 0 17 0 1 0 275854100 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14253/statm: 1339 237 195 169 0 50 0
[pid=14256] ppid=14253 vsize=11368 CPUtime=5000.08
/proc/14256/stat : 14256 (LySATc) R 14253 14253 14105 0 -1 4194304 2490 0 0 0 500003 5 0 0 25 0 1 0 275854101 11640832 2475 1992294400 134512640 135214827 4294956224 18446744073709551615 134538909 0 0 4096 3 0 0 0 17 0 0 0
/proc/14256/statm: 2842 2475 75 171 0 2669 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 16724

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.61
CPU time (s): 5000.11
CPU user time (s): 5000.05
CPU system time (s): 0.06399
CPU usage (%): 99.95
Max. virtual memory (cumulated for all children) (KiB): 16732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.04
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2987
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= 23
involuntary context switches= 15604

runsolver used 4.45432 second user time and 13.7479 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-16 14:50:00
IDJOB=1824982
IDBENCH=24691
IDSOLVER=667
FILE ID=node2/1824982-1242478200
PBS_JOBID= 9306832
Free space on /tmp= 66380 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest02/hgen3-v500-s1349121860.sat05-473.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824982-1242478200/watcher-1824982-1242478200 -o /tmp/evaluation-result-1824982-1242478200/solver-1824982-1242478200 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824982-1242478200.cnf c

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

MD5SUM BENCH= a197a9dc75e55922067ed3cf039613f4
RANDOM SEED=1753542588

node2.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.265
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.265
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:       1795792 kB
Buffers:         41332 kB
Cached:         147828 kB
SwapCached:       7496 kB
Active:          63124 kB
Inactive:       135792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795792 kB
SwapTotal:     4192956 kB
SwapFree:      4179724 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:          14032 kB
Slab:            47248 kB
Committed_AS:  1254776 kB
PageTables:       1468 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= 66376 MiB
End job on node2 at 2009-05-16 16:13:25