Trace number 1825010

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.05 5002.41

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
MD5SUM51a1a3a012cf07e3662164064eca4702
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark359.637
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses2619
Sum of the clauses size5508
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22601
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

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 |    2619     5508 |     785       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    2601     9792 |      --       0       --      -- |     --   | -18/4284
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 288   #clauses: 2601   #literals: 9792
0.00/0.01	c CPU time:   0.007998 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:  288                                                  |
0.00/0.01	|  Number of clauses:    2601                                                 |
0.01/0.02	|  Parsing time:         0.00         s                                       |
5000.03/5002.40	HOME/lysat.sh: line 55: 19423 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-1825010-1242488939/watcher-1825010-1242488939 -o /tmp/evaluation-result-1825010-1242488939/solver-1825010-1242488939 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1825010-1242488939.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: 1.00 1.00 1.00 3/64 19420
/proc/meminfo: memFree=1704504/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 276918311 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19420/statm: 1339 235 195 169 0 50 0
[pid=19421] ppid=19420 vsize=956 CPUtime=0
/proc/19421/stat : 19421 (SatElite) R 19420 19420 19280 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 276918311 978944 158 1992294400 134512640 135034092 4294956112 18446744073709551615 134569381 0 0 4096 3 0 0 0 17 1 0 0
/proc/19421/statm: 239 158 68 127 0 109 0

[startup+0.0190081 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19420
/proc/meminfo: memFree=1704504/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.102049 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19420
/proc/meminfo: memFree=1704504/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.301043 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19420
/proc/meminfo: memFree=1704504/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.7011 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19420
/proc/meminfo: memFree=1704504/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.50121 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1702888/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=3212 CPUtime=1.48
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 453 0 0 0 148 0 0 0 25 0 1 0 276918313 3289088 438 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 803 438 77 171 0 630 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8568

[startup+3.10244 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1702312/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=3476 CPUtime=3.08
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 518 0 0 0 308 0 0 0 25 0 1 0 276918313 3559424 503 1992294400 134512640 135214827 4294956224 18446744073709551615 134527633 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 869 503 77 171 0 696 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8832

[startup+6.3019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1701864/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=4008 CPUtime=6.27
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 646 0 0 0 627 0 0 0 25 0 1 0 276918313 4104192 631 1992294400 134512640 135214827 4294956224 18446744073709551615 134529415 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 1002 631 77 171 0 829 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9364

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1701352/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=4272 CPUtime=12.67
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 730 0 0 0 1267 0 0 0 25 0 1 0 276918313 4374528 715 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 1068 715 77 171 0 895 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9628

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1700776/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=4940 CPUtime=25.46
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 882 0 0 0 2546 0 0 0 25 0 1 0 276918313 5058560 867 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 1235 867 77 171 0 1062 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10296

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1700008/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=5752 CPUtime=51.05
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 1079 0 0 0 5104 1 0 0 25 0 1 0 276918313 5890048 1064 1992294400 134512640 135214827 4294956224 18446744073709551615 134527338 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 1438 1064 77 171 0 1265 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 11108

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1698600/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=6928 CPUtime=102.23
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 1402 0 0 0 10222 1 0 0 25 0 1 0 276918313 7094272 1387 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 1732 1387 77 171 0 1559 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 12284

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1697448/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=8124 CPUtime=162.2
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 1678 0 0 0 16219 1 0 0 25 0 1 0 276918313 8318976 1663 1992294400 134512640 135214827 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 2031 1663 77 171 0 1858 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 13480

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1697000/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=8560 CPUtime=222.17
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 1799 0 0 0 22216 1 0 0 25 0 1 0 276918313 8765440 1784 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 2140 1784 77 171 0 1967 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 13916

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1696488/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=9200 CPUtime=282.15
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 1938 0 0 0 28214 1 0 0 25 0 1 0 276918313 9420800 1923 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 2300 1923 77 171 0 2127 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 14556

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1695976/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=9608 CPUtime=342.1
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 2054 0 0 0 34209 1 0 0 25 0 1 0 276918313 9838592 2039 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 2402 2039 77 171 0 2229 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 14964

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19423
/proc/meminfo: memFree=1695912/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=9608 CPUtime=402.07
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 2054 0 0 0 40206 1 0 0 25 0 1 0 276918313 9838592 2039 1992294400 134512640 135214827 4294956224 18446744073709551615 134527625 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 2402 2039 77 171 0 2229 0
Current children cumulated CPU time (s) 402.08

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

[pid=19423] ppid=19420 vsize=18180 CPUtime=4240.26
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4285 0 0 0 424020 6 0 0 25 0 1 0 276918313 18616320 4151 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4545 4151 77 171 0 4372 0
Current children cumulated CPU time (s) 4240.27
Current children cumulated vsize (KiB) 23536

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19431
/proc/meminfo: memFree=1685800/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18180 CPUtime=4300.23
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4285 0 0 0 430017 6 0 0 25 0 1 0 276918313 18616320 4151 1992294400 134512640 135214827 4294956224 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4545 4151 77 171 0 4372 0
Current children cumulated CPU time (s) 4300.24
Current children cumulated vsize (KiB) 23536

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1685608/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18180 CPUtime=4360.21
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4285 0 0 0 436015 6 0 0 25 0 1 0 276918313 18616320 4151 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4545 4151 77 171 0 4372 0
Current children cumulated CPU time (s) 4360.22
Current children cumulated vsize (KiB) 23536

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1685608/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18180 CPUtime=4420.19
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4285 0 0 0 442013 6 0 0 25 0 1 0 276918313 18616320 4151 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4545 4151 77 171 0 4372 0
Current children cumulated CPU time (s) 4420.2
Current children cumulated vsize (KiB) 23536

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1685544/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18312 CPUtime=4480.16
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4325 0 0 0 448010 6 0 0 25 0 1 0 276918313 18751488 4191 1992294400 134512640 135214827 4294956224 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4578 4191 77 171 0 4405 0
Current children cumulated CPU time (s) 4480.17
Current children cumulated vsize (KiB) 23668

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1685544/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18312 CPUtime=4540.13
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4325 0 0 0 454007 6 0 0 25 0 1 0 276918313 18751488 4191 1992294400 134512640 135214827 4294956224 18446744073709551615 134529485 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4578 4191 77 171 0 4405 0
Current children cumulated CPU time (s) 4540.14
Current children cumulated vsize (KiB) 23668

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1685416/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18312 CPUtime=4600.11
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4325 0 0 0 460005 6 0 0 25 0 1 0 276918313 18751488 4191 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4578 4191 77 171 0 4405 0
Current children cumulated CPU time (s) 4600.12
Current children cumulated vsize (KiB) 23668

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1685352/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18312 CPUtime=4660.08
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4336 0 0 0 466002 6 0 0 25 0 1 0 276918313 18751488 4202 1992294400 134512640 135214827 4294956224 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4578 4202 77 171 0 4405 0
Current children cumulated CPU time (s) 4660.09
Current children cumulated vsize (KiB) 23668

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1685224/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18592 CPUtime=4720.04
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4384 0 0 0 471998 6 0 0 25 0 1 0 276918313 19038208 4250 1992294400 134512640 135214827 4294956224 18446744073709551615 134545362 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4648 4250 77 171 0 4475 0
Current children cumulated CPU time (s) 4720.05
Current children cumulated vsize (KiB) 23948

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1685160/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18592 CPUtime=4780.01
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4384 0 0 0 477995 6 0 0 25 0 1 0 276918313 19038208 4250 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4648 4250 77 171 0 4475 0
Current children cumulated CPU time (s) 4780.02
Current children cumulated vsize (KiB) 23948

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1685032/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18760 CPUtime=4839.98
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4424 0 0 0 483992 6 0 0 25 0 1 0 276918313 19210240 4290 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4690 4290 77 171 0 4517 0
Current children cumulated CPU time (s) 4839.99
Current children cumulated vsize (KiB) 24116

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1684968/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18760 CPUtime=4899.96
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4425 0 0 0 489990 6 0 0 25 0 1 0 276918313 19210240 4291 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4690 4291 77 171 0 4517 0
Current children cumulated CPU time (s) 4899.97
Current children cumulated vsize (KiB) 24116

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1684904/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18760 CPUtime=4959.93
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4425 0 0 0 495987 6 0 0 25 0 1 0 276918313 19210240 4291 1992294400 134512640 135214827 4294956224 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4690 4291 77 171 0 4517 0
Current children cumulated CPU time (s) 4959.94
Current children cumulated vsize (KiB) 24116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19437
/proc/meminfo: memFree=1684904/2055920 swapFree=4155224/4192956
[pid=19420] ppid=19418 vsize=5356 CPUtime=0.01
/proc/19420/stat : 19420 (lysat.sh) S 19418 19420 19280 0 -1 4194304 310 179 0 0 0 0 1 0 16 0 1 0 276918311 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19420/statm: 1339 237 195 169 0 50 0
[pid=19423] ppid=19420 vsize=18760 CPUtime=5000.02
/proc/19423/stat : 19423 (LySATc) R 19420 19420 19280 0 -1 4194304 4425 0 0 0 499996 6 0 0 25 0 1 0 276918313 19210240 4291 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/19423/statm: 4690 4291 77 171 0 4517 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 24116

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.41
CPU time (s): 5000.05
CPU user time (s): 4999.98
CPU system time (s): 0.072988
CPU usage (%): 99.9527
Max. virtual memory (cumulated for all children) (KiB): 24116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.97
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4925
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= 18
involuntary context switches= 12555

runsolver used 3.9684 second user time and 14.2298 second system time

The end

Launcher Data

Begin job on node49 at 2009-05-16 17:48:59
IDJOB=1825010
IDBENCH=24731
IDSOLVER=667
FILE ID=node49/1825010-1242488939
PBS_JOBID= 9306841
Free space on /tmp= 65960 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825010-1242488939/watcher-1825010-1242488939 -o /tmp/evaluation-result-1825010-1242488939/solver-1825010-1242488939 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1825010-1242488939.cnf c

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

MD5SUM BENCH= 51a1a3a012cf07e3662164064eca4702
RANDOM SEED=569166650

node49.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.241
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.241
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:       1705048 kB
Buffers:         38484 kB
Cached:         234284 kB
SwapCached:      31464 kB
Active:          79196 kB
Inactive:       227592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705048 kB
SwapTotal:     4192956 kB
SwapFree:      4155224 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:          13808 kB
Slab:            29960 kB
Committed_AS:  1018636 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65960 MiB
End job on node49 at 2009-05-16 19:12:24