Trace number 1825405

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 10004.2

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_13_UNKNOWN.cnf
MD5SUM57b85ec7870f670f13b00667a6315c05
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 variables2058
Number of clauses144294
Sum of the clauses size429916
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23219
Number of clauses of size 3141052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  144294   429916 |   43288       0        0     nan |  0.000 % |
1.29/1.37	c |         0 |  143366   620643 |      --       0       --      -- |     --   | -928/190727
1.29/1.37	c ==============================================================================
1.29/1.37	c Result  :   #vars: 1298   #clauses: 143366   #literals: 620643
1.29/1.37	c CPU time:   1.35779 s
1.29/1.37	c ==============================================================================
1.59/1.60	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-1825405-1242504533/watcher-1825405-1242504533 -o /tmp/evaluation-result-1825405-1242504533/solver-1825405-1242504533 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825405-1242504533.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: 1.01 1.00 1.00 3/65 31636
/proc/meminfo: memFree=1577360/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278482395 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 235 195 169 0 50 0
[pid=31637] ppid=31636 vsize=1088 CPUtime=0
/proc/31637/stat : 31637 (SatElite) R 31636 31636 31541 0 -1 4194304 181 0 0 0 0 0 0 0 19 0 1 0 278482395 1114112 164 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/31637/statm: 272 165 49 128 0 141 0

[startup+0.015632 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 31636
/proc/meminfo: memFree=1577360/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278482395 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 235 195 169 0 50 0
[pid=31637] ppid=31636 vsize=1940 CPUtime=0
/proc/31637/stat : 31637 (SatElite) R 31636 31636 31541 0 -1 4194304 391 0 0 0 0 0 0 0 19 0 1 0 278482395 1986560 374 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/31637/statm: 485 374 49 128 0 354 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7296

[startup+0.101641 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 31636
/proc/meminfo: memFree=1577360/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278482395 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 235 195 169 0 50 0
[pid=31637] ppid=31636 vsize=9632 CPUtime=0.09
/proc/31637/stat : 31637 (SatElite) R 31636 31636 31541 0 -1 4194304 2204 0 0 0 9 0 0 0 19 0 1 0 278482395 9863168 2187 1992294400 134512640 135038345 4294956288 18446744073709551615 134566432 0 0 4096 3 0 0 0 17 0 0 0
/proc/31637/statm: 2408 2187 65 128 0 2277 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14988

[startup+0.301662 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 31636
/proc/meminfo: memFree=1577360/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278482395 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 235 195 169 0 50 0
[pid=31637] ppid=31636 vsize=13432 CPUtime=0.29
/proc/31637/stat : 31637 (SatElite) R 31636 31636 31541 0 -1 4194304 3144 0 0 0 28 1 0 0 21 0 1 0 278482395 13754368 3127 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/31637/statm: 3358 3127 69 128 0 3227 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18788

[startup+0.701708 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 31636
/proc/meminfo: memFree=1577360/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278482395 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 235 195 169 0 50 0
[pid=31637] ppid=31636 vsize=16724 CPUtime=0.69
/proc/31637/stat : 31637 (SatElite) R 31636 31636 31541 0 -1 4194304 3734 0 0 0 68 1 0 0 25 0 1 0 278482395 17125376 3717 1992294400 134512640 135038345 4294956288 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 0 0 0
/proc/31637/statm: 4181 3717 69 128 0 4050 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22080

[startup+1.5018 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 31638
/proc/meminfo: memFree=1561856/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278482395 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 235 195 169 0 50 0
[pid=31637] ppid=31636 vsize=14704 CPUtime=1.49
/proc/31637/stat : 31637 (SatElite) R 31636 31636 31541 0 -1 4194304 3735 0 0 0 147 2 0 0 25 0 1 0 278482395 15056896 3438 1992294400 134512640 135038345 4294956288 18446744073709551615 134666342 0 0 4096 3 0 0 0 17 0 0 0
/proc/31637/statm: 3676 3438 69 128 0 3545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20060

[startup+3.10198 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 31639
/proc/meminfo: memFree=1564096/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=11832 CPUtime=1.48
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 2801 0 0 0 147 1 0 0 25 0 1 0 278482556 12115968 2787 1992294400 134512640 135377749 4294956400 18446744073709551615 134522807 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31639/statm: 2958 2787 86 211 0 2744 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 17188

[startup+6.30133 s]
/proc/loadavg: 1.09 1.02 1.01 2/67 31639
/proc/meminfo: memFree=1559424/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=15580 CPUtime=4.67
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 3744 0 0 0 465 2 0 0 25 0 1 0 278482556 15953920 3730 1992294400 134512640 135377749 4294956400 18446744073709551615 134522902 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 3895 3730 86 211 0 3681 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 20936

[startup+12.701 s]
/proc/loadavg: 1.08 1.02 1.00 2/67 31639
/proc/meminfo: memFree=1554568/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=20368 CPUtime=11.07
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 4920 0 0 0 1104 3 0 0 25 0 1 0 278482556 20856832 4906 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 5092 4906 86 211 0 4878 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 25724

[startup+25.5015 s]
/proc/loadavg: 1.06 1.01 1.00 2/67 31639
/proc/meminfo: memFree=1547080/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=27860 CPUtime=23.87
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 6832 0 0 0 2381 6 0 0 25 0 1 0 278482556 28528640 6720 1992294400 134512640 135377749 4294956400 18446744073709551615 134526251 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 6965 6720 86 211 0 6751 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 33216

[startup+51.1013 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 31639
/proc/meminfo: memFree=1542152/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=32556 CPUtime=49.44
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 8394 0 0 0 4937 7 0 0 25 0 1 0 278482556 33337344 7894 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 8139 7894 86 211 0 7925 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 37912

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 31639
/proc/meminfo: memFree=1537160/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=37592 CPUtime=100.63
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 9676 0 0 0 10054 9 0 0 25 0 1 0 278482556 38494208 9176 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 9398 9176 86 211 0 9184 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 42948

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31639
/proc/meminfo: memFree=1529736/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=45332 CPUtime=160.58
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 12484 0 0 0 16047 11 0 0 25 0 1 0 278482556 46419968 10981 1992294400 134512640 135377749 4294956400 18446744073709551615 134529887 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 11333 10981 86 211 0 11119 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 50688

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31639
/proc/meminfo: memFree=1529096/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=46252 CPUtime=220.54
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 12685 0 0 0 22043 11 0 0 25 0 1 0 278482556 47362048 11182 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 11563 11182 86 211 0 11349 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 51608

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31639
/proc/meminfo: memFree=1528008/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=47920 CPUtime=280.52
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 13097 0 0 0 28040 12 0 0 25 0 1 0 278482556 49070080 11462 1992294400 134512640 135377749 4294956400 18446744073709551615 134522879 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 11980 11462 86 211 0 11766 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 53276

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31639
/proc/meminfo: memFree=1524424/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=51392 CPUtime=340.5
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 13982 0 0 0 34037 13 0 0 25 0 1 0 278482556 52625408 12347 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 12848 12347 86 211 0 12634 0

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

/proc/31639/statm: 67667 65735 86 211 0 67453 0
Current children cumulated CPU time (s) 9338.31
Current children cumulated vsize (KiB) 276024

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307912/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9396.7
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95990 0 0 0 939579 91 0 0 25 0 1 0 278482556 277164032 65735 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65735 86 211 0 67453 0
Current children cumulated CPU time (s) 9398.29
Current children cumulated vsize (KiB) 276024

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307912/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9456.68
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95990 0 0 0 945577 91 0 0 25 0 1 0 278482556 277164032 65735 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65735 86 211 0 67453 0
Current children cumulated CPU time (s) 9458.27
Current children cumulated vsize (KiB) 276024

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307912/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9516.67
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95990 0 0 0 951576 91 0 0 25 0 1 0 278482556 277164032 65735 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65735 86 211 0 67453 0
Current children cumulated CPU time (s) 9518.26
Current children cumulated vsize (KiB) 276024

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307848/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9576.65
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95990 0 0 0 957574 91 0 0 25 0 1 0 278482556 277164032 65735 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65735 86 211 0 67453 0
Current children cumulated CPU time (s) 9578.24
Current children cumulated vsize (KiB) 276024

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307912/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9636.63
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95990 0 0 0 963572 91 0 0 25 0 1 0 278482556 277164032 65735 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65735 86 211 0 67453 0
Current children cumulated CPU time (s) 9638.22
Current children cumulated vsize (KiB) 276024

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307848/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9696.61
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95990 0 0 0 969570 91 0 0 25 0 1 0 278482556 277164032 65735 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65735 86 211 0 67453 0
Current children cumulated CPU time (s) 9698.2
Current children cumulated vsize (KiB) 276024

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307784/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9756.59
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95990 0 0 0 975568 91 0 0 25 0 1 0 278482556 277164032 65735 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65735 86 211 0 67453 0
Current children cumulated CPU time (s) 9758.18
Current children cumulated vsize (KiB) 276024

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307784/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9816.57
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95990 0 0 0 981566 91 0 0 25 0 1 0 278482556 277164032 65735 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65735 86 211 0 67453 0
Current children cumulated CPU time (s) 9818.16
Current children cumulated vsize (KiB) 276024

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307848/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9876.56
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95990 0 0 0 987565 91 0 0 25 0 1 0 278482556 277164032 65735 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65735 86 211 0 67453 0
Current children cumulated CPU time (s) 9878.15
Current children cumulated vsize (KiB) 276024

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307848/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9936.54
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95990 0 0 0 993563 91 0 0 25 0 1 0 278482556 277164032 65735 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65735 86 211 0 67453 0
Current children cumulated CPU time (s) 9938.13
Current children cumulated vsize (KiB) 276024

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307848/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9996.52
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95994 0 0 0 999561 91 0 0 25 0 1 0 278482556 277164032 65739 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65739 86 211 0 67453 0
Current children cumulated CPU time (s) 9998.11
Current children cumulated vsize (KiB) 276024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31657
/proc/meminfo: memFree=1307848/2055920 swapFree=4181568/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=1.59
/proc/31636/stat : 31636 (rsat.sh) S 31634 31636 31541 0 -1 4194304 310 3736 0 0 0 0 157 2 19 0 1 0 278482395 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 195 169 0 50 0
[pid=31639] ppid=31636 vsize=270668 CPUtime=9998.42
/proc/31639/stat : 31639 (rsat) R 31636 31636 31541 0 -1 4194304 95994 0 0 0 999751 91 0 0 25 0 1 0 278482556 277164032 65739 1992294400 134512640 135377749 4294956400 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31639/statm: 67667 65739 86 211 0 67453 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 276024

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

Real time (s): 10004.2
CPU time (s): 10000
CPU user time (s): 9999.08
CPU system time (s): 0.93
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 312800

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

runsolver used 10.1215 second user time and 26.261 second system time

The end

Launcher Data

Begin job on node91 at 2009-05-16 22:08:54
IDJOB=1825405
IDBENCH=71076
IDSOLVER=665
FILE ID=node91/1825405-1242504533
PBS_JOBID= 9307015
Free space on /tmp= 66156 MiB

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

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

MD5SUM BENCH= 57b85ec7870f670f13b00667a6315c05
RANDOM SEED=627345357

node91.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.241
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.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1577912 kB
Buffers:         53316 kB
Cached:         335724 kB
SwapCached:       4952 kB
Active:          27748 kB
Inactive:       369988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577912 kB
SwapTotal:     4192956 kB
SwapFree:      4181568 kB
Dirty:            4424 kB
Writeback:           0 kB
Mapped:          15124 kB
Slab:            66108 kB
Committed_AS:   886452 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66152 MiB
End job on node91 at 2009-05-17 00:55:40