Trace number 1728321

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

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv9.sat05-568.reshuffled-07.cnf
MD5SUM0457634d4b446c9bbce48df93abd0143
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 variables2754
Number of clauses9154
Sum of the clauses size24624
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22916
Number of clauses of size 36237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    9154    24624 |    2746       0        0     nan |  0.000 % |
0.05/0.07	c |         0 |    7910    27660 |      --       0       --      -- |     --   | -1244/3036
0.05/0.07	c ==============================================================================
0.05/0.07	c Result  :   #vars: 1323   #clauses: 7910   #literals: 27660
0.05/0.07	c CPU time:   0.067989 s
0.05/0.07	c ==============================================================================
0.05/0.08	This is MiniSat 2.0 beta
0.05/0.08	WARNING: for repeatability, setting FPU to use double precision
0.05/0.08	============================[ Problem Statistics ]=============================
0.05/0.08	|                                                                             |
0.05/0.08	|  Number of variables:  1323                                                 |
0.05/0.08	|  Number of clauses:    7910                                                 |
0.05/0.08	|  Parsing time:         0.00         s                                       |
1200.05/1200.60	HOME/lysat.sh: line 55: 24231 Terminated              $MS$OPT -verbosity=0 $TMP.cnf $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1728321-1240735484/watcher-1728321-1240735484 -o /tmp/evaluation-result-1728321-1240735484/solver-1728321-1240735484 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1728321-1240735484.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: 1.83 1.82 1.44 3/65 24228
/proc/meminfo: memFree=1484232/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 101578396 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 235 195 169 0 50 0
[pid=24229] ppid=24228 vsize=1172 CPUtime=0
/proc/24229/stat : 24229 (SatElite) R 24228 24228 24130 0 -1 4194304 191 0 0 0 0 0 0 0 20 0 1 0 101578396 1200128 175 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/24229/statm: 293 176 50 127 0 163 0

[startup+0.054508 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 24228
/proc/meminfo: memFree=1484232/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 101578396 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 235 195 169 0 50 0
[pid=24229] ppid=24228 vsize=2284 CPUtime=0.05
/proc/24229/stat : 24229 (SatElite) R 24228 24228 24130 0 -1 4194304 482 0 0 0 5 0 0 0 20 0 1 0 101578396 2338816 466 1992294400 134512640 135034092 4294956096 18446744073709551615 134566426 0 0 4096 3 0 0 0 17 0 0 0
/proc/24229/statm: 571 466 68 127 0 441 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7640

[startup+0.101515 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 24228
/proc/meminfo: memFree=1484232/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301537 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 24228
/proc/meminfo: memFree=1484232/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.70158 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 24228
/proc/meminfo: memFree=1484232/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50166 s]
/proc/loadavg: 1.83 1.82 1.44 2/67 24231
/proc/meminfo: memFree=1480952/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=4708 CPUtime=1.4
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 842 0 0 0 140 0 0 0 25 0 1 0 101578404 4820992 827 1992294400 134512640 135214827 4294956208 18446744073709551615 134538196 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 1177 827 78 171 0 1004 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10064

[startup+3.10283 s]
/proc/loadavg: 1.83 1.82 1.44 2/67 24231
/proc/meminfo: memFree=1480312/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=5368 CPUtime=3.01
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 1039 0 0 0 300 1 0 0 25 0 1 0 101578404 5496832 1024 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 1342 1024 78 171 0 1169 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10724

[startup+6.30116 s]
/proc/loadavg: 1.77 1.80 1.44 2/67 24231
/proc/meminfo: memFree=1479224/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=5764 CPUtime=6.2
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 1132 0 0 0 619 1 0 0 25 0 1 0 101578404 5902336 1117 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 1441 1117 78 171 0 1268 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11120

[startup+12.7028 s]
/proc/loadavg: 1.71 1.79 1.44 2/67 24231
/proc/meminfo: memFree=1478136/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=6820 CPUtime=12.6
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 1373 0 0 0 1259 1 0 0 25 0 1 0 101578404 6983680 1358 1992294400 134512640 135214827 4294956208 18446744073709551615 134537082 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 1705 1358 78 171 0 1532 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12176

[startup+25.5012 s]
/proc/loadavg: 1.55 1.75 1.43 2/67 24231
/proc/meminfo: memFree=1477432/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=7612 CPUtime=25.4
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 1564 0 0 0 2539 1 0 0 25 0 1 0 101578404 7794688 1549 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 1903 1549 78 171 0 1730 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12968

[startup+51.1018 s]
/proc/loadavg: 1.36 1.69 1.42 2/67 24231
/proc/meminfo: memFree=1476216/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=8800 CPUtime=50.98
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 1890 0 0 0 5096 2 0 0 25 0 1 0 101578404 9011200 1875 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 2200 1875 78 171 0 2027 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14156

[startup+102.305 s]
/proc/loadavg: 1.15 1.58 1.39 2/67 24231
/proc/meminfo: memFree=1474296/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=10752 CPUtime=102.16
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 2359 0 0 0 10214 2 0 0 25 0 1 0 101578404 11010048 2344 1992294400 134512640 135214827 4294956208 18446744073709551615 134536987 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 2688 2344 78 171 0 2515 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 16108

[startup+162.301 s]
/proc/loadavg: 1.06 1.47 1.36 2/67 24231
/proc/meminfo: memFree=1473080/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=11928 CPUtime=162.13
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 2654 0 0 0 16211 2 0 0 25 0 1 0 101578404 12214272 2639 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 2982 2639 78 171 0 2809 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 17284

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.34 2/67 24231
/proc/meminfo: memFree=1472504/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=12608 CPUtime=222.11
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 2798 0 0 0 22208 3 0 0 25 0 1 0 101578404 12910592 2783 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3152 2783 78 171 0 2979 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 17964

[startup+282.301 s]
/proc/loadavg: 1.00 1.31 1.32 2/67 24231
/proc/meminfo: memFree=1471864/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=13256 CPUtime=282.08
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 2961 0 0 0 28205 3 0 0 25 0 1 0 101578404 13574144 2946 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3314 2946 78 171 0 3141 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 18612

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.29 2/67 24231
/proc/meminfo: memFree=1471800/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=13248 CPUtime=342.06
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 2963 0 0 0 34203 3 0 0 25 0 1 0 101578404 13565952 2948 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3312 2948 78 171 0 3139 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 18604

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.27 2/67 24231
/proc/meminfo: memFree=1471736/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0

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

[pid=24231] ppid=24228 vsize=13680 CPUtime=462
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3063 0 0 0 46197 3 0 0 25 0 1 0 101578404 14008320 3048 1992294400 134512640 135214827 4294956208 18446744073709551615 134527318 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3420 3048 78 171 0 3247 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 19036

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.23 2/67 24231
/proc/meminfo: memFree=1470968/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=14084 CPUtime=521.98
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3195 0 0 0 52195 3 0 0 25 0 1 0 101578404 14422016 3180 1992294400 134512640 135214827 4294956208 18446744073709551615 134538617 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3521 3180 78 171 0 3348 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 19440

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.22 2/67 24231
/proc/meminfo: memFree=1469560/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=15408 CPUtime=581.95
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3528 0 0 0 58191 4 0 0 25 0 1 0 101578404 15777792 3513 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3852 3513 78 171 0 3679 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 20764

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/67 24231
/proc/meminfo: memFree=1469496/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=15408 CPUtime=641.93
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3528 0 0 0 64189 4 0 0 25 0 1 0 101578404 15777792 3513 1992294400 134512640 135214827 4294956208 18446744073709551615 134536932 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3852 3513 78 171 0 3679 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 20764

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/67 24231
/proc/meminfo: memFree=1469432/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=15408 CPUtime=701.9
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3528 0 0 0 70186 4 0 0 25 0 1 0 101578404 15777792 3513 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3852 3513 78 171 0 3679 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 20764

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/67 24231
/proc/meminfo: memFree=1469432/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=15408 CPUtime=761.88
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3528 0 0 0 76184 4 0 0 25 0 1 0 101578404 15777792 3513 1992294400 134512640 135214827 4294956208 18446744073709551615 134529328 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3852 3513 78 171 0 3679 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 20764

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/67 24231
/proc/meminfo: memFree=1469368/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=15408 CPUtime=821.85
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3528 0 0 0 82181 4 0 0 25 0 1 0 101578404 15777792 3513 1992294400 134512640 135214827 4294956208 18446744073709551615 134527645 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3852 3513 78 171 0 3679 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 20764

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/67 24231
/proc/meminfo: memFree=1469368/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=15408 CPUtime=881.82
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3532 0 0 0 88178 4 0 0 25 0 1 0 101578404 15777792 3517 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3852 3517 78 171 0 3679 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 20764

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.13 2/67 24231
/proc/meminfo: memFree=1469176/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=15804 CPUtime=941.78
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3615 0 0 0 94174 4 0 0 25 0 1 0 101578404 16183296 3600 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 3951 3600 78 171 0 3778 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 21160

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/67 24237
/proc/meminfo: memFree=1468664/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=16136 CPUtime=1001.75
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3699 0 0 0 100171 4 0 0 25 0 1 0 101578404 16523264 3684 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 4034 3684 78 171 0 3861 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 21492

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/67 24237
/proc/meminfo: memFree=1468600/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=16120 CPUtime=1061.73
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3699 0 0 0 106169 4 0 0 25 0 1 0 101578404 16506880 3684 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 4030 3684 78 171 0 3857 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 21476

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/67 24237
/proc/meminfo: memFree=1468472/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=16516 CPUtime=1121.71
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3781 0 0 0 112166 5 0 0 25 0 1 0 101578404 16912384 3766 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 4129 3766 78 171 0 3956 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 21872

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 24237
/proc/meminfo: memFree=1468408/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=16516 CPUtime=1181.68
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3782 0 0 0 118163 5 0 0 25 0 1 0 101578404 16912384 3767 1992294400 134512640 135214827 4294956208 18446744073709551615 134536890 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 4129 3767 78 171 0 3956 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 21872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 24237
/proc/meminfo: memFree=1468408/2055920 swapFree=4181316/4192956
[pid=24228] ppid=24226 vsize=5356 CPUtime=0.07
/proc/24228/stat : 24228 (lysat.sh) S 24226 24228 24130 0 -1 4194304 310 487 0 0 0 0 7 0 17 0 1 0 101578396 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1339 237 195 169 0 50 0
[pid=24231] ppid=24228 vsize=16516 CPUtime=1199.98
/proc/24231/stat : 24231 (LySATc) R 24228 24228 24130 0 -1 4194304 3783 0 0 0 119993 5 0 0 25 0 1 0 101578404 16912384 3768 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24231/statm: 4129 3768 78 171 0 3956 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 21872

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.07
CPU user time (s): 1200.01
CPU system time (s): 0.057991
CPU usage (%): 99.955
Max. virtual memory (cumulated for all children) (KiB): 21872

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

runsolver used 1.03284 second user time and 3.34349 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-26 10:44:44
IDJOB=1728321
IDBENCH=24668
IDSOLVER=512
FILE ID=node79/1728321-1240735484
PBS_JOBID= 9186989
Free space on /tmp= 66164 MiB

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

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

MD5SUM BENCH= 0457634d4b446c9bbce48df93abd0143
RANDOM SEED=674162461

node79.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1484712 kB
Buffers:         59416 kB
Cached:         435048 kB
SwapCached:       5880 kB
Active:         202640 kB
Inactive:       299988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484712 kB
SwapTotal:     4192956 kB
SwapFree:      4181316 kB
Dirty:            2308 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            54576 kB
Committed_AS:   376908 kB
PageTables:       1384 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= 66160 MiB
End job on node79 at 2009-04-26 11:04:47