Trace number 1796491

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
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.01 1200.51

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
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 variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
500.90/501.15	#ITERATIONS 1
500.90/501.15	#LEARNT CLAUSES 11
503.19/503.43	done !
503.19/503.43	c Now, SatElite...
503.19/503.44	c Parsing...
505.68/505.92	c ==============================================================================
505.68/505.92	c |           |     ORIGINAL     |              LEARNT              |          |
505.68/505.92	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
505.68/505.92	c ==============================================================================
505.68/505.92	c |         0 | 2077052  6003083 |  623115       0        0     nan |  0.000 % |
523.87/524.13	c |         0 | 1859907  5760445 |      --       0       --      -- |     --   | -217145/-242638
523.87/524.13	c ==============================================================================
523.87/524.13	c Result  :   #vars: 92368   #clauses: 1859907   #literals: 5760445
523.87/524.13	c CPU time:   20.2399 s
523.87/524.13	c ==============================================================================
526.97/527.22	c SatElite is done !
526.97/527.22	c Calling MINISAT
526.97/527.22	This is MiniSat 2.0 beta
526.97/527.22	WARNING: for repeatability, setting FPU to use double precision
526.97/527.22	============================[ Problem Statistics ]=============================
526.97/527.22	|                                                                             |
526.97/527.22	|  Number of variables:  92368                                                |
526.97/527.22	|  Number of clauses:    1859907                                              |
528.07/528.32	|  Parsing time:         0.94         s                                       |
528.07/528.38	============================[ Search Statistics ]==============================
528.07/528.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
528.07/528.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
528.07/528.38	===============================================================================
528.07/528.38	|         0 |   92368  1859907  5760445 |   619969        0    nan |  0.000 % |
528.37/528.61	|       100 |   92368  1859907  5760445 |   681965      100     51 |  0.000 % |
528.47/528.78	|       251 |   92368  1859907  5760445 |   750162      251     61 |  0.000 % |
528.67/528.98	|       476 |   92368  1859907  5760445 |   825178      476     44 |  0.000 % |
528.87/529.17	|       815 |   92368  1859907  5760445 |   907696      815     39 |  0.000 % |
529.37/529.61	|      1322 |   92368  1859907  5760445 |   998466     1322     41 |  0.000 % |
529.77/530.06	|      2081 |   92368  1859907  5760445 |  1098312     2081     34 |  0.000 % |
530.67/530.91	|      3223 |   92368  1859907  5760445 |  1208144     3223     46 |  0.000 % |
531.67/531.96	|      4931 |   92368  1859907  5760445 |  1328958     4931     44 |  0.000 % |
532.66/532.94	|      7493 |   92368  1859907  5760445 |  1461854     7493     60 |  0.000 % |
534.37/534.64	|     11337 |   92368  1859907  5760445 |  1608039    11337     67 |  0.000 % |
536.56/536.87	|     17103 |   92368  1859907  5760445 |  1768843    17103     75 |  0.000 % |
540.26/540.52	|     25752 |   92368  1859907  5760445 |  1945728    25752     81 |  0.000 % |
546.26/546.57	|     38726 |   92368  1859907  5760445 |  2140301    38726     77 |  0.000 % |
556.65/556.99	|     58188 |   92368  1859907  5760445 |  2354331    58188     70 |  0.000 % |
575.53/575.81	|     87380 |   92368  1859907  5760445 |  2589764    87380     62 |  0.000 % |
606.12/606.40	|    131169 |   92368  1859907  5760445 |  2848740   131169    163 |  0.000 % |
683.00/683.38	|    196854 |   92368  1859907  5760445 |  3133614   196854    265 |  0.000 % |
771.06/771.42	|    295380 |   92368  1859907  5760445 |  3446976   295380    252 |  0.000 % |
909.51/909.90	|    443169 |   92368  1859907  5760445 |  3791674   443169    302 |  0.000 % |
1163.62/1164.13	|    664852 |   92368  1859907  5760445 |  4170841   664852    230 |  0.000 % |

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-1796491-1242076508/watcher-1796491-1242076508 -o /tmp/evaluation-result-1796491-1242076508/solver-1796491-1242076508 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796491-1242076508.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 21120
/proc/meminfo: memFree=1056048/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=1868 CPUtime=0
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 174 0 0 0 0 0 0 0 19 0 1 0 235677360 1912832 140 1992294400 134512640 134537284 4294956368 18446744073709551615 7328717 0 0 4096 0 0 0 0 17 1 0 0
/proc/21121/statm: 467 153 80 6 0 105 0

[startup+0.0769781 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 21120
/proc/meminfo: memFree=1056048/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=67148 CPUtime=0.07
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 11289 0 0 0 0 7 0 0 19 0 1 0 235677360 68759552 11255 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21121/statm: 16787 11261 81 6 0 16425 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 72508

[startup+0.10198 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 21120
/proc/meminfo: memFree=1056048/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=54416 CPUtime=0.08
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 13335 0 0 0 0 8 0 0 19 0 1 0 235677360 55721984 13300 1992294400 134512640 134537284 4294956368 18446744073709551615 134526407 0 0 4096 0 0 0 0 17 1 0 0
/proc/21121/statm: 13604 13300 82 6 0 13242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 59776

[startup+0.302016 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 21120
/proc/meminfo: memFree=1056048/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=77232 CPUtime=0.29
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 18615 0 0 0 18 11 0 0 20 0 1 0 235677360 79085568 18577 1992294400 134512640 134537284 4294956368 18446744073709551615 7325307 0 0 4096 0 0 0 0 17 1 0 0
/proc/21121/statm: 19308 18581 82 6 0 18946 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82592

[startup+0.70109 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 21120
/proc/meminfo: memFree=1056048/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=122520 CPUtime=0.69
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 28988 0 0 0 55 14 0 0 24 0 1 0 235677360 125460480 28950 1992294400 134512640 134537284 4294956368 18446744073709551615 7325307 0 0 4096 0 0 0 0 17 1 0 0
/proc/21121/statm: 30630 28951 82 6 0 30268 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 127880

[startup+1.50224 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21122
/proc/meminfo: memFree=911712/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=105700 CPUtime=1.49
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 36979 0 0 0 130 19 0 0 25 0 1 50000 235677360 108236800 24217 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21121/statm: 26425 24217 85 6 0 26063 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111060

[startup+3.10153 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21122
/proc/meminfo: memFree=960096/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=106100 CPUtime=3.09
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 37120 0 0 0 290 19 0 0 25 0 1 50000 235677360 108646400 24358 1992294400 134512640 134537284 4294956368 18446744073709551615 134523973 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21121/statm: 26525 24358 85 6 0 26163 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111460

[startup+6.3011 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21122
/proc/meminfo: memFree=960032/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=106232 CPUtime=6.28
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 37135 0 0 0 609 19 0 0 25 0 1 50000 235677360 108781568 24373 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21121/statm: 26558 24373 85 6 0 26196 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 111592

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21122
/proc/meminfo: memFree=960032/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=106364 CPUtime=12.68
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 37166 0 0 0 1249 19 0 0 25 0 1 50000 235677360 108916736 24404 1992294400 134512640 134537284 4294956368 18446744073709551615 134524002 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21121/statm: 26591 24404 85 6 0 26229 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 111724

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21122
/proc/meminfo: memFree=960096/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=106496 CPUtime=25.47
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 37207 0 0 0 2528 19 0 0 25 0 1 50000 235677360 109051904 24445 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21121/statm: 26624 24445 85 6 0 26262 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 111856

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21122
/proc/meminfo: memFree=960032/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=106636 CPUtime=51.06
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 37230 0 0 0 5086 20 0 0 25 0 1 50000 235677360 109195264 24468 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21121/statm: 26659 24468 85 6 0 26297 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 111996

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21122
/proc/meminfo: memFree=960032/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=106768 CPUtime=102.25
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 37251 0 0 0 10205 20 0 0 25 0 1 50000 235677360 109330432 24489 1992294400 134512640 134537284 4294956368 18446744073709551615 134523969 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21121/statm: 26692 24489 85 6 0 26330 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 112128

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21122
/proc/meminfo: memFree=960032/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=106768 CPUtime=162.22
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 37254 0 0 0 16202 20 0 0 25 0 1 50000 235677360 109330432 24492 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21121/statm: 26692 24492 85 6 0 26330 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 112128

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21122
/proc/meminfo: memFree=959968/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=106768 CPUtime=222.2
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 37258 0 0 0 22200 20 0 0 25 0 1 50000 235677360 109330432 24496 1992294400 134512640 134537284 4294956368 18446744073709551615 134531144 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21121/statm: 26692 24496 85 6 0 26330 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 112128

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21122
/proc/meminfo: memFree=959840/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=106768 CPUtime=282.17
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 37273 0 0 0 28197 20 0 0 25 0 1 50000 235677360 109330432 24511 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21121/statm: 26692 24511 85 6 0 26330 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 112128

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21122
/proc/meminfo: memFree=959904/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=0
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235677360 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 237 196 169 0 51 0
[pid=21121] ppid=21120 vsize=106768 CPUtime=342.15
/proc/21121/stat : 21121 (revival) R 21120 21120 20928 0 -1 4194304 37273 0 0 0 34195 20 0 0 25 0 1 50000 235677360 109330432 24511 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21121/statm: 26692 24511 85 6 0 26330 0
Current children cumulated CPU time (s) 342.15

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

/proc/21124/statm: 31494 30426 77 170 0 31322 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 131336

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=735264/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=230688 CPUtime=115
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 56620 0 0 0 11457 43 0 0 25 0 1 0 235730083 236224512 56594 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 57672 56594 77 170 0 57500 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 236048

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=654944/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=311428 CPUtime=174.97
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 76717 0 0 0 17439 58 0 0 25 0 1 0 235730083 318902272 76691 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 77857 76691 77 170 0 77685 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 316788

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=575712/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=390276 CPUtime=234.96
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 96478 0 0 0 23423 73 0 0 25 0 1 0 235730083 399642624 96452 1992294400 134512640 135212939 4294956240 18446744073709551615 134530511 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 97569 96452 77 170 0 97397 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 395636

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=481312/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=485552 CPUtime=294.93
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 120169 0 0 0 29403 90 0 0 25 0 1 0 235730083 497205248 120143 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 121388 120143 77 170 0 121216 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 490912

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=365408/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=600588 CPUtime=354.92
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 148995 0 0 0 35379 113 0 0 25 0 1 0 235730083 615002112 148969 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 150147 148969 77 170 0 149975 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 605948

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=315360/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=651320 CPUtime=414.89
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 161477 0 0 0 41365 124 0 0 25 0 1 0 235730083 666951680 161451 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 162830 161451 77 170 0 162658 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 656680

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=289632/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=676512 CPUtime=474.87
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 167828 0 0 0 47357 130 0 0 25 0 1 0 235730083 692748288 167802 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 169128 167802 77 170 0 168956 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 681872

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=271712/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=694412 CPUtime=534.85
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 172317 0 0 0 53350 135 0 0 25 0 1 0 235730083 711077888 172291 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 173603 172291 77 170 0 173431 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 699772

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=254752/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=711308 CPUtime=594.83
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 176501 0 0 0 59343 140 0 0 25 0 1 0 235730083 728379392 176475 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 177827 176475 77 170 0 177655 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 716668

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=228320/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=739408 CPUtime=654.81
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 183526 0 0 0 65334 147 0 0 25 0 1 0 235730083 757153792 183500 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 184852 183500 77 170 0 184680 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 744768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=192608/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=773300 CPUtime=673
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 191998 0 0 0 67148 152 0 0 25 0 1 0 235730083 791859200 191972 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 193325 191972 77 170 0 193153 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 778660

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 21124
/proc/meminfo: memFree=192608/2055920 swapFree=4179592/4192956
[pid=21120] ppid=21118 vsize=5360 CPUtime=527.01
/proc/21120/stat : 21120 (run.sh) S 21118 21120 20928 0 -1 4194304 341 93189 0 0 0 0 52597 104 16 0 1 0 235677360 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1340 241 197 169 0 51 0
[pid=21124] ppid=21120 vsize=773300 CPUtime=673
/proc/21124/stat : 21124 (minisat) R 21120 21120 20928 0 -1 4194304 191998 0 0 0 67148 152 0 0 25 0 1 0 235730083 791859200 191972 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/21124/statm: 193325 191972 77 170 0 193153 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 778660

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21120 and gives
#  childrusage.ru_utime.tv_sec=525
#  childrusage.ru_utime.tv_usec=975039
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=44841
# CPU time returned by wait4() is 527.02
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.51
CPU time (s): 1200.01
CPU user time (s): 1197.45
CPU system time (s): 2.56
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 778660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 525.975
system time used= 1.04484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93530
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= 8
involuntary context switches= 918

runsolver used 1.38279 second user time and 2.99254 second system time

The end

Launcher Data

Begin job on node67 at 2009-05-11 23:15:11
IDJOB=1796491
IDBENCH=20575
IDSOLVER=647
FILE ID=node67/1796491-1242076508
PBS_JOBID= 9277604
Free space on /tmp= 66268 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796491-1242076508/watcher-1796491-1242076508 -o /tmp/evaluation-result-1796491-1242076508/solver-1796491-1242076508 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796491-1242076508.cnf HOME

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

MD5SUM BENCH= 79c983ee7a6671238604da3040f85341
RANDOM SEED=1616751791

node67.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.277
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.277
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:       1056528 kB
Buffers:         66612 kB
Cached:         857748 kB
SwapCached:       8260 kB
Active:         308036 kB
Inactive:       626012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1056528 kB
SwapTotal:     4192956 kB
SwapFree:      4179592 kB
Dirty:           52304 kB
Writeback:           0 kB
Mapped:          14116 kB
Slab:            51276 kB
Committed_AS:   777720 kB
PageTables:       1436 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= 66176 MiB
End job on node67 at 2009-05-11 23:35:14