Trace number 1721282

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_10_UNKNOWN.cnf
MD5SUMe868383f091c36fa9594c670095c9824
Bench CategoryAPPLICATION (applications 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 variables1584
Number of clauses91646
Sum of the clauses size272553
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22569
Number of clauses of size 389054
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.01/0.06	c ==============================================================================
0.01/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.06	c ==============================================================================
0.01/0.06	c |         0 |   91646   272553 |   27493       0        0     nan |  0.000 % |
0.59/0.61	c |         0 |   90841   386353 |      --       0       --      -- |     --   | -805/113800
0.59/0.61	c ==============================================================================
0.59/0.61	c Result  :   #vars: 958   #clauses: 90841   #literals: 386353
0.59/0.61	c CPU time:   0.600908 s
0.59/0.61	c ==============================================================================
0.69/0.74	c Rsat version 3.02
0.69/0.80	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-1721282-1240665262/watcher-1721282-1240665262 -o /tmp/evaluation-result-1721282-1240665262/solver-1721282-1240665262 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1721282-1240665262.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.07 1.00 1.01 3/64 21235
/proc/meminfo: memFree=1853320/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0
/proc/21235/stat : 21235 (rsat.sh) R 21233 21235 21134 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94559732 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 238487661215 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/21235/statm: 1339 238 198 169 0 50 0
[pid=21236] ppid=21235 vsize=1436 CPUtime=0
/proc/21236/stat : 21236 (SatElite) R 21235 21235 21134 0 -1 4194304 223 0 0 0 0 0 0 0 18 0 1 0 94559732 1470464 206 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/21236/statm: 359 211 64 186 0 169 0

[startup+0.023548 s]
/proc/loadavg: 1.07 1.00 1.01 3/64 21235
/proc/meminfo: memFree=1853320/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 94559732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21235/statm: 1339 239 199 169 0 50 0
[pid=21236] ppid=21235 vsize=4672 CPUtime=0.01
/proc/21236/stat : 21236 (SatElite) R 21235 21235 21134 0 -1 4194304 959 0 0 0 1 0 0 0 19 0 1 0 94559732 4784128 942 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/21236/statm: 1168 943 64 186 0 978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10028

[startup+0.101556 s]
/proc/loadavg: 1.07 1.00 1.01 3/64 21235
/proc/meminfo: memFree=1853320/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 94559732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21235/statm: 1339 239 199 169 0 50 0
[pid=21236] ppid=21235 vsize=13512 CPUtime=0.08
/proc/21236/stat : 21236 (SatElite) R 21235 21235 21134 0 -1 4194304 3148 0 0 0 8 0 0 0 19 0 1 0 94559732 13836288 3131 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/21236/statm: 3378 3131 90 186 0 3188 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18868

[startup+0.301579 s]
/proc/loadavg: 1.07 1.00 1.01 3/64 21235
/proc/meminfo: memFree=1853320/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 94559732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21235/statm: 1339 239 199 169 0 50 0
[pid=21236] ppid=21235 vsize=16852 CPUtime=0.29
/proc/21236/stat : 21236 (SatElite) R 21235 21235 21134 0 -1 4194304 3923 0 0 0 28 1 0 0 21 0 1 0 94559732 17256448 3906 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 1 0 0
/proc/21236/statm: 4213 3906 91 186 0 4023 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22208

[startup+0.701625 s]
/proc/loadavg: 1.07 1.00 1.01 3/64 21235
/proc/meminfo: memFree=1853320/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 94559732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21235/statm: 1339 239 199 169 0 50 0
[pid=21236] ppid=21235 vsize=15960 CPUtime=0.69
/proc/21236/stat : 21236 (SatElite) R 21235 21235 21134 0 -1 4194304 3925 0 0 0 68 1 0 0 24 0 1 0 94559732 16343040 3728 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/21236/statm: 3990 3728 92 186 0 3800 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21316

[startup+1.50172 s]
/proc/loadavg: 1.07 1.00 1.01 2/66 21238
/proc/meminfo: memFree=1842744/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=11396 CPUtime=0.74
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 2403 0 0 0 73 1 0 0 23 0 1 0 94559807 11669504 2384 1992294400 4194304 5460562 548682068800 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 2849 2384 116 309 0 2536 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16752

[startup+3.1019 s]
/proc/loadavg: 1.07 1.00 1.01 2/66 21238
/proc/meminfo: memFree=1840824/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=13120 CPUtime=2.34
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 2790 0 0 0 232 2 0 0 25 0 1 0 94559807 13434880 2771 1992294400 4194304 5460562 548682068800 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 3280 2771 116 309 0 2967 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18476

[startup+6.30226 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1837504/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=16284 CPUtime=5.54
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 3648 0 0 0 551 3 0 0 25 0 1 0 94559807 16674816 3563 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 4071 3563 116 309 0 3758 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21640

[startup+12.702 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1834560/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=18896 CPUtime=11.94
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 4574 0 0 0 1190 4 0 0 25 0 1 0 94559807 19349504 4229 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 4724 4229 118 309 0 4411 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 24252

[startup+25.5014 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1832256/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=20904 CPUtime=24.74
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 5312 0 0 0 2469 5 0 0 25 0 1 0 94559807 21405696 4743 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 5226 4743 118 309 0 4913 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 26260

[startup+51.1014 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1828352/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=25396 CPUtime=50.32
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 7373 0 0 0 5027 5 0 0 25 0 1 0 94559807 26005504 5678 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 6349 5678 118 309 0 6036 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 30752

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1827712/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=25908 CPUtime=101.52
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 7557 0 0 0 10146 6 0 0 25 0 1 0 94559807 26529792 5862 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 6477 5862 118 309 0 6164 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 31264

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1827584/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=25900 CPUtime=161.49
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 7808 0 0 0 16143 6 0 0 25 0 1 0 94559807 26521600 5889 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 6475 5889 118 309 0 6162 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 31256

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1826560/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=26676 CPUtime=221.47
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 8517 0 0 0 22141 6 0 0 25 0 1 0 94559807 27316224 6118 1992294400 4194304 5460562 548682068800 18446744073709551615 4226093 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 6669 6118 118 309 0 6356 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 32032

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1825600/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=27444 CPUtime=281.46
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 9430 0 0 0 28139 7 0 0 25 0 1 0 94559807 28102656 6327 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 6861 6327 118 309 0 6548 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 32800

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1823680/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=29492 CPUtime=341.44
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 11600 0 0 0 34136 8 0 0 25 0 1 0 94559807 30199808 6785 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 7373 6785 118 309 0 7060 0

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

/proc/21238/statm: 7720 7178 118 309 0 7407 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 36236

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1822016/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=30624 CPUtime=581.37
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 14485 0 0 0 58127 10 0 0 25 0 1 0 94559807 31358976 7178 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 7656 7178 118 309 0 7343 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 35980

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1820864/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=32412 CPUtime=641.36
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 14811 0 0 0 64125 11 0 0 25 0 1 0 94559807 33189888 7504 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 8103 7504 118 309 0 7790 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 37768

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1817984/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=35240 CPUtime=701.33
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 15985 0 0 0 70122 11 0 0 25 0 1 0 94559807 36085760 8198 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 8810 8198 118 309 0 8497 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 40596

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1816512/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=36768 CPUtime=761.32
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 16364 0 0 0 76120 12 0 0 25 0 1 0 94559807 37650432 8577 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 9192 8577 118 309 0 8879 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 42124

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1817280/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=36348 CPUtime=821.3
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 18830 0 0 0 82117 13 0 0 25 0 1 0 94559807 37220352 8368 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 9087 8368 118 309 0 8774 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 41704

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1812032/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=42604 CPUtime=881.28
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 20148 0 0 0 88114 14 0 0 25 0 1 0 94559807 43626496 9686 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 10651 9686 118 309 0 10338 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 47960

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1811264/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=42972 CPUtime=941.27
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 22084 0 0 0 94111 16 0 0 25 0 1 0 94559807 44003328 9894 1992294400 4194304 5460562 548682068800 18446744073709551615 4211515 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 10743 9894 118 309 0 10430 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 48328

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1810880/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=42972 CPUtime=1001.25
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 22134 0 0 0 100109 16 0 0 25 0 1 0 94559807 44003328 9944 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 10743 9944 118 309 0 10430 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 48328

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1810368/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=43240 CPUtime=1061.23
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 23212 0 0 0 106106 17 0 0 25 0 1 0 94559807 44277760 10030 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 10810 10030 118 309 0 10497 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 48596

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1810176/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=43752 CPUtime=1121.21
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 23291 0 0 0 112104 17 0 0 25 0 1 0 94559807 44802048 10109 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 10938 10109 118 309 0 10625 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 49108

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1810496/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=42844 CPUtime=1181.2
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 24604 0 0 0 118102 18 0 0 25 0 1 0 94559807 43872256 9980 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 10711 9980 118 309 0 10398 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 48200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21238
/proc/meminfo: memFree=1810496/2055920 swapFree=4180792/4192956
[pid=21235] ppid=21233 vsize=5356 CPUtime=0.73
/proc/21235/stat : 21235 (rsat.sh) S 21233 21235 21134 0 -1 4194304 312 3928 0 0 0 0 72 1 16 0 1 0 94559732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21235/statm: 1339 241 199 169 0 50 0
[pid=21238] ppid=21235 vsize=42844 CPUtime=1199.3
/proc/21238/stat : 21238 (rsat) R 21235 21235 21134 0 -1 4194304 24609 0 0 0 119912 18 0 0 25 0 1 0 94559807 43872256 9985 1992294400 4194304 5460562 548682068800 18446744073709551615 4198440 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21238/statm: 10711 9985 118 309 0 10398 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 48200

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 21235 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=724889
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=21996
# CPU time returned by wait4() is 0.746885
# while last known CPU time is 1200.03
#
# 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.03
CPU user time (s): 1199.84
CPU system time (s): 0.19
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (KiB): 54996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.724889
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4240
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.3478 second user time and 3.02854 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-25 15:14:22
IDJOB=1721282
IDBENCH=71066
IDSOLVER=545
FILE ID=node23/1721282-1240665262
PBS_JOBID= 9186585
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= e868383f091c36fa9594c670095c9824
RANDOM SEED=1705836781

node23.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.238
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.238
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:       1853736 kB
Buffers:         13532 kB
Cached:         139236 kB
SwapCached:       5944 kB
Active:          64396 kB
Inactive:        97164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853736 kB
SwapTotal:     4192956 kB
SwapFree:      4180792 kB
Dirty:            7176 kB
Writeback:           0 kB
Mapped:          13924 kB
Slab:            26584 kB
Committed_AS:   389060 kB
PageTables:       1388 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 node23 at 2009-04-25 15:34:25