Trace number 1833942

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_12_UNKNOWN.cnf
MD5SUMfbf37caab2e9eafe910c795f49053484
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 variables1898
Number of clauses128735
Sum of the clauses size383430
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23005
Number of clauses of size 3125707
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 |  128735   383430 |   38620       0        0     nan |  0.000 % |
1.18/1.26	c |         0 |  127840   554049 |      --       0       --      -- |     --   | -895/170619
1.18/1.26	c ==============================================================================
1.18/1.26	c Result  :   #vars: 1205   #clauses: 127840   #literals: 554049
1.18/1.26	c CPU time:   1.24281 s
1.18/1.26	c ==============================================================================
1.39/1.42	c WARNING: for repeatability, setting FPU to use double precision
1.39/1.42	c Number of variables   : 1205         
1.39/1.42	c Number of clauses     : 127840       
1.39/1.49	c Parsing time: 0.06         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-1833942-1242826409/watcher-1833942-1242826409 -o /tmp/evaluation-result-1833942-1242826409/solver-1833942-1242826409 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833942-1242826409.cnf -random-seed=1747070610 

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.93 0.98 0.99 3/64 11064
/proc/meminfo: memFree=1886504/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=0
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310668690 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 237 197 169 0 50 0

[startup+0.0318689 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 11064
/proc/meminfo: memFree=1886504/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=0
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310668690 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101877 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 11064
/proc/meminfo: memFree=1886504/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=0
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310668690 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301899 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 11064
/proc/meminfo: memFree=1886504/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=0
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310668690 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701941 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 11064
/proc/meminfo: memFree=1886504/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=0
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310668690 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50104 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 11069
/proc/meminfo: memFree=1872408/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 5356

[startup+3.1012 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 11070
/proc/meminfo: memFree=1874648/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=9164 CPUtime=1.66
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 2185 0 0 0 165 1 0 0 25 0 1 0 310668833 9383936 2171 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 2291 2171 76 170 0 2118 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14520

[startup+6.30254 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 11070
/proc/meminfo: memFree=1874264/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=9560 CPUtime=4.87
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 2278 0 0 0 486 1 0 0 25 0 1 0 310668833 9789440 2264 1992294400 134512640 135212243 4294956240 18446744073709551615 134526139 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 2390 2264 76 170 0 2217 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14916

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 11070
/proc/meminfo: memFree=1872872/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=11144 CPUtime=11.26
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 2665 0 0 0 1125 1 0 0 25 0 1 0 310668833 11411456 2651 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 2786 2651 76 170 0 2613 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16500

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 11070
/proc/meminfo: memFree=1869928/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=13812 CPUtime=24.06
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 3333 0 0 0 2404 2 0 0 25 0 1 0 310668833 14143488 3319 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 3453 3319 76 170 0 3280 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19168

[startup+51.1014 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 11070
/proc/meminfo: memFree=1867112/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=16736 CPUtime=49.64
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 4060 0 0 0 4961 3 0 0 25 0 1 0 310668833 17137664 4046 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 4184 4046 76 170 0 4011 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22092

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 11070
/proc/meminfo: memFree=1861928/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=22072 CPUtime=100.83
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 5362 0 0 0 10079 4 0 0 25 0 1 0 310668833 22601728 5348 1992294400 134512640 135212243 4294956240 18446744073709551615 134526146 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 5518 5348 76 170 0 5345 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 27428

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11070
/proc/meminfo: memFree=1859304/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=24760 CPUtime=160.81
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 6003 0 0 0 16076 5 0 0 25 0 1 0 310668833 25354240 5989 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 6190 5989 76 170 0 6017 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 30116

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11070
/proc/meminfo: memFree=1857512/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=26376 CPUtime=220.8
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 6433 0 0 0 22074 6 0 0 25 0 1 0 310668833 27009024 6419 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 6594 6419 76 170 0 6421 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 31732

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11070
/proc/meminfo: memFree=1855784/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=28172 CPUtime=280.78
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 6853 0 0 0 28072 6 0 0 25 0 1 0 310668833 28848128 6839 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 7043 6839 76 170 0 6870 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 33528

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11070
/proc/meminfo: memFree=1854256/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=29816 CPUtime=340.76
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 7237 0 0 0 34069 7 0 0 25 0 1 0 310668833 30531584 7223 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 7454 7223 76 170 0 7281 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 35172

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11070
/proc/meminfo: memFree=1853936/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=29948 CPUtime=400.75
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 7294 0 0 0 40068 7 0 0 25 0 1 0 310668833 30666752 7280 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 7487 7280 76 170 0 7314 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 35304

[startup+462.302 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 11070
/proc/meminfo: memFree=1851184/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41

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

/proc/11070/statm: 8632 8361 76 170 0 8459 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 39884

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11070
/proc/meminfo: memFree=1849200/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=34792 CPUtime=580.7
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 8443 0 0 0 58062 8 0 0 25 0 1 0 310668833 35627008 8429 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 8698 8429 76 170 0 8525 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 40148

[startup+642.302 s]
/proc/loadavg: 1.10 1.03 1.00 2/66 11072
/proc/meminfo: memFree=1846512/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=37500 CPUtime=640.68
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 9102 0 0 0 64059 9 0 0 25 0 1 0 310668833 38400000 9088 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 9375 9088 76 170 0 9202 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 42856

[startup+702.301 s]
/proc/loadavg: 1.11 1.04 1.00 2/66 11072
/proc/meminfo: memFree=1845616/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=38624 CPUtime=700.66
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 9324 0 0 0 70057 9 0 0 25 0 1 0 310668833 39550976 9310 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 9656 9310 76 170 0 9483 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 43980

[startup+762.306 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 11072
/proc/meminfo: memFree=1844016/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=40100 CPUtime=760.64
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 9714 0 0 0 76055 9 0 0 25 0 1 0 310668833 41062400 9700 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 10025 9700 76 170 0 9852 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 45456

[startup+822.301 s]
/proc/loadavg: 1.10 1.05 1.00 2/66 11072
/proc/meminfo: memFree=1843952/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=40100 CPUtime=820.62
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 9714 0 0 0 82053 9 0 0 25 0 1 0 310668833 41062400 9700 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 10025 9700 76 170 0 9852 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 45456

[startup+882.302 s]
/proc/loadavg: 1.14 1.07 1.01 2/66 11072
/proc/meminfo: memFree=1841776/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=42372 CPUtime=880.61
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 10271 0 0 0 88051 10 0 0 25 0 1 0 310668833 43388928 10257 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 10593 10257 76 170 0 10420 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 47728

[startup+942.301 s]
/proc/loadavg: 1.11 1.07 1.01 2/66 11072
/proc/meminfo: memFree=1841648/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=42372 CPUtime=940.59
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 10272 0 0 0 94049 10 0 0 25 0 1 0 310668833 43388928 10258 1992294400 134512640 135212243 4294956240 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 10593 10258 76 170 0 10420 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 47728

[startup+1002.3 s]
/proc/loadavg: 1.07 1.06 1.01 2/66 11072
/proc/meminfo: memFree=1838000/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=46056 CPUtime=1000.57
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 11174 0 0 0 100046 11 0 0 25 0 1 0 310668833 47161344 11160 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 11514 11160 76 170 0 11341 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 51412

[startup+1062.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/66 11072
/proc/meminfo: memFree=1837872/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=46216 CPUtime=1060.55
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 11209 0 0 0 106044 11 0 0 25 0 1 0 310668833 47325184 11195 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 11554 11195 76 170 0 11381 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 51572

[startup+1122.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/66 11072
/proc/meminfo: memFree=1837488/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=46572 CPUtime=1120.53
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 11315 0 0 0 112042 11 0 0 25 0 1 0 310668833 47689728 11301 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 11643 11301 76 170 0 11470 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 51928

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 11072
/proc/meminfo: memFree=1835440/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=49092 CPUtime=1180.52
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 11834 0 0 0 118040 12 0 0 25 0 1 0 310668833 50270208 11820 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 12273 11820 76 170 0 12100 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 54448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 11072
/proc/meminfo: memFree=1835440/2055920 swapFree=4179704/4192956
[pid=11064] ppid=11062 vsize=5356 CPUtime=1.41
/proc/11064/stat : 11064 (SatELiteGTI) S 11062 11064 10752 0 -1 4194304 335 3638 0 0 0 0 139 2 16 0 1 0 310668690 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11064/statm: 1339 239 197 169 0 50 0
[pid=11070] ppid=11064 vsize=49092 CPUtime=1198.62
/proc/11070/stat : 11070 (minisat_static) R 11064 11064 10752 0 -1 4194304 11834 0 0 0 119850 12 0 0 25 0 1 0 310668833 50270208 11820 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11070/statm: 12273 11820 76 170 0 12100 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 54448

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11064 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=396787
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=27995
# CPU time returned by wait4() is 1.42478
# while last known CPU time is 1200.03
#
# 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.03
CPU user time (s): 1199.89
CPU system time (s): 0.14
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (KiB): 54448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.39679
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3973
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= 10

runsolver used 1.2978 second user time and 3.07853 second system time

The end

Launcher Data

Begin job on node47 at 2009-05-20 15:33:29
IDJOB=1833942
IDBENCH=71084
IDSOLVER=672
FILE ID=node47/1833942-1242826409
PBS_JOBID= 9322503
Free space on /tmp= 66200 MiB

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

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

MD5SUM BENCH= fbf37caab2e9eafe910c795f49053484
RANDOM SEED=1747070610

node47.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.212
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.212
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:       1886984 kB
Buffers:         15216 kB
Cached:         114572 kB
SwapCached:       7708 kB
Active:          41332 kB
Inactive:        98112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1886984 kB
SwapTotal:     4192956 kB
SwapFree:      4179704 kB
Dirty:            3860 kB
Writeback:           0 kB
Mapped:          14432 kB
Slab:            15436 kB
Committed_AS:  1077976 kB
PageTables:       1452 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= 66196 MiB
End job on node47 at 2009-05-20 15:53:32