Trace number 1825435

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.1 10002.9

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_14_UNKNOWN.cnf
MD5SUM74b3bf25aa16f613ee15d6b4b9bc9486
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 variables2220
Number of clauses160694
Sum of the clauses size478924
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23434
Number of clauses of size 3157237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.09/0.12	c ==============================================================================
0.09/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.12	c ==============================================================================
0.09/0.12	c |         0 |  160694   478924 |   48208       0        0     nan |  0.000 % |
1.59/1.67	c |         0 |  159558   690102 |      --       0       --      -- |     --   | -1136/211178
1.59/1.67	c ==============================================================================
1.59/1.67	c Result  :   #vars: 1437   #clauses: 159558   #literals: 690102
1.59/1.67	c CPU time:   1.64475 s
1.59/1.67	c ==============================================================================
1.89/1.94	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-1825435-1242507831/watcher-1825435-1242507831 -o /tmp/evaluation-result-1825435-1242507831/solver-1825435-1242507831 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825435-1242507831.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.85 0.97 0.99 3/64 31733
/proc/meminfo: memFree=963496/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=0
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278817140 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31733/statm: 1339 235 195 169 0 50 0
[pid=31734] ppid=31733 vsize=1360 CPUtime=0
/proc/31734/stat : 31734 (SatElite) R 31733 31733 31696 0 -1 4194304 243 0 0 0 0 0 0 0 18 0 1 0 278817141 1392640 226 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/31734/statm: 340 227 49 128 0 209 0

[startup+0.050909 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31733
/proc/meminfo: memFree=963496/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=0
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278817140 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31733/statm: 1339 235 195 169 0 50 0
[pid=31734] ppid=31733 vsize=4452 CPUtime=0.04
/proc/31734/stat : 31734 (SatElite) R 31733 31733 31696 0 -1 4194304 973 0 0 0 4 0 0 0 18 0 1 0 278817141 4558848 956 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/31734/statm: 1113 957 49 128 0 982 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9808

[startup+0.101914 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31733
/proc/meminfo: memFree=963496/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=0
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278817140 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31733/statm: 1339 235 195 169 0 50 0
[pid=31734] ppid=31733 vsize=8336 CPUtime=0.09
/proc/31734/stat : 31734 (SatElite) R 31733 31733 31696 0 -1 4194304 1865 0 0 0 8 1 0 0 18 0 1 0 278817141 8536064 1848 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/31734/statm: 2084 1848 49 128 0 1953 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13692

[startup+0.301934 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31733
/proc/meminfo: memFree=963496/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=0
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278817140 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31733/statm: 1339 235 195 169 0 50 0
[pid=31734] ppid=31733 vsize=14144 CPUtime=0.29
/proc/31734/stat : 31734 (SatElite) R 31733 31733 31696 0 -1 4194304 3352 0 0 0 28 1 0 0 20 0 1 0 278817141 14483456 3335 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/31734/statm: 3536 3335 69 128 0 3405 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19500

[startup+0.701973 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31733
/proc/meminfo: memFree=963496/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=0
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278817140 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31733/statm: 1339 235 195 169 0 50 0
[pid=31734] ppid=31733 vsize=18544 CPUtime=0.69
/proc/31734/stat : 31734 (SatElite) R 31733 31733 31696 0 -1 4194304 4092 0 0 0 67 2 0 0 23 0 1 0 278817141 18989056 4073 1992294400 134512640 135038345 4294956288 18446744073709551615 134574571 0 0 4096 3 0 0 0 17 1 0 0
/proc/31734/statm: 4636 4073 69 128 0 4505 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23900

[startup+1.50105 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 31735
/proc/meminfo: memFree=946328/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=0
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278817140 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31733/statm: 1339 235 195 169 0 50 0
[pid=31734] ppid=31733 vsize=18544 CPUtime=1.49
/proc/31734/stat : 31734 (SatElite) R 31733 31733 31696 0 -1 4194304 4092 0 0 0 147 2 0 0 25 0 1 0 278817141 18989056 4073 1992294400 134512640 135038345 4294956288 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 1 0 0
/proc/31734/statm: 4636 4073 69 128 0 4505 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23900

[startup+3.10121 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 31736
/proc/meminfo: memFree=949912/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=12792 CPUtime=1.14
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 3040 0 0 0 113 1 0 0 25 0 1 0 278817335 13099008 3026 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 3198 3026 86 211 0 2984 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18148

[startup+6.30153 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 31736
/proc/meminfo: memFree=943768/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=16776 CPUtime=4.34
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 4047 0 0 0 432 2 0 0 25 0 1 0 278817335 17178624 4033 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 4194 4033 86 211 0 3980 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22132

[startup+12.7022 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 31736
/proc/meminfo: memFree=937256/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=23452 CPUtime=10.75
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 5725 0 0 0 1071 4 0 0 25 0 1 0 278817335 24014848 5678 1992294400 134512640 135377749 4294956400 18446744073709551615 134989301 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 5863 5678 86 211 0 5649 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28808

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 31736
/proc/meminfo: memFree=924656/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=35644 CPUtime=23.54
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 8845 0 0 0 2347 7 0 0 25 0 1 0 278817335 36499456 8700 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 8911 8700 86 211 0 8697 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 41000

[startup+51.102 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 31736
/proc/meminfo: memFree=922224/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=37788 CPUtime=49.12
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 9781 0 0 0 4905 7 0 0 25 0 1 0 278817335 38694912 9248 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 9447 9248 86 211 0 9233 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 43144

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 31736
/proc/meminfo: memFree=904112/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=56208 CPUtime=100.31
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 15242 0 0 0 10020 11 0 0 25 0 1 0 278817335 57556992 13726 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 14052 13726 86 211 0 13838 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 61564

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31736
/proc/meminfo: memFree=904112/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=56208 CPUtime=160.29
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 15250 0 0 0 16018 11 0 0 25 0 1 0 278817335 57556992 13734 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 14052 13734 86 211 0 13838 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 61564

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31736
/proc/meminfo: memFree=904112/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=56208 CPUtime=220.27
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 15256 0 0 0 22016 11 0 0 25 0 1 0 278817335 57556992 13740 1992294400 134512640 135377749 4294956400 18446744073709551615 134522815 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 14052 13740 86 211 0 13838 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 61564

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31736
/proc/meminfo: memFree=897712/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=62876 CPUtime=280.26
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 16907 0 0 0 28013 13 0 0 25 0 1 0 278817335 64385024 15391 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 15719 15391 86 211 0 15505 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 68232

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31736
/proc/meminfo: memFree=889648/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=70912 CPUtime=340.24
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 18923 0 0 0 34010 14 0 0 25 0 1 0 278817335 72613888 17374 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 17728 17374 86 211 0 17514 0

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

/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 9399.66
Current children cumulated vsize (KiB) 346932

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31752
/proc/meminfo: memFree=624112/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9457.71
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 945660 111 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 9459.64
Current children cumulated vsize (KiB) 346932

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31754
/proc/meminfo: memFree=623984/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9517.7
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 951658 112 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 9519.63
Current children cumulated vsize (KiB) 346932

[startup+9582.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 31754
/proc/meminfo: memFree=624048/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9577.68
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 957656 112 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 9579.61
Current children cumulated vsize (KiB) 346932

[startup+9642.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 31754
/proc/meminfo: memFree=624048/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9637.66
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 963654 112 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 9639.59
Current children cumulated vsize (KiB) 346932

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31754
/proc/meminfo: memFree=624112/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9697.65
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 969653 112 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 9699.58
Current children cumulated vsize (KiB) 346932

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31754
/proc/meminfo: memFree=624112/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9757.63
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 975651 112 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 9759.56
Current children cumulated vsize (KiB) 346932

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31754
/proc/meminfo: memFree=624112/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9817.61
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 981649 112 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 9819.54
Current children cumulated vsize (KiB) 346932

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31754
/proc/meminfo: memFree=624176/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9877.6
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 987648 112 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 9879.53
Current children cumulated vsize (KiB) 346932

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31754
/proc/meminfo: memFree=624176/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9937.58
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 993646 112 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 9939.51
Current children cumulated vsize (KiB) 346932

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31754
/proc/meminfo: memFree=624112/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9997.57
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 999645 112 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 9999.5
Current children cumulated vsize (KiB) 346932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31754
/proc/meminfo: memFree=624112/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9998.17
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 999705 112 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 346932

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

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

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31754
/proc/meminfo: memFree=624112/2055920 swapFree=4181340/4192956
[pid=31733] ppid=31731 vsize=5356 CPUtime=1.93
/proc/31733/stat : 31733 (rsat.sh) S 31731 31733 31696 0 -1 4194304 310 4094 0 0 0 0 190 3 16 0 1 0 278817140 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31733/statm: 1339 237 195 169 0 50 0
[pid=31736] ppid=31733 vsize=341576 CPUtime=9998.17
/proc/31736/stat : 31736 (rsat) R 31733 31733 31696 0 -1 4194304 114608 0 0 0 999705 112 0 0 25 0 1 0 278817335 349773824 83555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31736/statm: 85394 83555 86 211 0 85180 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 346932

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31733 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=906710
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=36994
# CPU time returned by wait4() is 1.9437
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10002.9
CPU time (s): 10000.1
CPU user time (s): 9998.95
CPU system time (s): 1.15
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 391248

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

runsolver used 11.9322 second user time and 24.4443 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-16 23:03:51
IDJOB=1825435
IDBENCH=71097
IDSOLVER=665
FILE ID=node12/1825435-1242507831
PBS_JOBID= 9307039
Free space on /tmp= 66152 MiB

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

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

MD5SUM BENCH= 74b3bf25aa16f613ee15d6b4b9bc9486
RANDOM SEED=1208707278

node12.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.213
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.213
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:        963976 kB
Buffers:         95244 kB
Cached:         897004 kB
SwapCached:       5448 kB
Active:          79848 kB
Inactive:       920172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        963976 kB
SwapTotal:     4192956 kB
SwapFree:      4181340 kB
Dirty:            4352 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            78048 kB
Committed_AS:  1121504 kB
PageTables:       1376 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= 66148 MiB
End job on node12 at 2009-05-17 01:50:36