Trace number 1833912

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_11_UNKNOWN.cnf
MD5SUMb02fa517730e45c506203f9bd7ebb62c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1740
Number of clauses104640
Sum of the clauses size311346
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22781
Number of clauses of size 3101836
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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  104640   311346 |   31391       0        0     nan |  0.000 % |
0.00/0.76	c |         0 |  103841   441767 |      --       0       --      -- |     --   | -799/130421
0.00/0.76	c ==============================================================================
0.00/0.76	c Result  :   #vars: 1091   #clauses: 103841   #literals: 441767
0.00/0.76	c CPU time:   0.737887 s
0.00/0.76	c ==============================================================================
0.00/0.89	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.89	c Number of variables   : 1091         
0.00/0.89	c Number of clauses     : 103841       
0.88/0.94	c Parsing time: 0.05         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-1833912-1242826090/watcher-1833912-1242826090 -o /tmp/evaluation-result-1833912-1242826090/solver-1833912-1242826090 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833912-1242826090.cnf -random-seed=1877075820 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18952
/proc/meminfo: memFree=1951072/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 137610892 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18952/statm: 1339 237 197 169 0 50 0

[startup+0.101966 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18952
/proc/meminfo: memFree=1951072/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 137610892 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18952/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201977 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18952
/proc/meminfo: memFree=1951072/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 137610892 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18952/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301987 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18952
/proc/meminfo: memFree=1951072/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 137610892 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18952/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701029 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18952
/proc/meminfo: memFree=1951072/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 137610892 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18952/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50111 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1942096/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=7940 CPUtime=0.59
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 1842 0 0 0 59 0 0 0 22 0 1 0 137610981 8130560 1828 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 1985 1828 76 170 0 1812 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13296

[startup+3.10128 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1940880/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=8600 CPUtime=2.19
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 2004 0 0 0 219 0 0 0 25 0 1 0 137610981 8806400 1990 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 2150 1990 76 170 0 1977 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13956

[startup+6.30262 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1939792/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=9128 CPUtime=5.4
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 2161 0 0 0 539 1 0 0 25 0 1 0 137610981 9347072 2147 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 2282 2147 76 170 0 2109 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14484

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1938512/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=10316 CPUtime=11.8
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 2436 0 0 0 1178 2 0 0 25 0 1 0 137610981 10563584 2422 1992294400 134512640 135212243 4294956240 18446744073709551615 134526172 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 2579 2422 76 170 0 2406 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15672

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1935952/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=12848 CPUtime=24.59
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 3087 0 0 0 2457 2 0 0 25 0 1 0 137610981 13156352 3073 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 3212 3073 76 170 0 3039 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18204

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1933200/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=15716 CPUtime=50.18
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 3763 0 0 0 5015 3 0 0 25 0 1 0 137610981 16093184 3749 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 3929 3749 76 170 0 3756 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 21072

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1928912/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=20024 CPUtime=101.38
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 4843 0 0 0 10133 5 0 0 25 0 1 0 137610981 20504576 4829 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 5006 4829 76 170 0 4833 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 25380

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1925840/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=23348 CPUtime=161.36
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 5640 0 0 0 16130 6 0 0 25 0 1 0 137610981 23908352 5626 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 5837 5626 76 170 0 5664 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 28704

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1922704/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=26492 CPUtime=221.35
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 6392 0 0 0 22128 7 0 0 25 0 1 0 137610981 27127808 6378 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 6623 6378 76 170 0 6450 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 31848

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1919312/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=30032 CPUtime=281.33
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 7223 0 0 0 28125 8 0 0 25 0 1 0 137610981 30752768 7209 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 7508 7209 76 170 0 7335 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 35388

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1919248/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=30152 CPUtime=341.31
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 7235 0 0 0 34123 8 0 0 25 0 1 0 137610981 30875648 7221 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 7538 7221 76 170 0 7365 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 35508

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1915216/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=34040 CPUtime=401.29
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 8228 0 0 0 40120 9 0 0 25 0 1 0 137610981 34856960 8214 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 8510 8214 76 170 0 8337 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 39396

[startup+462.301 s]

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

/proc/18958/statm: 10152 9796 76 170 0 9979 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 45964

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1908112/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=41284 CPUtime=641.23
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 9969 0 0 0 64111 12 0 0 25 0 1 0 137610981 42274816 9955 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 10321 9955 76 170 0 10148 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 46640

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1905360/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=44292 CPUtime=701.21
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 10645 0 0 0 70109 12 0 0 25 0 1 0 137610981 45355008 10631 1992294400 134512640 135212243 4294956240 18446744073709551615 134526175 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 11073 10631 76 170 0 10900 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 49648

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1904784/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=44848 CPUtime=761.21
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 10784 0 0 0 76108 13 0 0 25 0 1 0 137610981 45924352 10770 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 11212 10770 76 170 0 11039 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 50204

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1902800/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=46836 CPUtime=821.18
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 11281 0 0 0 82105 13 0 0 25 0 1 0 137610981 47960064 11267 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 11709 11267 76 170 0 11536 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 52192

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1901456/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=48124 CPUtime=881.17
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 11611 0 0 0 88103 14 0 0 25 0 1 0 137610981 49278976 11597 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 12031 11597 76 170 0 11858 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 53480

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1897936/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=51648 CPUtime=941.15
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 12480 0 0 0 94100 15 0 0 25 0 1 0 137610981 52887552 12466 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 12912 12466 76 170 0 12739 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 57004

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1897872/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=51648 CPUtime=1001.14
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 12494 0 0 0 100098 16 0 0 25 0 1 0 137610981 52887552 12480 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 12912 12480 76 170 0 12739 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 57004

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1893520/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=55916 CPUtime=1061.12
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 13564 0 0 0 106095 17 0 0 25 0 1 0 137610981 57257984 13550 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 13979 13550 76 170 0 13806 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 61272

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1892816/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=56860 CPUtime=1121.11
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 13727 0 0 0 112094 17 0 0 25 0 1 0 137610981 58224640 13713 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 14215 13713 76 170 0 14042 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 62216

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1891984/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=57844 CPUtime=1181.1
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 13965 0 0 0 118092 18 0 0 25 0 1 0 137610981 59232256 13951 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 14461 13951 76 170 0 14288 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 63200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1891600/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=58172 CPUtime=1199.19
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 14038 0 0 0 119901 18 0 0 25 0 1 0 137610981 59568128 14024 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 14543 14024 76 170 0 14370 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 63528

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18958
/proc/meminfo: memFree=1891600/2055920 swapFree=4180264/4192956
[pid=18952] ppid=18950 vsize=5356 CPUtime=0.88
/proc/18952/stat : 18952 (SatELiteGTI) S 18950 18952 18706 0 -1 4194304 335 2971 0 0 0 0 85 3 16 0 1 0 137610892 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18952/statm: 1339 239 197 169 0 50 0
[pid=18958] ppid=18952 vsize=58172 CPUtime=1199.19
/proc/18958/stat : 18958 (minisat_static) R 18952 18952 18706 0 -1 4194304 14038 0 0 0 119901 18 0 0 25 0 1 0 137610981 59568128 14024 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 1 0 0
/proc/18958/statm: 14543 14024 76 170 0 14370 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 63528

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.41
CPU time (s): 1200.07
CPU user time (s): 1199.86
CPU system time (s): 0.21
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 63528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.856869
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= 3306
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= 7

runsolver used 1.3188 second user time and 2.88956 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-20 15:28:10
IDJOB=1833912
IDBENCH=71064
IDSOLVER=672
FILE ID=node7/1833912-1242826090
PBS_JOBID= 9322528
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= b02fa517730e45c506203f9bd7ebb62c
RANDOM SEED=1877075820

node7.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.243
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.243
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:       1951616 kB
Buffers:         19232 kB
Cached:          48880 kB
SwapCached:       7300 kB
Active:          27784 kB
Inactive:        49108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1951616 kB
SwapTotal:     4192956 kB
SwapFree:      4180264 kB
Dirty:            3280 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            13448 kB
Committed_AS:   406968 kB
PageTables:       1444 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= 66296 MiB
End job on node7 at 2009-05-20 15:48:13