Trace number 1825431

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
SAT07 reference solver: Rsat 2007-02-08? (TO) 10000 9999.51

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_09_UNSAT.cnf
MD5SUM3cd74d1813a4408b4123afc23df07d7d
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 variables1910
Number of clauses167931
Sum of the clauses size500698
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23312
Number of clauses of size 3164588
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.09/0.11	c ==============================================================================
0.09/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.11	c ==============================================================================
0.09/0.11	c |         0 |  167931   500698 |   50379       0        0     nan |  0.000 % |
2.29/2.32	c |         0 |  166431   731017 |      --       0       --      -- |     --   | -1500/230319
2.29/2.32	c ==============================================================================
2.29/2.32	c Result  :   #vars: 1151   #clauses: 166431   #literals: 731017
2.29/2.32	c CPU time:   2.29865 s
2.29/2.32	c ==============================================================================
2.49/2.59	c Rsat version 2.00

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-1825431-1242507718/watcher-1825431-1242507718 -o /tmp/evaluation-result-1825431-1242507718/solver-1825431-1242507718 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825431-1242507718.cnf 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28251
/proc/meminfo: memFree=1805232/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=0
/proc/28251/stat : 28251 (rsat.sh) R 28249 28251 28150 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 278805249 5484544 234 1992294400 4194304 4889804 548682068832 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28251/statm: 1339 234 194 169 0 50 0
[pid=28252] ppid=28251 vsize=1004 CPUtime=0
/proc/28252/stat : 28252 (SatElite) R 28251 28251 28150 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 278805249 1028096 164 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/28252/statm: 251 165 49 128 0 120 0

[startup+0.10384 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28251
/proc/meminfo: memFree=1805232/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=0
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278805249 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28251/statm: 1339 235 195 169 0 50 0
[pid=28252] ppid=28251 vsize=10220 CPUtime=0.09
/proc/28252/stat : 28252 (SatElite) R 28251 28251 28150 0 -1 4194304 2385 0 0 0 9 0 0 0 19 0 1 0 278805249 10465280 2368 1992294400 134512640 135038345 4294956288 18446744073709551615 134687056 0 0 4096 3 0 0 0 17 0 0 0
/proc/28252/statm: 2555 2375 49 128 0 2424 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15576

[startup+0.202811 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28251
/proc/meminfo: memFree=1805232/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=0
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278805249 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28251/statm: 1339 235 195 169 0 50 0
[pid=28252] ppid=28251 vsize=13156 CPUtime=0.19
/proc/28252/stat : 28252 (SatElite) R 28251 28251 28150 0 -1 4194304 3139 0 0 0 18 1 0 0 20 0 1 0 278805249 13471744 3122 1992294400 134512640 135038345 4294956288 18446744073709551615 134543875 0 0 4096 3 0 0 0 17 0 0 0
/proc/28252/statm: 3289 3122 69 128 0 3158 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18512

[startup+0.302782 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28251
/proc/meminfo: memFree=1805232/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=0
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278805249 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28251/statm: 1339 235 195 169 0 50 0
[pid=28252] ppid=28251 vsize=13948 CPUtime=0.29
/proc/28252/stat : 28252 (SatElite) R 28251 28251 28150 0 -1 4194304 3326 0 0 0 28 1 0 0 21 0 1 0 278805249 14282752 3309 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/28252/statm: 3487 3309 69 128 0 3356 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19304

[startup+0.702666 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28251
/proc/meminfo: memFree=1805232/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=0
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278805249 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28251/statm: 1339 235 195 169 0 50 0
[pid=28252] ppid=28251 vsize=18144 CPUtime=0.69
/proc/28252/stat : 28252 (SatElite) R 28251 28251 28150 0 -1 4194304 4037 0 0 0 67 2 0 0 25 0 1 0 278805249 18579456 4020 1992294400 134512640 135038345 4294956288 18446744073709551615 134589311 0 0 4096 3 0 0 0 17 0 0 0
/proc/28252/statm: 4536 4020 69 128 0 4405 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23500

[startup+1.50144 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28253
/proc/meminfo: memFree=1787296/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=0
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278805249 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28251/statm: 1339 235 195 169 0 50 0
[pid=28252] ppid=28251 vsize=19480 CPUtime=1.49
/proc/28252/stat : 28252 (SatElite) R 28251 28251 28150 0 -1 4194304 4233 0 0 0 147 2 0 0 25 0 1 0 278805249 19947520 4216 1992294400 134512640 135038345 4294956288 18446744073709551615 134574761 0 0 4096 3 0 0 0 17 0 0 0
/proc/28252/statm: 4870 4216 69 128 0 4739 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24836

[startup+3.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28253
/proc/meminfo: memFree=1787168/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 5356

[startup+6.30108 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28254
/proc/meminfo: memFree=1788384/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=13796 CPUtime=3.69
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 3266 0 0 0 367 2 0 0 25 0 1 0 278805509 14127104 3252 1992294400 134512640 135377749 4294956400 18446744073709551615 134522843 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 3449 3252 86 211 0 3235 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19152

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28254
/proc/meminfo: memFree=1784672/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=16916 CPUtime=10.09
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 4081 0 0 0 1006 3 0 0 25 0 1 0 278805509 17321984 4034 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 4229 4034 86 211 0 4015 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22272

[startup+25.5026 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28254
/proc/meminfo: memFree=1780384/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=21500 CPUtime=22.89
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 5226 0 0 0 2285 4 0 0 25 0 1 0 278805509 22016000 5081 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 5375 5081 86 211 0 5161 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 26856

[startup+51.1023 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28254
/proc/meminfo: memFree=1775968/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=26208 CPUtime=48.49
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 6348 0 0 0 4844 5 0 0 25 0 1 0 278805509 26836992 6203 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 6552 6203 86 211 0 6338 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31564

[startup+102.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28254
/proc/meminfo: memFree=1774944/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=26396 CPUtime=99.69
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 7080 0 0 0 9963 6 0 0 25 0 1 0 278805509 27029504 6386 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 6599 6386 86 211 0 6385 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31752

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28254
/proc/meminfo: memFree=1769888/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=31820 CPUtime=159.69
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 9324 0 0 0 15961 8 0 0 25 0 1 0 278805509 32583680 7623 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 7955 7623 86 211 0 7741 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 37176

[startup+222.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28254
/proc/meminfo: memFree=1768288/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=34316 CPUtime=219.68
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 9876 0 0 0 21959 9 0 0 25 0 1 0 278805509 35139584 8076 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 8579 8076 86 211 0 8365 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 39672

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28254
/proc/meminfo: memFree=1758816/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=42348 CPUtime=279.67
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 13383 0 0 0 27955 12 0 0 25 0 1 0 278805509 43364352 10379 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 10587 10379 86 211 0 10373 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 47704

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28254
/proc/meminfo: memFree=1758816/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=42348 CPUtime=339.69
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 13383 0 0 0 33956 13 0 0 25 0 1 0 278805509 43364352 10379 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 10587 10379 86 211 0 10373 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 47704


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

/proc/28254/statm: 45705 42014 86 211 0 45491 0
Current children cumulated CPU time (s) 9282.8
Current children cumulated vsize (KiB) 188176

[startup+9342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28272
/proc/meminfo: memFree=1627936/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=183348 CPUtime=9340.22
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 64614 0 0 0 933957 65 0 0 25 0 1 0 278805509 187748352 42193 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 45837 42193 86 211 0 45623 0
Current children cumulated CPU time (s) 9342.8
Current children cumulated vsize (KiB) 188704

[startup+9402.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 28272
/proc/meminfo: memFree=1627168/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=184116 CPUtime=9400.22
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 64817 0 0 0 939956 66 0 0 25 0 1 0 278805509 188534784 42396 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 46029 42396 86 211 0 45815 0
Current children cumulated CPU time (s) 9402.8
Current children cumulated vsize (KiB) 189472

[startup+9462.31 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 28272
/proc/meminfo: memFree=1626336/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=184756 CPUtime=9460.22
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 65021 0 0 0 945956 66 0 0 25 0 1 0 278805509 189190144 42600 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 46189 42600 86 211 0 45975 0
Current children cumulated CPU time (s) 9462.8
Current children cumulated vsize (KiB) 190112

[startup+9522.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 28272
/proc/meminfo: memFree=1625568/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=185540 CPUtime=9520.22
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 65225 0 0 0 951955 67 0 0 25 0 1 0 278805509 189992960 42804 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 46385 42804 86 211 0 46171 0
Current children cumulated CPU time (s) 9522.8
Current children cumulated vsize (KiB) 190896

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28272
/proc/meminfo: memFree=1625056/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=186052 CPUtime=9580.22
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 65352 0 0 0 957955 67 0 0 25 0 1 0 278805509 190517248 42931 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 46513 42931 86 211 0 46299 0
Current children cumulated CPU time (s) 9582.8
Current children cumulated vsize (KiB) 191408

[startup+9642.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 28272
/proc/meminfo: memFree=1624416/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=186712 CPUtime=9640.23
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 65513 0 0 0 963955 68 0 0 25 0 1 0 278805509 191193088 43092 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 46678 43092 86 211 0 46464 0
Current children cumulated CPU time (s) 9642.81
Current children cumulated vsize (KiB) 192068

[startup+9702.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 28272
/proc/meminfo: memFree=1623904/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=187224 CPUtime=9700.23
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 65654 0 0 0 969955 68 0 0 25 0 1 0 278805509 191717376 43233 1992294400 134512640 135377749 4294956400 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 46806 43233 86 211 0 46592 0
Current children cumulated CPU time (s) 9702.81
Current children cumulated vsize (KiB) 192580

[startup+9762.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 28272
/proc/meminfo: memFree=1623200/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=187864 CPUtime=9760.24
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 65817 0 0 0 975955 69 0 0 25 0 1 0 278805509 192372736 43396 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 46966 43396 86 211 0 46752 0
Current children cumulated CPU time (s) 9762.82
Current children cumulated vsize (KiB) 193220

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28272
/proc/meminfo: memFree=1622432/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=189020 CPUtime=9820.25
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 66050 0 0 0 981956 69 0 0 25 0 1 0 278805509 193556480 43596 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 47255 43596 86 211 0 47041 0
Current children cumulated CPU time (s) 9822.83
Current children cumulated vsize (KiB) 194376

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28272
/proc/meminfo: memFree=1621728/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=189564 CPUtime=9880.25
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 66217 0 0 0 987956 69 0 0 25 0 1 0 278805509 194113536 43763 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 47391 43763 86 211 0 47177 0
Current children cumulated CPU time (s) 9882.83
Current children cumulated vsize (KiB) 194920

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28272
/proc/meminfo: memFree=1620896/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=190460 CPUtime=9940.24
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 66439 0 0 0 993955 69 0 0 25 0 1 0 278805509 195031040 43952 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 47615 43952 86 211 0 47401 0
Current children cumulated CPU time (s) 9942.82
Current children cumulated vsize (KiB) 195816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+9999.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28272
/proc/meminfo: memFree=1620128/2055920 swapFree=4180196/4192956
[pid=28251] ppid=28249 vsize=5356 CPUtime=2.58
/proc/28251/stat : 28251 (rsat.sh) S 28249 28251 28150 0 -1 4194304 310 4235 0 0 0 0 255 3 16 0 1 0 278805249 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28251/statm: 1339 237 195 169 0 50 0
[pid=28254] ppid=28251 vsize=191100 CPUtime=9997.45
/proc/28254/stat : 28254 (rsat) R 28251 28251 28150 0 -1 4194304 66641 0 0 0 999676 69 0 0 25 0 1 0 278805509 195686400 44154 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28254/statm: 47775 44154 86 211 0 47561 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 196456

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 28251 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=553611
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=39993
# CPU time returned by wait4() is 2.5936
# 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): 9999.51
CPU time (s): 10000
CPU user time (s): 9999.31
CPU system time (s): 0.72
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 196456

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

runsolver used 8.5147 second user time and 27.8538 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-16 23:01:59
IDJOB=1825431
IDBENCH=71093
IDSOLVER=665
FILE ID=node16/1825431-1242507718
PBS_JOBID= 9307031
Free space on /tmp= 66200 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_09_UNSAT.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825431-1242507718/watcher-1825431-1242507718 -o /tmp/evaluation-result-1825431-1242507718/solver-1825431-1242507718 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1825431-1242507718.cnf            

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

MD5SUM BENCH= 3cd74d1813a4408b4123afc23df07d7d
RANDOM SEED=922886787

node16.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.234
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.234
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:       1805784 kB
Buffers:         43576 kB
Cached:         158740 kB
SwapCached:       7056 kB
Active:          52944 kB
Inactive:       157744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805784 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:            4316 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            25500 kB
Committed_AS:  1045924 kB
PageTables:       1436 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= 66196 MiB
End job on node16 at 2009-05-17 01:48:40