Trace number 1824932

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.04 5001.31

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
MD5SUM378c3c007a4c6e49e4da1e6f32094183
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 variables1192
Number of clauses14506
Sum of the clauses size43816
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314208
Number of clauses of size 4298
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   14506    43816 |    4351       0        0     nan |  0.000 % |
0.09/0.16	c |         0 |   14208    47484 |      --       0       --      -- |     --   | -298/3668
0.09/0.16	c ==============================================================================
0.09/0.16	c Result  :   #vars: 894   #clauses: 14208   #literals: 47484
0.09/0.16	c CPU time:   0.155976 s
0.09/0.16	c ==============================================================================
0.09/0.18	This is MiniSat 2.0 beta
0.09/0.18	WARNING: for repeatability, setting FPU to use double precision
0.09/0.18	============================[ Problem Statistics ]=============================
0.09/0.18	|                                                                             |
0.09/0.18	|  Number of variables:  894                                                  |
0.09/0.18	|  Number of clauses:    14208                                                |
0.09/0.19	|  Parsing time:         0.01         s                                       |
5000.00/5001.31	HOME/lysat.sh: line 55: 32530 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-1824932-1242473106/watcher-1824932-1242473106 -o /tmp/evaluation-result-1824932-1242473106/solver-1824932-1242473106 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824932-1242473106.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 0.96 3/64 32527
/proc/meminfo: memFree=1676672/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275339188 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32527/statm: 1339 235 195 169 0 50 0
[pid=32528] ppid=32527 vsize=1220 CPUtime=0
/proc/32528/stat : 32528 (SatElite) R 32527 32527 32355 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 275339188 1249280 191 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/32528/statm: 305 192 50 127 0 175 0

[startup+0.068716 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 32527
/proc/meminfo: memFree=1676672/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275339188 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32527/statm: 1339 235 195 169 0 50 0
[pid=32528] ppid=32527 vsize=2632 CPUtime=0.06
/proc/32528/stat : 32528 (SatElite) R 32527 32527 32355 0 -1 4194304 552 0 0 0 6 0 0 0 18 0 1 0 275339188 2695168 536 1992294400 134512640 135034092 4294956112 18446744073709551615 134569702 0 0 4096 3 0 0 0 17 1 0 0
/proc/32528/statm: 658 536 68 127 0 528 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7988

[startup+0.101718 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 32527
/proc/meminfo: memFree=1676672/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275339188 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32527/statm: 1339 235 195 169 0 50 0
[pid=32528] ppid=32527 vsize=2632 CPUtime=0.09
/proc/32528/stat : 32528 (SatElite) R 32527 32527 32355 0 -1 4194304 560 0 0 0 9 0 0 0 18 0 1 0 275339188 2695168 544 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/32528/statm: 658 544 68 127 0 528 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7988

[startup+0.30174 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 32527
/proc/meminfo: memFree=1676672/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 5356

[startup+0.70178 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 32527
/proc/meminfo: memFree=1676672/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 5356

[startup+1.50186 s]
/proc/loadavg: 1.00 1.00 0.96 3/66 32530
/proc/meminfo: memFree=1673968/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=3772 CPUtime=1.31
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 642 0 0 0 131 0 0 0 25 0 1 0 275339206 3862528 627 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 943 627 77 171 0 770 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9128

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32530
/proc/meminfo: memFree=1673136/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=4564 CPUtime=2.91
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 838 0 0 0 291 0 0 0 25 0 1 0 275339206 4673536 823 1992294400 134512640 135214827 4294956224 18446744073709551615 134529386 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 1141 823 77 171 0 968 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9920

[startup+6.30133 s]
/proc/loadavg: 1.08 1.02 0.96 2/66 32530
/proc/meminfo: memFree=1672368/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=4840 CPUtime=6.1
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 918 0 0 0 610 0 0 0 25 0 1 0 275339206 4956160 903 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 1210 903 77 171 0 1037 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10196

[startup+12.702 s]
/proc/loadavg: 1.07 1.02 0.96 2/66 32530
/proc/meminfo: memFree=1671728/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=5500 CPUtime=12.5
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 1074 0 0 0 1250 0 0 0 25 0 1 0 275339206 5632000 1059 1992294400 134512640 135214827 4294956224 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 1375 1059 77 171 0 1202 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10856

[startup+25.5022 s]
/proc/loadavg: 1.06 1.01 0.96 2/66 32530
/proc/meminfo: memFree=1671152/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=6028 CPUtime=25.31
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 1223 0 0 0 2530 1 0 0 25 0 1 0 275339206 6172672 1208 1992294400 134512640 135214827 4294956224 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 1507 1208 77 171 0 1334 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11384

[startup+51.1028 s]
/proc/loadavg: 1.04 1.01 0.96 2/66 32530
/proc/meminfo: memFree=1670320/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=6960 CPUtime=50.9
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 1430 0 0 0 5089 1 0 0 25 0 1 0 275339206 7127040 1415 1992294400 134512640 135214827 4294956224 18446744073709551615 134529298 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 1740 1415 77 171 0 1567 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 12316

[startup+102.307 s]
/proc/loadavg: 1.01 1.01 0.96 2/66 32530
/proc/meminfo: memFree=1669168/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=8168 CPUtime=102.08
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 1724 0 0 0 10207 1 0 0 25 0 1 0 275339206 8364032 1709 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 2042 1709 77 171 0 1869 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 13524

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32530
/proc/meminfo: memFree=1668528/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=8728 CPUtime=162.07
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 1871 0 0 0 16205 2 0 0 25 0 1 0 275339206 8937472 1856 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 2182 1856 77 171 0 2009 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 14084

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32530
/proc/meminfo: memFree=1667312/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=9988 CPUtime=222.05
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 2162 0 0 0 22203 2 0 0 25 0 1 0 275339206 10227712 2147 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 2497 2147 77 171 0 2324 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 15344

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32530
/proc/meminfo: memFree=1666800/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=10528 CPUtime=282.04
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 2288 0 0 0 28201 3 0 0 25 0 1 0 275339206 10780672 2273 1992294400 134512640 135214827 4294956224 18446744073709551615 134527328 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 2632 2273 77 171 0 2459 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 15884

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32530
/proc/meminfo: memFree=1666288/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=10952 CPUtime=342.02
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 2399 0 0 0 34199 3 0 0 25 0 1 0 275339206 11214848 2384 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 2738 2384 77 171 0 2565 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 16308

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32530
/proc/meminfo: memFree=1666160/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17

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

[pid=32530] ppid=32527 vsize=21636 CPUtime=4301.01
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 4943 0 0 0 430085 16 0 0 25 0 1 0 275339206 22155264 4928 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5409 4928 77 171 0 5236 0
Current children cumulated CPU time (s) 4301.18
Current children cumulated vsize (KiB) 26992

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32538
/proc/meminfo: memFree=1655792/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21636 CPUtime=4361
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 4964 0 0 0 436084 16 0 0 25 0 1 0 275339206 22155264 4949 1992294400 134512640 135214827 4294956224 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5409 4949 77 171 0 5236 0
Current children cumulated CPU time (s) 4361.17
Current children cumulated vsize (KiB) 26992

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32538
/proc/meminfo: memFree=1655728/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21816 CPUtime=4420.98
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 4980 0 0 0 442082 16 0 0 25 0 1 0 275339206 22339584 4965 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5454 4965 77 171 0 5281 0
Current children cumulated CPU time (s) 4421.15
Current children cumulated vsize (KiB) 27172

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32538
/proc/meminfo: memFree=1655728/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21816 CPUtime=4480.97
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 4980 0 0 0 448080 17 0 0 25 0 1 0 275339206 22339584 4965 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5454 4965 77 171 0 5281 0
Current children cumulated CPU time (s) 4481.14
Current children cumulated vsize (KiB) 27172

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32538
/proc/meminfo: memFree=1655664/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21816 CPUtime=4540.96
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 4997 0 0 0 454079 17 0 0 25 0 1 0 275339206 22339584 4982 1992294400 134512640 135214827 4294956224 18446744073709551615 134541525 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5454 4982 77 171 0 5281 0
Current children cumulated CPU time (s) 4541.13
Current children cumulated vsize (KiB) 27172

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32538
/proc/meminfo: memFree=1655536/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21992 CPUtime=4600.95
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 5017 0 0 0 460078 17 0 0 25 0 1 0 275339206 22519808 5002 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5498 5002 77 171 0 5325 0
Current children cumulated CPU time (s) 4601.12
Current children cumulated vsize (KiB) 27348

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32540
/proc/meminfo: memFree=1655344/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21992 CPUtime=4660.92
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 5017 0 0 0 466075 17 0 0 25 0 1 0 275339206 22519808 5002 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5498 5002 77 171 0 5325 0
Current children cumulated CPU time (s) 4661.09
Current children cumulated vsize (KiB) 27348

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32540
/proc/meminfo: memFree=1655408/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21992 CPUtime=4720.91
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 5017 0 0 0 472074 17 0 0 25 0 1 0 275339206 22519808 5002 1992294400 134512640 135214827 4294956224 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5498 5002 77 171 0 5325 0
Current children cumulated CPU time (s) 4721.08
Current children cumulated vsize (KiB) 27348

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32540
/proc/meminfo: memFree=1655408/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21992 CPUtime=4780.9
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 5017 0 0 0 478072 18 0 0 25 0 1 0 275339206 22519808 5002 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5498 5002 77 171 0 5325 0
Current children cumulated CPU time (s) 4781.07
Current children cumulated vsize (KiB) 27348

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32540
/proc/meminfo: memFree=1655472/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21992 CPUtime=4840.88
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 5017 0 0 0 484070 18 0 0 25 0 1 0 275339206 22519808 5002 1992294400 134512640 135214827 4294956224 18446744073709551615 134529471 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5498 5002 77 171 0 5325 0
Current children cumulated CPU time (s) 4841.05
Current children cumulated vsize (KiB) 27348

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32540
/proc/meminfo: memFree=1655472/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21992 CPUtime=4900.86
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 5017 0 0 0 490068 18 0 0 25 0 1 0 275339206 22519808 5002 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5498 5002 77 171 0 5325 0
Current children cumulated CPU time (s) 4901.03
Current children cumulated vsize (KiB) 27348

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32540
/proc/meminfo: memFree=1655536/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21992 CPUtime=4960.84
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 5017 0 0 0 496066 18 0 0 25 0 1 0 275339206 22519808 5002 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5498 5002 77 171 0 5325 0
Current children cumulated CPU time (s) 4961.01
Current children cumulated vsize (KiB) 27348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32540
/proc/meminfo: memFree=1655536/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21992 CPUtime=4999.83
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 5019 0 0 0 499965 18 0 0 25 0 1 0 275339206 22519808 5004 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5498 5004 77 171 0 5325 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 27348

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

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

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32540
/proc/meminfo: memFree=1655536/2055920 swapFree=4181464/4192956
[pid=32527] ppid=32525 vsize=5356 CPUtime=0.17
/proc/32527/stat : 32527 (lysat.sh) S 32525 32527 32355 0 -1 4194304 310 591 0 0 0 0 17 0 16 0 1 0 275339188 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32527/statm: 1339 237 195 169 0 50 0
[pid=32530] ppid=32527 vsize=21992 CPUtime=4999.83
/proc/32530/stat : 32530 (LySATc) R 32527 32527 32355 0 -1 4194304 5019 0 0 0 499965 18 0 0 25 0 1 0 275339206 22519808 5004 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32530/statm: 5498 5004 77 171 0 5325 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 27348

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.31
CPU time (s): 5000.04
CPU user time (s): 4999.84
CPU system time (s): 0.201969
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 27348

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

runsolver used 5.32619 second user time and 12.867 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-16 13:25:06
IDJOB=1824932
IDBENCH=24612
IDSOLVER=667
FILE ID=node36/1824932-1242473106
PBS_JOBID= 9306798
Free space on /tmp= 66292 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824932-1242473106/watcher-1824932-1242473106 -o /tmp/evaluation-result-1824932-1242473106/solver-1824932-1242473106 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824932-1242473106.cnf c

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

MD5SUM BENCH= 378c3c007a4c6e49e4da1e6f32094183
RANDOM SEED=1176974924

node36.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.232
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.232
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:       1677152 kB
Buffers:         79056 kB
Cached:         212020 kB
SwapCached:       5268 kB
Active:          98904 kB
Inactive:       200016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677152 kB
SwapTotal:     4192956 kB
SwapFree:      4181464 kB
Dirty:            2636 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            65968 kB
Committed_AS:  1002568 kB
PageTables:       1364 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= 66288 MiB
End job on node36 at 2009-05-16 14:48:29