Trace number 1732782

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
Rsat 2009-03-22? (TO) 1200.01 1200.71

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK13.cnf
MD5SUMee4a2d6030f643cfa5b109579b0e5c45
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 variables78
Number of clauses2162160
Sum of the clauses size25945920
Maximum clause length12
Minimum clause length12
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52162160

Solver Data

0.00/0.00	c Parsing...
3.49/3.51	c ==============================================================================
3.49/3.51	c |           |     ORIGINAL     |              LEARNT              |          |
3.49/3.51	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.49/3.51	c ==============================================================================
3.49/3.51	c |         0 | 2162160 25945920 |  648648       0        0     nan |  0.000 % |
3.49/3.51	c ==============================================================================
3.49/3.51	c Result  :   #vars: 78   #clauses: 2162160   #literals: 25945920
3.49/3.51	c CPU time:   3.00554 s
3.49/3.51	c ==============================================================================
10.95/11.12	c Rsat version 3.02
13.64/13.86	c Base unit clause learned: 0

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-1732782-1240782994/watcher-1732782-1240782994 -o /tmp/evaluation-result-1732782-1240782994/solver-1732782-1240782994 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1732782-1240782994.cnf HOME 

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 0.99 0.99 3/64 23429
/proc/meminfo: memFree=982016/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=0
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 106333598 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23429/statm: 1339 239 199 169 0 50 0
[pid=23430] ppid=23429 vsize=1120 CPUtime=0
/proc/23430/stat : 23430 (SatElite) R 23429 23429 22966 0 -1 4194304 134 0 0 0 0 0 0 0 19 0 1 0 106333598 1146880 117 1992294400 4194304 4959918 548682068688 18446744073709551615 4264844 0 0 4096 3 0 0 0 17 0 0 0
/proc/23430/statm: 280 119 64 186 0 90 0

[startup+0.084505 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 23429
/proc/meminfo: memFree=982016/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=0
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 106333598 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23429/statm: 1339 239 199 169 0 50 0
[pid=23430] ppid=23429 vsize=7452 CPUtime=0.07
/proc/23430/stat : 23430 (SatElite) R 23429 23429 22966 0 -1 4194304 1649 0 0 0 7 0 0 0 19 0 1 0 106333598 7630848 1632 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/23430/statm: 1863 1632 64 186 0 1673 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12808

[startup+0.101506 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 23429
/proc/meminfo: memFree=982016/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=0
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 106333598 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23429/statm: 1339 239 199 169 0 50 0
[pid=23430] ppid=23429 vsize=9036 CPUtime=0.08
/proc/23430/stat : 23430 (SatElite) R 23429 23429 22966 0 -1 4194304 1972 0 0 0 8 0 0 0 19 0 1 0 106333598 9252864 1956 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/23430/statm: 2259 1960 64 186 0 2069 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14392

[startup+0.301535 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 23429
/proc/meminfo: memFree=982016/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=0
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 106333598 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23429/statm: 1339 239 199 169 0 50 0
[pid=23430] ppid=23429 vsize=25232 CPUtime=0.29
/proc/23430/stat : 23430 (SatElite) R 23429 23429 22966 0 -1 4194304 5736 0 0 0 26 3 0 0 21 0 1 0 106333598 25837568 5719 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/23430/statm: 6308 5719 64 186 0 6118 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30588

[startup+0.70156 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 23429
/proc/meminfo: memFree=982016/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=0
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 106333598 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23429/statm: 1339 239 199 169 0 50 0
[pid=23430] ppid=23429 vsize=56240 CPUtime=0.68
/proc/23430/stat : 23430 (SatElite) R 23429 23429 22966 0 -1 4194304 13288 0 0 0 61 7 0 0 25 0 1 0 106333598 57589760 13271 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/23430/statm: 14060 13272 64 186 0 13870 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 61596

[startup+1.50164 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23431
/proc/meminfo: memFree=897072/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=0
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 106333598 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23429/statm: 1339 239 199 169 0 50 0
[pid=23430] ppid=23429 vsize=129536 CPUtime=1.49
/proc/23430/stat : 23430 (SatElite) R 23429 23429 22966 0 -1 4194304 28435 0 0 0 132 17 0 0 25 0 1 0 106333598 132644864 28418 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/23430/statm: 32384 28418 64 186 0 32194 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 134892

[startup+3.10178 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23431
/proc/meminfo: memFree=814128/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=0
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 106333598 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23429/statm: 1339 239 199 169 0 50 0
[pid=23430] ppid=23429 vsize=456540 CPUtime=3.08
/proc/23430/stat : 23430 (SatElite) R 23429 23429 22966 0 -1 4194304 72637 0 0 0 269 39 0 0 25 0 1 0 106333598 467496960 72620 1992294400 4194304 4959918 548682068688 18446744073709551615 4232853 0 0 4096 3 0 0 0 17 0 0 0
/proc/23430/statm: 114135 72620 65 186 0 113945 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 461896

[startup+6.30208 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23431
/proc/meminfo: memFree=534128/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=0
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 106333598 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23429/statm: 1339 239 199 169 0 50 0
[pid=23430] ppid=23429 vsize=456544 CPUtime=6.29
/proc/23430/stat : 23430 (SatElite) R 23429 23429 22966 0 -1 4194304 105787 0 0 0 568 61 0 0 25 0 1 0 106333598 467501056 105770 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/23430/statm: 114136 105770 88 186 0 113946 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 461900

[startup+12.7017 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23432
/proc/meminfo: memFree=818416/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=122188 CPUtime=1.57
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 28430 0 0 0 143 14 0 0 25 0 1 0 106334711 125120512 28412 1992294400 4194304 5460562 548682068800 18446744073709551615 4868064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 30547 28414 103 309 0 30234 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 127544

[startup+25.5019 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23432
/proc/meminfo: memFree=627888/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=290728 CPUtime=14.36
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 68797 0 0 0 1403 33 0 0 25 0 1 0 106334711 297705472 65616 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 72682 65616 116 309 0 72369 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 296084

[startup+51.1012 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23432
/proc/meminfo: memFree=619952/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=303032 CPUtime=39.95
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 70946 0 0 0 3961 34 0 0 25 0 1 0 106334711 310304768 67765 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 75758 67765 116 309 0 75445 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 308388

[startup+102.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23432
/proc/meminfo: memFree=607856/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=318400 CPUtime=91.13
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 73873 0 0 0 9077 36 0 0 25 0 1 0 106334711 326041600 70692 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 79600 70692 116 309 0 79287 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 323756

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23432
/proc/meminfo: memFree=600752/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=329168 CPUtime=151.11
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 75651 0 0 0 15074 37 0 0 25 0 1 0 106334711 337068032 72470 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 82292 72470 116 309 0 81979 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 334524

[startup+222.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23432
/proc/meminfo: memFree=588464/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=346580 CPUtime=211.08
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 78703 0 0 0 21070 38 0 0 25 0 1 0 106334711 354897920 75522 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 86645 75522 116 309 0 86332 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 351936

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=579696/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=357848 CPUtime=271.04
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 80893 0 0 0 27065 39 0 0 25 0 1 0 106334711 366436352 77712 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 89462 77712 116 309 0 89149 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 363204

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=575472/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=361948 CPUtime=331.03
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 81948 0 0 0 33063 40 0 0 25 0 1 0 106334711 370634752 78767 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 90487 78767 116 309 0 90174 0

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

/proc/23432/statm: 92536 80372 116 309 0 92223 0
Current children cumulated CPU time (s) 521.92
Current children cumulated vsize (KiB) 375500

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=569008/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=370144 CPUtime=570.9
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 83572 0 0 0 57049 41 0 0 25 0 1 0 106334711 379027456 80391 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 92536 80391 116 309 0 92223 0
Current children cumulated CPU time (s) 581.87
Current children cumulated vsize (KiB) 375500

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=568560/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=370144 CPUtime=630.87
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 83694 0 0 0 63046 41 0 0 25 0 1 0 106334711 379027456 80513 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 92536 80513 116 309 0 92223 0
Current children cumulated CPU time (s) 641.84
Current children cumulated vsize (KiB) 375500

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=566640/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=372704 CPUtime=690.85
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 84153 0 0 0 69044 41 0 0 25 0 1 0 106334711 381648896 80972 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 93176 80972 116 309 0 92863 0
Current children cumulated CPU time (s) 701.82
Current children cumulated vsize (KiB) 378060

[startup+762.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=564080/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=375776 CPUtime=750.81
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 84794 0 0 0 75039 42 0 0 25 0 1 0 106334711 384794624 81613 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 93944 81613 116 309 0 93631 0
Current children cumulated CPU time (s) 761.78
Current children cumulated vsize (KiB) 381132

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=559408/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=383460 CPUtime=810.78
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 85963 0 0 0 81036 42 0 0 25 0 1 0 106334711 392663040 82782 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 95865 82782 116 309 0 95552 0
Current children cumulated CPU time (s) 821.75
Current children cumulated vsize (KiB) 388816

[startup+882.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=558768/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=383460 CPUtime=870.76
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 86122 0 0 0 87034 42 0 0 25 0 1 0 106334711 392663040 82941 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 95865 82941 116 309 0 95552 0
Current children cumulated CPU time (s) 881.73
Current children cumulated vsize (KiB) 388816

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=555760/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=386536 CPUtime=930.74
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 86878 0 0 0 93031 43 0 0 25 0 1 0 106334711 395812864 83697 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 96634 83697 116 309 0 96321 0
Current children cumulated CPU time (s) 941.71
Current children cumulated vsize (KiB) 391892

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=555056/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=386536 CPUtime=990.71
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 87047 0 0 0 99028 43 0 0 25 0 1 0 106334711 395812864 83866 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 96634 83866 116 309 0 96321 0
Current children cumulated CPU time (s) 1001.68
Current children cumulated vsize (KiB) 391892

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=553648/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=388400 CPUtime=1050.68
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 87417 0 0 0 105025 43 0 0 25 0 1 0 106334711 397721600 84236 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 97100 84236 116 309 0 96787 0
Current children cumulated CPU time (s) 1061.65
Current children cumulated vsize (KiB) 393756

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=552176/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=389192 CPUtime=1110.66
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 87773 0 0 0 111022 44 0 0 25 0 1 0 106334711 398532608 84592 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 97298 84592 116 309 0 96985 0
Current children cumulated CPU time (s) 1121.63
Current children cumulated vsize (KiB) 394548

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=549744/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=392452 CPUtime=1170.64
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 88405 0 0 0 117019 45 0 0 25 0 1 0 106334711 401870848 85224 1992294400 4194304 5460562 548682068800 18446744073709551615 4198368 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 98113 85224 116 309 0 97800 0
Current children cumulated CPU time (s) 1181.61
Current children cumulated vsize (KiB) 397808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23438
/proc/meminfo: memFree=549552/2055920 swapFree=4148400/4192956
[pid=23429] ppid=23427 vsize=5356 CPUtime=10.97
/proc/23429/stat : 23429 (rsat.sh) S 23427 23429 22966 0 -1 4194304 312 105790 0 0 0 0 1011 86 18 0 1 0 106333598 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23429/statm: 1339 241 199 169 0 50 0
[pid=23432] ppid=23429 vsize=392452 CPUtime=1189.04
/proc/23432/stat : 23432 (rsat) R 23429 23429 22966 0 -1 4194304 88441 0 0 0 118859 45 0 0 25 0 1 0 106334711 401870848 85260 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23432/statm: 98113 85260 116 309 0 97800 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 397808

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.71
CPU time (s): 1200.01
CPU user time (s): 1198.7
CPU system time (s): 1.31
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 461900

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

runsolver used 1.24381 second user time and 3.13552 second system time

The end

Launcher Data

Begin job on node14 at 2009-04-26 23:56:41
IDJOB=1732782
IDBENCH=71127
IDSOLVER=545
FILE ID=node14/1732782-1240782994
PBS_JOBID= 9187215
Free space on /tmp= 66348 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK13.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732782-1240782994/watcher-1732782-1240782994 -o /tmp/evaluation-result-1732782-1240782994/solver-1732782-1240782994 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1732782-1240782994.cnf HOME

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

MD5SUM BENCH= ee4a2d6030f643cfa5b109579b0e5c45
RANDOM SEED=266734659

node14.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.256
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	: 5931.00
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.256
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:        982432 kB
Buffers:         81876 kB
Cached:         872264 kB
SwapCached:      38456 kB
Active:         331052 kB
Inactive:       663860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        982432 kB
SwapTotal:     4192956 kB
SwapFree:      4148400 kB
Dirty:           95904 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            64464 kB
Committed_AS:   373820 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66256 MiB
End job on node14 at 2009-04-27 00:16:44