Trace number 1592791

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.03 1200.41

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.09/0.10	c ==============================================================================
0.09/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.10	c ==============================================================================
0.09/0.10	c |         0 |  144294   429916 |   43288       0        0     nan |  0.000 % |
1.39/1.46	c |         0 |  143366   620643 |      --       0       --      -- |     --   | -928/190727
1.39/1.46	c ==============================================================================
1.39/1.46	c Result  :   #vars: 1298   #clauses: 143366   #literals: 620643
1.39/1.46	c CPU time:   1.43278 s
1.39/1.46	c ==============================================================================
1.69/1.70	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-1592791-1239228122/watcher-1592791-1239228122 -o /tmp/evaluation-result-1592791-1239228122/solver-1592791-1239228122 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1592791-1239228122.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: 0.00 0.00 0.00 3/69 29485
/proc/meminfo: memFree=1605024/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=0
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195475334 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 235 195 169 0 50 0
[pid=29486] ppid=29485 vsize=1088 CPUtime=0
/proc/29486/stat : 29486 (SatElite) R 29485 29485 29448 0 -1 4194304 174 0 0 0 0 0 0 0 20 0 1 0 1195475334 1114112 157 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/29486/statm: 272 159 49 128 0 141 0

[startup+0.0999031 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 29485
/proc/meminfo: memFree=1605024/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=0
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195475334 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 235 195 169 0 50 0
[pid=29486] ppid=29485 vsize=9628 CPUtime=0.09
/proc/29486/stat : 29486 (SatElite) R 29485 29485 29448 0 -1 4194304 2182 0 0 0 8 1 0 0 20 0 1 0 1195475334 9859072 2165 1992294400 134512640 135038345 4294956288 18446744073709551615 134545915 0 0 4096 3 0 0 0 17 1 0 0
/proc/29486/statm: 2407 2165 49 128 0 2276 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14984

[startup+0.101902 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 29485
/proc/meminfo: memFree=1605024/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=0
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195475334 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 235 195 169 0 50 0
[pid=29486] ppid=29485 vsize=9628 CPUtime=0.09
/proc/29486/stat : 29486 (SatElite) R 29485 29485 29448 0 -1 4194304 2182 0 0 0 8 1 0 0 20 0 1 0 1195475334 9859072 2165 1992294400 134512640 135038345 4294956288 18446744073709551615 134545847 0 0 4096 3 0 0 0 17 1 0 0
/proc/29486/statm: 2407 2165 49 128 0 2276 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14984

[startup+0.301922 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 29485
/proc/meminfo: memFree=1605024/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=0
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195475334 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 235 195 169 0 50 0
[pid=29486] ppid=29485 vsize=13300 CPUtime=0.28
/proc/29486/stat : 29486 (SatElite) R 29485 29485 29448 0 -1 4194304 3114 0 0 0 27 1 0 0 21 0 1 0 1195475334 13619200 3097 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/29486/statm: 3325 3098 69 128 0 3194 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18656

[startup+0.701963 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 29485
/proc/meminfo: memFree=1605024/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=0
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195475334 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 235 195 169 0 50 0
[pid=29486] ppid=29485 vsize=16724 CPUtime=0.69
/proc/29486/stat : 29486 (SatElite) R 29485 29485 29448 0 -1 4194304 3734 0 0 0 67 2 0 0 25 0 1 0 1195475334 17125376 3717 1992294400 134512640 135038345 4294956288 18446744073709551615 134574367 0 0 4096 3 0 0 0 17 1 0 0
/proc/29486/statm: 4181 3717 69 128 0 4050 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22080

[startup+1.50104 s]
/proc/loadavg: 0.00 0.00 0.00 2/71 29487
/proc/meminfo: memFree=1589392/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=0
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195475334 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 235 195 169 0 50 0
[pid=29486] ppid=29485 vsize=14704 CPUtime=1.48
/proc/29486/stat : 29486 (SatElite) R 29485 29485 29448 0 -1 4194304 3735 0 0 0 146 2 0 0 25 0 1 0 1195475334 15056896 3438 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/29486/statm: 3676 3438 69 128 0 3545 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20060

[startup+3.10121 s]
/proc/loadavg: 0.08 0.02 0.01 2/71 29488
/proc/meminfo: memFree=1591760/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=11576 CPUtime=1.38
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 2742 0 0 0 137 1 0 0 25 0 1 0 1195475504 11853824 2728 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 2894 2728 86 211 0 2680 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16932

[startup+6.30153 s]
/proc/loadavg: 0.08 0.02 0.01 2/71 29488
/proc/meminfo: memFree=1587088/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=15312 CPUtime=4.58
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 3686 0 0 0 456 2 0 0 25 0 1 0 1195475504 15679488 3672 1992294400 134512640 135377749 4294956400 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 3828 3672 86 211 0 3614 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20668

[startup+12.7022 s]
/proc/loadavg: 0.22 0.05 0.02 2/71 29488
/proc/meminfo: memFree=1582416/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=20108 CPUtime=10.98
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 4849 0 0 0 1095 3 0 0 25 0 1 0 1195475504 20590592 4835 1992294400 134512640 135377749 4294956400 18446744073709551615 134522902 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 5027 4835 86 211 0 4813 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25464

[startup+25.5015 s]
/proc/loadavg: 0.34 0.08 0.02 2/71 29488
/proc/meminfo: memFree=1574800/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=27472 CPUtime=23.78
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 6725 0 0 0 2373 5 0 0 25 0 1 0 1195475504 28131328 6613 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 6868 6613 86 211 0 6654 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32828

[startup+51.1011 s]
/proc/loadavg: 0.56 0.15 0.05 2/71 29488
/proc/meminfo: memFree=1569424/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=32556 CPUtime=49.36
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 8394 0 0 0 4930 6 0 0 25 0 1 0 1195475504 33337344 7894 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 8139 7894 86 211 0 7925 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 37912

[startup+102.305 s]
/proc/loadavg: 0.82 0.29 0.10 2/71 29488
/proc/meminfo: memFree=1565008/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=37068 CPUtime=100.55
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 9538 0 0 0 10047 8 0 0 25 0 1 0 1195475504 37957632 9038 1992294400 134512640 135377749 4294956400 18446744073709551615 134522879 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 9267 9038 86 211 0 9053 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 42424

[startup+162.301 s]
/proc/loadavg: 0.93 0.42 0.15 2/71 29488
/proc/meminfo: memFree=1557072/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=45332 CPUtime=160.53
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 12484 0 0 0 16043 10 0 0 25 0 1 0 1195475504 46419968 10981 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 11333 10981 86 211 0 11119 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 50688

[startup+222.302 s]
/proc/loadavg: 0.97 0.52 0.20 2/71 29488
/proc/meminfo: memFree=1556368/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=46252 CPUtime=220.51
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 12684 0 0 0 22041 10 0 0 25 0 1 0 1195475504 47362048 11181 1992294400 134512640 135377749 4294956400 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 11563 11181 86 211 0 11349 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 51608

[startup+282.302 s]
/proc/loadavg: 0.99 0.61 0.25 2/71 29488
/proc/meminfo: memFree=1555984/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=47152 CPUtime=280.49
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 12920 0 0 0 28039 10 0 0 25 0 1 0 1195475504 48283648 11285 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 11788 11285 86 211 0 11574 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 52508

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.30 2/71 29488
/proc/meminfo: memFree=1552336/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=50752 CPUtime=340.48
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 13822 0 0 0 34037 11 0 0 25 0 1 0 1195475504 51970048 12187 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 12688 12187 86 211 0 12474 0

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

/proc/29488/statm: 15220 14756 86 211 0 15006 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 66236

[startup+582.301 s]
/proc/loadavg: 0.99 0.85 0.45 2/71 29488
/proc/meminfo: memFree=1540432/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=61336 CPUtime=580.41
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 17759 0 0 0 58025 16 0 0 25 0 1 0 1195475504 62808064 15081 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 15334 15081 86 211 0 15120 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 66692

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.48 2/71 29488
/proc/meminfo: memFree=1540432/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=61336 CPUtime=640.4
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 17766 0 0 0 64024 16 0 0 25 0 1 0 1195475504 62808064 15088 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 15334 15088 86 211 0 15120 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 66692

[startup+702.301 s]
/proc/loadavg: 0.99 0.89 0.51 2/71 29488
/proc/meminfo: memFree=1536656/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=65292 CPUtime=700.38
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 18751 0 0 0 70021 17 0 0 25 0 1 0 1195475504 66859008 16073 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 16323 16073 86 211 0 16109 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 70648

[startup+762.306 s]
/proc/loadavg: 0.99 0.91 0.54 2/71 29488
/proc/meminfo: memFree=1528336/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=73420 CPUtime=760.37
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 20799 0 0 0 76018 19 0 0 25 0 1 0 1195475504 75182080 18121 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 18355 18121 86 211 0 18141 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 78776

[startup+822.302 s]
/proc/loadavg: 0.99 0.92 0.56 2/71 29488
/proc/meminfo: memFree=1518544/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=84904 CPUtime=820.34
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 23669 0 0 0 82012 22 0 0 25 0 1 0 1195475504 86941696 20605 1992294400 134512640 135377749 4294956400 18446744073709551615 134522897 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 21226 20605 86 211 0 21012 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 90260

[startup+882.302 s]
/proc/loadavg: 0.99 0.93 0.58 2/71 29488
/proc/meminfo: memFree=1512592/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=91152 CPUtime=880.33
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 25309 0 0 0 88009 24 0 0 25 0 1 0 1195475504 93339648 22025 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 22788 22025 86 211 0 22574 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 96508

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/71 29488
/proc/meminfo: memFree=1513360/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=89064 CPUtime=940.31
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 27194 0 0 0 94006 25 0 0 25 0 1 0 1195475504 91201536 21786 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 22266 21786 86 211 0 22052 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 94420

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/71 29488
/proc/meminfo: memFree=1513360/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=89064 CPUtime=1000.29
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 27194 0 0 0 100004 25 0 0 25 0 1 0 1195475504 91201536 21786 1992294400 134512640 135377749 4294956400 18446744073709551615 134522902 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 22266 21786 86 211 0 22052 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 94420

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/71 29488
/proc/meminfo: memFree=1513360/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=89064 CPUtime=1060.27
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 27194 0 0 0 106002 25 0 0 25 0 1 0 1195475504 91201536 21786 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 22266 21786 86 211 0 22052 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 94420

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/71 29488
/proc/meminfo: memFree=1513360/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=89064 CPUtime=1120.26
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 27199 0 0 0 112000 26 0 0 25 0 1 0 1195475504 91201536 21791 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 22266 21791 86 211 0 22052 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 94420

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 3/71 29488
/proc/meminfo: memFree=1513488/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=89064 CPUtime=1180.25
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 27199 0 0 0 117999 26 0 0 25 0 1 0 1195475504 91201536 21791 1992294400 134512640 135377749 4294956400 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 22266 21791 86 211 0 22052 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 94420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.69 2/71 29488
/proc/meminfo: memFree=1513488/2055920 swapFree=4171232/4192956
[pid=29485] ppid=29483 vsize=5356 CPUtime=1.69
/proc/29485/stat : 29485 (rsat.sh) S 29483 29485 29448 0 -1 4194304 310 3736 0 0 0 0 166 3 16 0 1 0 1195475334 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29485/statm: 1339 237 195 169 0 50 0
[pid=29488] ppid=29485 vsize=89064 CPUtime=1198.34
/proc/29488/stat : 29488 (rsat) R 29485 29485 29448 0 -1 4194304 27199 0 0 0 119808 26 0 0 25 0 1 0 1195475504 91201536 21791 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29488/statm: 22266 21791 86 211 0 22052 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 94420

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 29485 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=662747
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=39993
# CPU time returned by wait4() is 1.70274
# while last known CPU time is 1200.03
#
# 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.03
CPU user time (s): 1199.74
CPU system time (s): 0.29
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 103704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.66275
system time used= 0.039993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 6
involuntary context switches= 3

runsolver used 1.13683 second user time and 3.24051 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-09 00:02:02
IDJOB=1592791
IDBENCH=71076
IDSOLVER=560
FILE ID=node44/1592791-1239228122
PBS_JOBID= 9113609
Free space on /tmp= 66472 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-1592791-1239228122/watcher-1592791-1239228122 -o /tmp/evaluation-result-1592791-1239228122/solver-1592791-1239228122 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1592791-1239228122.cnf            

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

MD5SUM BENCH= 57b85ec7870f670f13b00667a6315c05
RANDOM SEED=1167978677

node44.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1605440 kB
Buffers:         31912 kB
Cached:         348092 kB
SwapCached:      11268 kB
Active:          56800 kB
Inactive:       335816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605440 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            4012 kB
Writeback:           0 kB
Mapped:          18036 kB
Slab:            43268 kB
Committed_AS:  3375972 kB
PageTables:       1796 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= 66464 MiB
End job on node44 at 2009-04-09 00:22:04