Trace number 1727102

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) 1200.05 1200.61

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-048BitPrimes-1.sat05-504.reshuffled-07.cnf
MD5SUM3ec02d98577965dc40d4f2f9fa0499c0
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 variables4703
Number of clauses45358
Sum of the clauses size203370
Maximum clause length5
Minimum clause length1
Number of clauses of size 1146
Number of clauses of size 24604
Number of clauses of size 34512
Number of clauses of size 40
Number of clauses of size 536096
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.04/0.06	c ==============================================================================
0.04/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.04/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.04/0.06	c ==============================================================================
0.04/0.06	c |         0 |   44574   199875 |   13372       0        0     nan |  0.000 % |
0.04/0.07	c |         0 |   43301   193807 |      --       0       --      -- |     --   | -474/-2348
0.04/0.07	c ==============================================================================
0.04/0.07	c Result  :   #vars: 4457   #clauses: 43301   #literals: 193807
0.04/0.07	c CPU time:   0.068989 s
0.04/0.07	c ==============================================================================
0.09/0.15	This is MiniSat 2.0 beta
0.09/0.15	WARNING: for repeatability, setting FPU to use double precision
0.09/0.15	============================[ Problem Statistics ]=============================
0.09/0.15	|                                                                             |
0.09/0.15	|  Number of variables:  4457                                                 |
0.09/0.15	|  Number of clauses:    43301                                                |
0.09/0.18	|  Parsing time:         0.03         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-1727102-1240720938/watcher-1727102-1240720938 -o /tmp/evaluation-result-1727102-1240720938/solver-1727102-1240720938 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1727102-1240720938.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 22997
/proc/meminfo: memFree=1434776/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0
/proc/22997/stat : 22997 (lysat.sh) R 22995 22997 22960 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 100127753 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 226913479327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22997/statm: 1339 234 194 169 0 50 0
[pid=22998] ppid=22997 vsize=1556 CPUtime=0
/proc/22998/stat : 22998 (SatElite) R 22997 22997 22960 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 100127753 1593344 260 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22998/statm: 389 260 51 127 0 259 0

[startup+0.0596621 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 22997
/proc/meminfo: memFree=1434776/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100127753 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22997/statm: 1339 235 195 169 0 50 0
[pid=22998] ppid=22997 vsize=4844 CPUtime=0.04
/proc/22998/stat : 22998 (SatElite) R 22997 22997 22960 0 -1 4194304 1060 0 0 0 4 0 0 0 19 0 1 0 100127753 4960256 1044 1992294400 134512640 135034092 4294956112 18446744073709551615 134542635 0 0 4096 3 0 0 0 17 0 0 0
/proc/22998/statm: 1211 1044 51 127 0 1081 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10200

[startup+0.101666 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 22997
/proc/meminfo: memFree=1434776/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100127753 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22997/statm: 1339 235 195 169 0 50 0
[pid=22998] ppid=22997 vsize=5484 CPUtime=0.09
/proc/22998/stat : 22998 (SatElite) R 22997 22997 22960 0 -1 4194304 1431 0 0 0 9 0 0 0 19 0 1 0 100127753 5615616 1191 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22998/statm: 1371 1191 69 127 0 1241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10840

[startup+0.301697 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 22997
/proc/meminfo: memFree=1434776/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+0.70174 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 22997
/proc/meminfo: memFree=1434776/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+1.50182 s]
/proc/loadavg: 0.84 0.95 0.98 2/66 23000
/proc/meminfo: memFree=1429384/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=4996 CPUtime=1.34
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 1121 0 0 0 134 0 0 0 25 0 1 0 100127768 5115904 1106 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 1249 1106 77 171 0 1076 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10352

[startup+3.101 s]
/proc/loadavg: 0.84 0.95 0.98 2/66 23000
/proc/meminfo: memFree=1428872/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=5656 CPUtime=2.93
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 1272 0 0 0 293 0 0 0 25 0 1 0 100127768 5791744 1257 1992294400 134512640 135214827 4294956224 18446744073709551615 134529372 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 1414 1257 77 171 0 1241 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11012

[startup+6.30136 s]
/proc/loadavg: 0.85 0.95 0.98 2/66 23000
/proc/meminfo: memFree=1427720/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=6448 CPUtime=6.14
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 1478 0 0 0 613 1 0 0 25 0 1 0 100127768 6602752 1463 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 1612 1463 77 171 0 1439 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11804

[startup+12.7011 s]
/proc/loadavg: 0.87 0.95 0.98 2/66 23000
/proc/meminfo: memFree=1426320/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=7956 CPUtime=12.53
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 1847 0 0 0 1252 1 0 0 25 0 1 0 100127768 8146944 1832 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 1989 1832 77 171 0 1816 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13312

[startup+25.5015 s]
/proc/loadavg: 0.89 0.95 0.98 2/66 23000
/proc/meminfo: memFree=1423184/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=10920 CPUtime=25.31
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 2606 0 0 0 2529 2 0 0 25 0 1 0 100127768 11182080 2591 1992294400 134512640 135214827 4294956224 18446744073709551615 134538970 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 2730 2591 77 171 0 2557 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 16276

[startup+51.1014 s]
/proc/loadavg: 0.93 0.96 0.98 2/66 23000
/proc/meminfo: memFree=1418832/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=15488 CPUtime=50.89
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 3713 0 0 0 5087 2 0 0 25 0 1 0 100127768 15859712 3698 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 3872 3698 77 171 0 3699 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 20844

[startup+102.305 s]
/proc/loadavg: 0.97 0.96 0.98 2/66 23000
/proc/meminfo: memFree=1416016/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=18032 CPUtime=102.06
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 4358 0 0 0 10203 3 0 0 25 0 1 0 100127768 18464768 4343 1992294400 134512640 135214827 4294956224 18446744073709551615 134529738 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 4508 4343 77 171 0 4335 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 23388

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1414672/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=19352 CPUtime=162.03
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 4691 0 0 0 16199 4 0 0 25 0 1 0 100127768 19816448 4676 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 4838 4676 77 171 0 4665 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 24708

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1414672/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=19352 CPUtime=222
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 4691 0 0 0 22196 4 0 0 25 0 1 0 100127768 19816448 4676 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 4838 4676 77 171 0 4665 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 24708

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1412944/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=21356 CPUtime=281.98
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 5142 0 0 0 28194 4 0 0 25 0 1 0 100127768 21868544 5127 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 5339 5127 77 171 0 5166 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 26712

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1412560/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=21688 CPUtime=341.96
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 5218 0 0 0 34192 4 0 0 25 0 1 0 100127768 22208512 5203 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 5422 5203 77 171 0 5249 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 27044

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1412560/2055920 swapFree=4192956/4192956

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

[pid=23000] ppid=22997 vsize=25120 CPUtime=461.91
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 6091 0 0 0 46186 5 0 0 25 0 1 0 100127768 25722880 6076 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 6280 6076 77 171 0 6107 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 30476

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1408528/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=25912 CPUtime=521.88
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 6271 0 0 0 52183 5 0 0 25 0 1 0 100127768 26533888 6256 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 6478 6256 77 171 0 6305 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 31268

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1403472/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=30812 CPUtime=581.85
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 7516 0 0 0 58179 6 0 0 25 0 1 0 100127768 31551488 7501 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 7703 7501 77 171 0 7530 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 36168

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1403408/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=30812 CPUtime=641.83
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 7518 0 0 0 64177 6 0 0 25 0 1 0 100127768 31551488 7503 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 7703 7503 77 171 0 7530 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 36168

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1401296/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=33084 CPUtime=701.79
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 8064 0 0 0 70172 7 0 0 25 0 1 0 100127768 33878016 8049 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 8271 8049 77 171 0 8098 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 38440

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1401104/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=33084 CPUtime=761.77
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 8072 0 0 0 76170 7 0 0 25 0 1 0 100127768 33878016 8057 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 8271 8057 77 171 0 8098 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 38440

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1401104/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=33084 CPUtime=821.75
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 8078 0 0 0 82168 7 0 0 25 0 1 0 100127768 33878016 8063 1992294400 134512640 135214827 4294956224 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 8271 8063 77 171 0 8098 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 38440

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1401104/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=33084 CPUtime=881.71
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 8080 0 0 0 88164 7 0 0 25 0 1 0 100127768 33878016 8065 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 8271 8065 77 171 0 8098 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 38440

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1401104/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=33084 CPUtime=941.69
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 8083 0 0 0 94162 7 0 0 25 0 1 0 100127768 33878016 8068 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 8271 8068 77 171 0 8098 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 38440

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1401040/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=33084 CPUtime=1001.66
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 8083 0 0 0 100159 7 0 0 25 0 1 0 100127768 33878016 8068 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 8271 8068 77 171 0 8098 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 38440

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1401040/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=33084 CPUtime=1061.63
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 8083 0 0 0 106156 7 0 0 25 0 1 0 100127768 33878016 8068 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 8271 8068 77 171 0 8098 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 38440

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23000
/proc/meminfo: memFree=1401040/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=33084 CPUtime=1121.6
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 8083 0 0 0 112153 7 0 0 25 0 1 0 100127768 33878016 8068 1992294400 134512640 135214827 4294956224 18446744073709551615 134538214 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 8271 8068 77 171 0 8098 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 38440

[startup+1182.3 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 23006
/proc/meminfo: memFree=1400720/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=33084 CPUtime=1181.59
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 8083 0 0 0 118151 8 0 0 25 0 1 0 100127768 33878016 8068 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 8271 8068 77 171 0 8098 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 38440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.04 0.99 0.99 2/66 23006
/proc/meminfo: memFree=1400400/2055920 swapFree=4192956/4192956
[pid=22997] ppid=22995 vsize=5356 CPUtime=0.14
/proc/22997/stat : 22997 (lysat.sh) S 22995 22997 22960 0 -1 4194304 310 1434 0 0 0 0 13 1 16 0 1 0 100127753 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22997/statm: 1339 237 195 169 0 50 0
[pid=23000] ppid=22997 vsize=33636 CPUtime=1199.88
/proc/23000/stat : 23000 (LySATc) R 22997 22997 22960 0 -1 4194304 8226 0 0 0 119980 8 0 0 25 0 1 0 100127768 34443264 8211 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23000/statm: 8409 8211 77 171 0 8236 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 38992

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)
Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1199.95
CPU system time (s): 0.099984
CPU usage (%): 99.9529
Max. virtual memory (cumulated for all children) (KiB): 38992

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

runsolver used 0.965853 second user time and 3.41248 second system time

The end

Launcher Data

Begin job on node5 at 2009-04-26 06:42:18
IDJOB=1727102
IDBENCH=24629
IDSOLVER=512
FILE ID=node5/1727102-1240720938
PBS_JOBID= 9186918
Free space on /tmp= 66340 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-048BitPrimes-1.sat05-504.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727102-1240720938/watcher-1727102-1240720938 -o /tmp/evaluation-result-1727102-1240720938/solver-1727102-1240720938 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1727102-1240720938.cnf c

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

MD5SUM BENCH= 3ec02d98577965dc40d4f2f9fa0499c0
RANDOM SEED=1095738666

node5.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.212
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.212
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:       1435256 kB
Buffers:         70076 kB
Cached:         464132 kB
SwapCached:          0 kB
Active:         191532 kB
Inactive:       356472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435256 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:          23540 kB
Slab:            58744 kB
Committed_AS:   361032 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= 66336 MiB
End job on node5 at 2009-04-26 07:02:21