Trace number 1824963

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LySAT c/2009-03-20? (TO) 5000.04 5002.21

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
MD5SUM4176ac9a36a2f88072132072fe2be571
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 variables1015
Number of clauses31500
Sum of the clauses size63945
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231465
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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 |   31500    63945 |    9449       0        0     nan |  0.000 % |
0.00/0.17	c |         0 |   30485    93100 |      --       0       --      -- |     --   | -1015/29155
0.00/0.17	c ==============================================================================
0.00/0.17	c Result  :   #vars: 980   #clauses: 30485   #literals: 93100
0.00/0.17	c CPU time:   0.169974 s
0.00/0.17	c ==============================================================================
0.00/0.21	This is MiniSat 2.0 beta
0.00/0.21	WARNING: for repeatability, setting FPU to use double precision
0.00/0.21	============================[ Problem Statistics ]=============================
0.00/0.21	|                                                                             |
0.00/0.21	|  Number of variables:  980                                                  |
0.00/0.21	|  Number of clauses:    30485                                                |
0.00/0.23	|  Parsing time:         0.02         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-1824963-1242475419/watcher-1824963-1242475419 -o /tmp/evaluation-result-1824963-1242475419/solver-1824963-1242475419 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824963-1242475419.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.91 3/64 26995
/proc/meminfo: memFree=939496/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=880 CPUtime=0
/proc/26995/stat : 26995 (lysat.sh) R 26993 26995 26881 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 275575610 901120 25 1992294400 4194304 4889804 548682068816 18446744073709551615 215416370453 0 0 4096 0 0 0 0 17 1 0 0
/proc/26995/statm: 220 25 18 169 0 8 0

[startup+0.030355 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 26995
/proc/meminfo: memFree=939496/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275575610 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26995/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101361 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 26995
/proc/meminfo: memFree=939496/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275575610 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26995/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301389 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 26995
/proc/meminfo: memFree=939496/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5356

[startup+0.701433 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 26995
/proc/meminfo: memFree=939496/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5356

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=932120/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=9732 CPUtime=1.27
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 2177 0 0 0 127 0 0 0 25 0 1 0 275575631 9965568 2162 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 2433 2162 77 171 0 2260 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 15088

[startup+3.10269 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=927704/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=15704 CPUtime=2.88
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 3666 0 0 0 287 1 0 0 25 0 1 0 275575631 16080896 3651 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 3926 3651 77 171 0 3753 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21060

[startup+6.30105 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=917976/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=23796 CPUtime=6.07
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 5691 0 0 0 605 2 0 0 25 0 1 0 275575631 24367104 5676 1992294400 134512640 135214827 4294956224 18446744073709551615 134539464 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 5949 5676 77 171 0 5776 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29152

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=914656/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=26184 CPUtime=12.47
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 6297 0 0 0 1245 2 0 0 25 0 1 0 275575631 26812416 6282 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 6546 6282 77 171 0 6373 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31540

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=909152/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=30956 CPUtime=25.27
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 7482 0 0 0 2524 3 0 0 25 0 1 0 275575631 31698944 7467 1992294400 134512640 135214827 4294956224 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 7739 7467 77 171 0 7566 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 36312

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=905120/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=35064 CPUtime=50.84
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 8493 0 0 0 5081 3 0 0 25 0 1 0 275575631 35905536 8478 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 8766 8478 77 171 0 8593 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 40420

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=896928/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=43244 CPUtime=102.03
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 10509 0 0 0 10198 5 0 0 25 0 1 0 275575631 44281856 10494 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 10811 10494 77 171 0 10638 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 48600

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=887392/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=52672 CPUtime=162
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 12885 0 0 0 16193 7 0 0 25 0 1 0 275575631 53936128 12870 1992294400 134512640 135214827 4294956224 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 13168 12870 77 171 0 12995 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 58028

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=885600/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=54520 CPUtime=221.98
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 13339 0 0 0 22191 7 0 0 25 0 1 0 275575631 55828480 13324 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 13630 13324 77 171 0 13457 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 59876

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=883872/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=56612 CPUtime=281.96
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 13821 0 0 0 28188 8 0 0 25 0 1 0 275575631 57970688 13806 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 14153 13806 77 171 0 13980 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 61968

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=878624/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=61796 CPUtime=341.93
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 15090 0 0 0 34185 8 0 0 25 0 1 0 275575631 63279104 15075 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 15449 15075 77 171 0 15276 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 67152

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 26998
/proc/meminfo: memFree=877792/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=62600 CPUtime=401.91
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 15297 0 0 0 40182 9 0 0 25 0 1 0 275575631 64102400 15282 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 15650 15282 77 171 0 15477 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 67956

[startup+462.302 s]

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

/proc/26998/statm: 33050 32328 77 171 0 32877 0
Current children cumulated CPU time (s) 4300.44
Current children cumulated vsize (KiB) 137556

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=809376/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=131720 CPUtime=4360.22
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 32615 0 0 0 435994 28 0 0 25 0 1 0 275575631 134881280 32222 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 32930 32222 77 171 0 32757 0
Current children cumulated CPU time (s) 4360.42
Current children cumulated vsize (KiB) 137076

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=809312/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=131720 CPUtime=4420.19
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 32619 0 0 0 441991 28 0 0 25 0 1 0 275575631 134881280 32226 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 32930 32226 77 171 0 32757 0
Current children cumulated CPU time (s) 4420.39
Current children cumulated vsize (KiB) 137076

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=809376/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=131720 CPUtime=4480.16
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 32620 0 0 0 447988 28 0 0 25 0 1 0 275575631 134881280 32227 1992294400 134512640 135214827 4294956224 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 32930 32227 77 171 0 32757 0
Current children cumulated CPU time (s) 4480.36
Current children cumulated vsize (KiB) 137076

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=800736/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=140836 CPUtime=4540.14
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 34829 0 0 0 453984 30 0 0 25 0 1 0 275575631 144216064 34436 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 35209 34436 77 171 0 35036 0
Current children cumulated CPU time (s) 4540.34
Current children cumulated vsize (KiB) 146192

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=800288/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=141328 CPUtime=4600.11
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 34921 0 0 0 459981 30 0 0 25 0 1 0 275575631 144719872 34528 1992294400 134512640 135214827 4294956224 18446744073709551615 134535624 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 35332 34528 77 171 0 35159 0
Current children cumulated CPU time (s) 4600.31
Current children cumulated vsize (KiB) 146684

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=800736/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=140628 CPUtime=4660.08
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 34921 0 0 0 465978 30 0 0 25 0 1 0 275575631 144003072 34354 1992294400 134512640 135214827 4294956224 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 35157 34354 77 171 0 34984 0
Current children cumulated CPU time (s) 4660.28
Current children cumulated vsize (KiB) 145984

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=800800/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=140628 CPUtime=4720.06
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 34925 0 0 0 471976 30 0 0 25 0 1 0 275575631 144003072 34358 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 35157 34358 77 171 0 34984 0
Current children cumulated CPU time (s) 4720.26
Current children cumulated vsize (KiB) 145984

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=800800/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=140628 CPUtime=4780.02
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 34926 0 0 0 477972 30 0 0 25 0 1 0 275575631 144003072 34359 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 35157 34359 77 171 0 34984 0
Current children cumulated CPU time (s) 4780.22
Current children cumulated vsize (KiB) 145984

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=800736/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=140628 CPUtime=4840
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 34926 0 0 0 483970 30 0 0 25 0 1 0 275575631 144003072 34359 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 35157 34359 77 171 0 34984 0
Current children cumulated CPU time (s) 4840.2
Current children cumulated vsize (KiB) 145984

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=800800/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=140628 CPUtime=4899.98
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 34926 0 0 0 489968 30 0 0 25 0 1 0 275575631 144003072 34359 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 35157 34359 77 171 0 34984 0
Current children cumulated CPU time (s) 4900.18
Current children cumulated vsize (KiB) 145984

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=800800/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=140628 CPUtime=4959.95
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 34926 0 0 0 495965 30 0 0 25 0 1 0 275575631 144003072 34359 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 35157 34359 77 171 0 34984 0
Current children cumulated CPU time (s) 4960.15
Current children cumulated vsize (KiB) 145984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 27005
/proc/meminfo: memFree=800800/2055920 swapFree=4180432/4192956
[pid=26995] ppid=26993 vsize=5356 CPUtime=0.2
/proc/26995/stat : 26995 (lysat.sh) S 26993 26995 26881 0 -1 4194304 310 770 0 0 0 0 20 0 16 0 1 0 275575610 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26995/statm: 1339 237 195 169 0 50 0
[pid=26998] ppid=26995 vsize=140628 CPUtime=4999.84
/proc/26998/stat : 26998 (LySATc) R 26995 26995 26881 0 -1 4194304 34926 0 0 0 499954 30 0 0 25 0 1 0 275575631 144003072 34359 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26998/statm: 35157 34359 77 171 0 34984 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 145984

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 26995 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=204968
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.208967
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.21
CPU time (s): 5000.04
CPU user time (s): 4999.74
CPU system time (s): 0.3
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 146684

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

runsolver used 4.03039 second user time and 14.1668 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-16 14:03:39
IDJOB=1824963
IDBENCH=24657
IDSOLVER=667
FILE ID=node9/1824963-1242475419
PBS_JOBID= 9306825
Free space on /tmp= 66484 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/counting-php/easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824963-1242475419/watcher-1824963-1242475419 -o /tmp/evaluation-result-1824963-1242475419/solver-1824963-1242475419 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824963-1242475419.cnf c

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

MD5SUM BENCH= 4176ac9a36a2f88072132072fe2be571
RANDOM SEED=620584926

node9.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.240
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.240
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:        939912 kB
Buffers:         88460 kB
Cached:         931132 kB
SwapCached:       6392 kB
Active:         186600 kB
Inactive:       841508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        939912 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:          14124 kB
Slab:            73904 kB
Committed_AS:   926400 kB
PageTables:       1388 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= 66480 MiB
End job on node9 at 2009-05-16 15:27:03