Trace number 1716979

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) 1200.02 1200.41

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1143.77
Satisfiable
(Un)Satisfiability was proved
Number of variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   16192    42927 |    4857       0        0     nan |  0.000 % |
0.09/0.11	c |         0 |   12797    40460 |      --       0       --      -- |     --   | -3395/-2467
0.09/0.11	c ==============================================================================
0.09/0.11	c Result  :   #vars: 2513   #clauses: 12797   #literals: 40460
0.09/0.11	c CPU time:   0.106983 s
0.09/0.11	c ==============================================================================
0.09/0.13	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-1716979-1240622589/watcher-1716979-1240622589 -o /tmp/evaluation-result-1716979-1240622589/solver-1716979-1240622589 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1716979-1240622589.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23853
/proc/meminfo: memFree=1041844/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 90291475 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 235 195 169 0 50 0
[pid=23854] ppid=23853 vsize=1364 CPUtime=0
/proc/23854/stat : 23854 (SatElite) R 23853 23853 23724 0 -1 4194304 221 0 0 0 0 0 0 0 20 0 1 0 90291475 1396736 204 1992294400 134512640 135038345 4294956272 18446744073709551615 134685036 0 0 4096 3 0 0 0 17 1 0 0
/proc/23854/statm: 341 213 49 128 0 210 0

[startup+0.0425581 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23853
/proc/meminfo: memFree=1041844/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 90291475 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 235 195 169 0 50 0
[pid=23854] ppid=23853 vsize=3280 CPUtime=0.03
/proc/23854/stat : 23854 (SatElite) R 23853 23853 23724 0 -1 4194304 700 0 0 0 3 0 0 0 20 0 1 0 90291475 3358720 683 1992294400 134512640 135038345 4294956272 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/23854/statm: 820 684 69 128 0 689 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8636

[startup+0.101564 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23853
/proc/meminfo: memFree=1041844/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 90291475 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 235 195 169 0 50 0
[pid=23854] ppid=23853 vsize=3632 CPUtime=0.09
/proc/23854/stat : 23854 (SatElite) R 23853 23853 23724 0 -1 4194304 798 0 0 0 9 0 0 0 20 0 1 0 90291475 3719168 764 1992294400 134512640 135038345 4294956272 18446744073709551615 134571422 0 0 4096 3 0 0 0 17 1 0 0
/proc/23854/statm: 908 764 69 128 0 777 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8988

[startup+0.30159 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23853
/proc/meminfo: memFree=1041844/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5356

[startup+0.701636 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23853
/proc/meminfo: memFree=1041844/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5356

[startup+1.50172 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1038948/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=3652 CPUtime=1.36
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 807 0 0 0 136 0 0 0 25 0 1 0 90291488 3739648 761 1992294400 134512640 135377749 4294956384 18446744073709551615 134526469 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 913 761 86 211 0 699 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9008

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1037988/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=4392 CPUtime=2.95
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 1052 0 0 0 295 0 0 0 25 0 1 0 90291488 4497408 941 1992294400 134512640 135377749 4294956384 18446744073709551615 134529228 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 1098 941 86 211 0 884 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9748

[startup+6.30126 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1036260/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=6304 CPUtime=6.15
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 1530 0 0 0 615 0 0 0 25 0 1 0 90291488 6455296 1353 1992294400 134512640 135377749 4294956384 18446744073709551615 134529138 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 1576 1353 86 211 0 1362 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11660

[startup+12.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1033636/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=8492 CPUtime=12.55
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 2324 0 0 0 1255 0 0 0 25 0 1 0 90291488 8695808 1951 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 2123 1951 86 211 0 1909 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13848

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1028900/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=13360 CPUtime=25.35
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 3779 0 0 0 2532 3 0 0 25 0 1 0 90291488 13680640 3112 1992294400 134512640 135377749 4294956384 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 3340 3112 86 211 0 3126 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18716

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1025124/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=17120 CPUtime=50.94
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 5134 0 0 0 5090 4 0 0 25 0 1 0 90291488 17530880 4079 1992294400 134512640 135377749 4294956384 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 4280 4079 86 211 0 4066 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 22476

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1018020/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=24472 CPUtime=102.13
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 7870 0 0 0 10206 7 0 0 25 0 1 0 90291488 25059328 5807 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 6118 5807 86 211 0 5904 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 29828

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1012516/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=29500 CPUtime=162.11
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 10053 0 0 0 16202 9 0 0 25 0 1 0 90291488 30208000 7123 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 7375 7123 86 211 0 7161 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 34856

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1005924/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=38088 CPUtime=222.09
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 12191 0 0 0 22197 12 0 0 25 0 1 0 90291488 39002112 8809 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 9522 8809 86 211 0 9308 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 43444

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1000292/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=42384 CPUtime=282.08
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 15600 0 0 0 28193 15 0 0 25 0 1 0 90291488 43401216 10153 1992294400 134512640 135377749 4294956384 18446744073709551615 134527350 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 10596 10153 86 211 0 10382 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 47740

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1000356/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=42384 CPUtime=342.06
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 15600 0 0 0 34191 15 0 0 25 0 1 0 90291488 43401216 10153 1992294400 134512640 135377749 4294956384 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 10596 10153 86 211 0 10382 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 47740

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=1000356/2055920 swapFree=4192956/4192956

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

/proc/23856/statm: 14723 14105 86 211 0 14509 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 64248

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=978020/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=65920 CPUtime=581.99
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 21707 0 0 0 58177 22 0 0 25 0 1 0 90291488 67502080 15804 1992294400 134512640 135377749 4294956384 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 16480 15804 86 211 0 16266 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 71276

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=978596/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=63424 CPUtime=641.97
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 23672 0 0 0 64174 23 0 0 25 0 1 0 90291488 64946176 15612 1992294400 134512640 135377749 4294956384 18446744073709551615 134524162 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 15856 15612 86 211 0 15642 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 68780

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=978404/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=63944 CPUtime=701.95
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 23762 0 0 0 70172 23 0 0 25 0 1 0 90291488 65478656 15702 1992294400 134512640 135377749 4294956384 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 15986 15702 86 211 0 15772 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 69300

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=978340/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=63944 CPUtime=761.93
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 23764 0 0 0 76170 23 0 0 25 0 1 0 90291488 65478656 15704 1992294400 134512640 135377749 4294956384 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 15986 15704 86 211 0 15772 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 69300

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23856
/proc/meminfo: memFree=977828/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=64724 CPUtime=821.91
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 23951 0 0 0 82168 23 0 0 25 0 1 0 90291488 66277376 15826 1992294400 134512640 135377749 4294956384 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 16181 15826 86 211 0 15967 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 70080

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23858
/proc/meminfo: memFree=976804/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=66280 CPUtime=881.9
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 24341 0 0 0 88166 24 0 0 25 0 1 0 90291488 67870720 16053 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 16570 16053 86 211 0 16356 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 71636

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23858
/proc/meminfo: memFree=976548/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=66808 CPUtime=941.88
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 24464 0 0 0 94164 24 0 0 25 0 1 0 90291488 68411392 16176 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 16702 16176 86 211 0 16488 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 72164

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23858
/proc/meminfo: memFree=975396/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=66796 CPUtime=1001.86
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 25119 0 0 0 100161 25 0 0 25 0 1 0 90291488 68399104 16406 1992294400 134512640 135377749 4294956384 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 16699 16406 86 211 0 16485 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 72152

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23858
/proc/meminfo: memFree=973924/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=68508 CPUtime=1061.84
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 25526 0 0 0 106159 25 0 0 25 0 1 0 90291488 70152192 16813 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 17127 16813 86 211 0 16913 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 73864

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23858
/proc/meminfo: memFree=967460/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=78128 CPUtime=1121.82
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 28064 0 0 0 112155 27 0 0 25 0 1 0 90291488 80003072 18418 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 19532 18418 86 211 0 19318 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 83484

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23858
/proc/meminfo: memFree=962212/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=84208 CPUtime=1181.8
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 29593 0 0 0 118152 28 0 0 25 0 1 0 90291488 86228992 19752 1992294400 134512640 135377749 4294956384 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 21052 19752 86 211 0 20838 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 89564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23858
/proc/meminfo: memFree=960548/2055920 swapFree=4192956/4192956
[pid=23853] ppid=23851 vsize=5356 CPUtime=0.12
/proc/23853/stat : 23853 (rsat.sh) S 23851 23853 23724 0 -1 4194304 310 826 0 0 0 0 12 0 15 0 1 0 90291475 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23853/statm: 1339 237 195 169 0 50 0
[pid=23856] ppid=23853 vsize=85788 CPUtime=1199.9
/proc/23856/stat : 23856 (rsat) R 23853 23853 23724 0 -1 4194304 29993 0 0 0 119961 29 0 0 25 0 1 0 90291488 87846912 20152 1992294400 134512640 135377749 4294956384 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23856/statm: 21447 20152 86 211 0 21233 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 91144

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

Real time (s): 1200.41
CPU time (s): 1200.02
CPU user time (s): 1199.73
CPU system time (s): 0.29
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 91144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.124981
system time used= 0.005999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1136
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2

runsolver used 1.3208 second user time and 3.05354 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-25 03:23:09
IDJOB=1716979
IDBENCH=20400
IDSOLVER=560
FILE ID=node35/1716979-1240622589
PBS_JOBID= 9186330
Free space on /tmp= 66400 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-08.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716979-1240622589/watcher-1716979-1240622589 -o /tmp/evaluation-result-1716979-1240622589/solver-1716979-1240622589 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1716979-1240622589.cnf            

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

MD5SUM BENCH= 81ed5ec4a2e7c208a4184383f9e53838
RANDOM SEED=940922448

node35.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:       1042324 kB
Buffers:         97452 kB
Cached:         801712 kB
SwapCached:          0 kB
Active:          95196 kB
Inactive:       817892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1042324 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          23656 kB
Slab:            86488 kB
Committed_AS:   317516 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= 66396 MiB
End job on node35 at 2009-04-25 03:43:12