Trace number 1824937

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.06 5001.91

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
MD5SUMb113aab739ba5e45a581d24e1a53a65a
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 variables1148
Number of clauses14303
Sum of the clauses size43196
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314016
Number of clauses of size 4287
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 |   14303    43196 |    4290       0        0     nan |  0.000 % |
0.09/0.16	c |         0 |   14016    46854 |      --       0       --      -- |     --   | -287/3658
0.09/0.16	c ==============================================================================
0.09/0.16	c Result  :   #vars: 861   #clauses: 14016   #literals: 46854
0.09/0.16	c CPU time:   0.151976 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:  861                                                  |
0.09/0.18	|  Number of clauses:    14016                                                |
0.09/0.18	|  Parsing time:         0.01         s                                       |
5000.02/5001.91	HOME/lysat.sh: line 55:  2270 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-1824937-1242473215/watcher-1824937-1242473215 -o /tmp/evaluation-result-1824937-1242473215/solver-1824937-1242473215 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824937-1242473215.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.93 3/64 2267
/proc/meminfo: memFree=966416/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275355120 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 235 195 169 0 50 0
[pid=2268] ppid=2267 vsize=824 CPUtime=0
/proc/2268/stat : 2268 (SatElite) R 2267 2267 2140 0 -1 4194304 128 0 0 0 0 0 0 0 23 0 1 0 275355121 843776 112 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/2268/statm: 206 113 50 127 0 76 0

[startup+0.0928901 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 2267
/proc/meminfo: memFree=966416/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275355120 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 235 195 169 0 50 0
[pid=2268] ppid=2267 vsize=2576 CPUtime=0.08
/proc/2268/stat : 2268 (SatElite) R 2267 2267 2140 0 -1 4194304 540 0 0 0 8 0 0 0 23 0 1 0 275355121 2637824 524 1992294400 134512640 135034092 4294956112 18446744073709551615 134548773 0 0 4096 3 0 0 0 17 1 0 0
/proc/2268/statm: 644 524 68 127 0 514 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7932

[startup+0.10189 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 2267
/proc/meminfo: memFree=966416/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275355120 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 235 195 169 0 50 0
[pid=2268] ppid=2267 vsize=2576 CPUtime=0.09
/proc/2268/stat : 2268 (SatElite) R 2267 2267 2140 0 -1 4194304 541 0 0 0 9 0 0 0 23 0 1 0 275355121 2637824 525 1992294400 134512640 135034092 4294956112 18446744073709551615 134669520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2268/statm: 644 525 68 127 0 514 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7932

[startup+0.301937 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 2267
/proc/meminfo: memFree=966416/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 5356

[startup+0.70202 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 2267
/proc/meminfo: memFree=966416/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 5356

[startup+1.50118 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=963584/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=4164 CPUtime=1.31
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 737 0 0 0 131 0 0 0 25 0 1 0 275355138 4263936 722 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 1041 722 77 171 0 868 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9520

[startup+3.10252 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=962816/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=4560 CPUtime=2.91
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 848 0 0 0 291 0 0 0 25 0 1 0 275355138 4669440 833 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 1140 833 77 171 0 967 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9916

[startup+6.30119 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=962240/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=4956 CPUtime=6.1
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 923 0 0 0 610 0 0 0 25 0 1 0 275355138 5074944 908 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 1239 908 77 171 0 1066 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 10312

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=961792/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=5352 CPUtime=12.5
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 1037 0 0 0 1250 0 0 0 25 0 1 0 275355138 5480448 1022 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 1338 1022 77 171 0 1165 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 10708

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=961024/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=6232 CPUtime=25.3
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 1238 0 0 0 2529 1 0 0 25 0 1 0 275355138 6381568 1223 1992294400 134512640 135214827 4294956224 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 1558 1223 77 171 0 1385 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11588

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=960512/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=6764 CPUtime=50.89
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 1387 0 0 0 5088 1 0 0 25 0 1 0 275355138 6926336 1372 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 1691 1372 77 171 0 1518 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12120

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=959616/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=7704 CPUtime=102.07
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 1614 0 0 0 10205 2 0 0 25 0 1 0 275355138 7888896 1599 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 1926 1599 77 171 0 1753 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 13060

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=958784/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=8660 CPUtime=162.05
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 1826 0 0 0 16203 2 0 0 25 0 1 0 275355138 8867840 1811 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 2165 1811 77 171 0 1992 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 14016

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=958208/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=9100 CPUtime=222.02
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 1950 0 0 0 22200 2 0 0 25 0 1 0 275355138 9318400 1935 1992294400 134512640 135214827 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 2275 1935 77 171 0 2102 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 14456

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=955968/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=11348 CPUtime=282.01
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 2503 0 0 0 28198 3 0 0 25 0 1 0 275355138 11620352 2488 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 2837 2488 77 171 0 2664 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 16704

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=955648/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=11744 CPUtime=341.98
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 2590 0 0 0 34195 3 0 0 25 0 1 0 275355138 12025856 2575 1992294400 134512640 135214827 4294956224 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 2936 2575 77 171 0 2763 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 17100

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2270
/proc/meminfo: memFree=955072/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16

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

[pid=2270] ppid=2267 vsize=21820 CPUtime=4300.52
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 4954 0 0 0 430045 7 0 0 25 0 1 0 275355138 22343680 4939 1992294400 134512640 135214827 4294956224 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5455 4939 77 171 0 5282 0
Current children cumulated CPU time (s) 4300.68
Current children cumulated vsize (KiB) 27176

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2278
/proc/meminfo: memFree=945984/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=21820 CPUtime=4360.5
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 4954 0 0 0 436043 7 0 0 25 0 1 0 275355138 22343680 4939 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5455 4939 77 171 0 5282 0
Current children cumulated CPU time (s) 4360.66
Current children cumulated vsize (KiB) 27176

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2278
/proc/meminfo: memFree=945920/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=21820 CPUtime=4420.48
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 4954 0 0 0 442041 7 0 0 25 0 1 0 275355138 22343680 4939 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5455 4939 77 171 0 5282 0
Current children cumulated CPU time (s) 4420.64
Current children cumulated vsize (KiB) 27176

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2278
/proc/meminfo: memFree=945792/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=21820 CPUtime=4480.45
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 4982 0 0 0 448038 7 0 0 25 0 1 0 275355138 22343680 4967 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5455 4967 77 171 0 5282 0
Current children cumulated CPU time (s) 4480.61
Current children cumulated vsize (KiB) 27176

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2278
/proc/meminfo: memFree=945664/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=21952 CPUtime=4540.43
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 5017 0 0 0 454036 7 0 0 25 0 1 0 275355138 22478848 5002 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5488 5002 77 171 0 5315 0
Current children cumulated CPU time (s) 4540.59
Current children cumulated vsize (KiB) 27308

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2280
/proc/meminfo: memFree=945408/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=22136 CPUtime=4600.41
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 5031 0 0 0 460034 7 0 0 25 0 1 0 275355138 22667264 5016 1992294400 134512640 135214827 4294956224 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5534 5016 77 171 0 5361 0
Current children cumulated CPU time (s) 4600.57
Current children cumulated vsize (KiB) 27492

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2280
/proc/meminfo: memFree=945408/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=22136 CPUtime=4660.38
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 5045 0 0 0 466031 7 0 0 25 0 1 0 275355138 22667264 5030 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5534 5030 77 171 0 5361 0
Current children cumulated CPU time (s) 4660.54
Current children cumulated vsize (KiB) 27492

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2280
/proc/meminfo: memFree=945408/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=22136 CPUtime=4720.36
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 5045 0 0 0 472029 7 0 0 25 0 1 0 275355138 22667264 5030 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5534 5030 77 171 0 5361 0
Current children cumulated CPU time (s) 4720.52
Current children cumulated vsize (KiB) 27492

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2280
/proc/meminfo: memFree=945408/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=22136 CPUtime=4780.34
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 5046 0 0 0 478027 7 0 0 25 0 1 0 275355138 22667264 5031 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5534 5031 77 171 0 5361 0
Current children cumulated CPU time (s) 4780.5
Current children cumulated vsize (KiB) 27492

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2280
/proc/meminfo: memFree=945472/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=22136 CPUtime=4840.32
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 5051 0 0 0 484025 7 0 0 25 0 1 0 275355138 22667264 5036 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5534 5036 77 171 0 5361 0
Current children cumulated CPU time (s) 4840.48
Current children cumulated vsize (KiB) 27492

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2280
/proc/meminfo: memFree=945472/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=22136 CPUtime=4900.3
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 5055 0 0 0 490023 7 0 0 25 0 1 0 275355138 22667264 5040 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5534 5040 77 171 0 5361 0
Current children cumulated CPU time (s) 4900.46
Current children cumulated vsize (KiB) 27492

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2280
/proc/meminfo: memFree=945664/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=22136 CPUtime=4960.27
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 5055 0 0 0 496020 7 0 0 25 0 1 0 275355138 22667264 5040 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5534 5040 77 171 0 5361 0
Current children cumulated CPU time (s) 4960.43
Current children cumulated vsize (KiB) 27492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2280
/proc/meminfo: memFree=945536/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=22316 CPUtime=4999.86
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 5076 0 0 0 499979 7 0 0 25 0 1 0 275355138 22851584 5061 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5579 5061 77 171 0 5406 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 27672

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

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

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 2280
/proc/meminfo: memFree=945536/2055920 swapFree=4177304/4192956
[pid=2267] ppid=2265 vsize=5356 CPUtime=0.16
/proc/2267/stat : 2267 (lysat.sh) S 2265 2267 2140 0 -1 4194304 310 573 0 0 0 0 16 0 15 0 1 0 275355120 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2267/statm: 1339 237 195 169 0 50 0
[pid=2270] ppid=2267 vsize=22316 CPUtime=4999.86
/proc/2270/stat : 2270 (LySATc) R 2267 2267 2140 0 -1 4194304 5076 0 0 0 499979 7 0 0 25 0 1 0 275355138 22851584 5061 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/2270/statm: 5579 5061 77 171 0 5406 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 27672

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.91
CPU time (s): 5000.06
CPU user time (s): 4999.97
CPU system time (s): 0.089986
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 27672

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

runsolver used 5.59015 second user time and 12.2471 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-16 13:26:55
IDJOB=1824937
IDBENCH=24618
IDSOLVER=667
FILE ID=node10/1824937-1242473215
PBS_JOBID= 9306824
Free space on /tmp= 66344 MiB

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

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

MD5SUM BENCH= b113aab739ba5e45a581d24e1a53a65a
RANDOM SEED=620584926

node10.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.263
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	: 5931.00
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.263
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:        966832 kB
Buffers:         90780 kB
Cached:         899120 kB
SwapCached:       9496 kB
Active:          73444 kB
Inactive:       927380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        966832 kB
SwapTotal:     4192956 kB
SwapFree:      4177304 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:          14168 kB
Slab:            74248 kB
Committed_AS:  1016332 kB
PageTables:       1396 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= 66344 MiB
End job on node10 at 2009-05-16 14:50:19