Trace number 1833928

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.71

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_14_SAT.cnf
MD5SUM0678a0ef5b4345961915559db9bf689b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.906861
Satisfiable
(Un)Satisfiability was proved
Number of variables2220
Number of clauses148488
Sum of the clauses size442317
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23423
Number of clauses of size 3145042
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  148488   442317 |   44546       0        0     nan |  0.000 % |
0.99/1.04	c |         0 |  147422   626130 |      --       0       --      -- |     --   | -1066/183813
0.99/1.04	c ==============================================================================
0.99/1.04	c Result  :   #vars: 1437   #clauses: 147422   #literals: 626130
0.99/1.04	c CPU time:   1.01585 s
0.99/1.04	c ==============================================================================
1.18/1.21	c WARNING: for repeatability, setting FPU to use double precision
1.18/1.22	c Number of variables   : 1437         
1.18/1.22	c Number of clauses     : 147422       
1.21/1.30	c Parsing time: 0.08         s

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-1833928-1242826212/watcher-1833928-1242826212 -o /tmp/evaluation-result-1833928-1242826212/solver-1833928-1242826212 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833928-1242826212.cnf -random-seed=1376725548 

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.91 0.95 0.99 3/64 14707
/proc/meminfo: memFree=1954336/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=0
/proc/14707/stat : 14707 (SatELiteGTI) R 14705 14707 14429 0 -1 4194304 292 250 0 0 0 0 0 0 19 0 1 0 310647630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14707/statm: 1339 237 197 169 0 50 0

[startup+0.0165919 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 14707
/proc/meminfo: memFree=1954336/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=0
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 310647630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14707/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101609 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 14707
/proc/meminfo: memFree=1954336/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=0
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 310647630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14707/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301649 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 14707
/proc/meminfo: memFree=1954336/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=0
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 310647630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14707/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701726 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 14707
/proc/meminfo: memFree=1954336/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=0
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 310647630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14707/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50189 s]
/proc/loadavg: 0.91 0.95 0.99 2/66 14712
/proc/meminfo: memFree=1938640/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 5356

[startup+3.1012 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1940816/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=10620 CPUtime=1.87
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 2483 0 0 0 186 1 0 0 25 0 1 0 310647752 10874880 2469 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 2655 2469 76 170 0 2482 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15976

[startup+6.30283 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1939472/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=11940 CPUtime=5.07
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 2823 0 0 0 506 1 0 0 25 0 1 0 310647752 12226560 2809 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 2985 2809 76 170 0 2812 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17296

[startup+12.7011 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1938720/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=12728 CPUtime=11.46
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 3026 0 0 0 1145 1 0 0 25 0 1 0 310647752 13033472 3012 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 3182 3012 76 170 0 3009 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18084

[startup+25.5016 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1935008/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=16440 CPUtime=24.26
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 3950 0 0 0 2424 2 0 0 25 0 1 0 310647752 16834560 3936 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 4110 3936 76 170 0 3937 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 21796

[startup+51.1017 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1931168/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=20208 CPUtime=49.85
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 4870 0 0 0 4982 3 0 0 25 0 1 0 310647752 20692992 4856 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 5052 4856 76 170 0 4879 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 25564

[startup+102.307 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1925536/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=25808 CPUtime=101.02
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 6261 0 0 0 10098 4 0 0 25 0 1 0 310647752 26427392 6247 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 6452 6247 76 170 0 6279 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 31164

[startup+162.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1920096/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=31448 CPUtime=160.99
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 7644 0 0 0 16094 5 0 0 25 0 1 0 310647752 32202752 7630 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 7862 7630 76 170 0 7689 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 36804

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1918560/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=32816 CPUtime=220.93
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 7982 0 0 0 22088 5 0 0 25 0 1 0 310647752 33603584 7968 1992294400 134512640 135212243 4294956240 18446744073709551615 134525968 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 8204 7968 76 170 0 8031 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 38172

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1914720/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=36676 CPUtime=280.89
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 8944 0 0 0 28083 6 0 0 25 0 1 0 310647752 37556224 8930 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 9169 8930 76 170 0 8996 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 42032

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1911712/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=39760 CPUtime=340.86
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 9682 0 0 0 34079 7 0 0 25 0 1 0 310647752 40714240 9668 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 9940 9668 76 170 0 9767 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 45116

[startup+402.303 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1910048/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=41364 CPUtime=400.82
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 10085 0 0 0 40074 8 0 0 25 0 1 0 310647752 42356736 10071 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 10341 10071 76 170 0 10168 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 46720

[startup+462.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1907424/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21

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

/proc/14713/statm: 11987 11722 76 170 0 11814 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 53304

[startup+642.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1898848/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=52500 CPUtime=640.69
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 12883 0 0 0 64058 11 0 0 25 0 1 0 310647752 53760000 12869 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 13125 12869 76 170 0 12952 0
Current children cumulated CPU time (s) 641.9
Current children cumulated vsize (KiB) 57856

[startup+702.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1897696/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=53868 CPUtime=700.66
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 13179 0 0 0 70054 12 0 0 25 0 1 0 310647752 55160832 13165 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 13467 13165 76 170 0 13294 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 59224

[startup+762.306 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1896352/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=54932 CPUtime=760.63
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 13462 0 0 0 76051 12 0 0 25 0 1 0 310647752 56250368 13448 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 13733 13448 76 170 0 13560 0
Current children cumulated CPU time (s) 761.84
Current children cumulated vsize (KiB) 60288

[startup+822.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14713
/proc/meminfo: memFree=1893920/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=57472 CPUtime=820.59
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 14100 0 0 0 82047 12 0 0 25 0 1 0 310647752 58851328 14086 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 14368 14086 76 170 0 14195 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 62828

[startup+882.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14715
/proc/meminfo: memFree=1891936/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=59188 CPUtime=880.57
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 14512 0 0 0 88044 13 0 0 25 0 1 0 310647752 60608512 14498 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 14797 14498 76 170 0 14624 0
Current children cumulated CPU time (s) 881.78
Current children cumulated vsize (KiB) 64544

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14715
/proc/meminfo: memFree=1890976/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=60396 CPUtime=940.54
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 14778 0 0 0 94041 13 0 0 25 0 1 0 310647752 61845504 14764 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 15099 14764 76 170 0 14926 0
Current children cumulated CPU time (s) 941.75
Current children cumulated vsize (KiB) 65752

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14715
/proc/meminfo: memFree=1887136/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=64144 CPUtime=1000.5
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 15730 0 0 0 100036 14 0 0 25 0 1 0 310647752 65683456 15716 1992294400 134512640 135212243 4294956240 18446744073709551615 134533011 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 16036 15716 76 170 0 15863 0
Current children cumulated CPU time (s) 1001.71
Current children cumulated vsize (KiB) 69500

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14715
/proc/meminfo: memFree=1887136/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=64144 CPUtime=1060.47
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 15733 0 0 0 106033 14 0 0 25 0 1 0 310647752 65683456 15719 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 16036 15719 76 170 0 15863 0
Current children cumulated CPU time (s) 1061.68
Current children cumulated vsize (KiB) 69500

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14715
/proc/meminfo: memFree=1886944/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=64540 CPUtime=1120.43
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 15810 0 0 0 112029 14 0 0 25 0 1 0 310647752 66088960 15796 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 16135 15796 76 170 0 15962 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 69896

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14715
/proc/meminfo: memFree=1880672/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=70616 CPUtime=1180.41
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 17334 0 0 0 118025 16 0 0 25 0 1 0 310647752 72310784 17320 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 17654 17320 76 170 0 17481 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 75972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14715
/proc/meminfo: memFree=1880672/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=70616 CPUtime=1198.81
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 17334 0 0 0 119865 16 0 0 25 0 1 0 310647752 72310784 17320 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 17654 17320 76 170 0 17481 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 75972

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 14715
/proc/meminfo: memFree=1880672/2055920 swapFree=4179852/4192956
[pid=14707] ppid=14705 vsize=5356 CPUtime=1.21
/proc/14707/stat : 14707 (SatELiteGTI) S 14705 14707 14429 0 -1 4194304 335 4033 0 0 0 0 118 3 16 0 1 0 310647630 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14707/statm: 1339 239 197 169 0 50 0
[pid=14713] ppid=14707 vsize=70616 CPUtime=1198.81
/proc/14713/stat : 14713 (minisat_static) R 14707 14707 14429 0 -1 4194304 17334 0 0 0 119865 16 0 0 25 0 1 0 310647752 72310784 17320 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/14713/statm: 17654 17320 76 170 0 17481 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 75972

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.71
CPU time (s): 1200.02
CPU user time (s): 1199.83
CPU system time (s): 0.19
CPU usage (%): 99.9424
Max. virtual memory (cumulated for all children) (KiB): 75972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.18282
system time used= 0.033994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4368
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= 13
involuntary context switches= 19

runsolver used 1.12283 second user time and 3.2545 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-20 15:30:12
IDJOB=1833928
IDBENCH=71075
IDSOLVER=672
FILE ID=node66/1833928-1242826212
PBS_JOBID= 9322517
Free space on /tmp= 66424 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_14_SAT.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833928-1242826212/watcher-1833928-1242826212 -o /tmp/evaluation-result-1833928-1242826212/solver-1833928-1242826212 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833928-1242826212.cnf -random-seed=1376725548

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

MD5SUM BENCH= 0678a0ef5b4345961915559db9bf689b
RANDOM SEED=1376725548

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:       1954880 kB
Buffers:         15952 kB
Cached:          42152 kB
SwapCached:       7312 kB
Active:          34204 kB
Inactive:        32740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1954880 kB
SwapTotal:     4192956 kB
SwapFree:      4179852 kB
Dirty:            3996 kB
Writeback:           0 kB
Mapped:          13940 kB
Slab:            20248 kB
Committed_AS:  1135204 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= 66420 MiB
End job on node66 at 2009-05-20 15:50:15