Trace number 1833560

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/380/
unif-k3-r4.25-v380-c1615-S1804335510-002.cnf
MD5SUM6253dd31bd16eb30b646e4014a5ca88d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.577911
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses1615
Sum of the clauses size4845
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31615
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 |    1615     4845 |     484       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1603     4857 |      --       0       --      -- |     --   | -12/12
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 373   #clauses: 1603   #literals: 4857
0.00/0.00	c CPU time:   0.003999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Number of variables   : 373          
0.00/0.01	c Number of clauses     : 1603         
0.00/0.01	c Parsing time: 0.00         s
1200.06/1200.41	HOME/SatELiteGTI: line 36: 25701 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-1833560-1242823307/watcher-1833560-1242823307 -o /tmp/evaluation-result-1833560-1242823307/solver-1833560-1242823307 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833560-1242823307.cnf -random-seed=899919601 

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: 0.99 1.00 1.04 3/64 25695
/proc/meminfo: memFree=1732756/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) R 25693 25695 25591 0 -1 4194304 291 250 0 0 0 0 0 0 18 0 1 0 310363265 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134022643 0 0 4100 65536 0 0 0 17 0 0 0
/proc/25695/statm: 1339 237 197 169 0 50 0

[startup+0.0504229 s]
/proc/loadavg: 0.99 1.00 1.04 3/64 25695
/proc/meminfo: memFree=1732756/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101424 s]
/proc/loadavg: 0.99 1.00 1.04 3/64 25695
/proc/meminfo: memFree=1732756/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301445 s]
/proc/loadavg: 0.99 1.00 1.04 3/64 25695
/proc/meminfo: memFree=1732756/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701488 s]
/proc/loadavg: 0.99 1.00 1.04 3/64 25695
/proc/meminfo: memFree=1732756/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50157 s]
/proc/loadavg: 0.99 1.00 1.04 2/66 25701
/proc/meminfo: memFree=1730756/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=3876 CPUtime=1.48
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 631 0 0 0 148 0 0 0 25 0 1 0 310363267 3969024 617 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 969 617 76 170 0 796 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9232

[startup+3.10175 s]
/proc/loadavg: 1.07 1.02 1.04 2/66 25701
/proc/meminfo: memFree=1729668/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=4944 CPUtime=3.08
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 880 0 0 0 308 0 0 0 25 0 1 0 310363267 5062656 866 1992294400 134512640 135212243 4294956240 18446744073709551615 134526229 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 1236 866 76 170 0 1063 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10300

[startup+6.30109 s]
/proc/loadavg: 1.07 1.02 1.04 2/66 25701
/proc/meminfo: memFree=1728196/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=6164 CPUtime=6.28
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 1178 0 0 0 627 1 0 0 25 0 1 0 310363267 6311936 1164 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 1541 1164 76 170 0 1368 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11520

[startup+12.7018 s]
/proc/loadavg: 1.06 1.02 1.04 2/66 25701
/proc/meminfo: memFree=1726468/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=7588 CPUtime=12.68
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 1552 0 0 0 1267 1 0 0 25 0 1 0 310363267 7770112 1538 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 1897 1538 76 170 0 1724 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12944

[startup+25.5012 s]
/proc/loadavg: 1.05 1.01 1.04 2/66 25701
/proc/meminfo: memFree=1724228/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=9848 CPUtime=25.48
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 2087 0 0 0 2546 2 0 0 25 0 1 0 310363267 10084352 2073 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 2462 2073 76 170 0 2289 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15204

[startup+51.1019 s]
/proc/loadavg: 1.03 1.01 1.04 2/66 25701
/proc/meminfo: memFree=1723844/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=10264 CPUtime=51.07
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 2185 0 0 0 5105 2 0 0 25 0 1 0 310363267 10510336 2171 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 2566 2171 76 170 0 2393 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15620

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.03 2/66 25703
/proc/meminfo: memFree=1721924/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=12048 CPUtime=102.26
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 2647 0 0 0 10223 3 0 0 25 0 1 0 310363267 12337152 2633 1992294400 134512640 135212243 4294956240 18446744073709551615 134526229 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 3012 2633 76 170 0 2839 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17404

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 25703
/proc/meminfo: memFree=1720900/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=13164 CPUtime=162.24
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 2892 0 0 0 16221 3 0 0 25 0 1 0 310363267 13479936 2878 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 3291 2878 76 170 0 3118 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 18520

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 25703
/proc/meminfo: memFree=1719620/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=14368 CPUtime=222.22
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 3192 0 0 0 22219 3 0 0 25 0 1 0 310363267 14712832 3178 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 3592 3178 76 170 0 3419 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 19724

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 25703
/proc/meminfo: memFree=1718404/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=15628 CPUtime=282.21
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 3499 0 0 0 28217 4 0 0 25 0 1 0 310363267 16003072 3485 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 3907 3485 76 170 0 3734 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 20984

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 25703
/proc/meminfo: memFree=1718148/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=15904 CPUtime=342.19
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 3554 0 0 0 34215 4 0 0 25 0 1 0 310363267 16285696 3540 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 3976 3540 76 170 0 3803 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 21260

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1716996/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=16980 CPUtime=402.17
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 3842 0 0 0 40213 4 0 0 25 0 1 0 310363267 17387520 3828 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 4245 3828 76 170 0 4072 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 22336

[startup+462.302 s]

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

[pid=25701] ppid=25695 vsize=17344 CPUtime=462.16
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 3915 0 0 0 46211 5 0 0 25 0 1 0 310363267 17760256 3901 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 4336 3901 76 170 0 4163 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 22700

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1715588/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=18352 CPUtime=522.14
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 4188 0 0 0 52209 5 0 0 25 0 1 0 310363267 18792448 4174 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 4588 4174 76 170 0 4415 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 23708

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1715332/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=18500 CPUtime=582.12
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 4230 0 0 0 58207 5 0 0 25 0 1 0 310363267 18944000 4216 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 4625 4216 76 170 0 4452 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 23856

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1713860/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=20284 CPUtime=642.12
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 4606 0 0 0 64206 6 0 0 25 0 1 0 310363267 20770816 4592 1992294400 134512640 135212243 4294956240 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 5071 4592 76 170 0 4898 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 25640

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1713796/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=20284 CPUtime=702.09
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 4621 0 0 0 70203 6 0 0 25 0 1 0 310363267 20770816 4607 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 5071 4607 76 170 0 4898 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 25640

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1712836/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=21248 CPUtime=762.08
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 4847 0 0 0 76202 6 0 0 25 0 1 0 310363267 21757952 4833 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 5312 4833 76 170 0 5139 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 26604

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1712004/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=22040 CPUtime=822.07
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 5060 0 0 0 82200 7 0 0 25 0 1 0 310363267 22568960 5046 1992294400 134512640 135212243 4294956240 18446744073709551615 134526116 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 5510 5046 76 170 0 5337 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 27396

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1711876/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=22176 CPUtime=882.05
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 5084 0 0 0 88198 7 0 0 25 0 1 0 310363267 22708224 5070 1992294400 134512640 135212243 4294956240 18446744073709551615 134526459 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 5544 5070 76 170 0 5371 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 27532

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1711556/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=22456 CPUtime=942.03
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 5146 0 0 0 94196 7 0 0 25 0 1 0 310363267 22994944 5132 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 5614 5132 76 170 0 5441 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 27812

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1709956/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=24088 CPUtime=1002.02
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 5559 0 0 0 100194 8 0 0 25 0 1 0 310363267 24666112 5545 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 6022 5545 76 170 0 5849 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 29444

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1709892/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=24088 CPUtime=1062
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 5561 0 0 0 106192 8 0 0 25 0 1 0 310363267 24666112 5547 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 6022 5547 76 170 0 5849 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 29444

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25703
/proc/meminfo: memFree=1709700/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=24272 CPUtime=1121.98
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 5598 0 0 0 112190 8 0 0 25 0 1 0 310363267 24854528 5584 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 6068 5584 76 170 0 5895 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 29628

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25709
/proc/meminfo: memFree=1709316/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=24584 CPUtime=1181.96
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 5670 0 0 0 118188 8 0 0 25 0 1 0 310363267 25174016 5656 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 6146 5656 76 170 0 5973 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 29940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25709
/proc/meminfo: memFree=1708996/2055920 swapFree=4180356/4192956
[pid=25695] ppid=25693 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (SatELiteGTI) S 25693 25695 25591 0 -1 4194304 335 402 0 0 0 0 0 0 19 0 1 0 310363265 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25695/statm: 1339 239 197 169 0 50 0
[pid=25701] ppid=25695 vsize=24980 CPUtime=1200.06
/proc/25701/stat : 25701 (minisat_static) R 25695 25695 25591 0 -1 4194304 5785 0 0 0 119997 9 0 0 25 0 1 0 310363267 25579520 5771 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 6245 5771 76 170 0 6072 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 30336

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.09
CPU user time (s): 1199.99
CPU system time (s): 0.098984
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 30336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.99
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6532
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= 27
involuntary context switches= 1693

runsolver used 1.43478 second user time and 2.94155 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-20 14:41:47
IDJOB=1833560
IDBENCH=70743
IDSOLVER=672
FILE ID=node35/1833560-1242823307
PBS_JOBID= 9322540
Free space on /tmp= 66080 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/380/unif-k3-r4.25-v380-c1615-S1804335510-002.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833560-1242823307/watcher-1833560-1242823307 -o /tmp/evaluation-result-1833560-1242823307/solver-1833560-1242823307 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833560-1242823307.cnf -random-seed=899919601

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

MD5SUM BENCH= 6253dd31bd16eb30b646e4014a5ca88d
RANDOM SEED=899919601

node35.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.214
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.214
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:       1733308 kB
Buffers:         45204 kB
Cached:         226676 kB
SwapCached:       6988 kB
Active:         153924 kB
Inactive:       126992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733308 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            27780 kB
Committed_AS:  1080632 kB
PageTables:       1400 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= 66080 MiB
End job on node35 at 2009-05-20 15:01:50