Trace number 1837559

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) 10000.1 10002.7

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_10_UNKNOWN.cnf
MD5SUM8ece32bbd9e6c3f5c8cdf0e94e0569cd
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 variables1584
Number of clauses100116
Sum of the clauses size297952
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22580
Number of clauses of size 397513
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 |  100116   297952 |   30034       0        0     nan |  0.000 % |
0.00/0.97	c |         0 |   99290   430382 |      --       0       --      -- |     --   | -826/132430
0.00/0.97	c ==============================================================================
0.00/0.97	c Result  :   #vars: 958   #clauses: 99290   #literals: 430382
0.00/0.97	c CPU time:   0.960853 s
0.00/0.97	c ==============================================================================
0.99/1.10	c WARNING: for repeatability, setting FPU to use double precision
0.99/1.10	c Number of variables   : 958          
0.99/1.10	c Number of clauses     : 99290        
1.09/1.15	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-1837559-1242877096/watcher-1837559-1242877096 -o /tmp/evaluation-result-1837559-1242877096/solver-1837559-1242877096 -C 10000 -W 12000 -M 1800 SatELiteGTI HOME/instance-1837559-1242877096.cnf -random-seed=1404024589 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.92 0.98 0.99 3/64 21178
/proc/meminfo: memFree=1600464/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=0
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 142711499 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21178/statm: 1339 237 197 169 0 50 0

[startup+0.071482 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21178
/proc/meminfo: memFree=1600464/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=0
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 142711499 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21178/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101484 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21178
/proc/meminfo: memFree=1600464/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=0
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 142711499 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21178/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301504 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21178
/proc/meminfo: memFree=1600464/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=0
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 142711499 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21178/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701547 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21178
/proc/meminfo: memFree=1600464/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=0
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 142711499 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21178/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50164 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 21183
/proc/meminfo: memFree=1589568/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 5356

[startup+3.1028 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1590848/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=7540 CPUtime=1.99
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 1759 0 0 0 198 1 0 0 25 0 1 0 142711609 7720960 1745 1992294400 134512640 135212243 4294956240 18446744073709551615 134526143 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 1885 1745 76 170 0 1712 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12896

[startup+6.30114 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1589696/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=8484 CPUtime=5.19
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 1971 0 0 0 518 1 0 0 25 0 1 0 142711609 8687616 1957 1992294400 134512640 135212243 4294956240 18446744073709551615 134717250 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 2121 1957 76 170 0 1948 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13840

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1588800/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=9440 CPUtime=11.58
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 2207 0 0 0 1157 1 0 0 25 0 1 0 142711609 9666560 2193 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 2360 2193 76 170 0 2187 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14796

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1587712/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=10516 CPUtime=24.38
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 2489 0 0 0 2437 1 0 0 25 0 1 0 142711609 10768384 2475 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 2629 2475 76 170 0 2456 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15872

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1586112/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=12244 CPUtime=49.97
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 2913 0 0 0 4995 2 0 0 25 0 1 0 142711609 12537856 2899 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 3061 2899 76 170 0 2888 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 17600

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1581632/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=16736 CPUtime=101.16
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 4011 0 0 0 10112 4 0 0 25 0 1 0 142711609 17137664 3997 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 4184 3997 76 170 0 4011 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 22092

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1579136/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=19628 CPUtime=161.14
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 4688 0 0 0 16110 4 0 0 25 0 1 0 142711609 20099072 4674 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 4907 4674 76 170 0 4734 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 24984

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1577344/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=21164 CPUtime=221.13
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 5066 0 0 0 22108 5 0 0 25 0 1 0 142711609 21671936 5052 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 5291 5052 76 170 0 5118 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 26520

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1573120/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=25528 CPUtime=281.11
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 6119 0 0 0 28105 6 0 0 25 0 1 0 142711609 26140672 6105 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 6382 6105 76 170 0 6209 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 30884

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1572288/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=26464 CPUtime=341.1
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 6325 0 0 0 34103 7 0 0 25 0 1 0 142711609 27099136 6311 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 6616 6311 76 170 0 6443 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 31820

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1571328/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=27124 CPUtime=401.08
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 6555 0 0 0 40101 7 0 0 25 0 1 0 142711609 27774976 6541 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 6781 6541 76 170 0 6608 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 32480

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21184
/proc/meminfo: memFree=1571200/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09

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

/proc/21184/statm: 30888 29199 76 170 0 30715 0
Current children cumulated CPU time (s) 9399.83
Current children cumulated vsize (KiB) 128908

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21206
/proc/meminfo: memFree=1478528/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123552 CPUtime=9458.73
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29280 0 0 0 945818 55 0 0 25 0 1 0 142711609 126517248 29202 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30888 29202 76 170 0 30715 0
Current children cumulated CPU time (s) 9459.82
Current children cumulated vsize (KiB) 128908

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21208
/proc/meminfo: memFree=1478336/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123552 CPUtime=9518.71
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29280 0 0 0 951816 55 0 0 25 0 1 0 142711609 126517248 29202 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30888 29202 76 170 0 30715 0
Current children cumulated CPU time (s) 9519.8
Current children cumulated vsize (KiB) 128908

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21208
/proc/meminfo: memFree=1478336/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123552 CPUtime=9578.7
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29285 0 0 0 957814 56 0 0 25 0 1 0 142711609 126517248 29207 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30888 29207 76 170 0 30715 0
Current children cumulated CPU time (s) 9579.79
Current children cumulated vsize (KiB) 128908

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21208
/proc/meminfo: memFree=1478336/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123632 CPUtime=9638.68
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29295 0 0 0 963812 56 0 0 25 0 1 0 142711609 126599168 29217 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30908 29217 76 170 0 30735 0
Current children cumulated CPU time (s) 9639.77
Current children cumulated vsize (KiB) 128988

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21208
/proc/meminfo: memFree=1478336/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123632 CPUtime=9698.66
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29295 0 0 0 969810 56 0 0 25 0 1 0 142711609 126599168 29217 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30908 29217 76 170 0 30735 0
Current children cumulated CPU time (s) 9699.75
Current children cumulated vsize (KiB) 128988

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21208
/proc/meminfo: memFree=1478336/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123632 CPUtime=9758.65
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29295 0 0 0 975808 57 0 0 25 0 1 0 142711609 126599168 29217 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30908 29217 76 170 0 30735 0
Current children cumulated CPU time (s) 9759.74
Current children cumulated vsize (KiB) 128988

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21208
/proc/meminfo: memFree=1478336/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123632 CPUtime=9818.64
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29295 0 0 0 981807 57 0 0 25 0 1 0 142711609 126599168 29217 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30908 29217 76 170 0 30735 0
Current children cumulated CPU time (s) 9819.73
Current children cumulated vsize (KiB) 128988

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21208
/proc/meminfo: memFree=1478336/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123632 CPUtime=9878.62
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29295 0 0 0 987805 57 0 0 25 0 1 0 142711609 126599168 29217 1992294400 134512640 135212243 4294956240 18446744073709551615 134526132 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30908 29217 76 170 0 30735 0
Current children cumulated CPU time (s) 9879.71
Current children cumulated vsize (KiB) 128988

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21208
/proc/meminfo: memFree=1478272/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123632 CPUtime=9938.61
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29295 0 0 0 993804 57 0 0 25 0 1 0 142711609 126599168 29217 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30908 29217 76 170 0 30735 0
Current children cumulated CPU time (s) 9939.7
Current children cumulated vsize (KiB) 128988

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21208
/proc/meminfo: memFree=1478272/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123632 CPUtime=9998.59
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29295 0 0 0 999802 57 0 0 25 0 1 0 142711609 126599168 29217 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30908 29217 76 170 0 30735 0
Current children cumulated CPU time (s) 9999.68
Current children cumulated vsize (KiB) 128988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21208
/proc/meminfo: memFree=1478272/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123632 CPUtime=9998.99
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29295 0 0 0 999842 57 0 0 25 0 1 0 142711609 126599168 29217 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30908 29217 76 170 0 30735 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 128988

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

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

[startup+10002.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21208
/proc/meminfo: memFree=1478272/2055920 swapFree=4180276/4192956
[pid=21178] ppid=21176 vsize=5356 CPUtime=1.09
/proc/21178/stat : 21178 (SatELiteGTI) S 21176 21178 21141 0 -1 4194304 333 2956 0 0 0 0 107 2 16 0 1 0 142711499 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21178/statm: 1339 239 197 169 0 50 0
[pid=21184] ppid=21178 vsize=123632 CPUtime=9998.99
/proc/21184/stat : 21184 (minisat_static) R 21178 21178 21141 0 -1 4194304 29295 0 0 0 999842 57 0 0 25 0 1 0 142711609 126599168 29217 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 30908 29217 76 170 0 30735 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 128988

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10002.7
CPU time (s): 10000.1
CPU user time (s): 9999.49
CPU system time (s): 0.59
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 128988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.07384
system time used= 0.030995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3289
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= 14
involuntary context switches= 10

runsolver used 11.5162 second user time and 24.8482 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-21 05:38:16
IDJOB=1837559
IDBENCH=71101
IDSOLVER=675
FILE ID=node7/1837559-1242877096
PBS_JOBID= 9328662
Free space on /tmp= 66084 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_10_UNKNOWN.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1837559-1242877096/watcher-1837559-1242877096 -o /tmp/evaluation-result-1837559-1242877096/solver-1837559-1242877096 -C 10000 -W 12000 -M 1800  SatELiteGTI HOME/instance-1837559-1242877096.cnf -random-seed=1404024589

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

MD5SUM BENCH= 8ece32bbd9e6c3f5c8cdf0e94e0569cd
RANDOM SEED=1404024589

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:       1600944 kB
Buffers:         46880 kB
Cached:         354640 kB
SwapCached:       7500 kB
Active:         125072 kB
Inactive:       285288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600944 kB
SwapTotal:     4192956 kB
SwapFree:      4180276 kB
Dirty:            3172 kB
Writeback:           0 kB
Mapped:          13412 kB
Slab:            30604 kB
Committed_AS:   424904 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= 66080 MiB
End job on node7 at 2009-05-21 08:25:01