Trace number 1731982

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.11 1200.71

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-133-100.cnf
MD5SUM3efe57b20c55b2dfc482f2ebb30d6794
Bench CategoryCRAFTED (crafted 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 variables133
Number of clauses276
Sum of the clauses size828
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     276      828 |      82       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 133   #clauses: 276   #literals: 828
0.00/0.00	c CPU time:   0 s
0.00/0.00	c ==============================================================================
0.00/0.00	c Rsat version 3.02
0.00/0.00	c Base unit clause learned: 0
1200.09/1200.71	HOME/rsat.sh: line 55: 11054 Terminated              $RS $TMP.cnf -q -r $TMP.result "$@"

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-1731982-1240776752/watcher-1731982-1240776752 -o /tmp/evaluation-result-1731982-1240776752/solver-1731982-1240776752 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1731982-1240776752.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: 0.91 0.97 0.99 3/64 11052
/proc/meminfo: memFree=1579704/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=1480 CPUtime=0
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 88 0 0 0 0 0 0 0 20 0 1 0 105702458 1515520 70 1992294400 4194304 5460562 548682068800 18446744073709551615 4897072 0 0 4096 0 0 0 0 17 0 0 0
/proc/11054/statm: 370 82 70 309 0 57 0

[startup+0.105172 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11052
/proc/meminfo: memFree=1579704/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=2584 CPUtime=0.1
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 196 0 0 0 10 0 0 0 21 0 1 0 105702458 2646016 177 1992294400 4194304 5460562 548682068800 18446744073709551615 4198217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 646 177 118 309 0 333 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7940

[startup+0.202193 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11052
/proc/meminfo: memFree=1579704/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=2700 CPUtime=0.19
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 231 0 0 0 19 0 0 0 21 0 1 0 105702458 2764800 212 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 675 212 118 309 0 362 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8056

[startup+0.301204 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11052
/proc/meminfo: memFree=1579704/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=2776 CPUtime=0.29
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 251 0 0 0 29 0 0 0 21 0 1 0 105702458 2842624 232 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 694 232 118 309 0 381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8132

[startup+0.701272 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11052
/proc/meminfo: memFree=1579704/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=3100 CPUtime=0.69
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 344 0 0 0 69 0 0 0 25 0 1 0 105702458 3174400 323 1992294400 4194304 5460562 548682068800 18446744073709551615 4201464 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 775 323 118 309 0 462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8456

[startup+1.50141 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 11055
/proc/meminfo: memFree=1578152/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=3516 CPUtime=1.49
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 800 0 0 0 149 0 0 0 25 0 1 0 105702458 3600384 424 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 879 424 118 309 0 566 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8872

[startup+3.10167 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 11055
/proc/meminfo: memFree=1577448/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=4348 CPUtime=3.08
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 1931 0 0 0 308 0 0 0 25 0 1 0 105702458 4452352 623 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 1087 623 118 309 0 774 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9704

[startup+6.30121 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 11055
/proc/meminfo: memFree=1576168/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=5300 CPUtime=6.28
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 3236 0 0 0 627 1 0 0 25 0 1 0 105702458 5427200 872 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 1325 872 118 309 0 1012 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10656

[startup+12.7013 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 11055
/proc/meminfo: memFree=1574440/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=6904 CPUtime=12.68
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 5912 0 0 0 1265 3 0 0 25 0 1 0 105702458 7069696 1239 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 1726 1239 118 309 0 1413 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12260

[startup+25.5024 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 11055
/proc/meminfo: memFree=1573096/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=9028 CPUtime=25.48
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 8553 0 0 0 2544 4 0 0 25 0 1 0 105702458 9244672 1666 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 2257 1666 118 309 0 1944 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14384

[startup+51.1017 s]
/proc/loadavg: 1.02 0.99 0.99 2/66 11055
/proc/meminfo: memFree=1570792/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=10920 CPUtime=51.05
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 12922 0 0 0 5100 5 0 0 25 0 1 0 105702458 11182080 2195 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 2730 2195 118 309 0 2417 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16276

[startup+102.301 s]
/proc/loadavg: 1.08 1.00 1.00 3/66 11055
/proc/meminfo: memFree=1568040/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=13340 CPUtime=102.24
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 16948 0 0 0 10217 7 0 0 25 0 1 0 105702458 13660160 2861 1992294400 4194304 5460562 548682068800 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 3335 2861 118 309 0 3022 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18696

[startup+162.302 s]
/proc/loadavg: 1.09 1.02 1.00 2/66 11055
/proc/meminfo: memFree=1565480/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=16664 CPUtime=162.21
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 21797 0 0 0 16212 9 0 0 25 0 1 0 105702458 17063936 3480 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 4166 3480 118 309 0 3853 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 22020

[startup+222.306 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 11055
/proc/meminfo: memFree=1563112/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=18884 CPUtime=222.18
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 26359 0 0 0 22207 11 0 0 25 0 1 0 105702458 19337216 4074 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 4721 4074 118 309 0 4408 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 24240

[startup+282.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1561832/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=19988 CPUtime=282.15
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 28645 0 0 0 28203 12 0 0 25 0 1 0 105702458 20467712 4376 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 4997 4376 118 309 0 4684 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 25344

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1560552/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=21168 CPUtime=342.12
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 30943 0 0 0 34200 12 0 0 25 0 1 0 105702458 21676032 4690 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 5292 4690 118 309 0 4979 0

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

[pid=11054] ppid=11052 vsize=23992 CPUtime=462.04
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 34688 0 0 0 46190 14 0 0 25 0 1 0 105702458 24567808 5459 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 5998 5459 118 309 0 5685 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 29348

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1556456/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=24996 CPUtime=522.01
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 36933 0 0 0 52186 15 0 0 25 0 1 0 105702458 25595904 5720 1992294400 4194304 5460562 548682068800 18446744073709551615 4198087 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 6249 5720 118 309 0 5936 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 30352

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1555176/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=26260 CPUtime=581.99
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 38236 0 0 0 58183 16 0 0 25 0 1 0 105702458 26890240 6031 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 6565 6031 118 309 0 6252 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 31616

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1554536/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=26788 CPUtime=641.96
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 39397 0 0 0 64180 16 0 0 25 0 1 0 105702458 27430912 6200 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 6697 6200 118 309 0 6384 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 32144

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1553512/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=29796 CPUtime=701.93
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 42197 0 0 0 70176 17 0 0 25 0 1 0 105702458 30511104 6434 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 7449 6434 118 309 0 7136 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 35152

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1552296/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=30824 CPUtime=761.9
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 44505 0 0 0 76172 18 0 0 25 0 1 0 105702458 31563776 6726 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 7706 6726 118 309 0 7393 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 36180

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1551400/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=31620 CPUtime=821.87
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 46762 0 0 0 82167 20 0 0 25 0 1 0 105702458 32378880 6967 1992294400 4194304 5460562 548682068800 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 7905 6967 118 309 0 7592 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 36976

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1550696/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=32644 CPUtime=881.85
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 46968 0 0 0 88165 20 0 0 25 0 1 0 105702458 33427456 7173 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 8161 7173 118 309 0 7848 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 38000

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1549928/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=33028 CPUtime=941.81
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 49147 0 0 0 94161 20 0 0 25 0 1 0 105702458 33820672 7336 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 8257 7336 118 309 0 7944 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 38384

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1548776/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=34104 CPUtime=1001.79
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 51429 0 0 0 100157 22 0 0 25 0 1 0 105702458 34922496 7602 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 8526 7602 118 309 0 8213 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 39460

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1547752/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=35256 CPUtime=1061.76
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 51738 0 0 0 106154 22 0 0 25 0 1 0 105702458 36102144 7911 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 8814 7911 118 309 0 8501 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 40612

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1547368/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=35384 CPUtime=1121.73
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 53792 0 0 0 112150 23 0 0 25 0 1 0 105702458 36233216 7949 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 8846 7949 118 309 0 8533 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 40740

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1546216/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=36536 CPUtime=1181.7
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 56110 0 0 0 118146 24 0 0 25 0 1 0 105702458 37412864 8251 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 9134 8251 118 309 0 8821 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 41892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11055
/proc/meminfo: memFree=1546216/2055920 swapFree=4192956/4192956
[pid=11052] ppid=11050 vsize=5356 CPUtime=0
/proc/11052/stat : 11052 (rsat.sh) S 11050 11052 10796 0 -1 4194304 312 145 0 0 0 0 0 0 19 0 1 0 105702458 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11052/statm: 1339 241 199 169 0 50 0
[pid=11054] ppid=11052 vsize=36536 CPUtime=1200.09
/proc/11054/stat : 11054 (rsat) R 11052 11052 10796 0 -1 4194304 56110 0 0 0 119985 24 0 0 25 0 1 0 105702458 37412864 8251 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11054/statm: 9134 8251 118 309 0 8821 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 41892

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)
Real time (s): 1200.71
CPU time (s): 1200.11
CPU user time (s): 1199.86
CPU system time (s): 0.252961
CPU usage (%): 99.9503
Max. virtual memory (cumulated for all children) (KiB): 50084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.86
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56574
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3824

runsolver used 0.987849 second user time and 3.38948 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-26 22:12:32
IDJOB=1731982
IDBENCH=71107
IDSOLVER=545
FILE ID=node57/1731982-1240776752
PBS_JOBID= 9187214
Free space on /tmp= 66440 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-133-100.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731982-1240776752/watcher-1731982-1240776752 -o /tmp/evaluation-result-1731982-1240776752/solver-1731982-1240776752 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1731982-1240776752.cnf HOME

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

MD5SUM BENCH= 3efe57b20c55b2dfc482f2ebb30d6794
RANDOM SEED=1050722775

node57.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.256
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.256
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:       1580184 kB
Buffers:         55976 kB
Cached:         330604 kB
SwapCached:          0 kB
Active:         192216 kB
Inactive:       208232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580184 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5768 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            61420 kB
Committed_AS:   325348 kB
PageTables:       1388 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= 66436 MiB
End job on node57 at 2009-04-26 22:32:35