Trace number 1833088

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
MiniSAT 09z 2009-03-22? (TO) 1200.02 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/70/
unif-k7-r89-v70-c6230-S834811574-084.cnf
MD5SUMf47b98142bda69eb96f4457b8b3ad814
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.237963
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

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 |    6230    43610 |    1868       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 70   #clauses: 6230   #literals: 43610
0.00/0.01	c CPU time:   0.006998 s
0.00/0.01	c ==============================================================================
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Number of variables   : 70           
0.00/0.02	c Number of clauses     : 6230         
0.00/0.03	c Parsing time: 0.01         s
1200.00/1200.41	HOME/SatELiteGTI: line 36:  3803 Terminated              $MS $2 $TMP.cnf $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-1833088-1242801047/watcher-1833088-1242801047 -o /tmp/evaluation-result-1833088-1242801047/solver-1833088-1242801047 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833088-1242801047.cnf -random-seed=1460897150 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3797
/proc/meminfo: memFree=1642640/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (SatELiteGTI) R 3795 3797 3654 0 -1 4194304 284 250 0 0 0 0 0 0 18 0 1 0 308129085 5484544 236 1992294400 4194304 4889804 548682068800 18446744073709551615 4459254 0 0 4100 65536 0 0 0 17 0 0 0
/proc/3797/statm: 1339 236 196 169 0 50 0

[startup+0.00976311 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3797
/proc/meminfo: memFree=1642640/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 308129085 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101775 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3797
/proc/meminfo: memFree=1642640/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.301804 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3797
/proc/meminfo: memFree=1642640/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.701861 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3797
/proc/meminfo: memFree=1642640/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+1.50197 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1640704/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=3208 CPUtime=1.46
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 482 0 0 0 146 0 0 0 25 0 1 0 308129087 3284992 468 1992294400 134512640 135212243 4294956240 18446744073709551615 134526461 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 802 468 76 170 0 629 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8564

[startup+3.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1640192/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=3604 CPUtime=3.06
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 599 0 0 0 306 0 0 0 25 0 1 0 308129087 3690496 585 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 901 585 76 170 0 728 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8960

[startup+6.30265 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1639232/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=4424 CPUtime=6.26
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 791 0 0 0 626 0 0 0 25 0 1 0 308129087 4530176 777 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 1106 777 76 170 0 933 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9780

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1638272/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=5572 CPUtime=12.66
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 1064 0 0 0 1265 1 0 0 25 0 1 0 308129087 5705728 1050 1992294400 134512640 135212243 4294956240 18446744073709551615 134532724 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 1393 1050 76 170 0 1220 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10928

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1636800/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=6672 CPUtime=25.45
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 1352 0 0 0 2544 1 0 0 25 0 1 0 308129087 6832128 1338 1992294400 134512640 135212243 4294956240 18446744073709551615 134526456 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 1668 1338 76 170 0 1495 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12028

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1635264/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=8500 CPUtime=51.04
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 1773 0 0 0 5103 1 0 0 25 0 1 0 308129087 8704000 1759 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 2125 1759 76 170 0 1952 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13856

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1632640/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=10800 CPUtime=102.23
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 2382 0 0 0 10221 2 0 0 25 0 1 0 308129087 11059200 2368 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 2700 2368 76 170 0 2527 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 16156

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1630720/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=12872 CPUtime=162.21
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 2843 0 0 0 16219 2 0 0 25 0 1 0 308129087 13180928 2829 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 3218 2829 76 170 0 3045 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 18228

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1629632/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=13884 CPUtime=222.19
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 3113 0 0 0 22217 2 0 0 25 0 1 0 308129087 14217216 3099 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 3471 3099 76 170 0 3298 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 19240

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1628416/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=15152 CPUtime=282.17
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 3430 0 0 0 28215 2 0 0 25 0 1 0 308129087 15515648 3416 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 3788 3416 76 170 0 3615 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 20508

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1627136/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=16604 CPUtime=342.15
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 3736 0 0 0 34212 3 0 0 25 0 1 0 308129087 17002496 3722 1992294400 134512640 135212243 4294956240 18446744073709551615 134526464 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 4151 3722 76 170 0 3978 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 21960

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1625920/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=17848 CPUtime=402.13
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 4028 0 0 0 40209 4 0 0 25 0 1 0 308129087 18276352 4014 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 4462 4014 76 170 0 4289 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 23204

[startup+462.301 s]

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

[pid=3803] ppid=3797 vsize=19120 CPUtime=462.11
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 4365 0 0 0 46207 4 0 0 25 0 1 0 308129087 19578880 4351 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 4780 4351 76 170 0 4607 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 24476

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1624256/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=19400 CPUtime=522.09
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 4439 0 0 0 52205 4 0 0 25 0 1 0 308129087 19865600 4425 1992294400 134512640 135212243 4294956240 18446744073709551615 134526223 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 4850 4425 76 170 0 4677 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 24756

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1622848/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=20788 CPUtime=582.07
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 4778 0 0 0 58202 5 0 0 25 0 1 0 308129087 21286912 4764 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 5197 4764 76 170 0 5024 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 26144

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1622464/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=21220 CPUtime=642.06
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 4876 0 0 0 64201 5 0 0 25 0 1 0 308129087 21729280 4862 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 5305 4862 76 170 0 5132 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 26576

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1620992/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=22904 CPUtime=702.04
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 5241 0 0 0 70198 6 0 0 25 0 1 0 308129087 23453696 5227 1992294400 134512640 135212243 4294956240 18446744073709551615 134526459 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 5726 5227 76 170 0 5553 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 28260

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1620864/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=22904 CPUtime=762.03
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 5260 0 0 0 76197 6 0 0 25 0 1 0 308129087 23453696 5246 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 5726 5246 76 170 0 5553 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 28260

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1619456/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=24352 CPUtime=822
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 5618 0 0 0 82194 6 0 0 25 0 1 0 308129087 24936448 5604 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 6088 5604 76 170 0 5915 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 29708

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3803
/proc/meminfo: memFree=1618944/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=24896 CPUtime=881.98
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 5727 0 0 0 88191 7 0 0 25 0 1 0 308129087 25493504 5713 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 6224 5713 76 170 0 6051 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 30252

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3805
/proc/meminfo: memFree=1618816/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=25060 CPUtime=941.96
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 5766 0 0 0 94189 7 0 0 25 0 1 0 308129087 25661440 5752 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 6265 5752 76 170 0 6092 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 30416

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3805
/proc/meminfo: memFree=1617728/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=26072 CPUtime=1001.94
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 6045 0 0 0 100187 7 0 0 25 0 1 0 308129087 26697728 6031 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 6518 6031 76 170 0 6345 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 31428

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3805
/proc/meminfo: memFree=1616768/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=27068 CPUtime=1061.92
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 6276 0 0 0 106185 7 0 0 25 0 1 0 308129087 27717632 6262 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 6767 6262 76 170 0 6594 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 32424

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3805
/proc/meminfo: memFree=1616768/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=27068 CPUtime=1121.9
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 6279 0 0 0 112183 7 0 0 25 0 1 0 308129087 27717632 6265 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 6767 6265 76 170 0 6594 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 32424

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3805
/proc/meminfo: memFree=1616384/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=27340 CPUtime=1181.89
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 6366 0 0 0 118181 8 0 0 25 0 1 0 308129087 27996160 6352 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 6835 6352 76 170 0 6662 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 32696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3805
/proc/meminfo: memFree=1616192/2055920 swapFree=4068300/4192956
[pid=3797] ppid=3795 vsize=5356 CPUtime=0.02
/proc/3797/stat : 3797 (SatELiteGTI) S 3795 3797 3654 0 -1 4194304 335 498 0 0 0 0 2 0 16 0 1 0 308129085 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3797/statm: 1339 239 197 169 0 50 0
[pid=3803] ppid=3797 vsize=27508 CPUtime=1199.98
/proc/3803/stat : 3803 (minisat_static) R 3797 3797 3654 0 -1 4194304 6403 0 0 0 119990 8 0 0 25 0 1 0 308129087 28168192 6389 1992294400 134512640 135212243 4294956240 18446744073709551615 134526236 0 0 4096 3 0 0 0 17 1 0 0
/proc/3803/statm: 6877 6389 76 170 0 6704 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 32864

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.41
CPU time (s): 1200.02
CPU user time (s): 1199.93
CPU system time (s): 0.088986
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 32864

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

runsolver used 1.43478 second user time and 2.93455 second system time

The end

Launcher Data

Begin job on node49 at 2009-05-20 08:30:47
IDJOB=1833088
IDBENCH=70507
IDSOLVER=672
FILE ID=node49/1833088-1242801047
PBS_JOBID= 9322406
Free space on /tmp= 66188 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/70/unif-k7-r89-v70-c6230-S834811574-084.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833088-1242801047/watcher-1833088-1242801047 -o /tmp/evaluation-result-1833088-1242801047/solver-1833088-1242801047 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833088-1242801047.cnf -random-seed=1460897150

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

MD5SUM BENCH= f47b98142bda69eb96f4457b8b3ad814
RANDOM SEED=1460897150

node49.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1643192 kB
Buffers:         40368 kB
Cached:         186620 kB
SwapCached:     118180 kB
Active:         155648 kB
Inactive:       191284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643192 kB
SwapTotal:     4192956 kB
SwapFree:      4068300 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          13788 kB
Slab:            51684 kB
Committed_AS:  1057852 kB
PageTables:       1388 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= 66188 MiB
End job on node49 at 2009-05-20 08:50:50