Trace number 1824934

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.09 5002.51

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1756632460.sat05-526.reshuffled-07.cnf
MD5SUM00198881c2cf000cfee916c18d69d474
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 variables1132
Number of clauses14011
Sum of the clauses size42316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313728
Number of clauses of size 4283
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 |   14011    42316 |    4203       0        0     nan |  0.000 % |
0.09/0.14	c |         0 |   13728    45916 |      --       0       --      -- |     --   | -283/3600
0.09/0.14	c ==============================================================================
0.09/0.14	c Result  :   #vars: 849   #clauses: 13728   #literals: 45916
0.09/0.14	c CPU time:   0.138978 s
0.09/0.14	c ==============================================================================
0.09/0.16	This is MiniSat 2.0 beta
0.09/0.16	WARNING: for repeatability, setting FPU to use double precision
0.09/0.16	============================[ Problem Statistics ]=============================
0.09/0.16	|                                                                             |
0.09/0.16	|  Number of variables:  849                                                  |
0.09/0.16	|  Number of clauses:    13728                                                |
0.09/0.17	|  Parsing time:         0.01         s                                       |
5000.06/5002.50	HOME/lysat.sh: line 55: 28502 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-1824934-1242473162/watcher-1824934-1242473162 -o /tmp/evaluation-result-1824934-1242473162/solver-1824934-1242473162 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824934-1242473162.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.94 3/64 28499
/proc/meminfo: memFree=1677992/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275342184 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 235 195 169 0 50 0
[pid=28500] ppid=28499 vsize=956 CPUtime=0
/proc/28500/stat : 28500 (SatElite) R 28499 28499 28272 0 -1 4194304 151 0 0 0 0 0 0 0 19 0 1 0 275342184 978944 135 1992294400 134512640 135034092 4294956112 18446744073709551615 134522469 0 0 4096 3 0 0 0 17 0 0 0
/proc/28500/statm: 239 135 50 127 0 109 0

[startup+0.0163921 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 28499
/proc/meminfo: memFree=1677992/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275342184 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 235 195 169 0 50 0
[pid=28500] ppid=28499 vsize=1896 CPUtime=0.01
/proc/28500/stat : 28500 (SatElite) R 28499 28499 28272 0 -1 4194304 379 0 0 0 1 0 0 0 19 0 1 0 275342184 1941504 363 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/28500/statm: 474 363 68 127 0 344 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7252

[startup+0.101402 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 28499
/proc/meminfo: memFree=1677992/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275342184 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 235 195 169 0 50 0
[pid=28500] ppid=28499 vsize=2560 CPUtime=0.09
/proc/28500/stat : 28500 (SatElite) R 28499 28499 28272 0 -1 4194304 538 0 0 0 9 0 0 0 19 0 1 0 275342184 2621440 522 1992294400 134512640 135034092 4294956112 18446744073709551615 134671514 0 0 4096 3 0 0 0 17 0 0 0
/proc/28500/statm: 640 522 68 127 0 510 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7916

[startup+0.301431 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 28499
/proc/meminfo: memFree=1677992/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+0.701486 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 28499
/proc/meminfo: memFree=1677992/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+1.50159 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1675352/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=3892 CPUtime=1.33
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 675 0 0 0 133 0 0 0 25 0 1 0 275342200 3985408 660 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 973 660 77 171 0 800 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9248

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1674456/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=4420 CPUtime=2.93
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 802 0 0 0 293 0 0 0 25 0 1 0 275342200 4526080 787 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 1105 787 77 171 0 932 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9776

[startup+6.30124 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1673880/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=4816 CPUtime=6.12
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 884 0 0 0 612 0 0 0 25 0 1 0 275342200 4931584 869 1992294400 134512640 135214827 4294956224 18446744073709551615 134529688 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 1204 869 77 171 0 1031 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10172

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1673176/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=5344 CPUtime=12.52
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 1035 0 0 0 1252 0 0 0 25 0 1 0 275342200 5472256 1020 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 1336 1020 77 171 0 1163 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10700

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1672600/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=6088 CPUtime=25.31
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 1203 0 0 0 2531 0 0 0 25 0 1 0 275342200 6234112 1188 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 1522 1188 77 171 0 1349 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11444

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1671832/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=6884 CPUtime=50.9
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 1400 0 0 0 5090 0 0 0 25 0 1 0 275342200 7049216 1385 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 1721 1385 77 171 0 1548 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12240

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1670616/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=7952 CPUtime=102.09
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 1686 0 0 0 10208 1 0 0 25 0 1 0 275342200 8142848 1671 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 1988 1671 77 171 0 1815 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 13308

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1669592/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=8972 CPUtime=162.05
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 1923 0 0 0 16204 1 0 0 25 0 1 0 275342200 9187328 1908 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 2243 1908 77 171 0 2070 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 14328

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1669272/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=9416 CPUtime=222.02
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 2015 0 0 0 22201 1 0 0 25 0 1 0 275342200 9641984 2000 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 2354 2000 77 171 0 2181 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 14772

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1668440/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=10296 CPUtime=281.99
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 2218 0 0 0 28198 1 0 0 25 0 1 0 275342200 10543104 2203 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 2574 2203 77 171 0 2401 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 15652

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1667672/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=11128 CPUtime=341.97
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 2419 0 0 0 34195 2 0 0 25 0 1 0 275342200 11395072 2404 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 2782 2404 77 171 0 2609 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 16484

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 28502
/proc/meminfo: memFree=1667032/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15

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

[pid=28502] ppid=28499 vsize=21512 CPUtime=4300.03
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 4932 0 0 0 429997 6 0 0 25 0 1 0 275342200 22028288 4917 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5378 4917 77 171 0 5205 0
Current children cumulated CPU time (s) 4300.18
Current children cumulated vsize (KiB) 26868

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28510
/proc/meminfo: memFree=1655832/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=21656 CPUtime=4359.99
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 4951 0 0 0 435993 6 0 0 25 0 1 0 275342200 22175744 4936 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5414 4936 77 171 0 5241 0
Current children cumulated CPU time (s) 4360.14
Current children cumulated vsize (KiB) 27012

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28510
/proc/meminfo: memFree=1655640/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=21796 CPUtime=4419.97
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5000 0 0 0 441991 6 0 0 25 0 1 0 275342200 22319104 4985 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5449 4985 77 171 0 5276 0
Current children cumulated CPU time (s) 4420.12
Current children cumulated vsize (KiB) 27152

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28510
/proc/meminfo: memFree=1655576/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=21796 CPUtime=4479.94
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5000 0 0 0 447988 6 0 0 25 0 1 0 275342200 22319104 4985 1992294400 134512640 135214827 4294956224 18446744073709551615 134535636 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5449 4985 77 171 0 5276 0
Current children cumulated CPU time (s) 4480.09
Current children cumulated vsize (KiB) 27152

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28510
/proc/meminfo: memFree=1655576/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=21796 CPUtime=4539.91
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5001 0 0 0 453985 6 0 0 25 0 1 0 275342200 22319104 4986 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5449 4986 77 171 0 5276 0
Current children cumulated CPU time (s) 4540.06
Current children cumulated vsize (KiB) 27152

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28510
/proc/meminfo: memFree=1655384/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=21940 CPUtime=4599.89
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5026 0 0 0 459983 6 0 0 25 0 1 0 275342200 22466560 5011 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5485 5011 77 171 0 5312 0
Current children cumulated CPU time (s) 4600.04
Current children cumulated vsize (KiB) 27296

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28510
/proc/meminfo: memFree=1655320/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=21940 CPUtime=4659.86
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5038 0 0 0 465980 6 0 0 25 0 1 0 275342200 22466560 5023 1992294400 134512640 135214827 4294956224 18446744073709551615 134528410 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5485 5023 77 171 0 5312 0
Current children cumulated CPU time (s) 4660.01
Current children cumulated vsize (KiB) 27296

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28512
/proc/meminfo: memFree=1655128/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=21940 CPUtime=4719.83
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5038 0 0 0 471977 6 0 0 25 0 1 0 275342200 22466560 5023 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5485 5023 77 171 0 5312 0
Current children cumulated CPU time (s) 4719.98
Current children cumulated vsize (KiB) 27296

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28512
/proc/meminfo: memFree=1655128/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=22072 CPUtime=4779.8
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5072 0 0 0 477974 6 0 0 25 0 1 0 275342200 22601728 5057 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5518 5057 77 171 0 5345 0
Current children cumulated CPU time (s) 4779.95
Current children cumulated vsize (KiB) 27428

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28512
/proc/meminfo: memFree=1655064/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=22236 CPUtime=4839.77
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5087 0 0 0 483971 6 0 0 25 0 1 0 275342200 22769664 5072 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5559 5072 77 171 0 5386 0
Current children cumulated CPU time (s) 4839.92
Current children cumulated vsize (KiB) 27592

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28512
/proc/meminfo: memFree=1655064/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=22236 CPUtime=4899.74
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5103 0 0 0 489968 6 0 0 25 0 1 0 275342200 22769664 5088 1992294400 134512640 135214827 4294956224 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5559 5088 77 171 0 5386 0
Current children cumulated CPU time (s) 4899.89
Current children cumulated vsize (KiB) 27592

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28512
/proc/meminfo: memFree=1654552/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=22800 CPUtime=4959.72
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5226 0 0 0 495966 6 0 0 25 0 1 0 275342200 23347200 5211 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5700 5211 77 171 0 5527 0
Current children cumulated CPU time (s) 4959.87
Current children cumulated vsize (KiB) 28156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.5 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28512
/proc/meminfo: memFree=1654488/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=22800 CPUtime=4999.91
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5246 0 0 0 499985 6 0 0 25 0 1 0 275342200 23347200 5231 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5700 5231 77 171 0 5527 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 28156

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

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

[startup+5002.5 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 28512
/proc/meminfo: memFree=1654488/2055920 swapFree=4116932/4192956
[pid=28499] ppid=28497 vsize=5356 CPUtime=0.15
/proc/28499/stat : 28499 (lysat.sh) S 28497 28499 28272 0 -1 4194304 310 568 0 0 0 0 15 0 17 0 1 0 275342184 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28499/statm: 1339 237 195 169 0 50 0
[pid=28502] ppid=28499 vsize=22800 CPUtime=4999.91
/proc/28502/stat : 28502 (LySATc) R 28499 28499 28272 0 -1 4194304 5246 0 0 0 499985 6 0 0 25 0 1 0 275342200 23347200 5231 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 5700 5231 77 171 0 5527 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 28156

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.51
CPU time (s): 5000.09
CPU user time (s): 5000.01
CPU system time (s): 0.075988
CPU usage (%): 99.9515
Max. virtual memory (cumulated for all children) (KiB): 28156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.01
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6135
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= 17
involuntary context switches= 15778

runsolver used 3.9714 second user time and 14.2268 second system time

The end

Launcher Data

Begin job on node71 at 2009-05-16 13:26:02
IDJOB=1824934
IDBENCH=24614
IDSOLVER=667
FILE ID=node71/1824934-1242473162
PBS_JOBID= 9306767
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= 00198881c2cf000cfee916c18d69d474
RANDOM SEED=2030269974

node71.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.236
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.236
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:       1678536 kB
Buffers:         41392 kB
Cached:         198280 kB
SwapCached:      70272 kB
Active:         116784 kB
Inactive:       194848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678536 kB
SwapTotal:     4192956 kB
SwapFree:      4116932 kB
Dirty:            2388 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            51788 kB
Committed_AS:   877052 kB
PageTables:       1440 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= 66328 MiB
End job on node71 at 2009-05-16 14:49:27