Trace number 1720246

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

General information on the benchmark

Namemizh-sha0-36-4.cnf
MD5SUMf43e1bf70d9ce8021bafd328efc83ae7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark159.031
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210235
Sum of the clauses size628383
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286992
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.09/0.17	c ==============================================================================
0.09/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.17	c ==============================================================================
0.09/0.17	c |         0 |  180292   522218 |   54087       0        0     nan |  0.000 % |
0.68/0.74	c |         0 |  120343   408065 |      --       0       --      -- |     --   | -57260/-106174
0.68/0.74	c ==============================================================================
0.68/0.74	c Result  :   #vars: 20573   #clauses: 120343   #literals: 408065
0.68/0.74	c CPU time:   0.671897 s
0.68/0.74	c ==============================================================================
0.79/0.90	c Rsat version 3.02
0.89/0.98	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-1720246-1240654119/watcher-1720246-1240654119 -o /tmp/evaluation-result-1720246-1240654119/solver-1720246-1240654119 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1720246-1240654119.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: 0.99 0.97 0.99 2/65 23140
/proc/meminfo: memFree=1843512/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 93439637 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23139/statm: 1339 239 199 169 0 50 0
[pid=23140] ppid=23139 vsize=2036 CPUtime=0
/proc/23140/stat : 23140 (SatElite) R 23139 23139 22946 0 -1 4194304 371 0 0 0 0 0 0 0 18 0 1 0 93439638 2084864 354 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/23140/statm: 509 361 65 186 0 319 0

[startup+0.089303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23140
/proc/meminfo: memFree=1843512/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 93439637 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23139/statm: 1339 239 199 169 0 50 0
[pid=23140] ppid=23139 vsize=18472 CPUtime=0.08
/proc/23140/stat : 23140 (SatElite) R 23139 23139 22946 0 -1 4194304 4445 0 0 0 5 3 0 0 18 0 1 0 93439638 18915328 4428 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/23140/statm: 4651 4429 65 186 0 4461 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23828

[startup+0.102303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23140
/proc/meminfo: memFree=1843512/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 93439637 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23139/statm: 1339 239 199 169 0 50 0
[pid=23140] ppid=23139 vsize=24028 CPUtime=0.09
/proc/23140/stat : 23140 (SatElite) R 23139 23139 22946 0 -1 4194304 5094 0 0 0 6 3 0 0 18 0 1 0 93439638 24604672 5077 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/23140/statm: 6007 5078 65 186 0 5817 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29384

[startup+0.302321 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23140
/proc/meminfo: memFree=1843512/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 93439637 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23139/statm: 1339 239 199 169 0 50 0
[pid=23140] ppid=23139 vsize=44860 CPUtime=0.28
/proc/23140/stat : 23140 (SatElite) R 23139 23139 22946 0 -1 4194304 10496 0 0 0 23 5 0 0 19 0 1 0 93439638 45936640 10108 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/23140/statm: 11215 10108 92 186 0 11025 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 50216

[startup+0.701358 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23140
/proc/meminfo: memFree=1843512/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 93439637 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23139/statm: 1339 239 199 169 0 50 0
[pid=23140] ppid=23139 vsize=49564 CPUtime=0.68
/proc/23140/stat : 23140 (SatElite) R 23139 23139 22946 0 -1 4194304 12059 0 0 0 62 6 0 0 23 0 1 0 93439638 50753536 11317 1992294400 4194304 4959918 548682068688 18446744073709551615 4293235 0 0 4096 3 0 0 0 17 0 0 0
/proc/23140/statm: 12391 11317 92 186 0 12201 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 54920

[startup+1.50143 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23142
/proc/meminfo: memFree=1828080/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=14452 CPUtime=0.59
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 3230 0 0 0 58 1 0 0 22 0 1 0 93439727 14798848 3050 1992294400 4194304 5460562 548682068800 18446744073709551615 4202672 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 3613 3050 116 309 0 3300 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 19808

[startup+3.10158 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23142
/proc/meminfo: memFree=1825648/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=16724 CPUtime=2.19
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 3816 0 0 0 218 1 0 0 25 0 1 0 93439727 17125376 3569 1992294400 4194304 5460562 548682068800 18446744073709551615 4204455 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 4181 3569 118 309 0 3868 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22080

[startup+6.30188 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23142
/proc/meminfo: memFree=1823728/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=17680 CPUtime=5.38
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 4112 0 0 0 537 1 0 0 25 0 1 0 93439727 18104320 3865 1992294400 4194304 5460562 548682068800 18446744073709551615 4786302 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 4420 3865 118 309 0 4107 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23036

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23142
/proc/meminfo: memFree=1822000/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=19652 CPUtime=11.78
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 5172 0 0 0 1176 2 0 0 25 0 1 0 93439727 20123648 4278 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 4913 4278 118 309 0 4600 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25008

[startup+25.5027 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23142
/proc/meminfo: memFree=1820784/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=20644 CPUtime=24.58
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 7381 0 0 0 2455 3 0 0 25 0 1 0 93439727 21139456 4567 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 5161 4567 118 309 0 4848 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 26000

[startup+51.1021 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23142
/proc/meminfo: memFree=1818224/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=23276 CPUtime=50.15
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 10969 0 0 0 5010 5 0 0 25 0 1 0 93439727 23834624 5275 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 5819 5275 118 309 0 5506 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 28632

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23142
/proc/meminfo: memFree=1813040/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=28896 CPUtime=101.34
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 18922 0 0 0 10125 9 0 0 25 0 1 0 93439727 29589504 6499 1992294400 4194304 5460562 548682068800 18446744073709551615 4206484 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 7224 6499 118 309 0 6911 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 34252

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23142
/proc/meminfo: memFree=1808880/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=32732 CPUtime=161.31
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 23904 0 0 0 16120 11 0 0 25 0 1 0 93439727 33517568 7513 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 8183 7513 118 309 0 7870 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 38088

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23142
/proc/meminfo: memFree=1805808/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=35628 CPUtime=221.3
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 27650 0 0 0 22117 13 0 0 25 0 1 0 93439727 36483072 8281 1992294400 4194304 5460562 548682068800 18446744073709551615 4227011 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 8907 8281 118 309 0 8594 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 40984

[startup+282.303 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 23142
/proc/meminfo: memFree=1802352/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=39416 CPUtime=281.27
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 31623 0 0 0 28112 15 0 0 25 0 1 0 93439727 40361984 9276 1992294400 4194304 5460562 548682068800 18446744073709551615 4227764 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 9854 9276 118 309 0 9541 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 44772

[startup+342.302 s]
/proc/loadavg: 1.12 1.02 1.00 2/66 23142
/proc/meminfo: memFree=1799856/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=41272 CPUtime=341.25
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 33107 0 0 0 34109 16 0 0 25 0 1 0 93439727 42262528 9768 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 10318 9768 118 309 0 10005 0

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

/proc/23142/statm: 12546 11578 118 309 0 12233 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 55540

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 23142
/proc/meminfo: memFree=1790512/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=52128 CPUtime=581.15
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 47054 0 0 0 58093 22 0 0 25 0 1 0 93439727 53379072 12086 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 13032 12086 118 309 0 12719 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 57484

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23142
/proc/meminfo: memFree=1787952/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=54500 CPUtime=641.13
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 49687 0 0 0 64089 24 0 0 25 0 1 0 93439727 55808000 12703 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 13625 12703 118 309 0 13312 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 59856

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23142
/proc/meminfo: memFree=1786736/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=55496 CPUtime=701.09
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 51974 0 0 0 70084 25 0 0 25 0 1 0 93439727 56827904 12974 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 13874 12974 118 309 0 13561 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 60852

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23142
/proc/meminfo: memFree=1784816/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=57276 CPUtime=761.07
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 54461 0 0 0 76081 26 0 0 25 0 1 0 93439727 58650624 13445 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 14319 13445 118 309 0 14006 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 62632

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23142
/proc/meminfo: memFree=1780720/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=61188 CPUtime=821.03
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 57491 0 0 0 82075 28 0 0 25 0 1 0 93439727 62656512 14457 1992294400 4194304 5460562 548682068800 18446744073709551615 4198177 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 15297 14457 118 309 0 14984 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 66544

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23142
/proc/meminfo: memFree=1778544/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=63232 CPUtime=881
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 60052 0 0 0 88071 29 0 0 25 0 1 0 93439727 64749568 15002 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 15808 15002 118 309 0 15495 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 68588

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23142
/proc/meminfo: memFree=1778544/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=63232 CPUtime=940.98
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 60052 0 0 0 94069 29 0 0 25 0 1 0 93439727 64749568 15002 1992294400 4194304 5460562 548682068800 18446744073709551615 4225620 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 15808 15002 118 309 0 15495 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 68588

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23142
/proc/meminfo: memFree=1776880/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=64852 CPUtime=1000.96
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 62494 0 0 0 100065 31 0 0 25 0 1 0 93439727 66408448 15425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 16213 15425 118 309 0 15900 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 70208

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23142
/proc/meminfo: memFree=1775664/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=65904 CPUtime=1060.93
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 64803 0 0 0 106061 32 0 0 25 0 1 0 93439727 67485696 15718 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 16476 15718 118 309 0 16163 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 71260

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23142
/proc/meminfo: memFree=1775664/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=65904 CPUtime=1120.91
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 64803 0 0 0 112059 32 0 0 25 0 1 0 93439727 67485696 15718 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 16476 15718 118 309 0 16163 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 71260

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23142
/proc/meminfo: memFree=1772720/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=68632 CPUtime=1180.87
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 67531 0 0 0 118054 33 0 0 25 0 1 0 93439727 70279168 16430 1992294400 4194304 5460562 548682068800 18446744073709551615 4227009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 17158 16430 118 309 0 16845 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 73988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23142
/proc/meminfo: memFree=1772720/2055920 swapFree=4181232/4192956
[pid=23139] ppid=23137 vsize=5356 CPUtime=0.89
/proc/23139/stat : 23139 (rsat.sh) S 23137 23139 22946 0 -1 4194304 312 12064 0 0 0 0 81 8 19 0 1 0 93439637 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23139/statm: 1339 241 199 169 0 50 0
[pid=23142] ppid=23139 vsize=68632 CPUtime=1199.17
/proc/23142/stat : 23142 (rsat) R 23139 23139 22946 0 -1 4194304 67531 0 0 0 119884 33 0 0 25 0 1 0 93439727 70279168 16430 1992294400 4194304 5460562 548682068800 18446744073709551615 4225998 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23142/statm: 17158 16430 118 309 0 16845 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 73988

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

Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1199.65
CPU system time (s): 0.41
CPU usage (%): 99.9541
Max. virtual memory (cumulated for all children) (KiB): 82180

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

runsolver used 1.13483 second user time and 3.24351 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-25 12:08:39
IDJOB=1720246
IDBENCH=69598
IDSOLVER=545
FILE ID=node48/1720246-1240654119
PBS_JOBID= 9186512
Free space on /tmp= 66304 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/mizh-sha0-36-4.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720246-1240654119/watcher-1720246-1240654119 -o /tmp/evaluation-result-1720246-1240654119/solver-1720246-1240654119 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1720246-1240654119.cnf HOME

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

MD5SUM BENCH= f43e1bf70d9ce8021bafd328efc83ae7
RANDOM SEED=883175716

node48.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.209
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.209
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:       1844192 kB
Buffers:          8300 kB
Cached:         142116 kB
SwapCached:       5304 kB
Active:          71732 kB
Inactive:        86320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844192 kB
SwapTotal:     4192956 kB
SwapFree:      4181232 kB
Dirty:            9896 kB
Writeback:           0 kB
Mapped:          13404 kB
Slab:            39628 kB
Committed_AS:   405140 kB
PageTables:       1372 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= 66296 MiB
End job on node48 at 2009-04-25 12:28:42