Trace number 1592839

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: Rsat 2007-02-08? (TO) 1200.02 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_13_UNKNOWN.cnf
MD5SUM604e1311b2fcb3c933399ca7195c63f1
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 clauses133055
Sum of the clauses size396210
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23208
Number of clauses of size 3129824
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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  133055   396210 |   39916       0        0     nan |  0.000 % |
0.89/0.97	c |         0 |  132150   561686 |      --       0       --      -- |     --   | -905/165476
0.89/0.97	c ==============================================================================
0.89/0.97	c Result  :   #vars: 1298   #clauses: 132150   #literals: 561686
0.89/0.97	c CPU time:   0.943856 s
0.89/0.97	c ==============================================================================
1.09/1.18	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-1592839-1239230508/watcher-1592839-1239230508 -o /tmp/evaluation-result-1592839-1239230508/solver-1592839-1239230508 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1592839-1239230508.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.99 0.97 0.88 3/64 7045
/proc/meminfo: memFree=413088/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=0
/proc/7045/stat : 7045 (rsat.sh) R 7043 7045 6841 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 1195713298 5484544 234 1992294400 4194304 4889804 548682068832 18446744073709551615 208717539999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/7045/statm: 1339 234 194 169 0 50 0
[pid=7046] ppid=7045 vsize=1088 CPUtime=0
/proc/7046/stat : 7046 (SatElite) R 7045 7045 6841 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 1195713299 1114112 169 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/7046/statm: 272 169 49 128 0 141 0

[startup+0.0149899 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 7045
/proc/meminfo: memFree=413088/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=0
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195713298 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7045/statm: 1339 235 195 169 0 50 0
[pid=7046] ppid=7045 vsize=1944 CPUtime=0
/proc/7046/stat : 7046 (SatElite) R 7045 7045 6841 0 -1 4194304 384 0 0 0 0 0 0 0 19 0 1 0 1195713299 1990656 367 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/7046/statm: 486 367 49 128 0 355 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7300

[startup+0.102999 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 7045
/proc/meminfo: memFree=413088/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=0
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195713298 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7045/statm: 1339 235 195 169 0 50 0
[pid=7046] ppid=7045 vsize=10052 CPUtime=0.09
/proc/7046/stat : 7046 (SatElite) R 7045 7045 6841 0 -1 4194304 2302 0 0 0 8 1 0 0 19 0 1 0 1195713299 10293248 2285 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/7046/statm: 2513 2285 69 128 0 2382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15408

[startup+0.302028 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 7045
/proc/meminfo: memFree=413088/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=0
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195713298 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7045/statm: 1339 235 195 169 0 50 0
[pid=7046] ppid=7045 vsize=12828 CPUtime=0.29
/proc/7046/stat : 7046 (SatElite) R 7045 7045 6841 0 -1 4194304 2988 0 0 0 27 2 0 0 21 0 1 0 1195713299 13135872 2971 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 0 0 0
/proc/7046/statm: 3207 2971 69 128 0 3076 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18184

[startup+0.701062 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 7045
/proc/meminfo: memFree=413088/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=0
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195713298 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7045/statm: 1339 235 195 169 0 50 0
[pid=7046] ppid=7045 vsize=15668 CPUtime=0.69
/proc/7046/stat : 7046 (SatElite) R 7045 7045 6841 0 -1 4194304 3433 0 0 0 67 2 0 0 25 0 1 0 1195713299 16044032 3416 1992294400 134512640 135038345 4294956288 18446744073709551615 134574704 0 0 4096 3 0 0 0 17 0 0 0
/proc/7046/statm: 3917 3416 69 128 0 3786 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21024

[startup+1.50116 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 7047
/proc/meminfo: memFree=399504/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 5356

[startup+3.10133 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 7048
/proc/meminfo: memFree=399760/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=12648 CPUtime=1.91
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 2990 0 0 0 190 1 0 0 25 0 1 0 1195713416 12951552 2976 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7048/statm: 3162 2976 86 211 0 2948 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18004

[startup+6.30167 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 7048
/proc/meminfo: memFree=394064/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=17420 CPUtime=5.1
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 4197 0 0 0 508 2 0 0 25 0 1 0 1195713416 17838080 4150 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7048/statm: 4355 4150 86 211 0 4141 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 22776

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 7048
/proc/meminfo: memFree=388112/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=22972 CPUtime=11.48
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 5613 0 0 0 1145 3 0 0 25 0 1 0 1195713416 23523328 5566 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 5743 5566 86 211 0 5529 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 28328

[startup+25.5027 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 7048
/proc/meminfo: memFree=381080/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=29520 CPUtime=24.27
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 7688 0 0 0 2422 5 0 0 25 0 1 0 1195713416 30228480 7155 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 7380 7155 86 211 0 7166 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 34876

[startup+51.1024 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 7048
/proc/meminfo: memFree=376600/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=34296 CPUtime=49.87
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 8916 0 0 0 4980 7 0 0 25 0 1 0 1195713416 35119104 8383 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 8574 8383 86 211 0 8360 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 39652

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 7048
/proc/meminfo: memFree=367128/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=44312 CPUtime=101.04
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 12211 0 0 0 10094 10 0 0 25 0 1 0 1195713416 45375488 10712 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 11078 10712 86 211 0 10864 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 49668

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 7048
/proc/meminfo: memFree=354264/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=56556 CPUtime=161
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 16138 0 0 0 16088 12 0 0 25 0 1 0 1195713416 57913344 13867 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 14139 13867 86 211 0 13925 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 61912

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 7048
/proc/meminfo: memFree=354264/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=56556 CPUtime=220.98
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 16147 0 0 0 22086 12 0 0 25 0 1 0 1195713416 57913344 13876 1992294400 134512640 135377749 4294956400 18446744073709551615 134522891 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 14139 13876 86 211 0 13925 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 61912

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=341528/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=69440 CPUtime=280.96
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 19402 0 0 0 28080 16 0 0 25 0 1 0 1195713416 71106560 17131 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 17360 17131 86 211 0 17146 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 74796

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=327960/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=84220 CPUtime=340.93
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 23148 0 0 0 34073 20 0 0 25 0 1 0 1195713416 86241280 20458 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 21055 20458 86 211 0 20841 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 89576


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

/proc/7048/statm: 21307 20798 86 211 0 21093 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 90584

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=318680/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=93336 CPUtime=580.82
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 27153 0 0 0 58060 22 0 0 25 0 1 0 1195713416 95576064 22814 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 23334 22814 86 211 0 23120 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 98692

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=301656/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=109916 CPUtime=640.81
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 31378 0 0 0 64055 26 0 0 25 0 1 0 1195713416 112553984 27006 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 27479 27006 86 211 0 27265 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 115272

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=292248/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=118484 CPUtime=700.78
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 35743 0 0 0 70048 30 0 0 25 0 1 0 1195713416 121327616 29308 1992294400 134512640 135377749 4294956400 18446744073709551615 134523165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 29621 29308 86 211 0 29407 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 123840

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=292184/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=118484 CPUtime=760.76
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 35743 0 0 0 76046 30 0 0 25 0 1 0 1195713416 121327616 29308 1992294400 134512640 135377749 4294956400 18446744073709551615 134522855 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 29621 29308 86 211 0 29407 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 123840

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=292184/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=118484 CPUtime=820.74
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 35743 0 0 0 82044 30 0 0 25 0 1 0 1195713416 121327616 29308 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 29621 29308 86 211 0 29407 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 123840

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=292184/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=118484 CPUtime=880.71
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 35743 0 0 0 88041 30 0 0 25 0 1 0 1195713416 121327616 29308 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 29621 29308 86 211 0 29407 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 123840

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=292184/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=118484 CPUtime=940.69
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 35743 0 0 0 94039 30 0 0 25 0 1 0 1195713416 121327616 29308 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 29621 29308 86 211 0 29407 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 123840

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=292248/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=118484 CPUtime=1000.66
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 35752 0 0 0 100036 30 0 0 25 0 1 0 1195713416 121327616 29317 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 29621 29317 86 211 0 29407 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 123840

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=292184/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=118484 CPUtime=1060.63
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 35752 0 0 0 106033 30 0 0 25 0 1 0 1195713416 121327616 29317 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 29621 29317 86 211 0 29407 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 123840

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7050
/proc/meminfo: memFree=292184/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=118484 CPUtime=1120.59
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 35758 0 0 0 112029 30 0 0 25 0 1 0 1195713416 121327616 29323 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 29621 29323 86 211 0 29407 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 123840

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7056
/proc/meminfo: memFree=291928/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=118484 CPUtime=1180.57
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 35758 0 0 0 118027 30 0 0 25 0 1 0 1195713416 121327616 29323 1992294400 134512640 135377749 4294956400 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 29621 29323 86 211 0 29407 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 123840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 7056
/proc/meminfo: memFree=291928/2055920 swapFree=4177868/4192956
[pid=7045] ppid=7043 vsize=5356 CPUtime=1.16
/proc/7045/stat : 7045 (rsat.sh) S 7043 7045 6841 0 -1 4194304 310 3436 0 0 0 0 113 3 16 0 1 0 1195713298 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7045/statm: 1339 237 195 169 0 50 0
[pid=7048] ppid=7045 vsize=118484 CPUtime=1198.86
/proc/7048/stat : 7048 (rsat) R 7045 7045 6841 0 -1 4194304 35758 0 0 0 119856 30 0 0 25 0 1 0 1195713416 121327616 29323 1992294400 134512640 135377749 4294956400 18446744073709551615 134522902 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7048/statm: 29621 29323 86 211 0 29407 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 123840

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

Real time (s): 1200.61
CPU time (s): 1200.02
CPU user time (s): 1199.69
CPU system time (s): 0.33
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 132752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.13983
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= 3746
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= 12

runsolver used 1.01585 second user time and 3.36249 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-09 00:41:48
IDJOB=1592839
IDBENCH=71100
IDSOLVER=560
FILE ID=node47/1592839-1239230508
PBS_JOBID= 9113607
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= 604e1311b2fcb3c933399ca7195c63f1
RANDOM SEED=1846073646

node47.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.216
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.216
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:        413640 kB
Buffers:         76892 kB
Cached:        1486668 kB
SwapCached:       8940 kB
Active:          69724 kB
Inactive:      1504280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        413640 kB
SwapTotal:     4192956 kB
SwapFree:      4177868 kB
Dirty:            4084 kB
Writeback:           0 kB
Mapped:          16108 kB
Slab:            54244 kB
Committed_AS:  3768692 kB
PageTables:       1452 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= 66448 MiB
End job on node47 at 2009-04-09 01:01:51