Trace number 1775209

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) 10000 10004.2

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_10_UNKNOWN.cnf
MD5SUM8ece32bbd9e6c3f5c8cdf0e94e0569cd
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 clauses100116
Sum of the clauses size297952
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22580
Number of clauses of size 397513
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.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  100116   297952 |   30034       0        0     nan |  0.000 % |
0.79/0.85	c |         0 |   99290   430382 |      --       0       --      -- |     --   | -826/132430
0.79/0.85	c ==============================================================================
0.79/0.85	c Result  :   #vars: 958   #clauses: 99290   #literals: 430382
0.79/0.85	c CPU time:   0.823874 s
0.79/0.85	c ==============================================================================
0.89/0.98	c Rsat version 3.02
0.98/1.05	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-1775209-1241342127/watcher-1775209-1241342127 -o /tmp/evaluation-result-1775209-1241342127/solver-1775209-1241342127 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775209-1241342127.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 29442
/proc/meminfo: memFree=1394536/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0
/proc/29442/stat : 29442 (rsat.sh) R 29440 29442 29405 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162242494 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 214945032863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29442/statm: 1339 238 198 169 0 50 0
[pid=29443] ppid=29442 vsize=1568 CPUtime=0
/proc/29443/stat : 29443 (SatElite) R 29442 29442 29405 0 -1 4194304 249 0 0 0 0 0 0 0 18 0 1 0 162242494 1605632 232 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/29443/statm: 392 234 64 186 0 202 0

[startup+0.0857809 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 29442
/proc/meminfo: memFree=1394536/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162242494 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29442/statm: 1339 239 199 169 0 50 0
[pid=29443] ppid=29442 vsize=14240 CPUtime=0.07
/proc/29443/stat : 29443 (SatElite) R 29442 29442 29405 0 -1 4194304 3332 0 0 0 6 1 0 0 19 0 1 0 162242494 14581760 3315 1992294400 4194304 4959918 548682068688 18446744073709551615 4412725 0 0 4096 3 0 0 0 17 0 0 0
/proc/29443/statm: 3560 3315 90 186 0 3370 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19596

[startup+0.101783 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 29442
/proc/meminfo: memFree=1394536/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162242494 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29442/statm: 1339 239 199 169 0 50 0
[pid=29443] ppid=29442 vsize=14528 CPUtime=0.09
/proc/29443/stat : 29443 (SatElite) R 29442 29442 29405 0 -1 4194304 3401 0 0 0 8 1 0 0 19 0 1 0 162242494 14876672 3384 1992294400 4194304 4959918 548682068688 18446744073709551615 4255516 0 0 4096 3 0 0 0 17 0 0 0
/proc/29443/statm: 3632 3384 90 186 0 3442 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19884

[startup+0.301804 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 29442
/proc/meminfo: memFree=1394536/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162242494 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29442/statm: 1339 239 199 169 0 50 0
[pid=29443] ppid=29442 vsize=17008 CPUtime=0.29
/proc/29443/stat : 29443 (SatElite) R 29442 29442 29405 0 -1 4194304 4009 0 0 0 27 2 0 0 21 0 1 0 162242494 17416192 3992 1992294400 4194304 4959918 548682068688 18446744073709551615 4241749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29443/statm: 4252 3992 90 186 0 4062 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22364

[startup+0.701849 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 29442
/proc/meminfo: memFree=1394536/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162242494 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29442/statm: 1339 239 199 169 0 50 0
[pid=29443] ppid=29442 vsize=19348 CPUtime=0.69
/proc/29443/stat : 29443 (SatElite) R 29442 29442 29405 0 -1 4194304 4385 0 0 0 67 2 0 0 25 0 1 0 162242494 19812352 4349 1992294400 4194304 4959918 548682068688 18446744073709551615 4269235 0 0 4096 3 0 0 0 17 0 0 0
/proc/29443/statm: 4837 4349 91 186 0 4647 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24704

[startup+1.50195 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 29445
/proc/meminfo: memFree=1390424/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=11608 CPUtime=0.49
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 2440 0 0 0 49 0 0 0 25 0 1 0 162242592 11886592 2421 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29445/statm: 2902 2421 116 309 0 2589 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 16964

[startup+3.10113 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 29445
/proc/meminfo: memFree=1381272/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=14132 CPUtime=2.1
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 3068 0 0 0 208 2 0 0 25 0 1 0 162242592 14471168 3049 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29445/statm: 3533 3049 116 309 0 3220 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19488

[startup+6.30148 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 29445
/proc/meminfo: memFree=1377496/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=17960 CPUtime=5.29
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 4062 0 0 0 526 3 0 0 25 0 1 0 162242592 18391040 3977 1992294400 4194304 5460562 548682068800 18446744073709551615 4198148 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 4490 3977 116 309 0 4177 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 23316

[startup+12.7012 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 29445
/proc/meminfo: memFree=1372312/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=22080 CPUtime=11.68
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 5628 0 0 0 1164 4 0 0 25 0 1 0 162242592 22609920 4897 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 5520 4897 118 309 0 5207 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 27436

[startup+25.5016 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 29445
/proc/meminfo: memFree=1372184/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=22300 CPUtime=24.47
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 5720 0 0 0 2443 4 0 0 25 0 1 0 162242592 22835200 4989 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 5575 4989 118 309 0 5262 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 27656

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29445
/proc/meminfo: memFree=1371160/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=23520 CPUtime=50.05
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 6459 0 0 0 5001 4 0 0 25 0 1 0 162242592 24084480 5248 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 5880 5248 118 309 0 5567 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 28876

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29445
/proc/meminfo: memFree=1369304/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=25068 CPUtime=101.24
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 8216 0 0 0 10118 6 0 0 25 0 1 0 162242592 25669632 5687 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 6267 5687 118 309 0 5954 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 30424

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29445
/proc/meminfo: memFree=1367576/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=27372 CPUtime=161.2
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 9836 0 0 0 16113 7 0 0 25 0 1 0 162242592 28028928 6122 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 6843 6122 118 309 0 6530 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 32728

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29445
/proc/meminfo: memFree=1366040/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=28548 CPUtime=221.18
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 11489 0 0 0 22111 7 0 0 25 0 1 0 162242592 29233152 6496 1992294400 4194304 5460562 548682068800 18446744073709551615 4198139 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 7137 6496 118 309 0 6824 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 33904

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29445
/proc/meminfo: memFree=1364440/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=29884 CPUtime=281.15
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 12814 0 0 0 28107 8 0 0 25 0 1 0 162242592 30601216 6861 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 7471 6861 118 309 0 7158 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 35240

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29445
/proc/meminfo: memFree=1364952/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=29244 CPUtime=341.12
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 13240 0 0 0 34104 8 0 0 25 0 1 0 162242592 29945856 6784 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 7311 6784 118 309 0 6998 0
Current children cumulated CPU time (s) 342.09

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

/proc/29445/statm: 19171 17735 118 309 0 18858 0
Current children cumulated CPU time (s) 9338.4
Current children cumulated vsize (KiB) 82040

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29463
/proc/meminfo: memFree=1317592/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=76684 CPUtime=9397.4
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 66456 0 0 0 939700 40 0 0 25 0 1 0 162242592 78524416 17798 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 19171 17798 118 309 0 18858 0
Current children cumulated CPU time (s) 9398.37
Current children cumulated vsize (KiB) 82040

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29463
/proc/meminfo: memFree=1311896/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=83340 CPUtime=9457.39
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 69867 0 0 0 945697 42 0 0 25 0 1 0 162242592 85340160 19193 1992294400 4194304 5460562 548682068800 18446744073709551615 4211508 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 20835 19193 118 309 0 20522 0
Current children cumulated CPU time (s) 9458.36
Current children cumulated vsize (KiB) 88696

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29463
/proc/meminfo: memFree=1316248/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=76168 CPUtime=9517.35
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 69867 0 0 0 951693 42 0 0 25 0 1 0 162242592 77996032 18080 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 19042 18080 118 309 0 18729 0
Current children cumulated CPU time (s) 9518.32
Current children cumulated vsize (KiB) 81524

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29463
/proc/meminfo: memFree=1316248/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=76168 CPUtime=9577.32
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 69867 0 0 0 957690 42 0 0 25 0 1 0 162242592 77996032 18080 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 19042 18080 118 309 0 18729 0
Current children cumulated CPU time (s) 9578.29
Current children cumulated vsize (KiB) 81524

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29463
/proc/meminfo: memFree=1316056/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=76168 CPUtime=9637.3
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 69946 0 0 0 963688 42 0 0 25 0 1 0 162242592 77996032 18159 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 19042 18159 118 309 0 18729 0
Current children cumulated CPU time (s) 9638.27
Current children cumulated vsize (KiB) 81524

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29463
/proc/meminfo: memFree=1315992/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=76168 CPUtime=9697.27
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 69946 0 0 0 969685 42 0 0 25 0 1 0 162242592 77996032 18159 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 19042 18159 118 309 0 18729 0
Current children cumulated CPU time (s) 9698.24
Current children cumulated vsize (KiB) 81524

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29463
/proc/meminfo: memFree=1315928/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=76168 CPUtime=9757.24
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 69946 0 0 0 975682 42 0 0 25 0 1 0 162242592 77996032 18159 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 19042 18159 118 309 0 18729 0
Current children cumulated CPU time (s) 9758.21
Current children cumulated vsize (KiB) 81524

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29463
/proc/meminfo: memFree=1315928/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=76168 CPUtime=9817.22
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 69946 0 0 0 981680 42 0 0 25 0 1 0 162242592 77996032 18159 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 19042 18159 118 309 0 18729 0
Current children cumulated CPU time (s) 9818.19
Current children cumulated vsize (KiB) 81524

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29463
/proc/meminfo: memFree=1315928/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=76168 CPUtime=9877.2
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 69970 0 0 0 987678 42 0 0 25 0 1 0 162242592 77996032 18183 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 19042 18183 118 309 0 18729 0
Current children cumulated CPU time (s) 9878.17
Current children cumulated vsize (KiB) 81524

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29469
/proc/meminfo: memFree=1315672/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=76168 CPUtime=9937.16
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 69986 0 0 0 993674 42 0 0 25 0 1 0 162242592 77996032 18199 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 19042 18199 118 309 0 18729 0
Current children cumulated CPU time (s) 9938.13
Current children cumulated vsize (KiB) 81524

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29469
/proc/meminfo: memFree=1315416/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=76932 CPUtime=9997.14
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 70051 0 0 0 999672 42 0 0 25 0 1 0 162242592 78778368 18264 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 19233 18264 118 309 0 18920 0
Current children cumulated CPU time (s) 9998.11
Current children cumulated vsize (KiB) 82288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29469
/proc/meminfo: memFree=1315416/2055920 swapFree=4192812/4192956
[pid=29442] ppid=29440 vsize=5356 CPUtime=0.97
/proc/29442/stat : 29442 (rsat.sh) S 29440 29442 29405 0 -1 4194304 312 4390 0 0 0 0 95 2 16 0 1 0 162242494 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29442/statm: 1339 241 199 169 0 50 0
[pid=29445] ppid=29442 vsize=76932 CPUtime=9999.04
/proc/29445/stat : 29445 (rsat) R 29442 29442 29405 0 -1 4194304 70051 0 0 0 999862 42 0 0 25 0 1 0 162242592 78778368 18264 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29445/statm: 19233 18264 118 309 0 18920 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 82288

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

Real time (s): 10004.2
CPU time (s): 10000
CPU user time (s): 9999.57
CPU system time (s): 0.44
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 96888

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

runsolver used 10.4524 second user time and 25.9301 second system time

The end

Launcher Data

Begin job on node85 at 2009-05-03 11:15:28
IDJOB=1775209
IDBENCH=71101
IDSOLVER=615
FILE ID=node85/1775209-1241342127
PBS_JOBID= 9225497
Free space on /tmp= 126688 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_10_UNKNOWN.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775209-1241342127/watcher-1775209-1241342127 -o /tmp/evaluation-result-1775209-1241342127/solver-1775209-1241342127 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775209-1241342127.cnf HOME

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

MD5SUM BENCH= 8ece32bbd9e6c3f5c8cdf0e94e0569cd
RANDOM SEED=1172832263

node85.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1395088 kB
Buffers:         39252 kB
Cached:         532628 kB
SwapCached:        136 kB
Active:          99760 kB
Inactive:       485940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1395088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7436 kB
Writeback:           0 kB
Mapped:          23448 kB
Slab:            61172 kB
Committed_AS:   681404 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= 126680 MiB
End job on node85 at 2009-05-03 14:02:14