Trace number 1824973

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.02 5001.41

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
MD5SUMcaece48666f4e716f61ea74e680d7de5
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 variables1325
Number of clauses174298
Sum of the clauses size506725
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217050
Number of clauses of size 3157200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 548

Solver Data

0.00/0.00	c Parsing...
0.00/0.14	c ==============================================================================
0.00/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.14	c ==============================================================================
0.00/0.14	c |         0 |  174298   506725 |   52289       0        0     nan |  0.000 % |
5.08/5.12	c |         0 |  173273   804005 |      --       0       --      -- |     --   | -1025/297280
5.08/5.12	c ==============================================================================
5.08/5.12	c Result  :   #vars: 1277   #clauses: 173273   #literals: 804005
5.08/5.12	c CPU time:   5.08623 s
5.08/5.12	c ==============================================================================
5.38/5.43	This is MiniSat 2.0 beta
5.38/5.43	WARNING: for repeatability, setting FPU to use double precision
5.38/5.43	============================[ Problem Statistics ]=============================
5.38/5.43	|                                                                             |
5.38/5.43	|  Number of variables:  1277                                                 |
5.38/5.43	|  Number of clauses:    173273                                               |
5.41/5.56	|  Parsing time:         0.11         s                                       |

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-1824973-1242476453/watcher-1824973-1242476453 -o /tmp/evaluation-result-1824973-1242476453/solver-1824973-1242476453 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824973-1242476453.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.06 1.00 0.92 2/64 30630
/proc/meminfo: memFree=1747952/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=3004 CPUtime=0
/proc/30630/stat : 30630 (lysat.sh) R 30628 30630 30459 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 275673498 3076096 40 1992294400 4194304 4889804 548682068816 18446744073709551615 259412522425 0 0 4096 0 0 0 0 17 1 0 0
/proc/30630/statm: 751 40 30 169 0 9 0

[startup+0.0893431 s]
/proc/loadavg: 1.06 1.00 0.92 2/64 30630
/proc/meminfo: memFree=1747952/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=0
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275673498 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101337 s]
/proc/loadavg: 1.06 1.00 0.92 2/64 30630
/proc/meminfo: memFree=1747952/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=0
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275673498 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301364 s]
/proc/loadavg: 1.06 1.00 0.92 2/64 30630
/proc/meminfo: memFree=1747952/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=0
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275673498 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701407 s]
/proc/loadavg: 1.06 1.00 0.92 2/64 30630
/proc/meminfo: memFree=1747952/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=0
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275673498 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50148 s]
/proc/loadavg: 1.06 1.00 0.92 2/66 30632
/proc/meminfo: memFree=1730272/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=0
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275673498 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 235 195 169 0 50 0
[pid=30632] ppid=30630 vsize=20812 CPUtime=1.48
/proc/30632/stat : 30632 (SatElite) R 30630 30630 30459 0 -1 4194304 4359 0 0 0 145 3 0 0 25 0 1 0 275673499 21311488 4343 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/30632/statm: 5203 4343 68 127 0 5073 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26168

[startup+3.10166 s]
/proc/loadavg: 1.06 1.00 0.92 2/66 30632
/proc/meminfo: memFree=1730016/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=0
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275673498 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 235 195 169 0 50 0
[pid=30632] ppid=30630 vsize=20812 CPUtime=3.08
/proc/30632/stat : 30632 (SatElite) R 30630 30630 30459 0 -1 4194304 4359 0 0 0 305 3 0 0 25 0 1 0 275673499 21311488 4343 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/30632/statm: 5203 4343 68 127 0 5073 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26168

[startup+6.30302 s]
/proc/loadavg: 1.06 1.00 0.92 2/66 30632
/proc/meminfo: memFree=1728032/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 5356

[startup+12.7017 s]
/proc/loadavg: 1.05 1.00 0.92 2/66 30633
/proc/meminfo: memFree=1715744/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=29476 CPUtime=7.25
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 7237 0 0 0 721 4 0 0 25 0 1 0 275674042 30183424 7222 1992294400 134512640 135214827 4294956224 18446744073709551615 134541522 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 7369 7222 78 171 0 7196 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 34832

[startup+25.5011 s]
/proc/loadavg: 1.04 1.00 0.92 2/66 30633
/proc/meminfo: memFree=1695456/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=49176 CPUtime=20.04
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 12122 0 0 0 1996 8 0 0 25 0 1 0 275674042 50356224 12107 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 12294 12107 78 171 0 12121 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 54532

[startup+51.102 s]
/proc/loadavg: 1.02 1.00 0.92 2/66 30633
/proc/meminfo: memFree=1664032/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=80704 CPUtime=45.63
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 20016 0 0 0 4547 16 0 0 25 0 1 0 275674042 82640896 20001 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 20176 20001 78 171 0 20003 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 86060

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 0.92 2/66 30633
/proc/meminfo: memFree=1619424/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=125692 CPUtime=96.81
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 31116 0 0 0 9656 25 0 0 25 0 1 0 275674042 128708608 31101 1992294400 134512640 135214827 4294956224 18446744073709551615 134538556 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 31423 31101 78 171 0 31250 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 131048

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 30633
/proc/meminfo: memFree=1575200/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=169788 CPUtime=156.79
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 42182 0 0 0 15644 35 0 0 25 0 1 0 275674042 173862912 42167 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 42447 42167 78 171 0 42274 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 175144

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 30633
/proc/meminfo: memFree=1565920/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=178860 CPUtime=216.78
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 44406 0 0 0 21640 38 0 0 25 0 1 0 275674042 183152640 44391 1992294400 134512640 135214827 4294956224 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 44715 44391 78 171 0 44542 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 184216

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 30633
/proc/meminfo: memFree=1565920/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=178860 CPUtime=276.77
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 44409 0 0 0 27639 38 0 0 25 0 1 0 275674042 183152640 44394 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 44715 44394 78 171 0 44542 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 184216

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 30633
/proc/meminfo: memFree=1565856/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=178860 CPUtime=336.75
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 44413 0 0 0 33637 38 0 0 25 0 1 0 275674042 183152640 44398 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 44715 44398 78 171 0 44542 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 184216

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 30633
/proc/meminfo: memFree=1565856/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=178860 CPUtime=396.73
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 44416 0 0 0 39635 38 0 0 25 0 1 0 275674042 183152640 44401 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 44715 44401 78 171 0 44542 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 184216

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 30633
/proc/meminfo: memFree=1565856/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41

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

/proc/30633/statm: 80789 79801 78 171 0 80616 0
Current children cumulated CPU time (s) 4301.11
Current children cumulated vsize (KiB) 328512

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30641
/proc/meminfo: memFree=1423136/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=323156 CPUtime=4355.69
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 80196 0 0 0 435480 89 0 0 25 0 1 0 275674042 330911744 79801 1992294400 134512640 135214827 4294956224 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 80789 79801 78 171 0 80616 0
Current children cumulated CPU time (s) 4361.1
Current children cumulated vsize (KiB) 328512

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30641
/proc/meminfo: memFree=1423136/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=323156 CPUtime=4415.67
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 80196 0 0 0 441478 89 0 0 25 0 1 0 275674042 330911744 79801 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 80789 79801 78 171 0 80616 0
Current children cumulated CPU time (s) 4421.08
Current children cumulated vsize (KiB) 328512

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30641
/proc/meminfo: memFree=1423072/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=323156 CPUtime=4475.65
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 80196 0 0 0 447476 89 0 0 25 0 1 0 275674042 330911744 79801 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 80789 79801 78 171 0 80616 0
Current children cumulated CPU time (s) 4481.06
Current children cumulated vsize (KiB) 328512

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30641
/proc/meminfo: memFree=1423072/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=323156 CPUtime=4535.63
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 80196 0 0 0 453474 89 0 0 25 0 1 0 275674042 330911744 79801 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 80789 79801 78 171 0 80616 0
Current children cumulated CPU time (s) 4541.04
Current children cumulated vsize (KiB) 328512

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30641
/proc/meminfo: memFree=1423072/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=323156 CPUtime=4595.63
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 80196 0 0 0 459473 90 0 0 25 0 1 0 275674042 330911744 79801 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 80789 79801 78 171 0 80616 0
Current children cumulated CPU time (s) 4601.04
Current children cumulated vsize (KiB) 328512

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30641
/proc/meminfo: memFree=1423072/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=323156 CPUtime=4655.61
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 80196 0 0 0 465471 90 0 0 25 0 1 0 275674042 330911744 79801 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 80789 79801 78 171 0 80616 0
Current children cumulated CPU time (s) 4661.02
Current children cumulated vsize (KiB) 328512

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30641
/proc/meminfo: memFree=1423072/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=323156 CPUtime=4715.59
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 80196 0 0 0 471469 90 0 0 25 0 1 0 275674042 330911744 79801 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 80789 79801 78 171 0 80616 0
Current children cumulated CPU time (s) 4721
Current children cumulated vsize (KiB) 328512

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30641
/proc/meminfo: memFree=1421600/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=325056 CPUtime=4775.57
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 80554 0 0 0 477467 90 0 0 25 0 1 0 275674042 332857344 80159 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 81264 80159 78 171 0 81091 0
Current children cumulated CPU time (s) 4780.98
Current children cumulated vsize (KiB) 330412

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30641
/proc/meminfo: memFree=1421472/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=325324 CPUtime=4835.56
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 80590 0 0 0 483466 90 0 0 25 0 1 0 275674042 333131776 80195 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 81331 80195 78 171 0 81158 0
Current children cumulated CPU time (s) 4840.97
Current children cumulated vsize (KiB) 330680

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30641
/proc/meminfo: memFree=1399584/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=347144 CPUtime=4895.54
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 86041 0 0 0 489459 95 0 0 25 0 1 0 275674042 355475456 85646 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 86786 85646 78 171 0 86613 0
Current children cumulated CPU time (s) 4900.95
Current children cumulated vsize (KiB) 352500

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30643
/proc/meminfo: memFree=1399328/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=347144 CPUtime=4955.52
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 86051 0 0 0 495457 95 0 0 25 0 1 0 275674042 355475456 85656 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 86786 85656 78 171 0 86613 0
Current children cumulated CPU time (s) 4960.93
Current children cumulated vsize (KiB) 352500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30643
/proc/meminfo: memFree=1399328/2055920 swapFree=4180860/4192956
[pid=30630] ppid=30628 vsize=5356 CPUtime=5.41
/proc/30630/stat : 30630 (lysat.sh) S 30628 30630 30459 0 -1 4194304 310 4364 0 0 0 0 537 4 16 0 1 0 275673498 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30630/statm: 1339 237 195 169 0 50 0
[pid=30633] ppid=30630 vsize=347144 CPUtime=4994.61
/proc/30633/stat : 30633 (LySATc) R 30630 30630 30459 0 -1 4194304 86051 0 0 0 499366 95 0 0 25 0 1 0 275674042 355475456 85656 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/30633/statm: 86786 85656 78 171 0 86613 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 352500

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30630 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=377182
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=51992
# CPU time returned by wait4() is 5.42917
# while last known CPU time is 5000.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5001.41
CPU time (s): 5000.02
CPU user time (s): 4999.03
CPU system time (s): 0.99
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 352500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.37718
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4674
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= 6
involuntary context switches= 32

runsolver used 5.9001 second user time and 11.9952 second system time

The end

Launcher Data

Begin job on node42 at 2009-05-16 14:20:53
IDJOB=1824973
IDBENCH=24676
IDSOLVER=667
FILE ID=node42/1824973-1242476453
PBS_JOBID= 9306794
Free space on /tmp= 66200 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824973-1242476453/watcher-1824973-1242476453 -o /tmp/evaluation-result-1824973-1242476453/solver-1824973-1242476453 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824973-1242476453.cnf c

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

MD5SUM BENCH= caece48666f4e716f61ea74e680d7de5
RANDOM SEED=1324336855

node42.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1748368 kB
Buffers:         59436 kB
Cached:         168164 kB
SwapCached:       5912 kB
Active:          68276 kB
Inactive:       168292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748368 kB
SwapTotal:     4192956 kB
SwapFree:      4180860 kB
Dirty:            4900 kB
Writeback:           0 kB
Mapped:          14644 kB
Slab:            56884 kB
Committed_AS:  1086232 kB
PageTables:       1448 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= 66196 MiB
End job on node42 at 2009-05-16 15:44:17