Trace number 1832132

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

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq4.cnf
MD5SUM6fcbaf8c6c7ed0c41d8ac12258cafaee
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark853.531
Satisfiable
(Un)Satisfiability was proved
Number of variables106013
Number of clauses1598301
Sum of the clauses size4617403
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21491607
Number of clauses of size 324060
Number of clauses of size 45002
Number of clauses of size 59194
Number of clauses of size over 568437

Solver Data

0.00/0.00	c Parsing...
1.18/1.23	c ==============================================================================
1.18/1.23	c |           |     ORIGINAL     |              LEARNT              |          |
1.18/1.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.18/1.23	c ==============================================================================
1.18/1.23	c |         0 | 1598300  4617402 |  479489       0        0     nan |  0.000 % |
13.25/13.31	c |         0 | 1545697  4776410 |      --       0       --      -- |     --   | -52460/161443
13.25/13.31	c ==============================================================================
13.25/13.31	c Result  :   #vars: 83095   #clauses: 1545697   #literals: 4776410
13.25/13.31	c CPU time:   13.024 s
13.25/13.31	c ==============================================================================
14.76/14.84	c WARNING: for repeatability, setting FPU to use double precision
14.76/14.84	c Number of variables   : 83095        
14.76/14.84	c Number of clauses     : 1545697      
15.65/15.76	c Parsing time: 0.79         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-1832132-1242769403/watcher-1832132-1242769403 -o /tmp/evaluation-result-1832132-1242769403/solver-1832132-1242769403 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832132-1242769403.cnf -random-seed=1398922367 

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 0.99 0.91 3/64 15687
/proc/meminfo: memFree=1915936/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=0
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 131942391 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15687/statm: 1339 237 197 169 0 50 0

[startup+0.0869761 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 15687
/proc/meminfo: memFree=1915936/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=0
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 131942391 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15687/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101977 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 15687
/proc/meminfo: memFree=1915936/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=0
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 131942391 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15687/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301999 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 15687
/proc/meminfo: memFree=1915936/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=0
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 131942391 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15687/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70104 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 15687
/proc/meminfo: memFree=1915936/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=0
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 131942391 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15687/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50112 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15692
/proc/meminfo: memFree=1837456/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=0
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 131942391 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15687/statm: 1339 237 197 169 0 50 0
[pid=15691] ppid=15687 vsize=117332 CPUtime=1.48
/proc/15691/stat : 15691 (SatELite_releas) R 15687 15687 15506 0 -1 4194304 30964 0 0 0 130 18 0 0 25 0 1 0 131942391 120147968 27568 1992294400 134512640 135223648 4294956128 18446744073709551615 134549036 0 0 4096 3 0 0 0 17 1 0 0
/proc/15691/statm: 29333 27568 76 173 0 29158 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 122688

[startup+3.10129 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15692
/proc/meminfo: memFree=1798352/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=0
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 131942391 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15687/statm: 1339 237 197 169 0 50 0
[pid=15691] ppid=15687 vsize=137208 CPUtime=3.09
/proc/15691/stat : 15691 (SatELite_releas) R 15687 15687 15506 0 -1 4194304 34288 0 0 0 288 21 0 0 25 0 1 0 131942391 140500992 30892 1992294400 134512640 135223648 4294956128 18446744073709551615 134586777 0 0 4096 3 0 0 0 17 1 0 0
/proc/15691/statm: 34302 30892 76 173 0 34127 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142564

[startup+6.30163 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15692
/proc/meminfo: memFree=1783760/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=0
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 131942391 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15687/statm: 1339 237 197 169 0 50 0
[pid=15691] ppid=15687 vsize=143828 CPUtime=6.26
/proc/15691/stat : 15691 (SatELite_releas) R 15687 15687 15506 0 -1 4194304 35837 0 0 0 604 22 0 0 25 0 1 0 131942391 147279872 32337 1992294400 134512640 135223648 4294956128 18446744073709551615 134586986 0 0 4096 3 0 0 0 17 1 0 0
/proc/15691/statm: 35957 32337 76 173 0 35782 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 149184

[startup+12.7013 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15692
/proc/meminfo: memFree=1783440/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=0
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 131942391 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15687/statm: 1339 237 197 169 0 50 0
[pid=15691] ppid=15687 vsize=143540 CPUtime=12.66
/proc/15691/stat : 15691 (SatELite_releas) R 15687 15687 15506 0 -1 4194304 39639 0 0 0 1242 24 0 0 25 0 1 0 131942391 146984960 32332 1992294400 134512640 135223648 4294956128 18446744073709551615 134586721 0 0 4096 3 0 0 0 17 1 0 0
/proc/15691/statm: 35885 32332 76 173 0 35710 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 148896

[startup+25.5016 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1806800/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=74244 CPUtime=10.63
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 18200 0 0 0 1052 11 0 0 25 0 1 0 131943875 76025856 18186 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 18561 18186 75 170 0 18388 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 79600

[startup+51.1013 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1801808/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=78284 CPUtime=36.23
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 19231 0 0 0 3610 13 0 0 25 0 1 0 131943875 80162816 19217 1992294400 134512640 135212243 4294956240 18446744073709551615 134538863 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 19571 19217 75 170 0 19398 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 83640

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1799184/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=81992 CPUtime=87.42
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 20152 0 0 0 8728 14 0 0 25 0 1 0 131943875 83959808 20138 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 20498 20138 75 170 0 20325 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 87348

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1795344/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=85752 CPUtime=147.4
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 21084 0 0 0 14725 15 0 0 25 0 1 0 131943875 87810048 21070 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 21438 21070 75 170 0 21265 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 91108

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1792272/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=89008 CPUtime=207.38
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 21849 0 0 0 20722 16 0 0 25 0 1 0 131943875 91144192 21835 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 22252 21835 75 170 0 22079 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 94364

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1787472/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=93892 CPUtime=267.37
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 23082 0 0 0 26719 18 0 0 25 0 1 0 131943875 96145408 23068 1992294400 134512640 135212243 4294956240 18446744073709551615 134527698 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 23473 23068 75 170 0 23300 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 99248

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1784528/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=96652 CPUtime=327.35
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 23772 0 0 0 32716 19 0 0 25 0 1 0 131943875 98971648 23758 1992294400 134512640 135212243 4294956240 18446744073709551615 134529787 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 24163 23758 75 170 0 23990 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 102008

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1784464/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=96652 CPUtime=387.34
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 23778 0 0 0 38714 20 0 0 25 0 1 0 131943875 98971648 23764 1992294400 134512640 135212243 4294956240 18446744073709551615 134529968 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 24163 23764 75 170 0 23990 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 102008

[startup+462.301 s]

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

/proc/15693/statm: 26449 26059 75 170 0 26276 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 111152

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1770128/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=111080 CPUtime=567.3
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 27377 0 0 0 56706 24 0 0 25 0 1 0 131943875 113745920 27363 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 27770 27363 75 170 0 27597 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 116436

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1768336/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=112584 CPUtime=627.28
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 27775 0 0 0 62704 24 0 0 25 0 1 0 131943875 115286016 27761 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 28146 27761 75 170 0 27973 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 117940

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1764944/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=116092 CPUtime=687.26
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 28600 0 0 0 68701 25 0 0 25 0 1 0 131943875 118878208 28586 1992294400 134512640 135212243 4294956240 18446744073709551615 134525990 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 29023 28586 75 170 0 28850 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 121448

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1764880/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=116092 CPUtime=747.26
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 28616 0 0 0 74700 26 0 0 25 0 1 0 131943875 118878208 28602 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 29023 28602 75 170 0 28850 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 121448

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1764816/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=116092 CPUtime=807.24
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 28616 0 0 0 80698 26 0 0 25 0 1 0 131943875 118878208 28602 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 29023 28602 75 170 0 28850 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 121448

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1764752/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=116092 CPUtime=867.22
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 28633 0 0 0 86696 26 0 0 25 0 1 0 131943875 118878208 28619 1992294400 134512640 135212243 4294956240 18446744073709551615 134529781 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 29023 28619 75 170 0 28850 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 121448

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1764560/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=116336 CPUtime=927.2
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 28676 0 0 0 92694 26 0 0 25 0 1 0 131943875 119128064 28662 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 29084 28662 75 170 0 28911 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 121692

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15693
/proc/meminfo: memFree=1764304/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=116580 CPUtime=987.19
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 28731 0 0 0 98692 27 0 0 25 0 1 0 131943875 119377920 28717 1992294400 134512640 135212243 4294956240 18446744073709551615 134536919 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 29145 28717 75 170 0 28972 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 121936

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15699
/proc/meminfo: memFree=1763984/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=116580 CPUtime=1047.17
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 28731 0 0 0 104690 27 0 0 25 0 1 0 131943875 119377920 28717 1992294400 134512640 135212243 4294956240 18446744073709551615 134526459 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 29145 28717 75 170 0 28972 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 121936

[startup+1122.3 s]
/proc/loadavg: 1.04 1.00 0.92 2/66 15699
/proc/meminfo: memFree=1759440/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=121600 CPUtime=1107.15
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 29905 0 0 0 110686 29 0 0 25 0 1 0 131943875 124518400 29891 1992294400 134512640 135212243 4294956240 18446744073709551615 134526035 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 30400 29891 75 170 0 30227 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 126956

[startup+1182.3 s]
/proc/loadavg: 1.01 1.00 0.92 2/66 15699
/proc/meminfo: memFree=1759376/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=121600 CPUtime=1167.14
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 29930 0 0 0 116685 29 0 0 25 0 1 0 131943875 124518400 29916 1992294400 134512640 135212243 4294956240 18446744073709551615 134528036 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 30400 29916 75 170 0 30227 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 126956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.01 1.00 0.92 2/66 15699
/proc/meminfo: memFree=1759376/2055920 swapFree=4180320/4192956
[pid=15687] ppid=15685 vsize=5356 CPUtime=14.8
/proc/15687/stat : 15687 (SatELiteGTI) S 15685 15687 15506 0 -1 4194304 335 43040 0 0 0 0 1441 39 16 0 1 0 131942391 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15687/statm: 1339 239 197 169 0 50 0
[pid=15693] ppid=15687 vsize=121600 CPUtime=1185.23
/proc/15693/stat : 15693 (minisat_static) R 15687 15687 15506 0 -1 4194304 29931 0 0 0 118494 29 0 0 25 0 1 0 131943875 124518400 29917 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/15693/statm: 30400 29917 75 170 0 30227 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 126956

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 15687 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=417808
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=399939
# CPU time returned by wait4() is 14.8177
# 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.35
CPU system time (s): 0.68
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (KiB): 174204

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

runsolver used 1.36179 second user time and 2.96755 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-19 23:43:25
IDJOB=1832132
IDBENCH=20578
IDSOLVER=672
FILE ID=node7/1832132-1242769403
PBS_JOBID= 9322291
Free space on /tmp= 66316 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq4.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832132-1242769403/watcher-1832132-1242769403 -o /tmp/evaluation-result-1832132-1242769403/solver-1832132-1242769403 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832132-1242769403.cnf -random-seed=1398922367

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

MD5SUM BENCH= 6fcbaf8c6c7ed0c41d8ac12258cafaee
RANDOM SEED=1398922367

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:       1916416 kB
Buffers:         11480 kB
Cached:          91432 kB
SwapCached:       7248 kB
Active:          60004 kB
Inactive:        51648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1916416 kB
SwapTotal:     4192956 kB
SwapFree:      4180320 kB
Dirty:           33248 kB
Writeback:           0 kB
Mapped:          13456 kB
Slab:            13884 kB
Committed_AS:   379440 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= 66280 MiB
End job on node7 at 2009-05-20 00:03:28