Trace number 1537702

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.02 1200.41

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/220/
unif-k7-r85-v220-c18700-S1127319144-058.cnf
MD5SUM79b21fea94540db2568097a6c80690f8
Bench CategoryRANDOM (random 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 variables220
Number of clauses18700
Sum of the clauses size130900
Maximum clause length7
Minimum clause length7
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 518700

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   18700   130900 |    5610       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 220   #clauses: 18700   #literals: 130900
0.00/0.02	c CPU time:   0.020996 s
0.00/0.02	c ==============================================================================
0.00/0.06	c Rsat version 3.02
0.05/0.08	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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1537702-1238425389/watcher-1537702-1238425389 -o /tmp/evaluation-result-1537702-1238425389/solver-1537702-1238425389 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1537702-1238425389.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 1.00 1.00 3/76 28356
/proc/meminfo: memFree=1680880/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0
/proc/28356/stat : 28356 (rsat.sh) R 28354 28356 27803 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1115200153 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 257203694239 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28356/statm: 1339 238 198 169 0 50 0
[pid=28357] ppid=28356 vsize=1268 CPUtime=0
/proc/28357/stat : 28357 (SatElite) R 28356 28356 27803 0 -1 4194304 171 0 0 0 0 0 0 0 18 0 1 0 1115200153 1298432 154 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28357/statm: 317 155 64 186 0 127 0

[startup+0.0807201 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 28356
/proc/meminfo: memFree=1680880/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.102726 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 28356
/proc/meminfo: memFree=1680880/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.301741 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 28356
/proc/meminfo: memFree=1680880/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.701779 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 28356
/proc/meminfo: memFree=1680880/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+1.50283 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1675424/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=6660 CPUtime=1.42
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 1326 0 0 0 142 0 0 0 25 0 1 0 1115200160 6819840 1211 1992294400 4194304 5460562 548682068800 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 1665 1211 118 309 0 1352 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12016

[startup+3.10197 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1675104/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=7276 CPUtime=3.02
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 1710 0 0 0 302 0 0 0 25 0 1 0 1115200160 7450624 1335 1992294400 4194304 5460562 548682068800 18446744073709551615 4227588 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 1819 1335 118 309 0 1506 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12632

[startup+6.30123 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1673952/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=8060 CPUtime=6.22
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 2490 0 0 0 621 1 0 0 25 0 1 0 1115200160 8253440 1539 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 2015 1539 118 309 0 1702 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13416

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1672560/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=9400 CPUtime=12.61
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 3707 0 0 0 1260 1 0 0 25 0 1 0 1115200160 9625600 1890 1992294400 4194304 5460562 548682068800 18446744073709551615 4210583 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 2350 1890 118 309 0 2037 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14756

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1670384/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=11808 CPUtime=25.41
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 6112 0 0 0 2539 2 0 0 25 0 1 0 1115200160 12091392 2433 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 2952 2433 118 309 0 2639 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17164

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1666800/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=15128 CPUtime=51
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 9241 0 0 0 5096 4 0 0 25 0 1 0 1115200160 15491072 3322 1992294400 4194304 5460562 548682068800 18446744073709551615 4198109 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 3782 3322 118 309 0 3469 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20484

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1662320/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=19868 CPUtime=102.19
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 14581 0 0 0 10213 6 0 0 25 0 1 0 1115200160 20344832 4431 1992294400 4194304 5460562 548682068800 18446744073709551615 4198207 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 4967 4431 118 309 0 4654 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25224

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1658224/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=23712 CPUtime=162.17
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 18468 0 0 0 16209 8 0 0 25 0 1 0 1115200160 24281088 5438 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 5928 5438 118 309 0 5615 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 29068

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1654960/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=27984 CPUtime=222.15
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 22021 0 0 0 22205 10 0 0 25 0 1 0 1115200160 28655616 6265 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 6996 6265 118 309 0 6683 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 33340

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1651952/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=30716 CPUtime=282.13
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 25735 0 0 0 28201 12 0 0 25 0 1 0 1115200160 31453184 7003 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 7679 7003 118 309 0 7366 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 36072

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1649904/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=32616 CPUtime=342.11
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 28218 0 0 0 34198 13 0 0 25 0 1 0 1115200160 33398784 7502 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 8154 7502 118 309 0 7841 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 37972

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1647728/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=34732 CPUtime=402.1
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 30755 0 0 0 40195 15 0 0 25 0 1 0 1115200160 35565568 8055 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 8683 8055 118 309 0 8370 0

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

/proc/28359/statm: 9918 9348 118 309 0 9605 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 45028

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1641136/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=41048 CPUtime=582.03
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 37368 0 0 0 58185 18 0 0 25 0 1 0 1115200160 42033152 9708 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 10262 9708 118 309 0 9949 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 46404

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1639664/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=42508 CPUtime=642.02
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 38741 0 0 0 64183 19 0 0 25 0 1 0 1115200160 43528192 10089 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 10627 10089 118 309 0 10314 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 47864

[startup+702.302 s]
/proc/loadavg: 1.11 1.03 1.01 2/78 28359
/proc/meminfo: memFree=1636720/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=45572 CPUtime=702.01
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 41525 0 0 0 70180 21 0 0 25 0 1 0 1115200160 46665728 10889 1992294400 4194304 5460562 548682068800 18446744073709551615 4211515 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 11393 10889 118 309 0 11080 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 50928

[startup+762.308 s]
/proc/loadavg: 1.11 1.04 1.00 2/78 28359
/proc/meminfo: memFree=1634736/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=47092 CPUtime=762
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 42917 0 0 0 76179 21 0 0 25 0 1 0 1115200160 48222208 11289 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 11773 11289 118 309 0 11460 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 52448

[startup+822.302 s]
/proc/loadavg: 1.04 1.03 1.00 2/78 28359
/proc/meminfo: memFree=1633648/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=52872 CPUtime=821.97
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 44343 0 0 0 82175 22 0 0 25 0 1 0 1115200160 54140928 12715 1992294400 4194304 5460562 548682068800 18446744073709551615 4213064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 13218 12715 118 309 0 12905 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 58228

[startup+882.303 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 28359
/proc/meminfo: memFree=1633008/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=48776 CPUtime=881.96
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 44348 0 0 0 88174 22 0 0 25 0 1 0 1115200160 49946624 11728 1992294400 4194304 5460562 548682068800 18446744073709551615 4198202 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 12194 11728 118 309 0 11881 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 54132

[startup+942.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 28359
/proc/meminfo: memFree=1631280/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=52612 CPUtime=941.94
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 47351 0 0 0 94170 24 0 0 25 0 1 0 1115200160 53874688 12165 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 13153 12165 118 309 0 12840 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 57968

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 28359
/proc/meminfo: memFree=1629168/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=54532 CPUtime=1001.92
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 49897 0 0 0 100167 25 0 0 25 0 1 0 1115200160 55840768 12695 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 13633 12695 118 309 0 13320 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 59888

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1627120/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=56340 CPUtime=1061.91
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 52387 0 0 0 106164 27 0 0 25 0 1 0 1115200160 57692160 13169 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 14085 13169 118 309 0 13772 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 61696

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1627120/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=56340 CPUtime=1121.89
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 52387 0 0 0 112162 27 0 0 25 0 1 0 1115200160 57692160 13169 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 14085 13169 118 309 0 13772 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 61696

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1624944/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=58492 CPUtime=1181.87
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 54965 0 0 0 118159 28 0 0 25 0 1 0 1115200160 59895808 13731 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 14623 13731 118 309 0 14310 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 63848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28359
/proc/meminfo: memFree=1624944/2055920 swapFree=4173760/4192956
[pid=28356] ppid=28354 vsize=5356 CPUtime=0.05
/proc/28356/stat : 28356 (rsat.sh) S 28354 28356 27803 0 -1 4194304 312 840 0 0 0 0 5 0 16 0 1 0 1115200153 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28356/statm: 1339 241 199 169 0 50 0
[pid=28359] ppid=28356 vsize=58492 CPUtime=1199.97
/proc/28359/stat : 28359 (rsat) R 28356 28356 27803 0 -1 4194304 54965 0 0 0 119969 28 0 0 25 0 1 0 1115200160 59895808 13731 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28359/statm: 14623 13731 118 309 0 14310 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 63848

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

Real time (s): 1200.41
CPU time (s): 1200.02
CPU user time (s): 1199.74
CPU system time (s): 0.28
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 72040

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

runsolver used 1.53177 second user time and 3.9364 second system time

The end

Launcher Data

Begin job on node65 at 2009-03-30 17:03:10
IDJOB=1537702
IDBENCH=70243
IDSOLVER=545
FILE ID=node65/1537702-1238425389
PBS_JOBID= 9061485
Free space on /tmp= 66316 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/220/unif-k7-r85-v220-c18700-S1127319144-058.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1537702-1238425389/watcher-1537702-1238425389 -o /tmp/evaluation-result-1537702-1238425389/solver-1537702-1238425389 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1537702-1238425389.cnf HOME

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

MD5SUM BENCH= 79b21fea94540db2568097a6c80690f8
RANDOM SEED=1695611682

node65.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.231
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.231
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:       1681360 kB
Buffers:         68628 kB
Cached:         218128 kB
SwapCached:       9792 kB
Active:         131420 kB
Inactive:       166684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681360 kB
SwapTotal:     4192956 kB
SwapFree:      4173760 kB
Dirty:            6316 kB
Writeback:           0 kB
Mapped:          17012 kB
Slab:            61208 kB
Committed_AS:  3347440 kB
PageTables:       2316 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= 66312 MiB
End job on node65 at 2009-03-30 17:23:12