Trace number 1729062

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 i/2009-03-20? (TO) 1200.09 1200.62

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-11-3.sat05-445.reshuffled-07.cnf
MD5SUM207febf52bd846c013e185fa637fdf3c
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 variables363
Number of clauses9559
Sum of the clauses size37389
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2363
Number of clauses of size 3121
Number of clauses of size 49075
Number of clauses of size 50
Number of clauses of size over 50

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 |    9559    37389 |    2867       0        0     nan |  0.000 % |
0.09/0.13	c |         0 |    9196    48642 |      --       0       --      -- |     --   | -363/11253
0.09/0.13	c ==============================================================================
0.09/0.13	c Result  :   #vars: 242   #clauses: 9196   #literals: 48642
0.09/0.13	c CPU time:   0.134979 s
0.09/0.13	c ==============================================================================
0.09/0.15	c lySAT 0.1
0.09/0.15	c minisat core +  additionnal features
0.09/0.15	c ============================[ Problem Statistics ]=============================
0.09/0.15	c |                                                                             |
0.09/0.15	c |  Number of variables:  242                                                  |
0.09/0.15	c |  Number of clauses:    9196                                                 |
0.09/0.16	c |  Parsing time:         0.00         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-1729062-1240744701/watcher-1729062-1240744701 -o /tmp/evaluation-result-1729062-1240744701/solver-1729062-1240744701 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1729062-1240744701.cnf i 

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.00 1.02 1.00 3/65 19202
/proc/meminfo: memFree=1441648/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 102499419 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 235 195 169 0 50 0
[pid=19203] ppid=19202 vsize=824 CPUtime=0
/proc/19203/stat : 19203 (SatElite) R 19202 19202 18897 0 -1 4194304 118 0 0 0 0 0 0 0 19 0 1 0 102499419 843776 102 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19203/statm: 206 103 50 127 0 76 0

[startup+0.0248241 s]
/proc/loadavg: 1.00 1.02 1.00 3/65 19202
/proc/meminfo: memFree=1441648/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 102499419 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 235 195 169 0 50 0
[pid=19203] ppid=19202 vsize=1536 CPUtime=0.02
/proc/19203/stat : 19203 (SatElite) R 19202 19202 18897 0 -1 4194304 311 0 0 0 2 0 0 0 19 0 1 0 102499419 1572864 295 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/19203/statm: 384 295 68 127 0 254 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6892

[startup+0.101831 s]
/proc/loadavg: 1.00 1.02 1.00 3/65 19202
/proc/meminfo: memFree=1441648/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 102499419 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 235 195 169 0 50 0
[pid=19203] ppid=19202 vsize=1800 CPUtime=0.09
/proc/19203/stat : 19203 (SatElite) R 19202 19202 18897 0 -1 4194304 363 0 0 0 9 0 0 0 19 0 1 0 102499419 1843200 347 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/19203/statm: 450 347 68 127 0 320 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7156

[startup+0.301854 s]
/proc/loadavg: 1.00 1.02 1.00 3/65 19202
/proc/meminfo: memFree=1441648/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+0.701899 s]
/proc/loadavg: 1.00 1.02 1.00 3/65 19202
/proc/meminfo: memFree=1441648/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+1.50198 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 19205
/proc/meminfo: memFree=1437976/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=5308 CPUtime=1.33
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 1031 0 0 0 133 0 0 0 25 0 1 0 102499434 5435392 1016 1992294400 134512640 135226915 4294956224 18446744073709551615 134536969 0 0 4096 3 0 0 0 17 1 0 0
/proc/19205/statm: 1327 1016 81 174 0 1150 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10664

[startup+3.10114 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 19205
/proc/meminfo: memFree=1435736/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=7504 CPUtime=2.92
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 1568 0 0 0 292 0 0 0 25 0 1 0 102499434 7684096 1553 1992294400 134512640 135226915 4294956224 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 1876 1553 81 174 0 1699 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12860

[startup+6.30148 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 19205
/proc/meminfo: memFree=1432424/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=10424 CPUtime=6.13
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 2289 0 0 0 612 1 0 0 25 0 1 0 102499434 10674176 2274 1992294400 134512640 135226915 4294956224 18446744073709551615 134527763 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 2606 2274 81 174 0 2429 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15780

[startup+12.7061 s]
/proc/loadavg: 1.24 1.07 1.02 2/67 19205
/proc/meminfo: memFree=1428656/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=13532 CPUtime=12.53
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 3059 0 0 0 1252 1 0 0 25 0 1 0 102499434 13856768 3044 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 3383 3044 81 174 0 3206 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18888

[startup+25.5015 s]
/proc/loadavg: 1.19 1.06 1.01 2/67 19205
/proc/meminfo: memFree=1422256/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=20708 CPUtime=25.31
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 4844 0 0 0 2529 2 0 0 25 0 1 0 102499434 21204992 4829 1992294400 134512640 135226915 4294956224 18446744073709551615 134531499 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 5177 4829 81 174 0 5000 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 26064

[startup+51.1011 s]
/proc/loadavg: 1.12 1.06 1.01 2/67 19205
/proc/meminfo: memFree=1417392/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=25480 CPUtime=50.91
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 5927 0 0 0 5088 3 0 0 25 0 1 0 102499434 26091520 5912 1992294400 134512640 135226915 4294956224 18446744073709551615 134547779 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 6370 5912 81 174 0 6193 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 30836

[startup+102.301 s]
/proc/loadavg: 1.05 1.05 1.01 2/67 19205
/proc/meminfo: memFree=1401200/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=42436 CPUtime=102.09
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 10077 0 0 0 10203 6 0 0 25 0 1 0 102499434 43454464 10062 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 10609 10062 81 174 0 10432 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 47792

[startup+162.306 s]
/proc/loadavg: 1.02 1.03 1.00 2/67 19205
/proc/meminfo: memFree=1384048/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=59736 CPUtime=162.06
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 14231 0 0 0 16195 11 0 0 25 0 1 0 102499434 61169664 14216 1992294400 134512640 135226915 4294956224 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 14934 14216 81 174 0 14757 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 65092

[startup+222.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 19205
/proc/meminfo: memFree=1378288/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=65460 CPUtime=222.03
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 15650 0 0 0 22191 12 0 0 25 0 1 0 102499434 67031040 15635 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 16365 15635 81 174 0 16188 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 70816

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 19205
/proc/meminfo: memFree=1370480/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=73824 CPUtime=282.01
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 17583 0 0 0 28188 13 0 0 25 0 1 0 102499434 75595776 17568 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 18456 17568 81 174 0 18279 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 79180

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 19205
/proc/meminfo: memFree=1353648/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=90808 CPUtime=341.97
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 21787 0 0 0 34180 17 0 0 25 0 1 0 102499434 92987392 21772 1992294400 134512640 135226915 4294956224 18446744073709551615 134531038 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 22702 21772 81 174 0 22525 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 96164

[startup+402.302 s]
/proc/loadavg: 1.08 1.02 1.01 2/67 19205
/proc/meminfo: memFree=1351920/2055924 swapFree=4181440/4192956

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

/proc/19205/statm: 28693 27373 81 174 0 28516 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 120128

[startup+642.302 s]
/proc/loadavg: 1.09 1.05 1.00 2/67 19205
/proc/meminfo: memFree=1327408/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=118824 CPUtime=641.87
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 28323 0 0 0 64165 22 0 0 25 0 1 0 102499434 121675776 28308 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 29706 28308 81 174 0 29529 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 124180

[startup+702.302 s]
/proc/loadavg: 1.21 1.09 1.01 2/67 19205
/proc/meminfo: memFree=1309104/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=136996 CPUtime=701.85
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 32875 0 0 0 70158 27 0 0 25 0 1 0 102499434 140283904 32860 1992294400 134512640 135226915 4294956224 18446744073709551615 134536978 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 34249 32860 81 174 0 34072 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 142352

[startup+762.301 s]
/proc/loadavg: 1.17 1.10 1.02 2/67 19205
/proc/meminfo: memFree=1306416/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=139824 CPUtime=761.82
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 33554 0 0 0 76154 28 0 0 25 0 1 0 102499434 143179776 33539 1992294400 134512640 135226915 4294956224 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 34956 33539 81 174 0 34779 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 145180

[startup+822.305 s]
/proc/loadavg: 1.06 1.08 1.01 2/67 19205
/proc/meminfo: memFree=1306352/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=139824 CPUtime=821.8
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 33577 0 0 0 82152 28 0 0 25 0 1 0 102499434 143179776 33562 1992294400 134512640 135226915 4294956224 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 34956 33562 81 174 0 34779 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 145180

[startup+882.302 s]
/proc/loadavg: 1.02 1.06 1.01 2/67 19205
/proc/meminfo: memFree=1306096/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=139896 CPUtime=881.76
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 33649 0 0 0 88148 28 0 0 25 0 1 0 102499434 143253504 33634 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 34974 33634 81 174 0 34797 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 145252

[startup+942.302 s]
/proc/loadavg: 1.01 1.05 1.00 2/67 19205
/proc/meminfo: memFree=1296048/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=150228 CPUtime=941.74
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 36145 0 0 0 94143 31 0 0 25 0 1 0 102499434 153833472 36130 1992294400 134512640 135226915 4294956224 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 37557 36130 81 174 0 37380 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 155584

[startup+1002.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/67 19205
/proc/meminfo: memFree=1281392/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=166408 CPUtime=1001.72
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 39844 0 0 0 100137 35 0 0 25 0 1 0 102499434 170401792 39829 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 41602 39829 81 174 0 41425 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 171764

[startup+1062.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 19205
/proc/meminfo: memFree=1274736/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=173348 CPUtime=1061.68
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 41472 0 0 0 106132 36 0 0 25 0 1 0 102499434 177508352 41457 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 43337 41457 81 174 0 43160 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 178704

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 19205
/proc/meminfo: memFree=1274416/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=173680 CPUtime=1121.67
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 41549 0 0 0 112130 37 0 0 25 0 1 0 102499434 177848320 41534 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 43420 41534 81 174 0 43243 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 179036

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 19205
/proc/meminfo: memFree=1273264/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=174824 CPUtime=1181.64
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 41830 0 0 0 118127 37 0 0 25 0 1 0 102499434 179019776 41815 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 43706 41815 81 174 0 43529 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 180180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 19205
/proc/meminfo: memFree=1272752/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=175304 CPUtime=1199.94
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 41965 0 0 0 119957 37 0 0 25 0 1 0 102499434 179511296 41950 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 43826 41950 81 174 0 43649 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 180660

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

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

[startup+1200.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 19205
/proc/meminfo: memFree=1272752/2055924 swapFree=4181440/4192956
[pid=19202] ppid=19200 vsize=5356 CPUtime=0.15
/proc/19202/stat : 19202 (lysat.sh) S 19200 19202 18897 0 -1 4194304 310 368 0 0 0 0 15 0 15 0 1 0 102499419 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1339 237 195 169 0 50 0
[pid=19205] ppid=19202 vsize=175304 CPUtime=1199.94
/proc/19205/stat : 19205 (LySATi) R 19202 19202 18897 0 -1 4194304 41965 0 0 0 119957 37 0 0 25 0 1 0 102499434 179511296 41950 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/19205/statm: 43826 41950 81 174 0 43649 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 180660

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.62
CPU time (s): 1200.09
CPU user time (s): 1199.72
CPU system time (s): 0.37
CPU usage (%): 99.9561
Max. virtual memory (cumulated for all children) (KiB): 180660

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

runsolver used 1.24681 second user time and 3.12652 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-26 13:18:21
IDJOB=1729062
IDBENCH=24692
IDSOLVER=511
FILE ID=node83/1729062-1240744701
PBS_JOBID= 9187012
Free space on /tmp= 66040 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729062-1240744701/watcher-1729062-1240744701 -o /tmp/evaluation-result-1729062-1240744701/solver-1729062-1240744701 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1729062-1240744701.cnf i

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

MD5SUM BENCH= 207febf52bd846c013e185fa637fdf3c
RANDOM SEED=288755131

node83.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.222
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.222
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:      2055924 kB
MemFree:       1442128 kB
Buffers:         58256 kB
Cached:         491756 kB
SwapCached:       5412 kB
Active:         177808 kB
Inactive:       381196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1442128 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            2336 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            40760 kB
Committed_AS:   399516 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= 66036 MiB
End job on node83 at 2009-04-26 13:38:24