Trace number 1537731

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.09 1200.51

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S566590366-099.cnf
MD5SUMaf242f12cd81864273d9a43871d67b92
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.4914
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
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 513600

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   13600    95200 |    4080       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 160   #clauses: 13600   #literals: 95200
0.00/0.01	c CPU time:   0.014997 s
0.00/0.01	c ==============================================================================
0.00/0.04	c Rsat version 3.02
0.00/0.06	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-1537731-1238432835/watcher-1537731-1238432835 -o /tmp/evaluation-result-1537731-1238432835/solver-1537731-1238432835 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1537731-1238432835.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.04 1.52 1.68 3/65 29127
/proc/meminfo: memFree=1667176/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (rsat.sh) R 29125 29127 28755 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 469617344 5484544 239 1992294400 4194304 4889804 548682068768 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29127/statm: 1339 239 198 169 0 50 0
[pid=29128] ppid=29127 vsize=1120 CPUtime=0
/proc/29128/stat : 29128 (SatElite) R 29127 29127 28755 0 -1 4194304 148 0 0 0 0 0 0 0 18 0 1 0 469617344 1146880 131 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/29128/statm: 280 132 64 186 0 90 0

[startup+0.012889 s]
/proc/loadavg: 1.04 1.52 1.68 3/65 29127
/proc/meminfo: memFree=1667176/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 469617344 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 240 199 169 0 50 0
[pid=29128] ppid=29127 vsize=1928 CPUtime=0
/proc/29128/stat : 29128 (SatElite) R 29127 29127 28755 0 -1 4194304 336 0 0 0 0 0 0 0 18 0 1 0 469617344 1974272 319 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/29128/statm: 482 320 64 186 0 292 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7284

[startup+0.101903 s]
/proc/loadavg: 1.04 1.52 1.68 3/65 29127
/proc/meminfo: memFree=1667176/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.301929 s]
/proc/loadavg: 1.04 1.52 1.68 3/65 29127
/proc/meminfo: memFree=1667176/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.701975 s]
/proc/loadavg: 1.04 1.52 1.68 3/65 29127
/proc/meminfo: memFree=1667176/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+1.50106 s]
/proc/loadavg: 1.04 1.52 1.68 2/67 29130
/proc/meminfo: memFree=1663256/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=5464 CPUtime=1.44
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 1154 0 0 0 144 0 0 0 25 0 1 0 469617349 5595136 911 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 1366 911 118 309 0 1053 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10820

[startup+3.10124 s]
/proc/loadavg: 1.04 1.52 1.68 2/67 29130
/proc/meminfo: memFree=1662872/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=5904 CPUtime=3.03
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 1458 0 0 0 303 0 0 0 25 0 1 0 469617349 6045696 1023 1992294400 4194304 5460562 548682068784 18446744073709551615 4198424 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 1476 1023 118 309 0 1163 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11260

[startup+6.3026 s]
/proc/loadavg: 1.04 1.51 1.67 2/67 29130
/proc/meminfo: memFree=1661720/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=7296 CPUtime=6.24
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 2459 0 0 0 623 1 0 0 25 0 1 0 469617349 7471104 1348 1992294400 4194304 5460562 548682068784 18446744073709551615 4212988 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 1824 1348 118 309 0 1511 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12652

[startup+12.7013 s]
/proc/loadavg: 1.04 1.50 1.67 2/67 29130
/proc/meminfo: memFree=1660248/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=8068 CPUtime=12.63
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 3629 0 0 0 1262 1 0 0 25 0 1 0 469617349 8261632 1557 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 2017 1557 118 309 0 1704 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13424

[startup+25.5018 s]
/proc/loadavg: 1.03 1.47 1.66 2/67 29130
/proc/meminfo: memFree=1658136/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=10480 CPUtime=25.43
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 6510 0 0 0 2540 3 0 0 25 0 1 0 469617349 10731520 2128 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 2620 2128 118 309 0 2307 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15836

[startup+51.1017 s]
/proc/loadavg: 1.02 1.44 1.64 2/67 29130
/proc/meminfo: memFree=1655256/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=13128 CPUtime=51
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 9224 0 0 0 5096 4 0 0 25 0 1 0 469617349 13443072 2826 1992294400 4194304 5460562 548682068784 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 3282 2826 118 309 0 2969 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 18484

[startup+102.305 s]
/proc/loadavg: 1.01 1.37 1.60 2/67 29130
/proc/meminfo: memFree=1651288/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=17428 CPUtime=102.19
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 14711 0 0 0 10213 6 0 0 25 0 1 0 469617349 17846272 3827 1992294400 4194304 5460562 548682068784 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 4357 3827 118 309 0 4044 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 22784

[startup+162.301 s]
/proc/loadavg: 1.00 1.30 1.56 2/67 29130
/proc/meminfo: memFree=1648344/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=20176 CPUtime=162.16
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 17838 0 0 0 16209 7 0 0 25 0 1 0 469617349 20660224 4554 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 5044 4554 118 309 0 4731 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 25532

[startup+222.301 s]
/proc/loadavg: 1.00 1.24 1.52 2/67 29130
/proc/meminfo: memFree=1645656/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=22704 CPUtime=222.14
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 20426 0 0 0 22206 8 0 0 25 0 1 0 469617349 23248896 5222 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 5676 5222 118 309 0 5363 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 28060

[startup+282.302 s]
/proc/loadavg: 1.00 1.19 1.49 2/67 29130
/proc/meminfo: memFree=1643160/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=26124 CPUtime=282.13
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 24327 0 0 0 28202 11 0 0 25 0 1 0 469617349 26750976 5853 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 6531 5853 118 309 0 6218 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 31480

[startup+342.302 s]
/proc/loadavg: 1.00 1.16 1.45 2/67 29130
/proc/meminfo: memFree=1640472/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=28660 CPUtime=342.12
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 27970 0 0 0 34199 13 0 0 25 0 1 0 469617349 29347840 6520 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 7165 6520 118 309 0 6852 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 34016

[startup+402.302 s]
/proc/loadavg: 1.00 1.12 1.42 2/67 29130
/proc/meminfo: memFree=1638424/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0

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

/proc/29130/statm: 8772 8216 118 309 0 8459 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 40444

[startup+642.302 s]
/proc/loadavg: 1.00 1.05 1.32 2/67 29130
/proc/meminfo: memFree=1632664/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=35996 CPUtime=642.02
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 36853 0 0 0 64184 18 0 0 25 0 1 0 469617349 36859904 8459 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 8999 8459 118 309 0 8686 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 41352

[startup+702.302 s]
/proc/loadavg: 1.00 1.04 1.29 2/67 29130
/proc/meminfo: memFree=1630808/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=38272 CPUtime=702
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 38419 0 0 0 70181 19 0 0 25 0 1 0 469617349 39190528 9033 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 9568 9033 118 309 0 9255 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 43628

[startup+762.305 s]
/proc/loadavg: 1.00 1.03 1.27 2/67 29130
/proc/meminfo: memFree=1629144/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=39544 CPUtime=761.99
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 39760 0 0 0 76179 20 0 0 25 0 1 0 469617349 40493056 9382 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 9886 9382 118 309 0 9573 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 44900

[startup+822.301 s]
/proc/loadavg: 1.00 1.02 1.25 2/67 29130
/proc/meminfo: memFree=1628440/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=40004 CPUtime=821.96
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 40883 0 0 0 82175 21 0 0 25 0 1 0 469617349 40964096 9513 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 10001 9513 118 309 0 9688 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 45360

[startup+882.302 s]
/proc/loadavg: 1.00 1.02 1.24 2/67 29130
/proc/meminfo: memFree=1626904/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=41528 CPUtime=881.95
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 42276 0 0 0 88173 22 0 0 25 0 1 0 469617349 42524672 9914 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 10382 9914 118 309 0 10069 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 46884

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.22 2/67 29130
/proc/meminfo: memFree=1625624/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=44872 CPUtime=941.93
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 45159 0 0 0 94170 23 0 0 25 0 1 0 469617349 45948928 10231 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 11218 10231 118 309 0 10905 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 50228

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/67 29130
/proc/meminfo: memFree=1623896/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=46364 CPUtime=1001.91
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 47595 0 0 0 100167 24 0 0 25 0 1 0 469617349 47476736 10651 1992294400 4194304 5460562 548682068784 18446744073709551615 4202078 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 11591 10651 118 309 0 11278 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 51720

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/67 29130
/proc/meminfo: memFree=1622104/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=48152 CPUtime=1061.9
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 50064 0 0 0 106165 25 0 0 25 0 1 0 469617349 49307648 11104 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 12038 11104 118 309 0 11725 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 53508

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/67 29130
/proc/meminfo: memFree=1622040/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=48152 CPUtime=1121.88
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 50077 0 0 0 112163 25 0 0 25 0 1 0 469617349 49307648 11117 1992294400 4194304 5460562 548682068784 18446744073709551615 4198368 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 12038 11117 118 309 0 11725 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 53508

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/67 29130
/proc/meminfo: memFree=1620824/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=49304 CPUtime=1181.85
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 52405 0 0 0 118160 25 0 0 25 0 1 0 469617349 50487296 11429 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 12326 11429 118 309 0 12013 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 54660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.16 2/67 29130
/proc/meminfo: memFree=1620824/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=49304 CPUtime=1200.05
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 52405 0 0 0 119980 25 0 0 25 0 1 0 469617349 50487296 11429 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 12326 11429 118 309 0 12013 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 54660

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.16 2/67 29130
/proc/meminfo: memFree=1620824/2055920 swapFree=4178736/4192956
[pid=29127] ppid=29125 vsize=5356 CPUtime=0.04
/proc/29127/stat : 29127 (rsat.sh) S 29125 29127 28755 0 -1 4194304 315 649 0 0 0 0 4 0 16 0 1 0 469617344 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29127/statm: 1339 242 199 169 0 50 0
[pid=29130] ppid=29127 vsize=49304 CPUtime=1200.05
/proc/29130/stat : 29130 (rsat) R 29127 29127 28755 0 -1 4194304 52405 0 0 0 119980 25 0 0 25 0 1 0 469617349 50487296 11429 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29130/statm: 12326 11429 118 309 0 12013 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 54660

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1199.84
CPU system time (s): 0.25
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 62852

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

runsolver used 0.912861 second user time and 3.46447 second system time

The end

Launcher Data

Begin job on node32 at 2009-03-30 19:07:15
IDJOB=1537731
IDBENCH=70272
IDSOLVER=545
FILE ID=node32/1537731-1238432835
PBS_JOBID= 9061566
Free space on /tmp= 66456 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/160/unif-k7-r85-v160-c13600-S566590366-099.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1537731-1238432835/watcher-1537731-1238432835 -o /tmp/evaluation-result-1537731-1238432835/solver-1537731-1238432835 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1537731-1238432835.cnf HOME

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

MD5SUM BENCH= af242f12cd81864273d9a43871d67b92
RANDOM SEED=1957402113

node32.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.234
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.234
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:       1667656 kB
Buffers:         77020 kB
Cached:         244824 kB
SwapCached:       7344 kB
Active:         152476 kB
Inactive:       178184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667656 kB
SwapTotal:     4192956 kB
SwapFree:      4178736 kB
Dirty:            6144 kB
Writeback:           0 kB
Mapped:          14512 kB
Slab:            43396 kB
Committed_AS:  1509324 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB
End job on node32 at 2009-03-30 19:27:17