Trace number 1833434

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/560/
unif-k3-r4.25-v560-c2380-S1876865608-086.cnf
MD5SUMa08fcca560a80877927507a2ea133f40
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables560
Number of clauses2380
Sum of the clauses size7140
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32380
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    2380     7140 |     713       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |    2370     7171 |      --       0       --      -- |     --   | -10/31
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 550   #clauses: 2370   #literals: 7171
0.00/0.03	c CPU time:   0.005999 s
0.00/0.03	c ==============================================================================
0.00/0.04	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.04	c Number of variables   : 550          
0.00/0.04	c Number of clauses     : 2370         
0.00/0.04	c Parsing time: 0.00         s
1200.03/1200.51	HOME/SatELiteGTI: line 36: 14472 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-1833434-1242821676/watcher-1833434-1242821676 -o /tmp/evaluation-result-1833434-1242821676/solver-1833434-1242821676 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833434-1242821676.cnf -random-seed=1909328440 

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.40 1.83 1.86 3/64 14466
/proc/meminfo: memFree=1979688/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) R 14464 14466 14429 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 310193957 5484544 233 1992294400 4194304 4889804 548682068800 18446744073709551615 227607243251 0 0 4100 65536 0 0 0 17 1 0 0
/proc/14466/statm: 1339 233 194 169 0 50 0

[startup+0.0908129 s]
/proc/loadavg: 1.40 1.83 1.86 3/64 14466
/proc/meminfo: memFree=1979688/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101812 s]
/proc/loadavg: 1.40 1.83 1.86 3/64 14466
/proc/meminfo: memFree=1979688/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301852 s]
/proc/loadavg: 1.40 1.83 1.86 3/64 14466
/proc/meminfo: memFree=1979688/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70193 s]
/proc/loadavg: 1.40 1.83 1.86 3/64 14466
/proc/meminfo: memFree=1979688/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50109 s]
/proc/loadavg: 1.40 1.83 1.86 2/66 14472
/proc/meminfo: memFree=1977240/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=4356 CPUtime=1.45
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 747 0 0 0 145 0 0 0 25 0 1 0 310193962 4460544 733 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 1089 733 76 170 0 916 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9712

[startup+3.1014 s]
/proc/loadavg: 1.40 1.83 1.86 2/66 14472
/proc/meminfo: memFree=1976024/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=5640 CPUtime=3.05
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 1049 0 0 0 305 0 0 0 25 0 1 0 310193962 5775360 1035 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 1410 1035 76 170 0 1237 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10996

[startup+6.30103 s]
/proc/loadavg: 1.37 1.81 1.86 2/66 14472
/proc/meminfo: memFree=1974040/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=7128 CPUtime=6.25
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 1434 0 0 0 624 1 0 0 25 0 1 0 310193962 7299072 1420 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 1782 1420 76 170 0 1609 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 12484

[startup+12.7023 s]
/proc/loadavg: 1.34 1.80 1.85 2/66 14472
/proc/meminfo: memFree=1971624/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=9320 CPUtime=12.64
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 1979 0 0 0 1263 1 0 0 25 0 1 0 310193962 9543680 1965 1992294400 134512640 135212243 4294956240 18446744073709551615 134538401 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 2330 1965 76 170 0 2157 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 14676

[startup+25.5018 s]
/proc/loadavg: 1.26 1.76 1.84 2/66 14472
/proc/meminfo: memFree=1968872/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=11968 CPUtime=25.44
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 2629 0 0 0 2542 2 0 0 25 0 1 0 310193962 12255232 2615 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 2992 2615 76 170 0 2819 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 17324

[startup+51.1019 s]
/proc/loadavg: 1.17 1.70 1.81 2/66 14472
/proc/meminfo: memFree=1968360/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=12632 CPUtime=51.03
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 2779 0 0 0 5101 2 0 0 25 0 1 0 310193962 12935168 2765 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 3158 2765 76 170 0 2985 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 17988

[startup+102.306 s]
/proc/loadavg: 1.07 1.59 1.77 2/66 14472
/proc/meminfo: memFree=1966568/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=14220 CPUtime=102.21
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 3203 0 0 0 10218 3 0 0 25 0 1 0 310193962 14561280 3189 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 3555 3189 76 170 0 3382 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 19576

[startup+162.302 s]
/proc/loadavg: 1.02 1.48 1.72 2/66 14472
/proc/meminfo: memFree=1965288/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=15596 CPUtime=162.19
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 3512 0 0 0 16215 4 0 0 25 0 1 0 310193962 15970304 3498 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 3899 3498 76 170 0 3726 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 20952

[startup+222.302 s]
/proc/loadavg: 1.01 1.39 1.67 2/66 14472
/proc/meminfo: memFree=1963880/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=17080 CPUtime=222.17
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 3865 0 0 0 22213 4 0 0 25 0 1 0 310193962 17489920 3851 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 4270 3851 76 170 0 4097 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 22436

[startup+282.301 s]
/proc/loadavg: 1.00 1.32 1.63 2/66 14472
/proc/meminfo: memFree=1962344/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=18548 CPUtime=282.15
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 4250 0 0 0 28210 5 0 0 25 0 1 0 310193962 18993152 4236 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 4637 4236 76 170 0 4464 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 23904

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.59 2/66 14472
/proc/meminfo: memFree=1960808/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=20008 CPUtime=342.13
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 4621 0 0 0 34208 5 0 0 25 0 1 0 310193962 20488192 4607 1992294400 134512640 135212243 4294956240 18446744073709551615 134526229 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 5002 4607 76 170 0 4829 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 25364

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.54 2/66 14472
/proc/meminfo: memFree=1960552/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=20272 CPUtime=402.11
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 4681 0 0 0 40205 6 0 0 25 0 1 0 310193962 20758528 4667 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 5068 4667 76 170 0 4895 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 25628

[startup+462.302 s]

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

[pid=14472] ppid=14466 vsize=21860 CPUtime=522.06
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 5112 0 0 0 52200 6 0 0 25 0 1 0 310193962 22384640 5098 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 5465 5098 76 170 0 5292 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 27216

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.44 2/66 14472
/proc/meminfo: memFree=1956776/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=24120 CPUtime=582.04
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 5596 0 0 0 58197 7 0 0 25 0 1 0 310193962 24698880 5582 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 6030 5582 76 170 0 5857 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 29476

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.41 2/66 14472
/proc/meminfo: memFree=1956712/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=24120 CPUtime=642.03
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 5600 0 0 0 64196 7 0 0 25 0 1 0 310193962 24698880 5586 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 6030 5586 76 170 0 5857 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 29476

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.38 2/66 14472
/proc/meminfo: memFree=1956072/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=24792 CPUtime=702
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 5774 0 0 0 70193 7 0 0 25 0 1 0 310193962 25387008 5760 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 6198 5760 76 170 0 6025 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 30148

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.36 2/66 14472
/proc/meminfo: memFree=1954472/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=26244 CPUtime=761.98
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 6150 0 0 0 76190 8 0 0 25 0 1 0 310193962 26873856 6136 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 6561 6136 76 170 0 6388 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 31600

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.33 2/66 14472
/proc/meminfo: memFree=1954408/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=26244 CPUtime=821.96
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 6156 0 0 0 82187 9 0 0 25 0 1 0 310193962 26873856 6142 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 6561 6142 76 170 0 6388 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 31600

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.31 2/66 14472
/proc/meminfo: memFree=1953960/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=26680 CPUtime=881.94
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 6262 0 0 0 88185 9 0 0 25 0 1 0 310193962 27320320 6248 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 6670 6248 76 170 0 6497 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 32036

[startup+942.303 s]
/proc/loadavg: 1.00 1.02 1.29 2/66 14472
/proc/meminfo: memFree=1951976/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=28604 CPUtime=941.92
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 6747 0 0 0 94183 9 0 0 25 0 1 0 310193962 29290496 6733 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 7151 6733 76 170 0 6978 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 33960

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/66 14472
/proc/meminfo: memFree=1951912/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=28604 CPUtime=1001.89
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 6753 0 0 0 100180 9 0 0 25 0 1 0 310193962 29290496 6739 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 7151 6739 76 170 0 6978 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 33960

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/66 14472
/proc/meminfo: memFree=1951656/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=28888 CPUtime=1061.88
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 6809 0 0 0 106178 10 0 0 25 0 1 0 310193962 29581312 6795 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 7222 6795 76 170 0 7049 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 34244

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/66 14472
/proc/meminfo: memFree=1949992/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=30472 CPUtime=1121.85
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 7230 0 0 0 112175 10 0 0 25 0 1 0 310193962 31203328 7216 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 7618 7216 76 170 0 7445 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 35828

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 14472
/proc/meminfo: memFree=1949160/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=31144 CPUtime=1181.83
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 7422 0 0 0 118173 10 0 0 25 0 1 0 310193962 31891456 7408 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 7786 7408 76 170 0 7613 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 36500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 14472
/proc/meminfo: memFree=1949160/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=31144 CPUtime=1200.03
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 7422 0 0 0 119993 10 0 0 25 0 1 0 310193962 31891456 7408 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 7786 7408 76 170 0 7613 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 36500

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.21 2/66 14472
/proc/meminfo: memFree=1949160/2055920 swapFree=4179852/4192956
[pid=14466] ppid=14464 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (SatELiteGTI) S 14464 14466 14429 0 -1 4194304 335 428 0 0 0 0 0 0 16 0 1 0 310193957 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14466/statm: 1339 239 197 169 0 50 0
[pid=14472] ppid=14466 vsize=31144 CPUtime=1200.03
/proc/14472/stat : 14472 (minisat_static) R 14466 14466 14429 0 -1 4194304 7422 0 0 0 119993 10 0 0 25 0 1 0 310193962 31891456 7408 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14472/statm: 7786 7408 76 170 0 7613 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 36500

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.94
CPU system time (s): 0.118981
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 36500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.94
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8195
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= 32
involuntary context switches= 2843

runsolver used 1.45078 second user time and 2.91356 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-20 14:14:36
IDJOB=1833434
IDBENCH=70680
IDSOLVER=672
FILE ID=node66/1833434-1242821676
PBS_JOBID= 9322517
Free space on /tmp= 66432 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/560/unif-k3-r4.25-v560-c2380-S1876865608-086.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833434-1242821676/watcher-1833434-1242821676 -o /tmp/evaluation-result-1833434-1242821676/solver-1833434-1242821676 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833434-1242821676.cnf -random-seed=1909328440

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

MD5SUM BENCH= a08fcca560a80877927507a2ea133f40
RANDOM SEED=1909328440

node66.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.263
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	: 5931.00
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.263
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:       1980168 kB
Buffers:         10248 kB
Cached:          23036 kB
SwapCached:       7312 kB
Active:          23684 kB
Inactive:        18264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1980168 kB
SwapTotal:     4192956 kB
SwapFree:      4179852 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          13792 kB
Slab:            19856 kB
Committed_AS:  1127760 kB
PageTables:       1364 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= 66432 MiB
End job on node66 at 2009-05-20 14:34:38