Trace number 1774989

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.5

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_17_UNKNOWN.cnf
MD5SUMd554330e1400d4f25a793413df9abc4e
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 variables3582
Number of clauses395999
Sum of the clauses size1182858
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25604
Number of clauses of size 3390364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.19/0.25	c ==============================================================================
0.19/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.25	c ==============================================================================
0.19/0.25	c |         0 |  395999  1182858 |  118799       0        0     nan |  0.000 % |
4.98/5.03	c |         0 |  394633  1728226 |      --       0       --      -- |     --   | -1366/545368
4.98/5.03	c ==============================================================================
4.98/5.03	c Result  :   #vars: 2337   #clauses: 394633   #literals: 1728226
4.98/5.03	c CPU time:   4.94625 s
4.98/5.03	c ==============================================================================
5.49/5.59	c Rsat version 3.02
5.58/5.86	c Base unit clause learned: 0

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774989-1241340275/watcher-1774989-1241340275 -o /tmp/evaluation-result-1774989-1241340275/solver-1774989-1241340275 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774989-1241340275.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: 1.00 0.99 0.99 3/65 28878
/proc/meminfo: memFree=764432/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=0
/proc/28878/stat : 28878 (rsat.sh) R 28876 28878 28809 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162059907 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723465887 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28878/statm: 1339 238 198 169 0 50 0
[pid=28879] ppid=28878 vsize=1892 CPUtime=0
/proc/28879/stat : 28879 (SatElite) R 28878 28878 28809 0 -1 4194304 293 0 0 0 0 0 0 0 18 0 1 0 162059907 1937408 276 1992294400 4194304 4959918 548682068688 18446744073709551615 4438039 0 0 4096 3 0 0 0 17 0 0 0
/proc/28879/statm: 473 286 65 186 0 283 0

[startup+0.090041 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 28878
/proc/meminfo: memFree=764432/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=0
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162059907 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28878/statm: 1339 239 199 169 0 50 0
[pid=28879] ppid=28878 vsize=15480 CPUtime=0.08
/proc/28879/stat : 28879 (SatElite) R 28878 28878 28809 0 -1 4194304 3538 0 0 0 6 2 0 0 19 0 1 0 162059907 15851520 3521 1992294400 4194304 4959918 548682068688 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 0 0 0
/proc/28879/statm: 3870 3522 65 186 0 3680 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20836

[startup+0.101041 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 28878
/proc/meminfo: memFree=764432/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=0
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162059907 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28878/statm: 1339 239 199 169 0 50 0
[pid=28879] ppid=28878 vsize=16940 CPUtime=0.09
/proc/28879/stat : 28879 (SatElite) R 28878 28878 28809 0 -1 4194304 3917 0 0 0 7 2 0 0 19 0 1 0 162059907 17346560 3900 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28879/statm: 4235 3901 65 186 0 4045 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22296

[startup+0.301064 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 28878
/proc/meminfo: memFree=764432/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=0
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162059907 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28878/statm: 1339 239 199 169 0 50 0
[pid=28879] ppid=28878 vsize=51440 CPUtime=0.29
/proc/28879/stat : 28879 (SatElite) R 28878 28878 28809 0 -1 4194304 11884 0 0 0 24 5 0 0 21 0 1 0 162059907 52674560 11867 1992294400 4194304 4959918 548682068688 18446744073709551615 4438120 0 0 4096 3 0 0 0 17 0 0 0
/proc/28879/statm: 12860 11868 90 186 0 12670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56796

[startup+0.701113 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 28878
/proc/meminfo: memFree=764432/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=0
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162059907 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28878/statm: 1339 239 199 169 0 50 0
[pid=28879] ppid=28878 vsize=55964 CPUtime=0.69
/proc/28879/stat : 28879 (SatElite) R 28878 28878 28809 0 -1 4194304 12933 0 0 0 63 6 0 0 25 0 1 0 162059907 57307136 12916 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/28879/statm: 13991 12916 90 186 0 13801 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61320

[startup+1.50121 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 28880
/proc/meminfo: memFree=709504/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=0
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162059907 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28878/statm: 1339 239 199 169 0 50 0
[pid=28879] ppid=28878 vsize=62960 CPUtime=1.49
/proc/28879/stat : 28879 (SatElite) R 28878 28878 28809 0 -1 4194304 14154 0 0 0 142 7 0 0 25 0 1 0 162059907 64471040 14137 1992294400 4194304 4959918 548682068688 18446744073709551615 4241710 0 0 4096 3 0 0 0 17 0 0 0
/proc/28879/statm: 15740 14137 90 186 0 15550 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68316

[startup+3.10139 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 28880
/proc/meminfo: memFree=701696/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=0
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162059907 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28878/statm: 1339 239 199 169 0 50 0
[pid=28879] ppid=28878 vsize=67716 CPUtime=3.08
/proc/28879/stat : 28879 (SatElite) R 28878 28878 28809 0 -1 4194304 15252 0 0 0 301 7 0 0 25 0 1 0 162059907 69341184 15235 1992294400 4194304 4959918 548682068688 18446744073709551615 4275430 0 0 4096 3 0 0 0 17 0 0 0
/proc/28879/statm: 16929 15235 91 186 0 16739 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 73072

[startup+6.30278 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 28880
/proc/meminfo: memFree=699200/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 5356

[startup+12.7015 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 28881
/proc/meminfo: memFree=712464/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=44452 CPUtime=7.08
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 10636 0 0 0 702 6 0 0 25 0 1 0 162060467 45518848 10616 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 11113 10616 116 309 0 10800 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 49808

[startup+25.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 28881
/proc/meminfo: memFree=698960/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=58140 CPUtime=19.89
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 14139 0 0 0 1979 10 0 0 25 0 1 0 162060467 59535360 13923 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 14535 13923 116 309 0 14222 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 63496

[startup+51.101 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 28881
/proc/meminfo: memFree=680400/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=77440 CPUtime=45.47
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 19077 0 0 0 4533 14 0 0 25 0 1 0 162060467 79298560 18603 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 19360 18603 116 309 0 19047 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 82796

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 28881
/proc/meminfo: memFree=667792/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=89736 CPUtime=96.65
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 22145 0 0 0 9648 17 0 0 25 0 1 0 162060467 91889664 21671 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 22434 21671 116 309 0 22121 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 95092

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 28881
/proc/meminfo: memFree=649040/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=109432 CPUtime=156.62
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 26832 0 0 0 15640 22 0 0 25 0 1 0 162060467 112058368 26358 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 27358 26358 116 309 0 27045 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 114788

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 28881
/proc/meminfo: memFree=644624/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=113804 CPUtime=216.6
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 27918 0 0 0 21637 23 0 0 25 0 1 0 162060467 116535296 27444 1992294400 4194304 5460562 548682068800 18446744073709551615 4210622 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 28451 27444 116 309 0 28138 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 119160

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 28881
/proc/meminfo: memFree=640336/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=118080 CPUtime=276.58
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 28988 0 0 0 27634 24 0 0 25 0 1 0 162060467 120913920 28514 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 29520 28514 116 309 0 29207 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 123436

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 28881
/proc/meminfo: memFree=637904/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=122184 CPUtime=336.55
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 32149 0 0 0 33630 25 0 0 25 0 1 0 162060467 125116416 29109 1992294400 4194304 5460562 548682068800 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 30546 29109 118 309 0 30233 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 127540

[startup+402.301 s]

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

/proc/28881/statm: 50602 48994 118 309 0 50289 0
Current children cumulated CPU time (s) 9398.09
Current children cumulated vsize (KiB) 207764

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=555856/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=202408 CPUtime=9452.47
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 76588 0 0 0 945188 59 0 0 25 0 1 0 162060467 207265792 49484 1992294400 4194304 5460562 548682068800 18446744073709551615 4210596 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 50602 49484 118 309 0 50289 0
Current children cumulated CPU time (s) 9458.05
Current children cumulated vsize (KiB) 207764

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=551888/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=204200 CPUtime=9512.44
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 78521 0 0 0 951184 60 0 0 25 0 1 0 162060467 209100800 50425 1992294400 4194304 5460562 548682068800 18446744073709551615 4211542 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 51050 50425 118 309 0 50737 0
Current children cumulated CPU time (s) 9518.02
Current children cumulated vsize (KiB) 209556

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=551888/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=204200 CPUtime=9572.43
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 78521 0 0 0 957182 61 0 0 25 0 1 0 162060467 209100800 50425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 51050 50425 118 309 0 50737 0
Current children cumulated CPU time (s) 9578.01
Current children cumulated vsize (KiB) 209556

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=551952/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=204200 CPUtime=9632.4
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 78521 0 0 0 963179 61 0 0 25 0 1 0 162060467 209100800 50425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 51050 50425 118 309 0 50737 0
Current children cumulated CPU time (s) 9637.98
Current children cumulated vsize (KiB) 209556

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=551888/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=204200 CPUtime=9692.37
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 78521 0 0 0 969176 61 0 0 25 0 1 0 162060467 209100800 50425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 51050 50425 118 309 0 50737 0
Current children cumulated CPU time (s) 9697.95
Current children cumulated vsize (KiB) 209556

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=551888/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=204200 CPUtime=9752.35
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 78521 0 0 0 975174 61 0 0 25 0 1 0 162060467 209100800 50425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 51050 50425 118 309 0 50737 0
Current children cumulated CPU time (s) 9757.93
Current children cumulated vsize (KiB) 209556

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=551888/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=204200 CPUtime=9812.32
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 78521 0 0 0 981171 61 0 0 25 0 1 0 162060467 209100800 50425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 51050 50425 118 309 0 50737 0
Current children cumulated CPU time (s) 9817.9
Current children cumulated vsize (KiB) 209556

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=551888/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=204200 CPUtime=9872.3
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 78521 0 0 0 987169 61 0 0 25 0 1 0 162060467 209100800 50425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 51050 50425 118 309 0 50737 0
Current children cumulated CPU time (s) 9877.88
Current children cumulated vsize (KiB) 209556

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=551888/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=204200 CPUtime=9932.27
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 78521 0 0 0 993166 61 0 0 25 0 1 0 162060467 209100800 50425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 51050 50425 118 309 0 50737 0
Current children cumulated CPU time (s) 9937.85
Current children cumulated vsize (KiB) 209556

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=551888/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=204200 CPUtime=9992.25
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 78521 0 0 0 999164 61 0 0 25 0 1 0 162060467 209100800 50425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 51050 50425 118 309 0 50737 0
Current children cumulated CPU time (s) 9997.83
Current children cumulated vsize (KiB) 209556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=551888/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=204200 CPUtime=9994.45
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 78521 0 0 0 999384 61 0 0 25 0 1 0 162060467 209100800 50425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 51050 50425 118 309 0 50737 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 209556

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

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

[startup+10004.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28903
/proc/meminfo: memFree=551888/2055920 swapFree=4180728/4192956
[pid=28878] ppid=28876 vsize=5356 CPUtime=5.58
/proc/28878/stat : 28878 (rsat.sh) S 28876 28878 28809 0 -1 4194304 312 15256 0 0 0 0 547 11 16 0 1 0 162059907 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28878/statm: 1339 241 199 169 0 50 0
[pid=28881] ppid=28878 vsize=204200 CPUtime=9994.45
/proc/28881/stat : 28881 (rsat) R 28878 28878 28809 0 -1 4194304 78521 0 0 0 999384 61 0 0 25 0 1 0 162060467 209100800 50425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28881/statm: 51050 50425 118 309 0 50737 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 209556

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28878 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=473167
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=117982
# CPU time returned by wait4() is 5.59115
# 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.5
CPU time (s): 10000
CPU user time (s): 9999.31
CPU system time (s): 0.72
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 215700

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

runsolver used 8.81066 second user time and 27.6908 second system time

The end

Launcher Data

Begin job on node73 at 2009-05-03 10:44:36
IDJOB=1774989
IDBENCH=71069
IDSOLVER=615
FILE ID=node73/1774989-1241340275
PBS_JOBID= 9225466
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= d554330e1400d4f25a793413df9abc4e
RANDOM SEED=454098957

node73.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.214
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.214
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:        764976 kB
Buffers:         88328 kB
Cached:        1084444 kB
SwapCached:       6280 kB
Active:         254592 kB
Inactive:       926892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        764976 kB
SwapTotal:     4192956 kB
SwapFree:      4180728 kB
Dirty:           12396 kB
Writeback:           0 kB
Mapped:          14200 kB
Slab:            95480 kB
Committed_AS:   742448 kB
PageTables:       1396 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= 66356 MiB
End job on node73 at 2009-05-03 13:31:22