Trace number 1537709

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
Rsat 2009-03-22? (TO) 1200.04 1200.41

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S452919966-071.cnf
MD5SUM5584bb498091ab0373fd0be3ad8dc940
Bench CategoryRANDOM (random 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 variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   17000   119000 |    5100       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 200   #clauses: 17000   #literals: 119000
0.00/0.02	c CPU time:   0.017997 s
0.00/0.02	c ==============================================================================
0.00/0.06	c Rsat version 3.02
0.00/0.08	c Base unit clause learned: 0

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1537709-1238425908/watcher-1537709-1238425908 -o /tmp/evaluation-result-1537709-1238425908/solver-1537709-1238425908 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1537709-1238425908.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9983
/proc/meminfo: memFree=1583224/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 290 0 0 0 0 0 0 0 20 0 1 0 1115257809 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 240 199 169 0 50 0
[pid=9984] ppid=9983 vsize=1120 CPUtime=0
/proc/9984/stat : 9984 (SatElite) R 9983 9983 9537 0 -1 4194304 130 0 0 0 0 0 0 0 23 0 1 0 1115257809 1146880 113 1992294400 4194304 4959918 548682068672 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/9984/statm: 280 116 64 186 0 90 0

[startup+0.084382 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9983
/proc/meminfo: memFree=1583224/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.101384 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9983
/proc/meminfo: memFree=1583224/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.301409 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9983
/proc/meminfo: memFree=1583224/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.701458 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9983
/proc/meminfo: memFree=1583224/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+1.50154 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1578344/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=6296 CPUtime=1.42
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 1267 0 0 0 142 0 0 0 25 0 1 0 1115257815 6447104 1119 1992294400 4194304 5460562 548682068784 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 1574 1119 118 309 0 1261 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11652

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1577960/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=6660 CPUtime=3.02
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 1521 0 0 0 302 0 0 0 25 0 1 0 1115257815 6819840 1213 1992294400 4194304 5460562 548682068784 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 1665 1213 118 309 0 1352 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12016

[startup+6.30111 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1577000/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=7596 CPUtime=6.22
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 2374 0 0 0 621 1 0 0 25 0 1 0 1115257815 7778304 1421 1992294400 4194304 5460562 548682068784 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 1899 1421 118 309 0 1586 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12952

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1575656/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=9272 CPUtime=12.62
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 3580 0 0 0 1260 2 0 0 25 0 1 0 1115257815 9494528 1858 1992294400 4194304 5460562 548682068784 18446744073709551615 4212998 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 2318 1858 118 309 0 2005 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14628

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1573480/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=11216 CPUtime=25.41
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 5840 0 0 0 2538 3 0 0 25 0 1 0 1115257815 11485184 2288 1992294400 4194304 5460562 548682068784 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 2804 2288 118 309 0 2491 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 16572

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1570408/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=14096 CPUtime=51
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 8854 0 0 0 5096 4 0 0 25 0 1 0 1115257815 14434304 3062 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 3524 3062 118 309 0 3211 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 19452

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1566248/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=18592 CPUtime=102.19
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 14132 0 0 0 10212 7 0 0 25 0 1 0 1115257815 19038208 4110 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 4648 4110 118 309 0 4335 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23948

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1562280/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=22336 CPUtime=162.18
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 17992 0 0 0 16209 9 0 0 25 0 1 0 1115257815 22872064 5090 1992294400 4194304 5460562 548682068784 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 5584 5090 118 309 0 5271 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 27692

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1559208/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=25248 CPUtime=222.16
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 20676 0 0 0 22205 11 0 0 25 0 1 0 1115257815 25853952 5854 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 6312 5854 118 309 0 5999 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 30604

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1556520/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=28816 CPUtime=282.14
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 24614 0 0 0 28201 13 0 0 25 0 1 0 1115257815 29507584 6522 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 7204 6522 118 309 0 6891 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 34172

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1554472/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=30892 CPUtime=342.12
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 27139 0 0 0 34198 14 0 0 25 0 1 0 1115257815 31633408 7063 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 7723 7063 118 309 0 7410 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 36248

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1551784/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=33892 CPUtime=402.11
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 30902 0 0 0 40195 16 0 0 25 0 1 0 1115257815 34705408 7850 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 8473 7850 118 309 0 8160 0

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

/proc/9986/statm: 9313 8735 118 309 0 9000 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 42608

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1546408/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=38464 CPUtime=582.06
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 36074 0 0 0 58186 20 0 0 25 0 1 0 1115257815 39387136 9054 1992294400 4194304 5460562 548682068784 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 9616 9054 118 309 0 9303 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 43820

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1545000/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=39808 CPUtime=642.05
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 37420 0 0 0 64184 21 0 0 25 0 1 0 1115257815 40763392 9408 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 9952 9408 118 309 0 9639 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 45164

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1541992/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=42612 CPUtime=702.03
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 40133 0 0 0 70180 23 0 0 25 0 1 0 1115257815 43634688 10137 1992294400 4194304 5460562 548682068784 18446744073709551615 4225828 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 10653 10137 118 309 0 10340 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 47968

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1540456/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=44120 CPUtime=762.01
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 41518 0 0 0 76178 23 0 0 25 0 1 0 1115257815 45178880 10530 1992294400 4194304 5460562 548682068784 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 11030 10530 118 309 0 10717 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 49476

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1538792/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=45700 CPUtime=821.99
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 42919 0 0 0 82175 24 0 0 25 0 1 0 1115257815 46796800 10939 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 11425 10939 118 309 0 11112 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 51056

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1538856/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=45700 CPUtime=881.97
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 42928 0 0 0 88173 24 0 0 25 0 1 0 1115257815 46796800 10948 1992294400 4194304 5460562 548682068784 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 11425 10948 118 309 0 11112 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 51056

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1536936/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=47480 CPUtime=941.97
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 44388 0 0 0 94171 26 0 0 25 0 1 0 1115257815 48619520 11416 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 11870 11416 118 309 0 11557 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 52836

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1535464/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=51004 CPUtime=1001.95
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 47311 0 0 0 100168 27 0 0 25 0 1 0 1115257815 52228096 11773 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 12751 11773 118 309 0 12438 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 56360

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1533224/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=53012 CPUtime=1061.93
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 49883 0 0 0 106165 28 0 0 25 0 1 0 1115257815 54284288 12329 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 13253 12329 118 309 0 12940 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 58368

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1533224/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=53012 CPUtime=1121.92
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 49883 0 0 0 112163 29 0 0 25 0 1 0 1115257815 54284288 12329 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 13253 12329 118 309 0 12940 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 58368

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1531304/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=54804 CPUtime=1181.9
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 52369 0 0 0 118160 30 0 0 25 0 1 0 1115257815 56119296 12799 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 13701 12799 118 309 0 13388 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 60160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9986
/proc/meminfo: memFree=1531304/2055920 swapFree=4178472/4192956
[pid=9983] ppid=9981 vsize=5356 CPUtime=0.05
/proc/9983/stat : 9983 (rsat.sh) S 9981 9983 9537 0 -1 4194304 315 773 0 0 0 0 5 0 18 0 1 0 1115257809 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9983/statm: 1339 242 199 169 0 50 0
[pid=9986] ppid=9983 vsize=54804 CPUtime=1199.99
/proc/9986/stat : 9986 (rsat) R 9983 9983 9537 0 -1 4194304 52369 0 0 0 119969 30 0 0 25 0 1 0 1115257815 56119296 12799 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9986/statm: 13701 12799 118 309 0 13388 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 60160

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 9983 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=55991
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=7998
# CPU time returned by wait4() is 0.063989
# while last known CPU time is 1200.04
#
# 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.04
CPU user time (s): 1199.74
CPU system time (s): 0.3
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 68352

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

runsolver used 1.38579 second user time and 2.98355 second system time

The end

Launcher Data

Begin job on node1 at 2009-03-30 17:11:48
IDJOB=1537709
IDBENCH=70250
IDSOLVER=545
FILE ID=node1/1537709-1238425908
PBS_JOBID= 9061498
Free space on /tmp= 66132 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/200/unif-k7-r85-v200-c17000-S452919966-071.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1537709-1238425908/watcher-1537709-1238425908 -o /tmp/evaluation-result-1537709-1238425908/solver-1537709-1238425908 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1537709-1238425908.cnf HOME

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

MD5SUM BENCH= 5584bb498091ab0373fd0be3ad8dc940
RANDOM SEED=245345716

node1.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.229
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.229
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:       1583704 kB
Buffers:         81184 kB
Cached:         292120 kB
SwapCached:       8380 kB
Active:         137416 kB
Inactive:       245968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1583704 kB
SwapTotal:     4192956 kB
SwapFree:      4178472 kB
Dirty:            6256 kB
Writeback:           0 kB
Mapped:          15820 kB
Slab:            74824 kB
Committed_AS:  2935676 kB
PageTables:       1440 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= 66128 MiB
End job on node1 at 2009-03-30 17:31:51