Trace number 1824947

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.07 5002.11

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l4.sat05-521.reshuffled-07.cnf
MD5SUMff36f96f6b8096039d33a91da209fed4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1652.5
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   18603    54454 |    5580       0        0     nan |  0.000 % |
0.08/0.12	c |         0 |   18167    66278 |      --       0       --      -- |     --   | -436/11824
0.08/0.12	c ==============================================================================
0.08/0.12	c Result  :   #vars: 2787   #clauses: 18167   #literals: 66278
0.08/0.12	c CPU time:   0.107983 s
0.08/0.12	c ==============================================================================
0.08/0.15	This is MiniSat 2.0 beta
0.08/0.15	WARNING: for repeatability, setting FPU to use double precision
0.08/0.15	============================[ Problem Statistics ]=============================
0.08/0.15	|                                                                             |
0.08/0.15	|  Number of variables:  2787                                                 |
0.08/0.15	|  Number of clauses:    18167                                                |
0.08/0.16	|  Parsing time:         0.01         s                                       |
5000.04/5002.11	HOME/lysat.sh: line 55: 23287 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-1824947-1242473561/watcher-1824947-1242473561 -o /tmp/evaluation-result-1824947-1242473561/solver-1824947-1242473561 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824947-1242473561.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 23284
/proc/meminfo: memFree=1055552/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275389648 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 235 195 169 0 50 0
[pid=23285] ppid=23284 vsize=1556 CPUtime=0
/proc/23285/stat : 23285 (SatElite) R 23284 23284 23061 0 -1 4194304 272 0 0 0 0 0 0 0 19 0 1 0 275389649 1593344 256 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/23285/statm: 389 256 50 127 0 259 0

[startup+0.0897909 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 23284
/proc/meminfo: memFree=1055552/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275389648 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 235 195 169 0 50 0
[pid=23285] ppid=23284 vsize=4160 CPUtime=0.07
/proc/23285/stat : 23285 (SatElite) R 23284 23284 23061 0 -1 4194304 883 0 0 0 7 0 0 0 19 0 1 0 275389649 4259840 867 1992294400 134512640 135034092 4294956112 18446744073709551615 134563363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23285/statm: 1040 867 68 127 0 910 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9516

[startup+0.101792 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 23284
/proc/meminfo: memFree=1055552/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275389648 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 235 195 169 0 50 0
[pid=23285] ppid=23284 vsize=4160 CPUtime=0.08
/proc/23285/stat : 23285 (SatElite) R 23284 23284 23061 0 -1 4194304 884 0 0 0 8 0 0 0 19 0 1 0 275389649 4259840 868 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/23285/statm: 1040 868 68 127 0 910 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9516

[startup+0.301815 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 23284
/proc/meminfo: memFree=1055552/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+0.70185 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 23284
/proc/meminfo: memFree=1055552/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+1.50193 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1052208/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=4116 CPUtime=1.34
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 767 0 0 0 134 0 0 0 25 0 1 0 275389663 4214784 752 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/23287/statm: 1029 752 77 171 0 856 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9472

[startup+3.10108 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1051248/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=5572 CPUtime=2.93
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 1122 0 0 0 293 0 0 0 25 0 1 0 275389663 5705728 1107 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23287/statm: 1393 1107 77 171 0 1220 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10928

[startup+6.30136 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1048816/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=6924 CPUtime=6.12
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 1451 0 0 0 612 0 0 0 25 0 1 0 275389663 7090176 1436 1992294400 134512640 135214827 4294956224 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 1731 1436 77 171 0 1558 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 12280

[startup+12.703 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1047664/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=8264 CPUtime=12.52
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 1772 0 0 0 1251 1 0 0 25 0 1 0 275389663 8462336 1757 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 2066 1757 77 171 0 1893 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13620

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1046520/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=9468 CPUtime=25.32
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 2092 0 0 0 2531 1 0 0 25 0 1 0 275389663 9695232 2077 1992294400 134512640 135214827 4294956224 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 2367 2077 77 171 0 2194 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14824

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1045240/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=10680 CPUtime=50.9
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 2383 0 0 0 5089 1 0 0 25 0 1 0 275389663 10936320 2368 1992294400 134512640 135214827 4294956224 18446744073709551615 134529379 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 2670 2368 77 171 0 2497 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 16036

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1044088/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=11808 CPUtime=102.09
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 2658 0 0 0 10207 2 0 0 25 0 1 0 275389663 12091392 2643 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 2952 2643 77 171 0 2779 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 17164

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1042872/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=13188 CPUtime=162.06
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 2975 0 0 0 16204 2 0 0 25 0 1 0 275389663 13504512 2960 1992294400 134512640 135214827 4294956224 18446744073709551615 134529399 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 3297 2960 77 171 0 3124 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 18544

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1042040/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=13896 CPUtime=222.03
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 3174 0 0 0 22201 2 0 0 25 0 1 0 275389663 14229504 3159 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 3474 3159 77 171 0 3301 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 19252

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1041912/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=14052 CPUtime=282.01
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 3207 0 0 0 28199 2 0 0 25 0 1 0 275389663 14389248 3192 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 3513 3192 77 171 0 3340 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 19408

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1040952/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=15080 CPUtime=341.99
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 3437 0 0 0 34196 3 0 0 25 0 1 0 275389663 15441920 3422 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 3770 3422 77 171 0 3597 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 20436

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 23287
/proc/meminfo: memFree=1040824/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14

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

[pid=23287] ppid=23284 vsize=27420 CPUtime=4300.39
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6340 0 0 0 430031 8 0 0 25 0 1 0 275389663 28078080 6322 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6855 6322 77 171 0 6682 0
Current children cumulated CPU time (s) 4300.53
Current children cumulated vsize (KiB) 32776

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028664/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4360.35
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6503 0 0 0 436026 9 0 0 25 0 1 0 275389663 28618752 6485 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6485 77 171 0 6814 0
Current children cumulated CPU time (s) 4360.49
Current children cumulated vsize (KiB) 33304

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028664/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4420.33
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6508 0 0 0 442024 9 0 0 25 0 1 0 275389663 28618752 6490 1992294400 134512640 135214827 4294956224 18446744073709551615 134535636 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6490 77 171 0 6814 0
Current children cumulated CPU time (s) 4420.47
Current children cumulated vsize (KiB) 33304

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028664/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4480.31
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6508 0 0 0 448022 9 0 0 25 0 1 0 275389663 28618752 6490 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6490 77 171 0 6814 0
Current children cumulated CPU time (s) 4480.45
Current children cumulated vsize (KiB) 33304

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028664/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4540.28
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6508 0 0 0 454019 9 0 0 25 0 1 0 275389663 28618752 6490 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6490 77 171 0 6814 0
Current children cumulated CPU time (s) 4540.42
Current children cumulated vsize (KiB) 33304

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028472/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4600.26
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6508 0 0 0 460017 9 0 0 25 0 1 0 275389663 28618752 6490 1992294400 134512640 135214827 4294956224 18446744073709551615 134536819 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6490 77 171 0 6814 0
Current children cumulated CPU time (s) 4600.4
Current children cumulated vsize (KiB) 33304

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028472/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4660.23
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6508 0 0 0 466014 9 0 0 25 0 1 0 275389663 28618752 6490 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6490 77 171 0 6814 0
Current children cumulated CPU time (s) 4660.37
Current children cumulated vsize (KiB) 33304

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028472/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4720.2
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6508 0 0 0 472011 9 0 0 25 0 1 0 275389663 28618752 6490 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6490 77 171 0 6814 0
Current children cumulated CPU time (s) 4720.34
Current children cumulated vsize (KiB) 33304

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028408/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4780.17
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6518 0 0 0 478008 9 0 0 25 0 1 0 275389663 28618752 6500 1992294400 134512640 135214827 4294956224 18446744073709551615 134535624 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6500 77 171 0 6814 0
Current children cumulated CPU time (s) 4780.31
Current children cumulated vsize (KiB) 33304

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028408/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4840.15
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6518 0 0 0 484006 9 0 0 25 0 1 0 275389663 28618752 6500 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6500 77 171 0 6814 0
Current children cumulated CPU time (s) 4840.29
Current children cumulated vsize (KiB) 33304

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028408/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4900.13
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6518 0 0 0 490004 9 0 0 25 0 1 0 275389663 28618752 6500 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6500 77 171 0 6814 0
Current children cumulated CPU time (s) 4900.27
Current children cumulated vsize (KiB) 33304

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028344/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4960.11
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6518 0 0 0 496002 9 0 0 25 0 1 0 275389663 28618752 6500 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6500 77 171 0 6814 0
Current children cumulated CPU time (s) 4960.25
Current children cumulated vsize (KiB) 33304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028344/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4999.9
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6518 0 0 0 499981 9 0 0 25 0 1 0 275389663 28618752 6500 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6500 77 171 0 6814 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 33304

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

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

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23297
/proc/meminfo: memFree=1028344/2055920 swapFree=4160240/4192956
[pid=23284] ppid=23282 vsize=5356 CPUtime=0.14
/proc/23284/stat : 23284 (lysat.sh) S 23282 23284 23061 0 -1 4194304 310 959 0 0 0 0 13 1 17 0 1 0 275389648 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23284/statm: 1339 237 195 169 0 50 0
[pid=23287] ppid=23284 vsize=27948 CPUtime=4999.9
/proc/23287/stat : 23287 (LySATc) R 23284 23284 23061 0 -1 4194304 6518 0 0 0 499981 9 0 0 25 0 1 0 275389663 28618752 6500 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 6987 6500 77 171 0 6814 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 33304

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.11
CPU time (s): 5000.07
CPU user time (s): 4999.95
CPU system time (s): 0.115982
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 33304

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

runsolver used 4.54231 second user time and 13.6559 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-16 13:32:42
IDJOB=1824947
IDBENCH=24631
IDSOLVER=667
FILE ID=node14/1824947-1242473561
PBS_JOBID= 9306820
Free space on /tmp= 66260 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l4.sat05-521.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824947-1242473561/watcher-1824947-1242473561 -o /tmp/evaluation-result-1824947-1242473561/solver-1824947-1242473561 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824947-1242473561.cnf c

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

MD5SUM BENCH= ff36f96f6b8096039d33a91da209fed4
RANDOM SEED=224817261

node14.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.256
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.256
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:       1056032 kB
Buffers:         96664 kB
Cached:         784260 kB
SwapCached:      27624 kB
Active:         132616 kB
Inactive:       777980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1056032 kB
SwapTotal:     4192956 kB
SwapFree:      4160240 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            75304 kB
Committed_AS:   950756 kB
PageTables:       1460 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= 66260 MiB
End job on node14 at 2009-05-16 14:56:06