Trace number 1837173

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 10003.4

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6836.2
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.00/0.00	c Parsing...
4.78/4.87	c ==============================================================================
4.78/4.87	c |           |     ORIGINAL     |              LEARNT              |          |
4.78/4.87	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
4.78/4.87	c ==============================================================================
4.78/4.87	c |         0 | 6069107 17675753 | 1820732       0        0     nan |  0.000 % |
76.06/76.11	c |         0 | 5951176 18559697 |      --       0       --      -- |     --   | -117689/887802
76.06/76.12	c ==============================================================================
76.06/76.12	c Result  :   #vars: 263670   #clauses: 5951176   #literals: 18559697
76.06/76.12	c CPU time:   75.0126 s
76.06/76.12	c ==============================================================================
82.16/82.20	c WARNING: for repeatability, setting FPU to use double precision
82.16/82.20	c Number of variables   : 263670       
82.16/82.20	c Number of clauses     : 5951176      
85.85/85.91	c Parsing time: 3.28         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-1837173-1242859174/watcher-1837173-1242859174 -o /tmp/evaluation-result-1837173-1242859174/solver-1837173-1242859174 -C 10000 -W 12000 -M 1800 SatELiteGTI HOME/instance-1837173-1242859174.cnf -random-seed=1564108560 

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: 1.07 0.99 0.86 3/64 8084
/proc/meminfo: memFree=1525176/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=0
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313951434 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8084/statm: 1339 237 197 169 0 50 0

[startup+0.097262 s]
/proc/loadavg: 1.07 0.99 0.86 3/64 8084
/proc/meminfo: memFree=1525176/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=0
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313951434 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8084/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102264 s]
/proc/loadavg: 1.07 0.99 0.86 3/64 8084
/proc/meminfo: memFree=1525176/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=0
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313951434 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8084/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301298 s]
/proc/loadavg: 1.07 0.99 0.86 3/64 8084
/proc/meminfo: memFree=1525176/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=0
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313951434 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8084/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702368 s]
/proc/loadavg: 1.07 0.99 0.86 3/64 8084
/proc/meminfo: memFree=1525176/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=0
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313951434 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8084/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50151 s]
/proc/loadavg: 1.06 0.99 0.86 2/66 8089
/proc/meminfo: memFree=1447072/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=0
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313951434 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8084/statm: 1339 237 197 169 0 50 0
[pid=8088] ppid=8084 vsize=119304 CPUtime=1.48
/proc/8088/stat : 8088 (SatELite_releas) R 8084 8084 8013 0 -1 4194304 27510 0 0 0 124 24 0 0 25 0 1 0 313951435 122167296 27496 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 0 0 0 17 1 0 0
/proc/8088/statm: 29826 27497 49 173 0 29651 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 124660

[startup+3.10179 s]
/proc/loadavg: 1.06 0.99 0.86 2/66 8089
/proc/meminfo: memFree=1372704/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=0
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313951434 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8084/statm: 1339 237 197 169 0 50 0
[pid=8088] ppid=8084 vsize=240956 CPUtime=3.08
/proc/8088/stat : 8088 (SatELite_releas) R 8084 8084 8013 0 -1 4194304 55487 0 0 0 260 48 0 0 25 0 1 0 313951435 246738944 55473 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 0 0 0 17 1 0 0
/proc/8088/statm: 60239 55474 49 173 0 60064 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 246312

[startup+6.30135 s]
/proc/loadavg: 1.06 0.99 0.86 2/66 8089
/proc/meminfo: memFree=1082016/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=0
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313951434 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8084/statm: 1339 237 197 169 0 50 0
[pid=8088] ppid=8084 vsize=502556 CPUtime=6.28
/proc/8088/stat : 8088 (SatELite_releas) R 8084 8084 8013 0 -1 4194304 110819 0 0 0 550 78 0 0 25 0 1 0 313951435 514617344 110805 1992294400 134512640 135223648 4294956128 18446744073709551615 134549027 0 0 4096 3 0 0 0 17 1 0 0
/proc/8088/statm: 125639 110805 74 173 0 125464 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 507912

[startup+12.7015 s]
/proc/loadavg: 1.05 0.99 0.86 2/66 8089
/proc/meminfo: memFree=1099240/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=0
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313951434 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8084/statm: 1339 237 197 169 0 50 0
[pid=8088] ppid=8084 vsize=491092 CPUtime=12.68
/proc/8088/stat : 8088 (SatELite_releas) R 8084 8084 8013 0 -1 4194304 118923 0 0 0 1185 83 0 0 25 0 1 0 313951435 502878208 106307 1992294400 134512640 135223648 4294956128 18446744073709551615 134548340 0 0 4096 3 0 0 0 17 1 0 0
/proc/8088/statm: 122773 106307 76 173 0 122598 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 496448

[startup+25.5027 s]
/proc/loadavg: 1.04 0.99 0.86 2/66 8089
/proc/meminfo: memFree=1054504/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=0
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313951434 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8084/statm: 1339 237 197 169 0 50 0
[pid=8088] ppid=8084 vsize=532424 CPUtime=25.47
/proc/8088/stat : 8088 (SatELite_releas) R 8084 8084 8013 0 -1 4194304 128250 0 0 0 2453 94 0 0 25 0 1 0 313951435 545202176 115634 1992294400 134512640 135223648 4294956128 18446744073709551615 134737406 0 0 4096 3 0 0 0 17 1 0 0
/proc/8088/statm: 133106 115634 76 173 0 132931 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 537780

[startup+51.1022 s]
/proc/loadavg: 1.03 0.99 0.86 2/66 8089
/proc/meminfo: memFree=1003496/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=0
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313951434 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8084/statm: 1339 237 197 169 0 50 0
[pid=8088] ppid=8084 vsize=608808 CPUtime=51.06
/proc/8088/stat : 8088 (SatELite_releas) R 8084 8084 8013 0 -1 4194304 141807 0 0 0 5006 100 0 0 25 0 1 0 313951435 623419392 128283 1992294400 134512640 135223648 4294956128 18446744073709551615 134548577 0 0 4096 3 0 0 0 17 1 0 0
/proc/8088/statm: 152202 128283 76 173 0 152027 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 614164

[startup+102.306 s]
/proc/loadavg: 1.07 1.00 0.87 2/66 8090
/proc/meminfo: memFree=1106856/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=281280 CPUtime=20.08
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 67145 0 0 0 1965 43 0 0 25 0 1 0 313959655 288030720 67067 1992294400 134512640 135212243 4294956240 18446744073709551615 134525968 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 70320 67067 75 170 0 70147 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 286636

[startup+162.302 s]
/proc/loadavg: 1.02 1.00 0.88 2/66 8090
/proc/meminfo: memFree=1103336/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=284980 CPUtime=80.06
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 68060 0 0 0 7961 45 0 0 25 0 1 0 313959655 291819520 67982 1992294400 134512640 135212243 4294956240 18446744073709551615 134529643 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 71245 67982 75 170 0 71072 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 290336

[startup+222.301 s]
/proc/loadavg: 1.01 1.00 0.89 2/66 8092
/proc/meminfo: memFree=1098920/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=289372 CPUtime=140.03
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 69161 0 0 0 13958 45 0 0 25 0 1 0 313959655 296316928 69083 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 72343 69083 75 170 0 72170 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 294728

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.89 2/66 8092
/proc/meminfo: memFree=1097448/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=290828 CPUtime=200.02
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 69543 0 0 0 19956 46 0 0 25 0 1 0 313959655 297807872 69465 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 72707 69465 75 170 0 72534 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 296184

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 8092
/proc/meminfo: memFree=1095528/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=292768 CPUtime=259.99
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 70020 0 0 0 25953 46 0 0 25 0 1 0 313959655 299794432 69942 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 73192 69942 75 170 0 73019 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 298124

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 8092
/proc/meminfo: memFree=1093672/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=294620 CPUtime=319.98
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 70470 0 0 0 31951 47 0 0 25 0 1 0 313959655 301690880 70392 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 73655 70392 75 170 0 73482 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 299976

[startup+462.302 s]

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

/proc/8090/statm: 125465 122000 75 170 0 125292 0
Current children cumulated CPU time (s) 9339.19
Current children cumulated vsize (KiB) 507216

[startup+9402.3 s]
/proc/loadavg: 1.09 1.03 0.95 2/66 8114
/proc/meminfo: memFree=885736/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9317
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122078 0 0 0 931586 114 0 0 25 0 1 0 313959655 513904640 122000 1992294400 134512640 135212243 4294956240 18446744073709551615 134526459 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122000 75 170 0 125292 0
Current children cumulated CPU time (s) 9399.16
Current children cumulated vsize (KiB) 507216

[startup+9462.3 s]
/proc/loadavg: 1.09 1.04 0.95 2/66 8114
/proc/meminfo: memFree=885736/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9376.98
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122078 0 0 0 937584 114 0 0 25 0 1 0 313959655 513904640 122000 1992294400 134512640 135212243 4294956240 18446744073709551615 134526295 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122000 75 170 0 125292 0
Current children cumulated CPU time (s) 9459.14
Current children cumulated vsize (KiB) 507216

[startup+9522.3 s]
/proc/loadavg: 1.03 1.03 0.95 2/66 8114
/proc/meminfo: memFree=885672/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9436.96
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122079 0 0 0 943582 114 0 0 25 0 1 0 313959655 513904640 122001 1992294400 134512640 135212243 4294956240 18446744073709551615 134526065 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122001 75 170 0 125292 0
Current children cumulated CPU time (s) 9519.12
Current children cumulated vsize (KiB) 507216

[startup+9582.3 s]
/proc/loadavg: 1.01 1.02 0.95 2/66 8114
/proc/meminfo: memFree=885672/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9496.95
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122079 0 0 0 949580 115 0 0 25 0 1 0 313959655 513904640 122001 1992294400 134512640 135212243 4294956240 18446744073709551615 134525968 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122001 75 170 0 125292 0
Current children cumulated CPU time (s) 9579.11
Current children cumulated vsize (KiB) 507216

[startup+9642.3 s]
/proc/loadavg: 1.00 1.02 0.95 2/66 8114
/proc/meminfo: memFree=885672/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9556.93
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122079 0 0 0 955578 115 0 0 25 0 1 0 313959655 513904640 122001 1992294400 134512640 135212243 4294956240 18446744073709551615 134526459 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122001 75 170 0 125292 0
Current children cumulated CPU time (s) 9639.09
Current children cumulated vsize (KiB) 507216

[startup+9702.3 s]
/proc/loadavg: 1.00 1.01 0.95 2/66 8114
/proc/meminfo: memFree=885672/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9616.91
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122079 0 0 0 961576 115 0 0 25 0 1 0 313959655 513904640 122001 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122001 75 170 0 125292 0
Current children cumulated CPU time (s) 9699.07
Current children cumulated vsize (KiB) 507216

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 8114
/proc/meminfo: memFree=885672/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9676.89
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122079 0 0 0 967574 115 0 0 25 0 1 0 313959655 513904640 122001 1992294400 134512640 135212243 4294956240 18446744073709551615 134525968 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122001 75 170 0 125292 0
Current children cumulated CPU time (s) 9759.05
Current children cumulated vsize (KiB) 507216

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 8114
/proc/meminfo: memFree=885672/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9736.86
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122080 0 0 0 973571 115 0 0 25 0 1 0 313959655 513904640 122002 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122002 75 170 0 125292 0
Current children cumulated CPU time (s) 9819.02
Current children cumulated vsize (KiB) 507216

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 8114
/proc/meminfo: memFree=885672/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9796.85
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122081 0 0 0 979570 115 0 0 25 0 1 0 313959655 513904640 122003 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122003 75 170 0 125292 0
Current children cumulated CPU time (s) 9879.01
Current children cumulated vsize (KiB) 507216

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 8114
/proc/meminfo: memFree=885608/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9856.82
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122091 0 0 0 985567 115 0 0 25 0 1 0 313959655 513904640 122013 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122013 75 170 0 125292 0
Current children cumulated CPU time (s) 9938.98
Current children cumulated vsize (KiB) 507216

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 8114
/proc/meminfo: memFree=885608/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9916.8
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122095 0 0 0 991565 115 0 0 25 0 1 0 313959655 513904640 122017 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122017 75 170 0 125292 0
Current children cumulated CPU time (s) 9998.96
Current children cumulated vsize (KiB) 507216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.4 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 8114
/proc/meminfo: memFree=885608/2055920 swapFree=4180396/4192956
[pid=8084] ppid=8082 vsize=5356 CPUtime=82.16
/proc/8084/stat : 8084 (SatELiteGTI) S 8082 8084 8013 0 -1 4194304 333 155106 0 0 0 0 8046 170 16 0 1 0 313951434 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8084/statm: 1339 239 197 169 0 50 0
[pid=8090] ppid=8084 vsize=501860 CPUtime=9917.91
/proc/8090/stat : 8090 (minisat_static) R 8084 8084 8013 0 -1 4194304 122095 0 0 0 991676 115 0 0 25 0 1 0 313959655 513904640 122017 1992294400 134512640 135212243 4294956240 18446744073709551615 134529932 0 0 4096 3 0 0 0 17 1 0 0
/proc/8090/statm: 125465 122017 75 170 0 125292 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 507216

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 8084 and gives
#  childrusage.ru_utime.tv_sec=80
#  childrusage.ru_utime.tv_usec=467767
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=709740
# CPU time returned by wait4() is 82.1775
# 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): 10003.4
CPU time (s): 10000.1
CPU user time (s): 9997.22
CPU system time (s): 2.85
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 614548

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

runsolver used 10.8653 second user time and 25.5161 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-21 00:39:42
IDJOB=1837173
IDBENCH=20580
IDSOLVER=675
FILE ID=node18/1837173-1242859174
PBS_JOBID= 9328496
Free space on /tmp= 66040 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1837173-1242859174/watcher-1837173-1242859174 -o /tmp/evaluation-result-1837173-1242859174/solver-1837173-1242859174 -C 10000 -W 12000 -M 1800  SatELiteGTI HOME/instance-1837173-1242859174.cnf -random-seed=1564108560

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1564108560

node18.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.280
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.280
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:       1525592 kB
Buffers:         59720 kB
Cached:         414976 kB
SwapCached:       6676 kB
Active:         286800 kB
Inactive:       196200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525592 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:          133428 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            33324 kB
Committed_AS:  1116228 kB
PageTables:       1400 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= 65896 MiB
End job on node18 at 2009-05-21 03:26:27